Class: Aws::SageMaker::Types::DescribeClusterEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeClusterEventRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name or Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
-
#event_id ⇒ String
The unique identifier (UUID) of the event to describe.
Instance Attribute Details
#cluster_name ⇒ String
The name or Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
14914 14915 14916 14917 14918 14919 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14914 class DescribeClusterEventRequest < Struct.new( :event_id, :cluster_name) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier (UUID) of the event to describe. This ID can
be obtained from the ListClusterEvents
operation.
14914 14915 14916 14917 14918 14919 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14914 class DescribeClusterEventRequest < Struct.new( :event_id, :cluster_name) SENSITIVE = [] include Aws::Structure end |