Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Instance.
Message describing Instance object Next ID: 12
Generated from protobuf message google.cloud.visionai.v1.Instance
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. name of resource
↳ create_time
↳ update_time
↳ labels
↳ display_name
string
Required. A user friendly display name for the solution.
↳ description
string
A description for this instance.
↳ instance_type
int
The instance type for the current instance.
↳ input_resources
array< Instance\InputResource
>
The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
↳ output_resources
↳ state
int
State of the instance.
getName
Output only. name of resource
string
setName
Output only. name of resource
var
string
$this
getCreateTime
Output only. [Output only] Create timestamp
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create timestamp
$this
getUpdateTime
Output only. [Output only] Update timestamp
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update timestamp
$this
getLabels
Labels as key value pairs
setLabels
Labels as key value pairs
$this
getDisplayName
Required. A user friendly display name for the solution.
string
setDisplayName
Required. A user friendly display name for the solution.
var
string
$this
getDescription
A description for this instance.
string
setDescription
A description for this instance.
var
string
$this
getInstanceType
The instance type for the current instance.
setInstanceType
The instance type for the current instance.
$this
getInputResources
The input resources for the current application instance.
For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
setInputResources
The input resources for the current application instance.
For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a
$this
getOutputResources
All the output resources associated to one application instance.
setOutputResources
All the output resources associated to one application instance.
$this
getState
State of the instance.
setState
State of the instance.
$this

