ModelPrimaryContainerModelDataSourceS3DataSourceArgs

data class ModelPrimaryContainerModelDataSourceS3DataSourceArgs(val compressionType: Output<String>, val modelAccessConfig: Output<ModelPrimaryContainerModelDataSourceS3DataSourceModelAccessConfigArgs>? = null, val s3DataType: Output<String>, val s3Uri: Output<String>) : ConvertibleToJava<ModelPrimaryContainerModelDataSourceS3DataSourceArgs>

Constructors

constructor(compressionType: Output<String>, modelAccessConfig: Output<ModelPrimaryContainerModelDataSourceS3DataSourceModelAccessConfigArgs>? = null, s3DataType: Output<String>, s3Uri: Output<String>)

Properties

Link copied to clipboard
val compressionType: Output<String>

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
val s3DataType: Output<String>

The type of model data to deploy. Allowed values are: S3Object and S3Prefix.

Link copied to clipboard
val s3Uri: Output<String>

The S3 path of model data to deploy.

Functions

Link copied to clipboard
open override fun toJava(): ModelPrimaryContainerModelDataSourceS3DataSourceArgs