Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationJobType
-
Packages that use EvaluationJobType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationJobType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationJobType Modifier and Type Method Description static EvaluationJobTypeEvaluationJobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EvaluationJobTypeEvaluationSummary. jobType()The type, either human or automatic, of model evaluation job.EvaluationJobTypeGetEvaluationJobResponse. jobType()The type of model evaluation job.static EvaluationJobTypeEvaluationJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationJobType[]EvaluationJobType. 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 EvaluationJobType Modifier and Type Method Description static Set<EvaluationJobType>EvaluationJobType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationJobType Modifier and Type Method Description EvaluationSummary.BuilderEvaluationSummary.Builder. jobType(EvaluationJobType jobType)The type, either human or automatic, of model evaluation job.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. jobType(EvaluationJobType jobType)The type of model evaluation job.
-