Interface RealTimeInferenceConfig.Builder

  • 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.