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 task type you want the model to carry out.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()What task type was used in the model evaluation job.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)What task type was used in the model evaluation job.EvaluationDatasetMetricConfig.BuilderEvaluationDatasetMetricConfig.Builder. taskType(EvaluationTaskType taskType)The task type you want the model to carry out.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)What task type was used in the model evaluation job.
-