public static interface RecommendationJobInferenceBenchmark.Builder extends SdkPojo, CopyableBuilder<RecommendationJobInferenceBenchmark.Builder,RecommendationJobInferenceBenchmark>
| Modifier and Type | Method and Description |
|---|---|
default RecommendationJobInferenceBenchmark.Builder |
endpointConfiguration(Consumer<EndpointOutputConfiguration.Builder> endpointConfiguration)
Sets the value of the EndpointConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
endpointConfiguration(EndpointOutputConfiguration endpointConfiguration)
Sets the value of the EndpointConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
failureReason(String failureReason)
The reason why a benchmark failed.
|
default RecommendationJobInferenceBenchmark.Builder |
metrics(Consumer<RecommendationMetrics.Builder> metrics)
Sets the value of the Metrics property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
metrics(RecommendationMetrics metrics)
Sets the value of the Metrics property for this object.
|
default RecommendationJobInferenceBenchmark.Builder |
modelConfiguration(Consumer<ModelConfiguration.Builder> modelConfiguration)
Sets the value of the ModelConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
modelConfiguration(ModelConfiguration modelConfiguration)
Sets the value of the ModelConfiguration property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationJobInferenceBenchmark.Builder metrics(RecommendationMetrics metrics)
metrics - The new value for the Metrics property for this object.default RecommendationJobInferenceBenchmark.Builder metrics(Consumer<RecommendationMetrics.Builder> metrics)
RecommendationMetrics.Builder avoiding
the need to create one manually via RecommendationMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to metrics(RecommendationMetrics).
metrics - a consumer that will call methods on RecommendationMetrics.Buildermetrics(RecommendationMetrics)RecommendationJobInferenceBenchmark.Builder endpointConfiguration(EndpointOutputConfiguration endpointConfiguration)
endpointConfiguration - The new value for the EndpointConfiguration property for this object.default RecommendationJobInferenceBenchmark.Builder endpointConfiguration(Consumer<EndpointOutputConfiguration.Builder> endpointConfiguration)
EndpointOutputConfiguration.Builder
avoiding the need to create one manually via EndpointOutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to endpointConfiguration(EndpointOutputConfiguration).
endpointConfiguration - a consumer that will call methods on EndpointOutputConfiguration.BuilderendpointConfiguration(EndpointOutputConfiguration)RecommendationJobInferenceBenchmark.Builder modelConfiguration(ModelConfiguration modelConfiguration)
modelConfiguration - The new value for the ModelConfiguration property for this object.default RecommendationJobInferenceBenchmark.Builder modelConfiguration(Consumer<ModelConfiguration.Builder> modelConfiguration)
ModelConfiguration.Builder avoiding the
need to create one manually via ModelConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to modelConfiguration(ModelConfiguration).
modelConfiguration - a consumer that will call methods on ModelConfiguration.BuildermodelConfiguration(ModelConfiguration)RecommendationJobInferenceBenchmark.Builder failureReason(String failureReason)
The reason why a benchmark failed.
failureReason - The reason why a benchmark failed.Copyright © 2022. All rights reserved.