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 | S3PrefixRequired: Yes 
- S3Uri
- 
               The uniform resource identifier (URI) used to identify an additional data source used in inference or training. Type: String Length Constraints: Minimum length of 0. 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 Noneif your additional data source is not compressed.Type: String Valid Values: None | GzipRequired: No 
- ETag
- 
               The ETag associated with S3 URI. Type: String Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: