public static interface InferenceMetrics.Builder extends SdkPojo, CopyableBuilder<InferenceMetrics.Builder,InferenceMetrics>
| Modifier and Type | Method and Description |
|---|---|
InferenceMetrics.Builder |
maxInvocations(Integer maxInvocations)
The expected maximum number of requests per minute for the instance.
|
InferenceMetrics.Builder |
modelLatency(Integer modelLatency)
The expected model latency at maximum invocations per minute for the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceMetrics.Builder maxInvocations(Integer maxInvocations)
The expected maximum number of requests per minute for the instance.
maxInvocations - The expected maximum number of requests per minute for the instance.InferenceMetrics.Builder modelLatency(Integer modelLatency)
The expected model latency at maximum invocations per minute for the instance.
modelLatency - The expected model latency at maximum invocations per minute for the instance.Copyright © 2022. All rights reserved.