Class: Google::Cloud::AutoML::V1::BatchPredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::BatchPredictRequest
- 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
-
#input_config ⇒ ::Google::Cloud::AutoML::V1::BatchPredictInputConfig
Required.
-
#name ⇒ ::String
Required.
-
#output_config ⇒ ::Google::Cloud::AutoML::V1::BatchPredictOutputConfig
Required.
-
#params ⇒ ::Google::Protobuf::Map{::String => ::String}
Additional domain-specific parameters for the predictions, any string must be up to 25000 characters long.
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 |