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
Modifier and TypeMethodDescriptionSpecifies whether to use the latency-optimized or standard version of a model or inference profile.latency
(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 Details
-
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:
-
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:
-