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 Details

    • instanceType

      RealTimeInferenceConfig.Builder instanceType(String 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

      RealTimeInferenceConfig.Builder instanceType(InstanceType 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

      RealTimeInferenceConfig.Builder instanceCount(Integer instanceCount)

      The number of instances of the type specified by InstanceType.

      Parameters:
      instanceCount - The number of instances of the type specified by InstanceType.
      Returns:
      Returns a reference to this object so that method calls can be chained together.