Enumeration UrlRetrievalStatus

The status of the URL retrieval.

Enumeration Members

URL_RETRIEVAL_STATUS_ERROR: "URL_RETRIEVAL_STATUS_ERROR"

The URL retrieval failed.

URL_RETRIEVAL_STATUS_PAYWALL: "URL_RETRIEVAL_STATUS_PAYWALL"

Url retrieval is failed because the content is behind paywall. This enum value is not supported in Vertex AI.

URL_RETRIEVAL_STATUS_SUCCESS: "URL_RETRIEVAL_STATUS_SUCCESS"

The URL was retrieved successfully.

URL_RETRIEVAL_STATUS_UNSAFE: "URL_RETRIEVAL_STATUS_UNSAFE"

Url retrieval is failed because the content is unsafe. This enum value is not supported in Vertex AI.

URL_RETRIEVAL_STATUS_UNSPECIFIED: "URL_RETRIEVAL_STATUS_UNSPECIFIED"

Default value. This value is unused.