public static interface ModelVersionEvaluation.Builder extends SdkPojo, CopyableBuilder<ModelVersionEvaluation.Builder,ModelVersionEvaluation>
| Modifier and Type | Method and Description |
|---|---|
ModelVersionEvaluation.Builder |
evaluationScore(String evaluationScore)
The evaluation score generated for the model version.
|
ModelVersionEvaluation.Builder |
outputVariableName(String outputVariableName)
The output variable name.
|
default ModelVersionEvaluation.Builder |
predictionExplanations(Consumer<PredictionExplanations.Builder> predictionExplanations)
The prediction explanations generated for the model version.
|
ModelVersionEvaluation.Builder |
predictionExplanations(PredictionExplanations predictionExplanations)
The prediction explanations generated for the model version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelVersionEvaluation.Builder outputVariableName(String outputVariableName)
The output variable name.
outputVariableName - The output variable name.ModelVersionEvaluation.Builder evaluationScore(String evaluationScore)
The evaluation score generated for the model version.
evaluationScore - The evaluation score generated for the model version.ModelVersionEvaluation.Builder predictionExplanations(PredictionExplanations predictionExplanations)
The prediction explanations generated for the model version.
predictionExplanations - The prediction explanations generated for the model version.default ModelVersionEvaluation.Builder predictionExplanations(Consumer<PredictionExplanations.Builder> predictionExplanations)
The prediction explanations generated for the model version.
This is a convenience method that creates an instance of thePredictionExplanations.Builder avoiding
the need to create one manually via PredictionExplanations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to predictionExplanations(PredictionExplanations).
predictionExplanations - a consumer that will call methods on PredictionExplanations.BuilderpredictionExplanations(PredictionExplanations)Copyright © 2022. All rights reserved.