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
- (::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions) — Optional. Options for batch processes.
#options=
def options=(value) -> ::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions
Parameter
- value (::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions) — Optional. Options for batch processes.
Returns
- (::Google::Cloud::VisionAI::V1::BatchRunProcessRequest::BatchRunProcessOptions) — Optional. Options for batch processes.
#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
- (::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>) — Required. The create process requests.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>) — Required. The create process requests.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::CreateProcessRequest>) — Required. The create process requests.