Interface ModelLatencyThreshold.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>, SdkBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>, SdkPojo
Enclosing class:
ModelLatencyThreshold

public static interface ModelLatencyThreshold.Builder extends SdkPojo, CopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>
  • Method Details

    • percentile

      ModelLatencyThreshold.Builder percentile(String percentile)

      The model latency percentile threshold. Acceptable values are P95 and P99. For custom load tests, specify the value as P95.

      Parameters:
      percentile - The model latency percentile threshold. Acceptable values are P95 and P99. For custom load tests, specify the value as P95.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueInMilliseconds

      ModelLatencyThreshold.Builder valueInMilliseconds(Integer valueInMilliseconds)

      The model latency percentile value in milliseconds.

      Parameters:
      valueInMilliseconds - The model latency percentile value in milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.