Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UrlMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

The metadata for a single URL retrieval.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UrlMetadata

Returns a new instance of GoogleCloudAiplatformV1beta1UrlMetadata.



57401
57402
57403
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57401

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#retrieved_urlString

The URL retrieved by the tool. Corresponds to the JSON property retrievedUrl

Returns:

  • (String)


57394
57395
57396
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57394

def retrieved_url
  @retrieved_url
end

#url_retrieval_statusString

The status of the URL retrieval. Corresponds to the JSON property urlRetrievalStatus

Returns:

  • (String)


57399
57400
57401
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57399

def url_retrieval_status
  @url_retrieval_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



57406
57407
57408
57409
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57406

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