ClusterEventSummary
A summary of an 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
, orInstance
.Type: String
Valid Values:
Cluster | InstanceGroup | Instance
Required: Yes
- Description
-
A brief, human-readable description of the event.
Type: String
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 Amazon Elastic Compute Cloud (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 AWS SDKs, see the following: