Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveProfilesRequest

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

Request message for MemoryBankService.RetrieveProfiles.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveProfilesRequest

Returns a new instance of GoogleCloudAiplatformV1beta1RetrieveProfilesRequest.



45712
45713
45714
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45712

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

Instance Attribute Details

#scopeHash<String,String>

Required. The scope of the profiles to retrieve. Corresponds to the JSON property scope

Returns:

  • (Hash<String,String>)


45710
45711
45712
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45710

def scope
  @scope
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45717
45718
45719
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45717

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