Class ExtensionOperation (1.49.0)

ExtensionOperation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Operation of an extension.

Attributes

NameDescription
operation_id str
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.
function_declaration google.cloud.aiplatform_v1beta1.types.FunctionDeclaration
Output only. Structured representation of a function declaration as defined by the OpenAPI Spec.

Methods

ExtensionOperation

ExtensionOperation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Operation of an extension.