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.
22941 22942 22943 22944 22945 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22941 class EventDetails < Struct.new( :event_metadata) SENSITIVE = [] include Aws::Structure end |