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.EvaluationJobStatusBatchDeleteEvaluationJobItem. jobStatus()The status of the evaluation job for deletion.EvaluationJobStatusEvaluationSummary. status()The current status of the evaluation job.EvaluationJobStatusGetEvaluationJobResponse. status()The current status of the evaluation job.EvaluationJobStatusListEvaluationJobsRequest. statusEquals()A filter to only list evaluation jobs that are of a certain status.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 BatchDeleteEvaluationJobItem.BuilderBatchDeleteEvaluationJobItem.Builder. jobStatus(EvaluationJobStatus jobStatus)The status of the evaluation job for deletion.EvaluationSummary.BuilderEvaluationSummary.Builder. status(EvaluationJobStatus status)The current status of the evaluation job.GetEvaluationJobResponse.BuilderGetEvaluationJobResponse.Builder. status(EvaluationJobStatus status)The current status of the evaluation job.ListEvaluationJobsRequest.BuilderListEvaluationJobsRequest.Builder. statusEquals(EvaluationJobStatus statusEquals)A filter to only list evaluation jobs that are of a certain status.
-