public sealed class ExtensionOperation : IMessage<ExtensionOperation>, IEquatable<ExtensionOperation>, IDeepCloneable<ExtensionOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExtensionOperation.
[[["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."],[[["This documentation is for the `ExtensionOperation` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `ExtensionOperation` class represents the operation of an extension and inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes constructors for creating new instances, either as a default or based on another `ExtensionOperation` object."],["The class contains properties such as `FunctionDeclaration` which is an output-only structured representation of a function declaration and `OperationId` which is a unique identifier for the operation."],["The class resides in the `Google.Cloud.AIPlatform.V1Beta1` namespace, and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]