Interface InferenceMetrics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceMetrics.Builder,InferenceMetrics>,SdkBuilder<InferenceMetrics.Builder,InferenceMetrics>,SdkPojo
- Enclosing class:
- InferenceMetrics
public static interface InferenceMetrics.Builder extends SdkPojo, CopyableBuilder<InferenceMetrics.Builder,InferenceMetrics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceMetrics.BuildermaxInvocations(Integer maxInvocations)The expected maximum number of requests per minute for the instance.InferenceMetrics.BuildermodelLatency(Integer modelLatency)The expected model latency at maximum invocations per minute for the instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxInvocations
InferenceMetrics.Builder maxInvocations(Integer maxInvocations)
The expected maximum number of requests per minute for the instance.
- Parameters:
maxInvocations- The expected maximum number of requests per minute for the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelLatency
InferenceMetrics.Builder modelLatency(Integer modelLatency)
The expected model latency at maximum invocations per minute for the instance.
- Parameters:
modelLatency- The expected model latency at maximum invocations per minute for the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-