Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveProfilesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RetrieveProfilesRequest
- 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
-
#scope ⇒ Hash<String,String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveProfilesRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1RetrieveProfilesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RetrieveProfilesRequest
Returns a new instance of GoogleCloudAiplatformV1beta1RetrieveProfilesRequest.
48467 48468 48469 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scope ⇒ Hash<String,String>
Required. The scope of the profiles to retrieve.
Corresponds to the JSON property scope
48465 48466 48467 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48465 def scope @scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48472 48473 48474 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48472 def update!(**args) @scope = args[:scope] if args.key?(:scope) end |