Class: Google::Cloud::AIPlatform::V1::UrlMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#retrieved_url::String

Returns Retrieved url by the tool.

Returns:

  • (::String)

    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 
  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.

Returns:



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 
  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