Module: Google::Cloud::DiscoveryEngine::V1beta::Evaluation::State

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb

Overview

Describes the state of an evaluation.

Constant Summary collapse

STATE_UNSPECIFIED =

The evaluation is unspecified.

0
PENDING =

The service is preparing to run the evaluation.

1
RUNNING =

The evaluation is in progress.

2
SUCCEEDED =

The evaluation completed successfully.

3
FAILED =

The evaluation failed.

4