Class: Aws::SageMaker::Types::ClusterEventDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterEventDetail
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Detailed information about a specific event in a HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster associated with the event.
-
#cluster_name ⇒ String
The name of the SageMaker HyperPod cluster associated with the event.
-
#description ⇒ String
A human-readable description of the event.
-
#event_details ⇒ Types::EventDetails
Additional details about the event, including event-specific metadata.
-
#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 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 SageMaker HyperPod cluster associated with the event.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the SageMaker HyperPod cluster associated with the event.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A human-readable description of the event.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#event_details ⇒ Types::EventDetails
Additional details about the event, including event-specific metadata.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier (UUID) of the event.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The timestamp when the event occurred.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#instance_group_name ⇒ String
The name of the instance group associated with the event, if applicable.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The EC2 instance ID associated with the event, if applicable.
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource associated with the event. Valid values are "Cluster", "InstanceGroup", or "Instance".
4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4773 class ClusterEventDetail < Struct.new( :event_id, :cluster_arn, :cluster_name, :instance_group_name, :instance_id, :resource_type, :event_time, :event_details, :description) SENSITIVE = [] include Aws::Structure end |