Class: Aws::SageMaker::Types::MetadataProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MetadataProperties
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass MetadataProperties data as a hash:
{
commit_id: "MetadataPropertyValue",
repository: "MetadataPropertyValue",
generated_by: "MetadataPropertyValue",
project_id: "MetadataPropertyValue",
}
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.
28853 28854 28855 28856 28857 28858 28859 28860 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28853 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.
28853 28854 28855 28856 28857 28858 28859 28860 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28853 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
The project ID.
28853 28854 28855 28856 28857 28858 28859 28860 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28853 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The repository.
28853 28854 28855 28856 28857 28858 28859 28860 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28853 class MetadataProperties < Struct.new( :commit_id, :repository, :generated_by, :project_id) SENSITIVE = [] include Aws::Structure end |