Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
HTTP request
POST https://financialservices.googleapis.com/v1/{predictionResult=projects/*/locations/*/instances/*/predictionResults/*}:exportMetadata
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
predictionResult |
Required. The resource name of the PredictionResult. Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"structuredMetadataDestination": {
object ( |
Fields | |
---|---|
structuredMetadataDestination |
Required. BigQuery output where the metadata will be written. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the predictionResult
resource:
financialservices.v1predictions.exportMetadata
For more information, see the IAM documentation.