Class: Google::Cloud::AIPlatform::V1::UrlMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UrlMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Context of the a single url retrieval.
Defined Under Namespace
Modules: UrlRetrievalStatus
Instance Attribute Summary collapse
-
#retrieved_url ⇒ ::String
Retrieved url by the tool.
-
#url_retrieval_status ⇒ ::Google::Cloud::AIPlatform::V1::UrlMetadata::UrlRetrievalStatus
Status of the url retrieval.
Instance Attribute Details
#retrieved_url ⇒ ::String
Returns Retrieved url by the tool.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 662 class UrlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Status of the url retrieval. module UrlRetrievalStatus # Default value. This value is unused. URL_RETRIEVAL_STATUS_UNSPECIFIED = 0 # Url retrieval is successful. URL_RETRIEVAL_STATUS_SUCCESS = 1 # Url retrieval is failed due to error. URL_RETRIEVAL_STATUS_ERROR = 2 end end |
#url_retrieval_status ⇒ ::Google::Cloud::AIPlatform::V1::UrlMetadata::UrlRetrievalStatus
Returns Status of the url retrieval.
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 662 class UrlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Status of the url retrieval. module UrlRetrievalStatus # Default value. This value is unused. URL_RETRIEVAL_STATUS_UNSPECIFIED = 0 # Url retrieval is successful. URL_RETRIEVAL_STATUS_SUCCESS = 1 # Url retrieval is failed due to error. URL_RETRIEVAL_STATUS_ERROR = 2 end end |