Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DeployIndexMetadata.
Metadata message for DeployIndex.
Generated from protobuf message google.cloud.visionai.v1.DeployIndexMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ operation_metadata |
OperationMetadata
Common metadata of the long-running operation. |
↳ deployed_index |
string
Output only. The index being deployed. |
getOperationMetadata
Common metadata of the long-running operation.
| Returns | |
|---|---|
| Type | Description |
OperationMetadata|null |
|
hasOperationMetadata
clearOperationMetadata
setOperationMetadata
Common metadata of the long-running operation.
| Parameter | |
|---|---|
| Name | Description |
var |
OperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeployedIndex
Output only. The index being deployed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDeployedIndex
Output only. The index being deployed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|