ClusterEventDetail - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ClusterEventDetail

Detailed information about a specific event in a HyperPod cluster.

Contents

ClusterArn

The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:cluster/[a-z0-9]{12}

Required: Yes

ClusterName

The name of the HyperPod cluster associated with the event.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: [a-zA-Z0-9](-*[a-zA-Z0-9])*

Required: Yes

EventId

The unique identifier (UUID) of the event.

Type: String

Pattern: [a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Required: Yes

EventTime

The timestamp when the event occurred.

Type: Timestamp

Required: Yes

ResourceType

The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.

Type: String

Valid Values: Cluster | InstanceGroup | Instance

Required: Yes

Description

A human-readable description of the event.

Type: String

Required: No

EventDetails

Additional details about the event, including event-specific metadata.

Type: EventDetails object

Required: No

InstanceGroupName

The name of the instance group associated with the event, if applicable.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 63.

Pattern: [a-zA-Z0-9](-*[a-zA-Z0-9])*

Required: No

InstanceId

The EC2 instance ID associated with the event, if applicable.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: