Class: Google::Cloud::AutoML::V1::BatchPredictRequest

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

Overview

Request message for PredictionService.BatchPredict.

Defined Under Namespace

Classes: ParamsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#input_config::Google::Cloud::AutoML::V1::BatchPredictInputConfig



225
226
227
228
229
230
231
232
233
234
235
236
237
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 225

class BatchPredictRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ParamsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String



225
226
227
228
229
230
231
232
233
234
235
236
237
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 225

class BatchPredictRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ParamsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#output_config::Google::Cloud::AutoML::V1::BatchPredictOutputConfig



225
226
227
228
229
230
231
232
233
234
235
236
237
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 225

class BatchPredictRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ParamsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#params::Google::Protobuf::Map{::String => ::String}



225
226
227
228
229
230
231
232
233
234
235
236
237
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 225

class BatchPredictRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class ParamsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end