public sealed class PredictLongRunningResponse : IMessage<PredictLongRunningResponse>, IEquatable<PredictLongRunningResponse>, IDeepCloneable<PredictLongRunningResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PredictLongRunningResponse.
Response message for [PredictionService.PredictLongRunning]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["`PredictLongRunningResponse` is a class in the Cloud AI Platform v1beta1 API, representing the response message for long-running prediction operations."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["The class provides two constructors: a default constructor and one that accepts another `PredictLongRunningResponse` instance as an argument."],["It contains properties such as `GenerateVideoResponse`, which retrieves the video generation prediction, and `ResponseCase`, which returns the type `ResponseOneofCase`."],["The class is contained within the namespace `Google.Cloud.AIPlatform.V1Beta1`, and within the assembly `Google.Cloud.AIPlatform.V1Beta1.dll`."]]],[]]