Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Context of the a single url retrieval.
Instance Attribute Summary collapse
-
#retrieved_url ⇒ String
Retrieved url by the tool.
-
#url_retrieval_status ⇒ String
Status of the url retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1UrlMetadata
constructor
A new instance of GoogleCloudAiplatformV1UrlMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1UrlMetadata
Returns a new instance of GoogleCloudAiplatformV1UrlMetadata.
40552 40553 40554 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 40552 def initialize(**args) update!(**args) end |
Instance Attribute Details
#retrieved_url ⇒ String
Retrieved url by the tool.
Corresponds to the JSON property retrievedUrl
40545 40546 40547 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 40545 def retrieved_url @retrieved_url end |
#url_retrieval_status ⇒ String
Status of the url retrieval.
Corresponds to the JSON property urlRetrievalStatus
40550 40551 40552 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 40550 def url_retrieval_status @url_retrieval_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40557 40558 40559 40560 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 40557 def update!(**args) @retrieved_url = args[:retrieved_url] if args.key?(:retrieved_url) @url_retrieval_status = args[:url_retrieval_status] if args.key?(:url_retrieval_status) end |