| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelDataSource |
ModelDataSource.clone() |
ModelDataSource |
ContainerDefinition.getModelDataSource()
Specifies the location of ML model data to deploy.
|
ModelDataSource |
ModelDataSource.withS3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.setModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy.
|
ContainerDefinition |
ContainerDefinition.withModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy.
|
Copyright © 2023. All rights reserved.