|
12775 | 12775 | ], |
12776 | 12776 | "parameters": { |
12777 | 12777 | "pageSize": { |
12778 | | - "description": "The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.", |
| 12778 | + "description": "The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.", |
12779 | 12779 | "format": "int32", |
12780 | 12780 | "location": "query", |
12781 | 12781 | "type": "integer" |
|
12913 | 12913 | "type": "string" |
12914 | 12914 | }, |
12915 | 12915 | "pageSize": { |
12916 | | - "description": "The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.", |
| 12916 | + "description": "The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.", |
12917 | 12917 | "format": "int32", |
12918 | 12918 | "location": "query", |
12919 | 12919 | "type": "integer" |
|
13368 | 13368 | "type": "string" |
13369 | 13369 | }, |
13370 | 13370 | "pageSize": { |
13371 | | - "description": "The maximum number of Contexts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.", |
| 13371 | + "description": "The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.", |
13372 | 13372 | "format": "int32", |
13373 | 13373 | "location": "query", |
13374 | 13374 | "type": "integer" |
|
13807 | 13807 | "type": "string" |
13808 | 13808 | }, |
13809 | 13809 | "pageSize": { |
13810 | | - "description": "The maximum number of Executions to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.", |
| 13810 | + "description": "The maximum number of Executions to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.", |
13811 | 13811 | "format": "int32", |
13812 | 13812 | "location": "query", |
13813 | 13813 | "type": "integer" |
|
14155 | 14155 | "type": "string" |
14156 | 14156 | }, |
14157 | 14157 | "pageSize": { |
14158 | | - "description": "The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.", |
| 14158 | + "description": "The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.", |
14159 | 14159 | "format": "int32", |
14160 | 14160 | "location": "query", |
14161 | 14161 | "type": "integer" |
|
26923 | 26923 | } |
26924 | 26924 | } |
26925 | 26925 | }, |
26926 | | - "revision": "20250920", |
| 26926 | + "revision": "20250926", |
26927 | 26927 | "rootUrl": "https://aiplatform.googleapis.com/", |
26928 | 26928 | "schemas": { |
26929 | 26929 | "CloudAiLargeModelsVisionGenerateVideoResponse": { |
|
50022 | 50022 | }, |
50023 | 50023 | "packageSpec": { |
50024 | 50024 | "$ref": "GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec", |
50025 | | - "description": "Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes." |
| 50025 | + "description": "Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes. The `deployment_source` field should not be set if `package_spec` is specified." |
50026 | 50026 | }, |
50027 | 50027 | "serviceAccount": { |
50028 | 50028 | "description": "Optional. The service account that the Reasoning Engine artifact runs as. It should have \"roles/storage.objectViewer\" for reading the user project's Cloud Storage and \"roles/aiplatform.user\" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used.", |
|
50093 | 50093 | "type": "object" |
50094 | 50094 | }, |
50095 | 50095 | "GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec": { |
50096 | | - "description": "User provided package spec like pickled object and package requirements.", |
| 50096 | + "description": "User-provided package specification, containing pickled object and package requirements.", |
50097 | 50097 | "id": "GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec", |
50098 | 50098 | "properties": { |
50099 | 50099 | "dependencyFilesGcsUri": { |
|
0 commit comments