Interface PerformanceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PerformanceConfiguration.Builder,PerformanceConfiguration>,SdkBuilder<PerformanceConfiguration.Builder,PerformanceConfiguration>,SdkPojo
- Enclosing class:
- PerformanceConfiguration
@Mutable @NotThreadSafe public static interface PerformanceConfiguration.Builder extends SdkPojo, CopyableBuilder<PerformanceConfiguration.Builder,PerformanceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerformanceConfiguration.Builderlatency(String latency)Specifies whether to use the latency-optimized or standard version of a model or inference profile.PerformanceConfiguration.Builderlatency(PerformanceConfigLatency latency)Specifies whether to use the latency-optimized or standard version of a model or inference profile.-
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
-
latency
PerformanceConfiguration.Builder latency(String latency)
Specifies whether to use the latency-optimized or standard version of a model or inference profile.
- Parameters:
latency- Specifies whether to use the latency-optimized or standard version of a model or inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PerformanceConfigLatency,PerformanceConfigLatency
-
latency
PerformanceConfiguration.Builder latency(PerformanceConfigLatency latency)
Specifies whether to use the latency-optimized or standard version of a model or inference profile.
- Parameters:
latency- Specifies whether to use the latency-optimized or standard version of a model or inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PerformanceConfigLatency,PerformanceConfigLatency
-
-