Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationTaskType
-
Packages that use EvaluationTaskType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationTaskType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationTaskType Modifier and Type Method Description static EvaluationTaskTypeEvaluationTaskType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EvaluationTaskTypeEvaluationDatasetMetricConfig. taskType()The the type of task you want to evaluate for your evaluation job.static EvaluationTaskTypeEvaluationTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationTaskType[]EvaluationTaskType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type EvaluationTaskType Modifier and Type Method Description List<EvaluationTaskType>EvaluationSummary. evaluationTaskTypes()The type of task for model evaluation.static Set<EvaluationTaskType>EvaluationTaskType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationTaskType Modifier and Type Method Description EvaluationSummary.BuilderEvaluationSummary.Builder. evaluationTaskTypes(EvaluationTaskType... evaluationTaskTypes)The type of task for model evaluation.EvaluationDatasetMetricConfig.BuilderEvaluationDatasetMetricConfig.Builder. taskType(EvaluationTaskType taskType)The the type of task you want to evaluate for your evaluation job.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type EvaluationTaskType Modifier and Type Method Description EvaluationSummary.BuilderEvaluationSummary.Builder. evaluationTaskTypes(Collection<EvaluationTaskType> evaluationTaskTypes)The type of task for model evaluation.
-