Interface AIRecommendationConstraint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIRecommendationConstraint.Builder,,AIRecommendationConstraint> SdkBuilder<AIRecommendationConstraint.Builder,,AIRecommendationConstraint> SdkPojo
- Enclosing class:
AIRecommendationConstraint
@Mutable
@NotThreadSafe
public static interface AIRecommendationConstraint.Builder
extends SdkPojo, CopyableBuilder<AIRecommendationConstraint.Builder,AIRecommendationConstraint>
-
Method Summary
Modifier and TypeMethodDescriptionThe performance metric.metric(AIRecommendationMetric metric) The performance metric.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
metric
The performance metric. Valid values are
ttft-ms(time to first token in milliseconds),throughput, andcost.- Parameters:
metric- The performance metric. Valid values arettft-ms(time to first token in milliseconds),throughput, andcost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metric
The performance metric. Valid values are
ttft-ms(time to first token in milliseconds),throughput, andcost.- Parameters:
metric- The performance metric. Valid values arettft-ms(time to first token in milliseconds),throughput, andcost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-