Class: Aws::SageMaker::Types::DescribeClusterEventRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

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

Returns:

  • (String)


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_idString

The unique identifier (UUID) of the event to describe. This ID can be obtained from the ListClusterEvents operation.

Returns:

  • (String)


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