| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
S3ModelDataSource |
S3ModelDataSource.clone() |
S3ModelDataSource |
ModelDataSource.getS3DataSource()
Specifies the S3 location of ML model data to deploy.
|
S3ModelDataSource |
S3ModelDataSource.withCompressionType(ModelCompressionType compressionType)
Specifies how the ML model data is prepared.
|
S3ModelDataSource |
S3ModelDataSource.withCompressionType(String compressionType)
Specifies how the ML model data is prepared.
|
S3ModelDataSource |
S3ModelDataSource.withS3DataType(S3ModelDataType s3DataType)
Specifies the type of ML model data to deploy.
|
S3ModelDataSource |
S3ModelDataSource.withS3DataType(String s3DataType)
Specifies the type of ML model data to deploy.
|
S3ModelDataSource |
S3ModelDataSource.withS3Uri(String s3Uri)
Specifies the S3 path of ML model data to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelDataSource.setS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
ModelDataSource |
ModelDataSource.withS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
Copyright © 2023. All rights reserved.