Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.BatchEvaluationStatus
Packages that use BatchEvaluationStatus
-
Uses of BatchEvaluationStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BatchEvaluationStatusModifier and TypeMethodDescriptionstatic BatchEvaluationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BatchEvaluationStatusBatchEvaluationSummary.status()The current status of the batch evaluation.final BatchEvaluationStatusDeleteBatchEvaluationResponse.status()The status of the batch evaluation deletion operation.final BatchEvaluationStatusGetBatchEvaluationResponse.status()The current status of the batch evaluation.final BatchEvaluationStatusStartBatchEvaluationResponse.status()The status of the batch evaluation.final BatchEvaluationStatusStopBatchEvaluationResponse.status()The status of the batch evaluation after the stop request.static BatchEvaluationStatusReturns the enum constant of this type with the specified name.static BatchEvaluationStatus[]BatchEvaluationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type BatchEvaluationStatusModifier and TypeMethodDescriptionstatic Set<BatchEvaluationStatus>BatchEvaluationStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BatchEvaluationStatusModifier and TypeMethodDescriptionBatchEvaluationSummary.Builder.status(BatchEvaluationStatus status) The current status of the batch evaluation.DeleteBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The status of the batch evaluation deletion operation.GetBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The current status of the batch evaluation.StartBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The status of the batch evaluation.StopBatchEvaluationResponse.Builder.status(BatchEvaluationStatus status) The status of the batch evaluation after the stop request.