| 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 |
SourceAlgorithm.getModelDataSource()
Specifies the location of ML model data to deploy during endpoint creation.
|
ModelDataSource |
ModelPackageContainerDefinition.getModelDataSource()
Specifies the location of ML model data to deploy during endpoint creation.
|
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.
|
void |
SourceAlgorithm.setModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy during endpoint creation.
|
void |
ModelPackageContainerDefinition.setModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy during endpoint creation.
|
ContainerDefinition |
ContainerDefinition.withModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy.
|
SourceAlgorithm |
SourceAlgorithm.withModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy during endpoint creation.
|
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.withModelDataSource(ModelDataSource modelDataSource)
Specifies the location of ML model data to deploy during endpoint creation.
|
Copyright © 2025. All rights reserved.