Class: Aws::SageMaker::Types::MetadataProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MetadataProperties
- 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
-
#commit_id ⇒ String
The commit ID.
-
#generated_by ⇒ String
The entity this entity was generated by.
-
#project_id ⇒ String
The project ID.
-
#repository ⇒ String
The repository.
Instance Attribute Details
#commit_id ⇒ String
The commit ID.
33131 33132 33133 33134 33135 33136 33137 33138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33131 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#generated_by ⇒ String
The entity this entity was generated by.
33131 33132 33133 33134 33135 33136 33137 33138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33131 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The project ID.
33131 33132 33133 33134 33135 33136 33137 33138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33131 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The repository.
33131 33132 33133 33134 33135 33136 33137 33138 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33131 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |