Class: Google::Cloud::AIPlatform::V1::DirectPredictRequest

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.DirectPredict.

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}



145
146
147
148
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 145

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

#inputs::Array<::Google::Cloud::AIPlatform::V1::Tensor>

Returns The prediction input.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 145

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

#parameters::Google::Cloud::AIPlatform::V1::Tensor

Returns The parameters that govern the prediction.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/aiplatform/v1/prediction_service.rb', line 145

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