Skip to content

Commit 9f4d22a

Browse files
committed
Update stubs
1 parent ef5da2c commit 9f4d22a

61 files changed

Lines changed: 4324 additions & 308 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

googleapiclient-stubs/_apis/aiplatform/v1/resources.pyi

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5529,7 +5529,11 @@ class AiplatformResource(googleapiclient.discovery.Resource):
55295529
**kwargs: typing.Any,
55305530
) -> GoogleLongrunningOperationHttpRequest: ...
55315531
def cancelAsyncQuery(
5532-
self, *, name: str, operationName: str = ..., **kwargs: typing.Any
5532+
self,
5533+
*,
5534+
name: str,
5535+
body: GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest = ...,
5536+
**kwargs: typing.Any,
55335537
) -> GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponseHttpRequest: ...
55345538
def create(
55355539
self,
@@ -7136,7 +7140,11 @@ class AiplatformResource(googleapiclient.discovery.Resource):
71367140
**kwargs: typing.Any,
71377141
) -> GoogleLongrunningOperationHttpRequest: ...
71387142
def cancelAsyncQuery(
7139-
self, *, name: str, operationName: str = ..., **kwargs: typing.Any
7143+
self,
7144+
*,
7145+
name: str,
7146+
body: GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest = ...,
7147+
**kwargs: typing.Any,
71407148
) -> (
71417149
GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponseHttpRequest
71427150
): ...

googleapiclient-stubs/_apis/aiplatform/v1/schemas.pyi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ _list = list
88
class CloudAiLargeModelsVisionGenerateVideoExperiments(
99
typing_extensions.TypedDict, total=False
1010
):
11+
codec: typing_extensions.Literal[
12+
"VIDEO_CODEC_UNSPECIFIED", "VIDEO_CODEC_H264", "VIDEO_CODEC_PRORES"
13+
]
1114
conditioningFrames: _list[
1215
CloudAiLargeModelsVisionGenerateVideoExperimentsConditioningFrame
1316
]
@@ -830,6 +833,12 @@ class GoogleCloudAiplatformV1CachedContentUsageMetadata(
830833
totalTokenCount: int
831834
videoDurationSeconds: int
832835

836+
@typing.type_check_only
837+
class GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineRequest(
838+
typing_extensions.TypedDict, total=False
839+
):
840+
operationName: str
841+
833842
@typing.type_check_only
834843
class GoogleCloudAiplatformV1CancelAsyncQueryReasoningEngineResponse(
835844
typing_extensions.TypedDict, total=False
@@ -3623,6 +3632,7 @@ class GoogleCloudAiplatformV1FunctionCallingConfig(
36233632
class GoogleCloudAiplatformV1FunctionDeclaration(
36243633
typing_extensions.TypedDict, total=False
36253634
):
3635+
behavior: typing_extensions.Literal["UNSPECIFIED", "BLOCKING", "NON_BLOCKING"]
36263636
description: str
36273637
name: str
36283638
parameters: GoogleCloudAiplatformV1Schema

googleapiclient-stubs/_apis/aiplatform/v1beta1/resources.pyi

Lines changed: 328 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)