Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelInvocationJobStatus
-
Packages that use ModelInvocationJobStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelInvocationJobStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelInvocationJobStatus Modifier and Type Method Description static ModelInvocationJobStatusModelInvocationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelInvocationJobStatusGetModelInvocationJobResponse. status()The status of the batch inference job.ModelInvocationJobStatusModelInvocationJobSummary. status()The status of the batch inference job.ModelInvocationJobStatusListModelInvocationJobsRequest. statusEquals()Specify a status to filter for batch inference jobs whose statuses match the string you specify.static ModelInvocationJobStatusModelInvocationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelInvocationJobStatus[]ModelInvocationJobStatus. 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 ModelInvocationJobStatus Modifier and Type Method Description static Set<ModelInvocationJobStatus>ModelInvocationJobStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelInvocationJobStatus Modifier and Type Method Description GetModelInvocationJobResponse.BuilderGetModelInvocationJobResponse.Builder. status(ModelInvocationJobStatus status)The status of the batch inference job.ModelInvocationJobSummary.BuilderModelInvocationJobSummary.Builder. status(ModelInvocationJobStatus status)The status of the batch inference job.ListModelInvocationJobsRequest.BuilderListModelInvocationJobsRequest.Builder. statusEquals(ModelInvocationJobStatus statusEquals)Specify a status to filter for batch inference jobs whose statuses match the string you specify.
-