AdditionalS3DataSource - Amazon SageMaker

AdditionalS3DataSource

A data source used for training or inference that is in addition to the input dataset or model data.

Contents

S3DataType

The data type of the additional data source that you specify for use in inference or training.

Type: String

Valid Values: S3Object | S3Prefix

Required: Yes

S3Uri

The uniform resource identifier (URI) used to identify an additional data source used in inference or training.

Type: String

Length Constraints: Maximum length of 1024.

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Required: Yes

CompressionType

The type of compression used for an additional data source used in inference or training. Specify None if your additional data source is not compressed.

Type: String

Valid Values: None | Gzip

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: