Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListPredictionResultsResponse.
Response for retrieving a list of PredictionResults
Generated from protobuf message google.cloud.financialservices.v1.ListPredictionResultsResponse
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ prediction_results |
array<PredictionResult>
List of PredictionResult resources |
↳ 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). |
↳ unreachable |
array
Locations that could not be reached. |
getPredictionResults
List of PredictionResult resources
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPredictionResults
List of PredictionResult resources
| Parameter | |
|---|---|
| Name | Description |
var |
array<PredictionResult>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
This token should be passed to the next ListPredictionResultsRequest to retrieve the next page of PredictionResults (empty indicicates we are done).
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
This token should be passed to the next ListPredictionResultsRequest to retrieve the next page of PredictionResults (empty indicicates we are done).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|