Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest

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 MetadataService.DeleteContextChildrenRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest

Returns a new instance of GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest.



23512
23513
23514
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23512

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>)


23510
23511
23512
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23510

def child_contexts
  @child_contexts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23517
23518
23519
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 23517

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