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()Specifies whether the evaluation job is automated or human-based.EvaluationJobTypeGetEvaluationJobResponse. jobType()Specifies whether the evaluation job is automated or human-based.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)Specifies whether the evaluation job is automated or human-based.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. jobType(EvaluationJobType jobType)Specifies whether the evaluation job is automated or human-based.
-