Model Container Model Data Source S3Data Source
data class ModelContainerModelDataSourceS3DataSource(val compressionType: String, val modelAccessConfig: ModelContainerModelDataSourceS3DataSourceModelAccessConfig? = null, val s3DataType: String, val s3Uri: String)
Constructors
Link copied to clipboard
constructor(compressionType: String, modelAccessConfig: ModelContainerModelDataSourceS3DataSourceModelAccessConfig? = null, s3DataType: String, s3Uri: String)
Properties
Link copied to clipboard
How the model data is prepared. Allowed values are: None
and Gzip
.
Link copied to clipboard
Specifies the access configuration file for the ML model. You can explicitly accept the model end-user license agreement (EULA) within the `model_access_config` configuration block. see Model Access Config.
Link copied to clipboard
The type of model data to deploy. Allowed values are: S3Object
and S3Prefix
.