class Aws::SageMaker::Types::ArtifactSource

A structure describing the source of an artifact.

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

data as a hash:

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

@!attribute [rw] source_uri

The URI of the source.
@return [String]

@!attribute [rw] source_types

A list of source types.
@return [Array<Types::ArtifactSourceType>]

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

Constants

SENSITIVE