public sealed class RunPipelineResponse : IMessage<RunPipelineResponse>, IEquatable<RunPipelineResponse>, IDeepCloneable<RunPipelineResponse>, IBufferMessage, IMessage
The response to the RunPipeline method, returned in the operation's result
field on success.
[[["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-03-21 UTC."],[[["`RunPipelineResponse` is a class that represents the response to the `RunPipeline` method, and is returned in the operation's result field upon success."],["This class inherits from `Object` and implements `IMessage\u003cRunPipelineResponse\u003e`, `IEquatable\u003cRunPipelineResponse\u003e`, `IDeepCloneable\u003cRunPipelineResponse\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The `RunPipelineResponse` class has two constructors, one default and another that takes a `RunPipelineResponse` object as a parameter."],["The class is part of the `Google.Cloud.LifeSciences.V2Beta` namespace and is contained within the `Google.Cloud.LifeSciences.V2Beta.dll` assembly."],["The latest beta version is 2.0.0-beta06, with version 1.0.0-beta02 being one of the available beta versions."]]],[]]