AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListClusterEvents operation.
Retrieves a list of event summaries for a specified HyperPod cluster. The operation
supports filtering, sorting, and pagination of results. This functionality is only
supported when the NodeProvisioningMode
is set to Continuous
.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class ListClusterEventsRequest : AmazonSageMakerRequest IAmazonWebServiceRequest
The ListClusterEventsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListClusterEventsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClusterName | System.String |
Gets and sets the property ClusterName. The name or Amazon Resource Name (ARN) of the HyperPod cluster for which to list events. |
![]() |
EventTimeAfter | System.DateTime |
Gets and sets the property EventTimeAfter. The start of the time range for filtering events. Only events that occurred after this time are included in the results. |
![]() |
EventTimeBefore | System.DateTime |
Gets and sets the property EventTimeBefore. The end of the time range for filtering events. Only events that occurred before this time are included in the results. |
![]() |
InstanceGroupName | System.String |
Gets and sets the property InstanceGroupName. The name of the instance group to filter events. If specified, only events related to this instance group are returned. |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of events to return in the response. Valid range is 1 to 100. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken.
A token to retrieve the next set of results. This token is obtained from the output
of a previous |
![]() |
NodeId | System.String |
Gets and sets the property NodeId. The EC2 instance ID to filter events. If specified, only events related to this instance are returned. |
![]() |
ResourceType | Amazon.SageMaker.ClusterEventResourceType |
Gets and sets the property ResourceType.
The type of resource for which to filter events. Valid values are |
![]() |
SortBy | Amazon.SageMaker.EventSortBy |
Gets and sets the property SortBy.
The field to use for sorting the event list. Currently, the only supported value is
|
![]() |
SortOrder | Amazon.SageMaker.SortOrder |
Gets and sets the property SortOrder.
The order in which to sort the results. Valid values are |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5