Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences

Returns a new instance of GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences.



14649
14650
14651
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14649

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

Instance Attribute Details

#referencesHash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelResourceReference>

Required. Corresponds to the JSON property references



14642
14643
14644
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14642

def references
  @references
end

#titleString

Required. The title of the regional resource reference. Corresponds to the JSON property title

Returns:

  • (String)


14647
14648
14649
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14647

def title
  @title
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14654
14655
14656
14657
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14654

def update!(**args)
  @references = args[:references] if args.key?(:references)
  @title = args[:title] if args.key?(:title)
end