Interface PredefinedMetricSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PredefinedMetricSpecification.Builder,
,PredefinedMetricSpecification> SdkBuilder<PredefinedMetricSpecification.Builder,
,PredefinedMetricSpecification> SdkPojo
- Enclosing class:
PredefinedMetricSpecification
public static interface PredefinedMetricSpecification.Builder
extends SdkPojo, CopyableBuilder<PredefinedMetricSpecification.Builder,PredefinedMetricSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionpredefinedMetricType
(String predefinedMetricType) The metric type.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, sdkFields
-
Method Details
-
predefinedMetricType
The metric type. You can only apply SageMaker metric types to SageMaker endpoints.
- Parameters:
predefinedMetricType
- The metric type. You can only apply SageMaker metric types to SageMaker endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-