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

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

Response message for running the processes in a batch.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#batch_id

def batch_id() -> ::String
Returns
  • (::String) — The batch ID.

#batch_id=

def batch_id=(value) -> ::String
Parameter
  • value (::String) — The batch ID.
Returns
  • (::String) — The batch ID.

#processes

def processes() -> ::Array<::Google::Cloud::VisionAI::V1::Process>
Returns

#processes=

def processes=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Process>
Parameter
Returns