Class: Aws::SageMaker::Types::DescribeClusterEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeClusterEventResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_details ⇒ Types::ClusterEventDetail
Detailed information about the requested cluster event, including event metadata for various resource types such as
Cluster
,InstanceGroup
,Instance
, and their associated attributes.
Instance Attribute Details
#event_details ⇒ Types::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 |