public static interface TFITrainingMetricsValue.Builder extends SdkPojo, CopyableBuilder<TFITrainingMetricsValue.Builder,TFITrainingMetricsValue>
| Modifier and Type | Method and Description |
|---|---|
TFITrainingMetricsValue.Builder |
metricDataPoints(Collection<TFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
TFITrainingMetricsValue.Builder |
metricDataPoints(Consumer<TFIMetricDataPoint.Builder>... metricDataPoints)
The model's performance metrics data points.
|
TFITrainingMetricsValue.Builder |
metricDataPoints(TFIMetricDataPoint... metricDataPoints)
The model's performance metrics data points.
|
default TFITrainingMetricsValue.Builder |
modelPerformance(Consumer<TFIModelPerformance.Builder> modelPerformance)
The model performance score.
|
TFITrainingMetricsValue.Builder |
modelPerformance(TFIModelPerformance modelPerformance)
The model performance score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTFITrainingMetricsValue.Builder metricDataPoints(Collection<TFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
metricDataPoints - The model's performance metrics data points.TFITrainingMetricsValue.Builder metricDataPoints(TFIMetricDataPoint... metricDataPoints)
The model's performance metrics data points.
metricDataPoints - The model's performance metrics data points.TFITrainingMetricsValue.Builder metricDataPoints(Consumer<TFIMetricDataPoint.Builder>... metricDataPoints)
The model's performance metrics data points.
This is a convenience method that creates an instance of theTFIMetricDataPoint.Builder avoiding the need to
create one manually via
TFIMetricDataPoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #metricDataPoints(List.
metricDataPoints - a consumer that will call methods on
TFIMetricDataPoint.Builder#metricDataPoints(java.util.Collection) TFITrainingMetricsValue.Builder modelPerformance(TFIModelPerformance modelPerformance)
The model performance score.
modelPerformance - The model performance score.default TFITrainingMetricsValue.Builder modelPerformance(Consumer<TFIModelPerformance.Builder> modelPerformance)
The model performance score.
This is a convenience method that creates an instance of theTFIModelPerformance.Builder avoiding the
need to create one manually via TFIModelPerformance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to modelPerformance(TFIModelPerformance).
modelPerformance - a consumer that will call methods on TFIModelPerformance.BuildermodelPerformance(TFIModelPerformance)Copyright © 2023. All rights reserved.