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.
31728 31729 31730 31731 31732 31733 31734 31735 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31728 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.
31728 31729 31730 31731 31732 31733 31734 31735 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31728 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The project ID.
31728 31729 31730 31731 31732 31733 31734 31735 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31728 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The repository.
31728 31729 31730 31731 31732 31733 31734 31735 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31728 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |