Class: Aws::SageMaker::Types::EventDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_metadataTypes::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