Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
- 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 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::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference>
Required.
-
#title ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
constructor
A new instance of GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
Returns a new instance of GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences.
15421 15422 15423 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15421 def initialize(**args) update!(**args) end |
Instance Attribute Details
#references ⇒ Hash<String,Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference>
Required.
Corresponds to the JSON property references
15414 15415 15416 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15414 def references @references end |
#title ⇒ String
Required. The title of the regional resource reference.
Corresponds to the JSON property title
15419 15420 15421 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15419 def title @title end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15426 15427 15428 15429 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 15426 def update!(**args) @references = args[:references] if args.key?(:references) @title = args[:title] if args.key?(:title) end |