Module: Google::Cloud::AIPlatform::V1::UrlMetadata::UrlRetrievalStatus

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

Overview

Status of the url retrieval.

Constant Summary collapse

URL_RETRIEVAL_STATUS_UNSPECIFIED =

Default value. This value is unused.

0
URL_RETRIEVAL_STATUS_SUCCESS =

Url retrieval is successful.

1
URL_RETRIEVAL_STATUS_ERROR =

Url retrieval is failed due to error.

2