Class: Aws::SageMaker::Types::MetadataProperties

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

Overview

Metadata properties of the tracking entity, trial, or trial component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

The commit ID.

Returns:

  • (String)


36449
36450
36451
36452
36453
36454
36455
36456
# File 'lib/aws-sdk-sagemaker/types.rb', line 36449

class MetadataProperties < Struct.new(
  :commit_id,
  :repository,
  :generated_by,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end

#generated_byString

The entity this entity was generated by.

Returns:

  • (String)


36449
36450
36451
36452
36453
36454
36455
36456
# File 'lib/aws-sdk-sagemaker/types.rb', line 36449

class MetadataProperties < Struct.new(
  :commit_id,
  :repository,
  :generated_by,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The project ID.

Returns:

  • (String)


36449
36450
36451
36452
36453
36454
36455
36456
# File 'lib/aws-sdk-sagemaker/types.rb', line 36449

class MetadataProperties < Struct.new(
  :commit_id,
  :repository,
  :generated_by,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end

#repositoryString

The repository.

Returns:

  • (String)


36449
36450
36451
36452
36453
36454
36455
36456
# File 'lib/aws-sdk-sagemaker/types.rb', line 36449

class MetadataProperties < Struct.new(
  :commit_id,
  :repository,
  :generated_by,
  :project_id)
  SENSITIVE = []
  include Aws::Structure
end