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.
16021 16022 16023 16024 16025 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16021 class DescribeClusterEventResponse < Struct.new( :event_details) SENSITIVE = [] include Aws::Structure end |