Class: Aws::SageMaker::Types::DescribeClusterEventResponse

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

#event_detailsTypes::ClusterEventDetail

Detailed information about the requested cluster event, including event metadata for various resource types such as Cluster, InstanceGroup, Instance, and their associated attributes.



15047
15048
15049
15050
15051
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15047

class DescribeClusterEventResponse < Struct.new(
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end