ModelContainerModelDataSourceS3DataSource

data class ModelContainerModelDataSourceS3DataSource(val compressionType: String, val modelAccessConfig: ModelContainerModelDataSourceS3DataSourceModelAccessConfig? = null, val s3DataType: String, val s3Uri: String)

Constructors

constructor(compressionType: String, modelAccessConfig: ModelContainerModelDataSourceS3DataSourceModelAccessConfig? = null, s3DataType: String, s3Uri: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The S3 path of model data to deploy.