Vision AI V1 API - Class Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ProcessorIOSpec::InstanceResourceOutputBindingSpec.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#explicit

def explicit() -> ::Boolean
Returns
  • (::Boolean) — Whether the output resource needs to be explicitly set in the instance. If it is false, the processor will automatically generate it if required.

#explicit=

def explicit=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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
  • (::Boolean) — Whether the output resource needs to be explicitly set in the instance. If it is false, the processor will automatically generate it if required.

#name

def name() -> ::String
Returns
  • (::String) — Name of the output binding, unique within the processor.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the output binding, unique within the processor.
Returns
  • (::String) — Name of the output binding, unique within the processor.

#resource_type_uri

def resource_type_uri() -> ::String
Returns
  • (::String) — The resource type uri of the acceptable output resource.

#resource_type_uri=

def resource_type_uri=(value) -> ::String
Parameter
  • value (::String) — The resource type uri of the acceptable output resource.
Returns
  • (::String) — The resource type uri of the acceptable output resource.