Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class SeriesMetadata.
The message that represents series metadata.
Generated from protobuf message google.cloud.visionai.v1.SeriesMetadata
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ series |
string
Series name. It's in the format of "projects/{project}/locations/{location}/clusters/{cluster}/series/{stream}". |
getSeries
Series name. It's in the format of "projects/{project}/locations/{location}/clusters/{cluster}/series/{stream}".
| Returns | |
|---|---|
| Type | Description |
string |
|
setSeries
Series name. It's in the format of "projects/{project}/locations/{location}/clusters/{cluster}/series/{stream}".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|