Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class InstanceResourceOutputBindingSpec.
Generated from protobuf message google.cloud.visionai.v1.ProcessorIOSpec.InstanceResourceOutputBindingSpec
Namespace
Google \ Cloud \ VisionAI \ V1 \ ProcessorIOSpecMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the output binding, unique within the processor. |
↳ resource_type_uri |
string
The resource type uri of the acceptable output resource. |
↳ explicit |
bool
Whether the output resource needs to be explicitly set in the instance. If it is false, the processor will automatically generate it if required. |
getName
Name of the output binding, unique within the processor.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the output binding, unique within the processor.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResourceTypeUri
The resource type uri of the acceptable output resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResourceTypeUri
The resource type uri of the acceptable output resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExplicit
Whether the output resource needs to be explicitly set in the instance.
If it is false, the processor will automatically generate it if required.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setExplicit
Whether the output resource needs to be explicitly set in the instance.
If it is false, the processor will automatically generate it if required.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|