Class GoogleCloudAiplatformV1beta1ExtensionOperation
Operation of an extension.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExtensionOperation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FunctionDeclaration
Output only. Structured representation of a function declaration as defined by the OpenAPI Spec.
Declaration
[JsonProperty("functionDeclaration")]
public virtual GoogleCloudAiplatformV1beta1FunctionDeclaration FunctionDeclaration { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FunctionDeclaration |
OperationId
Operation ID that uniquely identifies the operations among the extension. See: "Operation Object" in https://swagger.io/specification/. This field is parsed from the OpenAPI spec. For HTTP extensions, if it does not exist in the spec, we will generate one from the HTTP method and path.
Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type | Description |
---|---|
string |