AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.ListClusterEventsRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ListClusterEventsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListClusterEventsRequest type exposes the following members

Constructors

NameDescription
Public Method ListClusterEventsRequest()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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 ListClusterEvents call.

Public Property 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.

Public Property ResourceType Amazon.SageMaker.ClusterEventResourceType

Gets and sets the property ResourceType.

The type of resource for which to filter events. Valid values are Cluster, InstanceGroup, or Instance.

Public Property 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 EventTime.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The order in which to sort the results. Valid values are Ascending or Descending (the default is Descending).

Version Information

.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