Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::RemoveContextChildrenRequest (v0.15.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RemoveContextChildrenRequest.

Request message for [MetadataService.DeleteContextChildrenRequest][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#child_contexts

def child_contexts() -> ::Array<::String>
Returns
  • (::Array<::String>) — The resource names of the child Contexts.

#child_contexts=

def child_contexts=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The resource names of the child Contexts.
Returns
  • (::Array<::String>) — The resource names of the child Contexts.

#context

def context() -> ::String
Returns
  • (::String) — Required. The resource name of the parent Context.

    Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

#context=

def context=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the parent Context.

    Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

Returns
  • (::String) — Required. The resource name of the parent Context.

    Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}