|
30765 | 30765 | } |
30766 | 30766 | } |
30767 | 30767 | }, |
30768 | | - "revision": "20260217", |
| 30768 | + "revision": "20260228", |
30769 | 30769 | "rootUrl": "https://aiplatform.googleapis.com/", |
30770 | 30770 | "schemas": { |
| 30771 | + "CloudAiLargeModelsVisionGenerateVideoExperiments": { |
| 30772 | + "description": "Experimental parameters for video generation.", |
| 30773 | + "id": "CloudAiLargeModelsVisionGenerateVideoExperiments", |
| 30774 | + "properties": { |
| 30775 | + "humanPose": { |
| 30776 | + "$ref": "CloudAiLargeModelsVisionHumanPose", |
| 30777 | + "description": "Human pose parameters for Pose Control" |
| 30778 | + }, |
| 30779 | + "modelName": { |
| 30780 | + "description": "Model names, as defined in: xyz ", |
| 30781 | + "type": "string" |
| 30782 | + }, |
| 30783 | + "numDiffusionSteps": { |
| 30784 | + "description": "Number of diffusion steps", |
| 30785 | + "format": "int32", |
| 30786 | + "type": "integer" |
| 30787 | + }, |
| 30788 | + "promptInputs": { |
| 30789 | + "$ref": "CloudAiLargeModelsVisionPromptInputs", |
| 30790 | + "description": "Prompt chunks for \"ProModel\" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored." |
| 30791 | + }, |
| 30792 | + "videoTransformMaskGcsUri": { |
| 30793 | + "description": "GCS URI of the grayscale video mask for Differential Diffusion. Maps to sdedit_video_tmax_scale_map ", |
| 30794 | + "type": "string" |
| 30795 | + }, |
| 30796 | + "videoTransformStrength": { |
| 30797 | + "description": "SDEdit: Scalar noise level (0.0 to 1.0) Maps to sdedit_tmax ", |
| 30798 | + "format": "float", |
| 30799 | + "type": "number" |
| 30800 | + } |
| 30801 | + }, |
| 30802 | + "type": "object" |
| 30803 | + }, |
30771 | 30804 | "CloudAiLargeModelsVisionGenerateVideoResponse": { |
30772 | 30805 | "description": "Generate video response.", |
30773 | 30806 | "id": "CloudAiLargeModelsVisionGenerateVideoResponse", |
|
30808 | 30841 | "description": "Base64 encoded bytes string representing the video.", |
30809 | 30842 | "type": "string" |
30810 | 30843 | }, |
| 30844 | + "experimentsMetadata": { |
| 30845 | + "$ref": "CloudAiLargeModelsVisionGenerateVideoExperiments", |
| 30846 | + "description": "Optional metadata returned from experimental requests. Likely only includes the rewritten prompt chunks." |
| 30847 | + }, |
30811 | 30848 | "gcsUri": { |
30812 | 30849 | "description": "Cloud Storage URI where the generated video is written.", |
30813 | 30850 | "type": "string" |
|
30819 | 30856 | }, |
30820 | 30857 | "type": "object" |
30821 | 30858 | }, |
| 30859 | + "CloudAiLargeModelsVisionHumanPose": { |
| 30860 | + "id": "CloudAiLargeModelsVisionHumanPose", |
| 30861 | + "properties": { |
| 30862 | + "bodyLandmarksGcsUri": { |
| 30863 | + "description": "GCS URI of the human pose video to condition video generation.", |
| 30864 | + "type": "string" |
| 30865 | + }, |
| 30866 | + "faceLandmarksGcsUri": { |
| 30867 | + "description": "GCS URI of the face landmarks video to condition video generation.", |
| 30868 | + "type": "string" |
| 30869 | + } |
| 30870 | + }, |
| 30871 | + "type": "object" |
| 30872 | + }, |
30822 | 30873 | "CloudAiLargeModelsVisionImage": { |
30823 | 30874 | "description": "Image.", |
30824 | 30875 | "id": "CloudAiLargeModelsVisionImage", |
|
30951 | 31002 | }, |
30952 | 31003 | "type": "object" |
30953 | 31004 | }, |
| 31005 | + "CloudAiLargeModelsVisionPromptInputs": { |
| 31006 | + "description": "\"Direct\" prompting for Experimental Video Generation. These will be sent directly to the LDM without being rewritten.", |
| 31007 | + "id": "CloudAiLargeModelsVisionPromptInputs", |
| 31008 | + "properties": { |
| 31009 | + "audioPrompt": { |
| 31010 | + "description": "Description of audio content in the video, without speech.", |
| 31011 | + "type": "string" |
| 31012 | + }, |
| 31013 | + "negativeAudioPrompt": { |
| 31014 | + "description": "Negative description of audio content in the video.", |
| 31015 | + "type": "string" |
| 31016 | + }, |
| 31017 | + "negativePrompt": { |
| 31018 | + "description": "Single negative prompt for what not to generate.", |
| 31019 | + "type": "string" |
| 31020 | + }, |
| 31021 | + "promptChunks": { |
| 31022 | + "description": "2s, 256 tokens per chunk, 4 total chunks. Required.", |
| 31023 | + "items": { |
| 31024 | + "type": "string" |
| 31025 | + }, |
| 31026 | + "type": "array" |
| 31027 | + }, |
| 31028 | + "transcript": { |
| 31029 | + "description": "Spoken transcript of the video for characters.", |
| 31030 | + "type": "string" |
| 31031 | + } |
| 31032 | + }, |
| 31033 | + "type": "object" |
| 31034 | + }, |
30954 | 31035 | "CloudAiLargeModelsVisionRaiInfo": { |
30955 | 31036 | "description": "Next ID: 6", |
30956 | 31037 | "id": "CloudAiLargeModelsVisionRaiInfo", |
|
37734 | 37815 | "$ref": "GoogleCloudAiplatformV1GroundingMetadata", |
37735 | 37816 | "description": "Optional. Metadata returned to client when grounding is enabled." |
37736 | 37817 | }, |
| 37818 | + "inputTranscription": { |
| 37819 | + "$ref": "GoogleCloudAiplatformV1Transcription", |
| 37820 | + "description": "Optional. Audio transcription of user input." |
| 37821 | + }, |
37737 | 37822 | "interrupted": { |
37738 | 37823 | "description": "Optional. Flag indicating that LLM was interrupted when generating the content. Usually it's due to user interruption during a bidi streaming.", |
37739 | 37824 | "type": "boolean" |
|
37745 | 37830 | }, |
37746 | 37831 | "type": "array" |
37747 | 37832 | }, |
| 37833 | + "outputTranscription": { |
| 37834 | + "$ref": "GoogleCloudAiplatformV1Transcription", |
| 37835 | + "description": "Optional. Audio transcription of model output." |
| 37836 | + }, |
37748 | 37837 | "partial": { |
37749 | 37838 | "description": "Optional. Indicates whether the text content is part of a unfinished text stream. Only used for streaming mode and when the content is plain text.", |
37750 | 37839 | "type": "boolean" |
|
41805 | 41894 | "description": "A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by the model. When grounding is enabled, the model returns a `GroundingChunk` that contains a reference to the source of the information.", |
41806 | 41895 | "id": "GoogleCloudAiplatformV1GroundingChunk", |
41807 | 41896 | "properties": { |
| 41897 | + "image": { |
| 41898 | + "$ref": "GoogleCloudAiplatformV1GroundingChunkImage", |
| 41899 | + "description": "A grounding chunk from an image search result. See the `Image` message for details." |
| 41900 | + }, |
41808 | 41901 | "maps": { |
41809 | 41902 | "$ref": "GoogleCloudAiplatformV1GroundingChunkMaps", |
41810 | 41903 | "description": "A grounding chunk from Google Maps. See the `Maps` message for details." |
|
41820 | 41913 | }, |
41821 | 41914 | "type": "object" |
41822 | 41915 | }, |
| 41916 | + "GoogleCloudAiplatformV1GroundingChunkImage": { |
| 41917 | + "description": "An `Image` chunk is a piece of evidence that comes from an image search result. It contains the URI of the image search result and the URI of the image. This is used to provide the user with a link to the source of the information.", |
| 41918 | + "id": "GoogleCloudAiplatformV1GroundingChunkImage", |
| 41919 | + "properties": { |
| 41920 | + "domain": { |
| 41921 | + "description": "The domain of the image search result page.", |
| 41922 | + "type": "string" |
| 41923 | + }, |
| 41924 | + "imageUri": { |
| 41925 | + "description": "The URI of the image.", |
| 41926 | + "type": "string" |
| 41927 | + }, |
| 41928 | + "sourceUri": { |
| 41929 | + "description": "The URI of the image search result page.", |
| 41930 | + "type": "string" |
| 41931 | + }, |
| 41932 | + "title": { |
| 41933 | + "description": "The title of the image search result page.", |
| 41934 | + "type": "string" |
| 41935 | + } |
| 41936 | + }, |
| 41937 | + "type": "object" |
| 41938 | + }, |
41823 | 41939 | "GoogleCloudAiplatformV1GroundingChunkMaps": { |
41824 | 41940 | "description": "A `Maps` chunk is a piece of evidence that comes from Google Maps, containing information about places or routes. This is used to provide the user with rich, location-based information.", |
41825 | 41941 | "id": "GoogleCloudAiplatformV1GroundingChunkMaps", |
|
41832 | 41948 | "description": "This Place's resource name, in `places/{place_id}` format. This can be used to look up the place in the Google Maps API.", |
41833 | 41949 | "type": "string" |
41834 | 41950 | }, |
| 41951 | + "route": { |
| 41952 | + "$ref": "GoogleCloudAiplatformV1GroundingChunkMapsRoute", |
| 41953 | + "description": "Output only. Route information.", |
| 41954 | + "readOnly": true |
| 41955 | + }, |
41835 | 41956 | "text": { |
41836 | 41957 | "description": "The text of the place answer.", |
41837 | 41958 | "type": "string" |
|
41880 | 42001 | }, |
41881 | 42002 | "type": "object" |
41882 | 42003 | }, |
| 42004 | + "GoogleCloudAiplatformV1GroundingChunkMapsRoute": { |
| 42005 | + "description": "Route information from Google Maps.", |
| 42006 | + "id": "GoogleCloudAiplatformV1GroundingChunkMapsRoute", |
| 42007 | + "properties": { |
| 42008 | + "distanceMeters": { |
| 42009 | + "description": "The total distance of the route, in meters.", |
| 42010 | + "format": "int32", |
| 42011 | + "type": "integer" |
| 42012 | + }, |
| 42013 | + "duration": { |
| 42014 | + "description": "The total duration of the route.", |
| 42015 | + "format": "google-duration", |
| 42016 | + "type": "string" |
| 42017 | + }, |
| 42018 | + "encodedPolyline": { |
| 42019 | + "description": "An encoded polyline of the route. See https://developers.google.com/maps/documentation/utilities/polylinealgorithm", |
| 42020 | + "type": "string" |
| 42021 | + } |
| 42022 | + }, |
| 42023 | + "type": "object" |
| 42024 | + }, |
41883 | 42025 | "GoogleCloudAiplatformV1GroundingChunkRetrievedContext": { |
41884 | 42026 | "description": "Context retrieved from a data source to ground the model's response. This is used when a retrieval tool fetches information from a user-provided corpus or a public dataset.", |
41885 | 42027 | "id": "GoogleCloudAiplatformV1GroundingChunkRetrievedContext", |
|
41950 | 42092 | }, |
41951 | 42093 | "type": "array" |
41952 | 42094 | }, |
| 42095 | + "imageSearchQueries": { |
| 42096 | + "description": "Optional. The image search queries that were used to generate the content. This field is populated only when the grounding source is Google Search with the Image Search search_type enabled.", |
| 42097 | + "items": { |
| 42098 | + "type": "string" |
| 42099 | + }, |
| 42100 | + "type": "array" |
| 42101 | + }, |
41953 | 42102 | "retrievalMetadata": { |
41954 | 42103 | "$ref": "GoogleCloudAiplatformV1RetrievalMetadata", |
41955 | 42104 | "description": "Optional. Output only. Metadata related to the retrieval grounding source.", |
|
41993 | 42142 | "type": "object" |
41994 | 42143 | }, |
41995 | 42144 | "GoogleCloudAiplatformV1GroundingSupport": { |
41996 | | - "description": "A collection of supporting references for a segment of the model's response.", |
| 42145 | + "description": "A collection of supporting references for a segment or part of the model's response.", |
41997 | 42146 | "id": "GoogleCloudAiplatformV1GroundingSupport", |
41998 | 42147 | "properties": { |
41999 | 42148 | "confidenceScores": { |
|
42012 | 42161 | }, |
42013 | 42162 | "type": "array" |
42014 | 42163 | }, |
| 42164 | + "renderedParts": { |
| 42165 | + "description": "Indices into the `rendered_parts` field of the `GroundingMetadata` message. These indices specify which rendered parts are associated with this support message.", |
| 42166 | + "items": { |
| 42167 | + "format": "int32", |
| 42168 | + "type": "integer" |
| 42169 | + }, |
| 42170 | + "type": "array" |
| 42171 | + }, |
42015 | 42172 | "segment": { |
42016 | 42173 | "$ref": "GoogleCloudAiplatformV1Segment", |
42017 | 42174 | "description": "The content segment that this support message applies to." |
@@ -60582,10 +60739,41 @@ |
60582 | 60739 | "type": "string" |
60583 | 60740 | }, |
60584 | 60741 | "type": "array" |
| 60742 | + }, |
| 60743 | + "searchTypes": { |
| 60744 | + "$ref": "GoogleCloudAiplatformV1ToolGoogleSearchSearchTypes", |
| 60745 | + "description": "Optional. The set of search types to enable. If not set, web search is enabled by default." |
60585 | 60746 | } |
60586 | 60747 | }, |
60587 | 60748 | "type": "object" |
60588 | 60749 | }, |
| 60750 | + "GoogleCloudAiplatformV1ToolGoogleSearchImageSearch": { |
| 60751 | + "description": "Image search for grounding and related configurations.", |
| 60752 | + "id": "GoogleCloudAiplatformV1ToolGoogleSearchImageSearch", |
| 60753 | + "properties": {}, |
| 60754 | + "type": "object" |
| 60755 | + }, |
| 60756 | + "GoogleCloudAiplatformV1ToolGoogleSearchSearchTypes": { |
| 60757 | + "description": "Different types of search that can be enabled on the GoogleSearch tool.", |
| 60758 | + "id": "GoogleCloudAiplatformV1ToolGoogleSearchSearchTypes", |
| 60759 | + "properties": { |
| 60760 | + "imageSearch": { |
| 60761 | + "$ref": "GoogleCloudAiplatformV1ToolGoogleSearchImageSearch", |
| 60762 | + "description": "Optional. Setting this field enables image search. Image bytes are returned." |
| 60763 | + }, |
| 60764 | + "webSearch": { |
| 60765 | + "$ref": "GoogleCloudAiplatformV1ToolGoogleSearchWebSearch", |
| 60766 | + "description": "Optional. Setting this field enables web search. Only text results are returned." |
| 60767 | + } |
| 60768 | + }, |
| 60769 | + "type": "object" |
| 60770 | + }, |
| 60771 | + "GoogleCloudAiplatformV1ToolGoogleSearchWebSearch": { |
| 60772 | + "description": "Standard web search for grounding and related configurations. Only text results are returned.", |
| 60773 | + "id": "GoogleCloudAiplatformV1ToolGoogleSearchWebSearch", |
| 60774 | + "properties": {}, |
| 60775 | + "type": "object" |
| 60776 | + }, |
60589 | 60777 | "GoogleCloudAiplatformV1ToolNameMatchInput": { |
60590 | 60778 | "description": "Input for tool name match metric.", |
60591 | 60779 | "id": "GoogleCloudAiplatformV1ToolNameMatchInput", |
|
61352 | 61540 | }, |
61353 | 61541 | "type": "object" |
61354 | 61542 | }, |
| 61543 | + "GoogleCloudAiplatformV1Transcription": { |
| 61544 | + "description": "Audio transcription in Server Content.", |
| 61545 | + "id": "GoogleCloudAiplatformV1Transcription", |
| 61546 | + "properties": { |
| 61547 | + "finished": { |
| 61548 | + "description": "Optional. The bool indicates the end of the transcription.", |
| 61549 | + "type": "boolean" |
| 61550 | + }, |
| 61551 | + "text": { |
| 61552 | + "description": "Optional. Transcription text.", |
| 61553 | + "type": "string" |
| 61554 | + } |
| 61555 | + }, |
| 61556 | + "type": "object" |
| 61557 | + }, |
61355 | 61558 | "GoogleCloudAiplatformV1Trial": { |
61356 | 61559 | "description": "A message representing a Trial. A Trial contains a unique set of Parameters that has been or will be evaluated, along with the objective metrics got by running the Trial.", |
61357 | 61560 | "id": "GoogleCloudAiplatformV1Trial", |
|
0 commit comments