Cloud AI Platform v1beta1 API - Class ToolUseExample.Types.ExtensionOperation (1.0.0-beta02)

public sealed class ToolUseExample.Types.ExtensionOperation : IMessage<ToolUseExample.Types.ExtensionOperation>, IEquatable<ToolUseExample.Types.ExtensionOperation>, IDeepCloneable<ToolUseExample.Types.ExtensionOperation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ToolUseExample.Types.ExtensionOperation.

Identifies one operation of the extension.

Inheritance

object > ToolUseExample.Types.ExtensionOperation

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExtensionOperation()

public ExtensionOperation()

ExtensionOperation(ExtensionOperation)

public ExtensionOperation(ToolUseExample.Types.ExtensionOperation other)
Parameter
Name Description
other ToolUseExampleTypesExtensionOperation

Properties

Extension

public string Extension { get; set; }

Resource name of the extension.

Property Value
Type Description
string

ExtensionAsExtensionName

public ExtensionName ExtensionAsExtensionName { get; set; }

ExtensionName-typed view over the Extension resource name property.

Property Value
Type Description
ExtensionName

OperationId

public string OperationId { get; set; }

Required. Operation ID of the extension.

Property Value
Type Description
string