Class: Google::Cloud::AIPlatform::V1::DirectRawPredictResponse

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

Response message for PredictionService.DirectRawPredict.

Instance Attribute Summary collapse

Instance Attribute Details

#output::String

Returns The prediction output.

Returns:

  • (::String)

    The prediction output.



192
193
194
195
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 192

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