Class: Aws::SageMaker::Types::ClusterEventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterEventSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A summary of an event in a HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
-
#cluster_name ⇒ String
The name of the HyperPod cluster associated with the event.
-
#description ⇒ String
A brief, human-readable description of the event.
-
#event_id ⇒ String
The unique identifier (UUID) of the event.
-
#event_time ⇒ Time
The timestamp when the event occurred.
-
#instance_group_name ⇒ String
The name of the instance group associated with the event, if applicable.
-
#instance_id ⇒ String
The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.
-
#resource_type ⇒ String
The type of resource associated with the event.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the HyperPod cluster associated with the event.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief, human-readable description of the event.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier (UUID) of the event.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The timestamp when the event occurred.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#instance_group_name ⇒ String
The name of the instance group associated with the event, if applicable.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource associated with the event. Valid values are ‘Cluster`, `InstanceGroup`, or `Instance`.
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5437 class ClusterEventSummary < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :description) SENSITIVE = [] include Aws::Structure end |