Class: Google::Cloud::FinancialServices::V1::ListPredictionResultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ListPredictionResultsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/prediction_result.rb
Overview
Response for retrieving a list of PredictionResults
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
This token should be passed to the next ListPredictionResultsRequest to retrieve the next page of PredictionResults (empty indicicates we are done).
-
#prediction_results ⇒ ::Array<::Google::Cloud::FinancialServices::V1::PredictionResult>
List of PredictionResult resources.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns This token should be passed to the next ListPredictionResultsRequest to retrieve the next page of PredictionResults (empty indicicates we are done).
157 158 159 160 |
# File 'proto_docs/google/cloud/financialservices/v1/prediction_result.rb', line 157 class ListPredictionResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction_results ⇒ ::Array<::Google::Cloud::FinancialServices::V1::PredictionResult>
Returns List of PredictionResult resources.
157 158 159 160 |
# File 'proto_docs/google/cloud/financialservices/v1/prediction_result.rb', line 157 class ListPredictionResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
157 158 159 160 |
# File 'proto_docs/google/cloud/financialservices/v1/prediction_result.rb', line 157 class ListPredictionResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |