AdditionalS3DataSource - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: