Class: Aws::SageMaker::Types::UpdateArtifactRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_arnString

The Amazon Resource Name (ARN) of the artifact to update.



56885
56886
56887
56888
56889
56890
56891
56892
# File 'lib/aws-sdk-sagemaker/types.rb', line 56885

class UpdateArtifactRequest < Struct.new(
  :artifact_arn,
  :artifact_name,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_nameString

The new name for the artifact.



56885
56886
56887
56888
56889
56890
56891
56892
# File 'lib/aws-sdk-sagemaker/types.rb', line 56885

class UpdateArtifactRequest < Struct.new(
  :artifact_arn,
  :artifact_name,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

The new list of properties. Overwrites the current property list.



56885
56886
56887
56888
56889
56890
56891
56892
# File 'lib/aws-sdk-sagemaker/types.rb', line 56885

class UpdateArtifactRequest < Struct.new(
  :artifact_arn,
  :artifact_name,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end

#properties_to_removeArray<String>

A list of properties to remove.



56885
56886
56887
56888
56889
56890
56891
56892
# File 'lib/aws-sdk-sagemaker/types.rb', line 56885

class UpdateArtifactRequest < Struct.new(
  :artifact_arn,
  :artifact_name,
  :properties,
  :properties_to_remove)
  SENSITIVE = []
  include Aws::Structure
end