Class: Aws::SageMaker::Types::MetricsSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Details about the metrics source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_digestString

The hash key used for the metrics source.

Returns:

  • (String)


30250
30251
30252
30253
30254
30255
30256
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30250

class MetricsSource < Struct.new(
  :content_type,
  :content_digest,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The metric source content type.

Returns:

  • (String)


30250
30251
30252
30253
30254
30255
30256
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30250

class MetricsSource < Struct.new(
  :content_type,
  :content_digest,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The S3 URI for the metrics source.

Returns:

  • (String)


30250
30251
30252
30253
30254
30255
30256
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30250

class MetricsSource < Struct.new(
  :content_type,
  :content_digest,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end