Class: Google::Cloud::FinancialServices::V1::GetPredictionResultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::GetPredictionResultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/prediction_result.rb
Overview
Request for retrieving a specific PredictionResult resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the PredictionResult.
166 167 168 169 |
# File 'proto_docs/google/cloud/financialservices/v1/prediction_result.rb', line 166 class GetPredictionResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |