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)


30127
30128
30129
30130
30131
30132
30133
30134
# File 'lib/aws-sdk-sagemaker/types.rb', line 30127

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)


30127
30128
30129
30130
30131
30132
30133
30134
# File 'lib/aws-sdk-sagemaker/types.rb', line 30127

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

#project_idString

The project ID.

Returns:

  • (String)


30127
30128
30129
30130
30131
30132
30133
30134
# File 'lib/aws-sdk-sagemaker/types.rb', line 30127

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

#repositoryString

The repository.

Returns:

  • (String)


30127
30128
30129
30130
30131
30132
30133
30134
# File 'lib/aws-sdk-sagemaker/types.rb', line 30127

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