Class: Google::Cloud::VisionAI::V1::BatchRunProcessResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/lva_service.rb

Overview

Response message for running the processes in a batch.

Instance Attribute Summary collapse

Instance Attribute Details

#batch_id::String

Returns The batch ID.

Returns:

  • (::String)

    The batch ID.



454
455
456
457
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 454

class BatchRunProcessResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#processes::Array<::Google::Cloud::VisionAI::V1::Process>

Returns Processes created.

Returns:



454
455
456
457
# File 'proto_docs/google/cloud/visionai/v1/lva_service.rb', line 454

class BatchRunProcessResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end