PredictLongRunningResponse

Response message for [PredictionService.PredictLongRunning]

Fields
response Union type
The response of the long running operation. response can be only one of the following:
generateVideoResponse object (GenerateVideoResponse)

The response of the video generation prediction.

JSON representation
{

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