Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
- 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
The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..
Instance Attribute Summary collapse
-
#references ⇒ Hash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelResourceReference>
Required.
-
#title ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
constructor
A new instance of GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences
Returns a new instance of GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences.
14433 14434 14435 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14433 def initialize(**args) update!(**args) end |
Instance Attribute Details
#references ⇒ Hash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelResourceReference>
Required.
Corresponds to the JSON property references
14426 14427 14428 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14426 def references @references end |
#title ⇒ String
Required. The title of the regional resource reference.
Corresponds to the JSON property title
14431 14432 14433 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14431 def title @title end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14438 14439 14440 14441 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14438 def update!(**args) @references = args[:references] if args.key?(:references) @title = args[:title] if args.key?(:title) end |