PredictLongRunningResponse

Response message for [PredictionService.PredictLongRunning]

Fields
response Union type
The response of the long running operation. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
generateVideoResponse object (GenerateVideoResponse)

The response of the video generation prediction.

End of mutually exclusive fields.
JSON representation
{

  // response
  "generateVideoResponse": {
    object (GenerateVideoResponse)
  }
  // Union type
}