public static interface RealTimeInferenceConfig.Builder extends SdkPojo, CopyableBuilder<RealTimeInferenceConfig.Builder,RealTimeInferenceConfig>
| Modifier and Type | Method and Description |
|---|---|
RealTimeInferenceConfig.Builder |
instanceCount(Integer instanceCount)
The number of instances of the type specified by
InstanceType. |
RealTimeInferenceConfig.Builder |
instanceType(InstanceType instanceType)
The instance type the model is deployed to.
|
RealTimeInferenceConfig.Builder |
instanceType(String instanceType)
The instance type the model is deployed to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRealTimeInferenceConfig.Builder instanceType(String instanceType)
The instance type the model is deployed to.
instanceType - The instance type the model is deployed to.InstanceType,
InstanceTypeRealTimeInferenceConfig.Builder instanceType(InstanceType instanceType)
The instance type the model is deployed to.
instanceType - The instance type the model is deployed to.InstanceType,
InstanceTypeRealTimeInferenceConfig.Builder instanceCount(Integer instanceCount)
The number of instances of the type specified by InstanceType.
instanceCount - The number of instances of the type specified by InstanceType.Copyright © 2023. All rights reserved.