Class: Aws::SageMaker::Types::UpdateArtifactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateArtifactRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_arn ⇒ String
The Amazon Resource Name (ARN) of the artifact to update.
-
#artifact_name ⇒ String
The new name for the artifact.
-
#properties ⇒ Hash<String,String>
The new list of properties.
-
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
Instance Attribute Details
#artifact_arn ⇒ String
The Amazon Resource Name (ARN) of the artifact to update.
45261 45262 45263 45264 45265 45266 45267 45268 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45261 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#artifact_name ⇒ String
The new name for the artifact.
45261 45262 45263 45264 45265 45266 45267 45268 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45261 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
The new list of properties. Overwrites the current property list.
45261 45262 45263 45264 45265 45266 45267 45268 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45261 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
45261 45262 45263 45264 45265 45266 45267 45268 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45261 class UpdateArtifactRequest < Struct.new( :artifact_arn, :artifact_name, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end |