Method: projects.locations.instances.predictionResults.exportMetadata

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

string

Required. The resource name of the PredictionResult.

Authorization requires the following IAM permission on the specified resource predictionResult:

  • financialservices.v1predictions.exportMetadata

Request body

The request body contains data with the following structure:

JSON representation
{
  "structuredMetadataDestination": {
    object (BigQueryDestination)
  }
}
Fields
structuredMetadataDestination

object (BigQueryDestination)

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.