Interface RealTimeInferenceConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RealTimeInferenceConfig.Builder,
,RealTimeInferenceConfig> SdkBuilder<RealTimeInferenceConfig.Builder,
,RealTimeInferenceConfig> SdkPojo
- Enclosing class:
RealTimeInferenceConfig
public static interface RealTimeInferenceConfig.Builder
extends SdkPojo, CopyableBuilder<RealTimeInferenceConfig.Builder,RealTimeInferenceConfig>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount
(Integer instanceCount) The number of instances of the type specified byInstanceType
.instanceType
(String instanceType) The instance type the model is deployed to.instanceType
(InstanceType instanceType) The instance type the model is deployed to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
instanceType
The instance type the model is deployed to.
- Parameters:
instanceType
- The instance type the model is deployed to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The instance type the model is deployed to.
- Parameters:
instanceType
- The instance type the model is deployed to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceCount
The number of instances of the type specified by
InstanceType
.- Parameters:
instanceCount
- The number of instances of the type specified byInstanceType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-