class Aws::SageMaker::Types::UpdateArtifactRequest

@note When making an API call, you may pass UpdateArtifactRequest

data as a hash:

    {
      artifact_arn: "ArtifactArn", # required
      artifact_name: "ExperimentEntityName",
      properties: {
        "StringParameterValue" => "StringParameterValue",
      },
      properties_to_remove: ["StringParameterValue"],
    }

@!attribute [rw] artifact_arn

The Amazon Resource Name (ARN) of the artifact to update.
@return [String]

@!attribute [rw] artifact_name

The new name for the artifact.
@return [String]

@!attribute [rw] properties

The new list of properties. Overwrites the current property list.
@return [Hash<String,String>]

@!attribute [rw] properties_to_remove

A list of properties to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateArtifactRequest AWS API Documentation

Constants

SENSITIVE