Interface MetricQuery.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetricQuery.Builder,
,MetricQuery> SdkBuilder<MetricQuery.Builder,
,MetricQuery> SdkPojo
- Enclosing class:
MetricQuery
@Mutable
@NotThreadSafe
public static interface MetricQuery.Builder
extends SdkPojo, CopyableBuilder<MetricQuery.Builder,MetricQuery>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of metrics to retrieve.metricName
(String metricName) The name of the metric to retrieve.metricStat
(String metricStat) The metrics stat type of metrics to retrieve.metricStat
(MetricStatistic metricStat) The metrics stat type of metrics to retrieve.The time period of metrics to retrieve.The time period of metrics to retrieve.resourceArn
(String resourceArn) The ARN of the SageMaker resource to retrieve metrics for.The start time of metrics to retrieve.The x-axis type of metrics to retrieve.The x-axis type of metrics to retrieve.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
-
metricName
The name of the metric to retrieve.
- Parameters:
metricName
- The name of the metric to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The ARN of the SageMaker resource to retrieve metrics for.
- Parameters:
resourceArn
- The ARN of the SageMaker resource to retrieve metrics for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricStat
The metrics stat type of metrics to retrieve.
- Parameters:
metricStat
- The metrics stat type of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricStat
The metrics stat type of metrics to retrieve.
- Parameters:
metricStat
- The metrics stat type of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The time period of metrics to retrieve.
- Parameters:
period
- The time period of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The time period of metrics to retrieve.
- Parameters:
period
- The time period of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xAxisType
The x-axis type of metrics to retrieve.
- Parameters:
xAxisType
- The x-axis type of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xAxisType
The x-axis type of metrics to retrieve.
- Parameters:
xAxisType
- The x-axis type of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
start
The start time of metrics to retrieve.
- Parameters:
start
- The start time of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end time of metrics to retrieve.
- Parameters:
end
- The end time of metrics to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-