ExportModelOperationMetadata

Details of ModelService.ExportModel operation.

Fields
genericMetadata object (GenericOperationMetadata)

The common part of the operation metadata.

outputInfo object (OutputInfo)

Output only. Information further describing the output of this Model export.

JSON representation
{
  "genericMetadata": {
    object (GenericOperationMetadata)
  },
  "outputInfo": {
    object (OutputInfo)
  }
}

OutputInfo

Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.

Fields
artifactOutputUri string

Output only. If the Model artifact is being exported to Google Cloud Storage this is the full path of the directory created, into which the Model files are being written to.

imageOutputUri string

Output only. If the Model image is being exported to Google Artifact Registry this is the full path of the image created.

JSON representation
{
  "artifactOutputUri": string,
  "imageOutputUri": string
}