Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DeleteCollectionRequest.
Request message for DeleteCollectionRequest.
Generated from protobuf message google.cloud.visionai.v1.DeleteCollectionRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the collection to delete. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
getName
Required. The name of the collection to delete. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
string
setName
Required. The name of the collection to delete. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
var
string
$this
static::build
name
string
Required. The name of the collection to delete. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
Please see WarehouseClient::collectionName()
for help formatting this field.

