Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DeployIndexRequest.
Request message for DeployIndex.
Generated from protobuf message google.cloud.visionai.v1.DeployIndexRequest
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ index_endpoint |
string
Required. IndexEndpoint the index is deployed to. Format: |
↳ deployed_index |
DeployedIndex
Required. Index to deploy. |
getIndexEndpoint
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
| Returns | |
|---|---|
| Type | Description |
string |
|
setIndexEndpoint
Required. IndexEndpoint the index is deployed to.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeployedIndex
Required. Index to deploy.
| Returns | |
|---|---|
| Type | Description |
DeployedIndex|null |
|
hasDeployedIndex
clearDeployedIndex
setDeployedIndex
Required. Index to deploy.
| Parameter | |
|---|---|
| Name | Description |
var |
DeployedIndex
|
| Returns | |
|---|---|
| Type | Description |
$this |
|