Interface ModelLatencyThreshold.Builder

    • Method Detail

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