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

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

Request 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) — Output only. The batch ID.

#options

def options() -> ::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
Returns

#options=

def options=(value) -> ::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource shared by all processes being created.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource shared by all processes being created.
Returns
  • (::String) — Required. The parent resource shared by all processes being created.

#requests

def requests() -> ::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>
Returns

#requests=

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