Class: Google::Cloud::AutoML::V1::PredictRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::PredictRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/prediction_service.rb
Overview
Request message for PredictionService.Predict.
Defined Under Namespace
Classes: ParamsEntry
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#params ⇒ ::Google::Protobuf::Map{::String => ::String}
Additional domain-specific parameters, any string must be up to 25000 characters long.
-
#payload ⇒ ::Google::Cloud::AutoML::V1::ExamplePayload
Required.
Instance Attribute Details
#name ⇒ ::String
65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 65 class PredictRequest 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}
65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 65 class PredictRequest 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 |
#payload ⇒ ::Google::Cloud::AutoML::V1::ExamplePayload
65 66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 65 class PredictRequest 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 |