Interface TrainingMetrics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrainingMetrics.Builder,,TrainingMetrics> SdkBuilder<TrainingMetrics.Builder,,TrainingMetrics> SdkPojo
- Enclosing class:
TrainingMetrics
@Mutable
@NotThreadSafe
public static interface TrainingMetrics.Builder
extends SdkPojo, CopyableBuilder<TrainingMetrics.Builder,TrainingMetrics>
-
Method Summary
Modifier and TypeMethodDescriptionmetrics(Map<TrainingMetricName, Double> metrics) A collection of performance metrics and statistics from the training process.metricsWithStrings(Map<String, Double> metrics) A collection of performance metrics and statistics from the training process.The timestamp when these training metrics were recorded.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
-
time
The timestamp when these training metrics were recorded.
- Parameters:
time- The timestamp when these training metrics were recorded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricsWithStrings
A collection of performance metrics and statistics from the training process.
- Parameters:
metrics- A collection of performance metrics and statistics from the training process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
A collection of performance metrics and statistics from the training process.
- Parameters:
metrics- A collection of performance metrics and statistics from the training process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-