public sealed class PredictLongRunningResponse : IMessage<PredictLongRunningResponse>, IEquatable<PredictLongRunningResponse>, IDeepCloneable<PredictLongRunningResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PredictLongRunningResponse.
Response message for [PredictionService.PredictLongRunning]
Implements
IMessagePredictLongRunningResponse, IEquatablePredictLongRunningResponse, IDeepCloneablePredictLongRunningResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PredictLongRunningResponse()
public PredictLongRunningResponse()PredictLongRunningResponse(PredictLongRunningResponse)
public PredictLongRunningResponse(PredictLongRunningResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
PredictLongRunningResponse |
Properties
GenerateVideoResponse
public GenerateVideoResponse GenerateVideoResponse { get; set; }The response of the video generation prediction.
| Property Value | |
|---|---|
| Type | Description |
GenerateVideoResponse |
|
ResponseCase
public PredictLongRunningResponse.ResponseOneofCase ResponseCase { get; }| Property Value | |
|---|---|
| Type | Description |
PredictLongRunningResponseResponseOneofCase |
|