Interface RealTimeInferenceConfig.Builder

    • Method Detail

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