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.
31706 31707 31708 31709 31710 31711 31712 31713 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31706 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.
31706 31707 31708 31709 31710 31711 31712 31713 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31706 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The project ID.
31706 31707 31708 31709 31710 31711 31712 31713 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31706 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The repository.
31706 31707 31708 31709 31710 31711 31712 31713 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31706 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |