Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ExportPredictionResultMetadataRequest.
Request for exporting PredictionResult metadata.
Generated from protobuf message google.cloud.financialservices.v1.ExportPredictionResultMetadataRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ prediction_result |
string
Required. The resource name of the PredictionResult. |
↳ structured_metadata_destination |
BigQueryDestination
Required. BigQuery output where the metadata will be written. |
getPredictionResult
Required. The resource name of the PredictionResult.
Returns | |
---|---|
Type | Description |
string |
setPredictionResult
Required. The resource name of the PredictionResult.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStructuredMetadataDestination
Required. BigQuery output where the metadata will be written.
Returns | |
---|---|
Type | Description |
BigQueryDestination|null |
hasStructuredMetadataDestination
clearStructuredMetadataDestination
setStructuredMetadataDestination
Required. BigQuery output where the metadata will be written.
Parameter | |
---|---|
Name | Description |
var |
BigQueryDestination
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
predictionResult |
string
Required. The resource name of the PredictionResult. Please see AMLClient::predictionResultName() for help formatting this field. |
structuredMetadataDestination |
BigQueryDestination
Required. BigQuery output where the metadata will be written. |
Returns | |
---|---|
Type | Description |
ExportPredictionResultMetadataRequest |