Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions googleapiclient-stubs/_apis/aiplatform/v1/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5529,7 +5529,11 @@ class AiplatformResource(googleapiclient.discovery.Resource):
**kwargs: typing.Any,
) -> GoogleLongrunningOperationHttpRequest: ...
def cancelAsyncQuery(
self, *, name: str, operationName: str = ..., **kwargs: typing.Any
self,
*,
name: str,
body: GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest = ...,
**kwargs: typing.Any,
) -> GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponseHttpRequest: ...
def create(
self,
Expand Down Expand Up @@ -7136,7 +7140,11 @@ class AiplatformResource(googleapiclient.discovery.Resource):
**kwargs: typing.Any,
) -> GoogleLongrunningOperationHttpRequest: ...
def cancelAsyncQuery(
self, *, name: str, operationName: str = ..., **kwargs: typing.Any
self,
*,
name: str,
body: GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest = ...,
**kwargs: typing.Any,
) -> (
GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponseHttpRequest
): ...
Expand Down
10 changes: 10 additions & 0 deletions googleapiclient-stubs/_apis/aiplatform/v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ _list = list
class CloudAiLargeModelsVisionGenerateVideoExperiments(
typing_extensions.TypedDict, total=False
):
codec: typing_extensions.Literal[
"VIDEO_CODEC_UNSPECIFIED", "VIDEO_CODEC_H264", "VIDEO_CODEC_PRORES"
]
conditioningFrames: _list[
CloudAiLargeModelsVisionGenerateVideoExperimentsConditioningFrame
]
Expand Down Expand Up @@ -830,6 +833,12 @@ class GoogleCloudAiplatformV1CachedContentUsageMetadata(
totalTokenCount: int
videoDurationSeconds: int

@typing.type_check_only
class GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest(
typing_extensions.TypedDict, total=False
):
operationName: str

@typing.type_check_only
class GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse(
typing_extensions.TypedDict, total=False
Expand Down Expand Up @@ -3623,6 +3632,7 @@ class GoogleCloudAiplatformV1FunctionCallingConfig(
class GoogleCloudAiplatformV1FunctionDeclaration(
typing_extensions.TypedDict, total=False
):
behavior: typing_extensions.Literal["UNSPECIFIED", "BLOCKING", "NON_BLOCKING"]
description: str
name: str
parameters: GoogleCloudAiplatformV1Schema
Expand Down
330 changes: 328 additions & 2 deletions googleapiclient-stubs/_apis/aiplatform/v1beta1/resources.pyi

Large diffs are not rendered by default.

Loading
Loading