Class: Aws::SageMaker::Types::EventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EventDetails
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Detailed information about a specific event, including event metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_metadata ⇒ Types::EventMetadata
Metadata specific to the event, which may include information about the cluster, instance group, or instance involved.
Instance Attribute Details
#event_metadata ⇒ Types::EventMetadata
Metadata specific to the event, which may include information about the cluster, instance group, or instance involved.
23149 23150 23151 23152 23153 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23149 class EventDetails < Struct.new( :event_metadata) SENSITIVE = [] include Aws::Structure end |