Module: Google::Cloud::AIPlatform::V1::FileStatus::State

Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb

Overview

RagFile state.

Constant Summary collapse

STATE_UNSPECIFIED =

RagFile state is unspecified.

0
ACTIVE =

RagFile resource has been created and indexed successfully.

1
ERROR =

RagFile resource is in a problematic state. See error_message field for details.

2