| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelInfrastructureConfig |
ModelInfrastructureConfig.clone() |
ModelInfrastructureConfig |
ModelVariantConfigSummary.getInfrastructureConfig()
The configuration of the infrastructure that the model has been deployed to.
|
ModelInfrastructureConfig |
ModelVariantConfig.getInfrastructureConfig()
The configuration for the infrastructure that the model will be deployed to.
|
ModelInfrastructureConfig |
ModelInfrastructureConfig.withInfrastructureType(ModelInfrastructureType infrastructureType)
The inference option to which to deploy your model.
|
ModelInfrastructureConfig |
ModelInfrastructureConfig.withInfrastructureType(String infrastructureType)
The inference option to which to deploy your model.
|
ModelInfrastructureConfig |
ModelInfrastructureConfig.withRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelVariantConfigSummary.setInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
void |
ModelVariantConfig.setInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration for the infrastructure that the model will be deployed to.
|
ModelVariantConfigSummary |
ModelVariantConfigSummary.withInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfig |
ModelVariantConfig.withInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration for the infrastructure that the model will be deployed to.
|
Copyright © 2025. All rights reserved.