Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class CreateCorpusMetadata.
Metadata for CreateCorpus API.
Generated from protobuf message google.cloud.visionai.v1.CreateCorpusMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
The create time of the create corpus operation. |
↳ update_time |
Google\Protobuf\Timestamp
The update time of the create corpus operation. |
getCreateTime
The create time of the create corpus operation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
The create time of the create corpus operation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
The update time of the create corpus operation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
The update time of the create corpus operation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|