class Aws::SageMaker::Types::DeleteArtifactRequest

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

data as a hash:

    {
      artifact_arn: "ArtifactArn",
      source: {
        source_uri: "String2048", # required
        source_types: [
          {
            source_id_type: "MD5Hash", # required, accepts MD5Hash, S3ETag, S3Version, Custom
            value: "String256", # required
          },
        ],
      },
    }

@!attribute [rw] artifact_arn

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

@!attribute [rw] source

The URI of the source.
@return [Types::ArtifactSource]

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

Constants

SENSITIVE