Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RemoveContextChildrenRequest.
Request message for MetadataService.DeleteContextChildrenRequest .
Generated from protobuf message google.cloud.aiplatform.v1.RemoveContextChildrenRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ context
string
Required. The resource name of the parent Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
↳ child_contexts
string[]
The resource names of the child Contexts.
getContext
Required. The resource name of the parent Context.
Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
string
setContext
Required. The resource name of the parent Context.
Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
var
string
$this
getChildContexts
The resource names of the child Contexts.
setChildContexts
The resource names of the child Contexts.
var
string[]
$this
static::build
context
string
Required. The resource name of the parent Context.
Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Please see MetadataServiceClient::contextName()
for help formatting this field.
childContexts
string[]
The resource names of the child Contexts.

