Reference documentation and code samples for the Google Cloud Financial Services V1 Client class Outputs.
Outputs is a list of places where the operation will write results.
Generated from protobuf message google.cloud.financialservices.v1.PredictionResult.Outputs
Namespace
Google \ Cloud \ FinancialServices \ V1 \ PredictionResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ prediction_destination | Google\Cloud\FinancialServices\V1\BigQueryDestinationRequired. The location to output the predictions. | 
| ↳ explainability_destination | Google\Cloud\FinancialServices\V1\BigQueryDestinationThe location to output explainability information. If not specified no explainability data will be output. | 
getPredictionDestination
Required. The location to output the predictions.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\FinancialServices\V1\BigQueryDestination|null | |
hasPredictionDestination
clearPredictionDestination
setPredictionDestination
Required. The location to output the predictions.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\FinancialServices\V1\BigQueryDestination | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getExplainabilityDestination
The location to output explainability information. If not specified no explainability data will be output.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\FinancialServices\V1\BigQueryDestination|null | |
hasExplainabilityDestination
clearExplainabilityDestination
setExplainabilityDestination
The location to output explainability information. If not specified no explainability data will be output.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\FinancialServices\V1\BigQueryDestination | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |