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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the collection to delete. Format: |
getName
Required. The name of the collection to delete. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the collection to delete. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|