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