| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeInferenceConfig |
RealTimeInferenceConfig.clone() |
RealTimeInferenceConfig |
ModelInfrastructureConfig.getRealTimeInferenceConfig()
The infrastructure configuration for deploying the model to real-time inference.
|
RealTimeInferenceConfig |
RealTimeInferenceConfig.withInstanceCount(Integer instanceCount)
The number of instances of the type specified by
InstanceType. |
RealTimeInferenceConfig |
RealTimeInferenceConfig.withInstanceType(InstanceType instanceType)
The instance type the model is deployed to.
|
RealTimeInferenceConfig |
RealTimeInferenceConfig.withInstanceType(String instanceType)
The instance type the model is deployed to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelInfrastructureConfig.setRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
|
ModelInfrastructureConfig |
ModelInfrastructureConfig.withRealTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)
The infrastructure configuration for deploying the model to real-time inference.
|
Copyright © 2023. All rights reserved.