Class: Google::Cloud::AIPlatform::V1::DirectRawPredictRequest

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

Overview

Request message for PredictionService.DirectRawPredict.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

Returns:

  • (::String)

    Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}



182
183
184
185
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 182

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

#input::String

Returns The prediction input.

Returns:

  • (::String)

    The prediction input.



182
183
184
185
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 182

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

#method_name::String

Returns Fully qualified name of the API method being invoked to perform predictions.

Format: /namespace.Service/Method/ Example: /tensorflow.serving.PredictionService/Predict.

Returns:

  • (::String)

    Fully qualified name of the API method being invoked to perform predictions.

    Format: /namespace.Service/Method/ Example: /tensorflow.serving.PredictionService/Predict



182
183
184
185
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 182

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