Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AddContextChildrenRequest

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

Request message for MetadataService.AddContextChildren.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1AddContextChildrenRequest

Returns a new instance of GoogleCloudAiplatformV1AddContextChildrenRequest.



644
645
646
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 644

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

Instance Attribute Details

#child_contextsArray<String>

The resource names of the child Contexts. Corresponds to the JSON property childContexts

Returns:

  • (Array<String>)


642
643
644
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 642

def child_contexts
  @child_contexts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



649
650
651
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 649

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