Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AddContextChildrenRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AddContextChildrenRequest
- 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 MetadataService.AddContextChildren.
Instance Attribute Summary collapse
-
#child_contexts ⇒ Array<String>
The resource names of the child Contexts.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1AddContextChildrenRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1AddContextChildrenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1AddContextChildrenRequest
Returns a new instance of GoogleCloudAiplatformV1beta1AddContextChildrenRequest.
580 581 582 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 580 def initialize(**args) update!(**args) end |
Instance Attribute Details
#child_contexts ⇒ Array<String>
The resource names of the child Contexts.
Corresponds to the JSON property childContexts
578 579 580 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 578 def child_contexts @child_contexts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
585 586 587 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 585 def update!(**args) @child_contexts = args[:child_contexts] if args.key?(:child_contexts) end |