public static interface Instance.OutputResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAutogen()
public abstract boolean getAutogen()
Output only. Whether the output resource is created automatically by the Vision AI App Platform.
bool autogen = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The autogen. |
getIsTemporary()
public abstract boolean getIsTemporary()
Output only. Whether the output resource is temporary which means the resource is generated during the deployment of the application. Temporary resource will be deleted during the undeployment of the application.
bool is_temporary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The isTemporary. |
getOutputResource()
public abstract String getOutputResource()
The output resource name for the current application instance.
string output_resource = 1;
Returns | |
---|---|
Type | Description |
String |
The outputResource. |
getOutputResourceBinding()
public abstract String getOutputResourceBinding()
The specific output resource binding which produces the current OutputResource.
string output_resource_binding = 4;
Returns | |
---|---|
Type | Description |
String |
The outputResourceBinding. |
getOutputResourceBindingBytes()
public abstract ByteString getOutputResourceBindingBytes()
The specific output resource binding which produces the current OutputResource.
string output_resource_binding = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for outputResourceBinding. |
getOutputResourceBytes()
public abstract ByteString getOutputResourceBytes()
The output resource name for the current application instance.
string output_resource = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for outputResource. |
getProducerNode()
public abstract String getProducerNode()
The name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
string producer_node = 2;
Returns | |
---|---|
Type | Description |
String |
The producerNode. |
getProducerNodeBytes()
public abstract ByteString getProducerNodeBytes()
The name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/clusters/456/streams/output-application-789-stream-a-occupancy-counting producer_node: occupancy-counting
string producer_node = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for producerNode. |