Uses of Class
software.amazon.awssdk.services.bedrock.model.EvaluationJobStatus
-
Packages that use EvaluationJobStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EvaluationJobStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EvaluationJobStatus Modifier and Type Method Description static EvaluationJobStatusEvaluationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EvaluationJobStatusEvaluationSummary. status()The current status of the model evaluation job.EvaluationJobStatusGetEvaluationJobResponse. status()The status of the model evaluation job.EvaluationJobStatusListEvaluationJobsRequest. statusEquals()Only return jobs where the status condition is met.static EvaluationJobStatusEvaluationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationJobStatus[]EvaluationJobStatus. 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 EvaluationJobStatus Modifier and Type Method Description static Set<EvaluationJobStatus>EvaluationJobStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EvaluationJobStatus Modifier and Type Method Description EvaluationSummary.BuilderEvaluationSummary.Builder. status(EvaluationJobStatus status)The current status of the model evaluation job.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. status(EvaluationJobStatus status)The status of the model evaluation job.ListEvaluationJobsRequest.BuilderListEvaluationJobsRequest.Builder. statusEquals(EvaluationJobStatus statusEquals)Only return jobs where the status condition is met.
-