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
- (::Array<::Google::Cloud::VisionAI::V1::Process>) — Processes created.
#processes=
def processes=(value) -> ::Array<::Google::Cloud::VisionAI::V1::Process>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::Process>) — Processes created.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::Process>) — Processes created.