|
31925 | 31925 | } |
31926 | 31926 | } |
31927 | 31927 | }, |
31928 | | - "revision": "20260410", |
| 31928 | + "revision": "20260414", |
31929 | 31929 | "rootUrl": "https://aiplatform.googleapis.com/", |
31930 | 31930 | "schemas": { |
31931 | 31931 | "CloudAiLargeModelsVisionGenerateVideoExperiments": { |
|
31956 | 31956 | "$ref": "CloudAiLargeModelsVisionPromptInputs", |
31957 | 31957 | "description": "Prompt chunks for \"ProModel\" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored." |
31958 | 31958 | }, |
| 31959 | + "requestOriginTag": { |
| 31960 | + "description": "Optional tag for tracking the source of this request. Allowed values: \"colab\", \"comfyui\", \"curl\", \"flowresearch\", \"vertexstudio\". Unrecognized tags are recorded as \"unknown\" in metrics. Tags do not affect video generation behavior. Up to 16 characters, ASCII alphanumeric, hyphens, and underscores only.", |
| 31961 | + "type": "string" |
| 31962 | + }, |
31959 | 31963 | "videoTransformMaskGcsUri": { |
31960 | 31964 | "description": "GCS URI of the grayscale video mask for Differential Diffusion. Maps to sdedit_video_tmax_scale_map ", |
31961 | 31965 | "type": "string" |
@@ -32064,10 +32068,12 @@ |
32064 | 32068 | "id": "CloudAiLargeModelsVisionHumanPose", |
32065 | 32069 | "properties": { |
32066 | 32070 | "bodyLandmarksGcsUri": { |
| 32071 | + "deprecated": true, |
32067 | 32072 | "description": "GCS URI of the human pose video to condition video generation.", |
32068 | 32073 | "type": "string" |
32069 | 32074 | }, |
32070 | 32075 | "faceLandmarksGcsUri": { |
| 32076 | + "deprecated": true, |
32071 | 32077 | "description": "GCS URI of the face landmarks video to condition video generation.", |
32072 | 32078 | "type": "string" |
32073 | 32079 | }, |
@@ -43115,13 +43121,15 @@ |
43115 | 43121 | "MODALITY_UNSPECIFIED", |
43116 | 43122 | "TEXT", |
43117 | 43123 | "IMAGE", |
43118 | | - "AUDIO" |
| 43124 | + "AUDIO", |
| 43125 | + "VIDEO" |
43119 | 43126 | ], |
43120 | 43127 | "enumDescriptions": [ |
43121 | 43128 | "Unspecified modality. Will be processed as text.", |
43122 | 43129 | "Text modality.", |
43123 | 43130 | "Image modality.", |
43124 | | - "Audio modality." |
| 43131 | + "Audio modality.", |
| 43132 | + "Video modality." |
43125 | 43133 | ], |
43126 | 43134 | "type": "string" |
43127 | 43135 | }, |
|
47103 | 47111 | }, |
47104 | 47112 | "dataLabelingDataset": { |
47105 | 47113 | "$ref": "GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset", |
47106 | | - "description": "Output only. Represents one Dataset in datalabeling.googleapis.com.", |
| 47114 | + "deprecated": true, |
| 47115 | + "description": "Output only. Deprecated: Data Labeling Dataset migration is no longer supported. Represents one Dataset in datalabeling.googleapis.com.", |
47107 | 47116 | "readOnly": true |
47108 | 47117 | }, |
47109 | 47118 | "lastMigrateTime": { |
|
53850 | 53859 | "type": "integer" |
53851 | 53860 | }, |
53852 | 53861 | "minInstances": { |
53853 | | - "description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 10].", |
| 53862 | + "description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 75].", |
53854 | 53863 | "format": "int32", |
53855 | 53864 | "type": "integer" |
53856 | 53865 | }, |
@@ -55180,10 +55189,27 @@ |
55180 | 55189 | "format": "google-datetime", |
55181 | 55190 | "type": "string" |
55182 | 55191 | }, |
| 55192 | + "latestSandboxEnvironmentSnapshot": { |
| 55193 | + "description": "Output only. The resource name of the latest snapshot taken for this SandboxEnvironment.", |
| 55194 | + "readOnly": true, |
| 55195 | + "type": "string" |
| 55196 | + }, |
55183 | 55197 | "name": { |
55184 | 55198 | "description": "Identifier. The name of the SandboxEnvironment.", |
55185 | 55199 | "type": "string" |
55186 | 55200 | }, |
| 55201 | + "owner": { |
| 55202 | + "description": "Optional. Owner information for this sandbox environment. A Sandbox can only be restored from a snapshot that belongs to the same owner. If not set, sandbox will be created as the default owner.", |
| 55203 | + "type": "string" |
| 55204 | + }, |
| 55205 | + "sandboxEnvironmentSnapshot": { |
| 55206 | + "description": "Optional. The resource name of the SandboxEnvironmentSnapshot to use for creating this SandboxEnvironment. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentSnapshots/{sandbox_environment_snapshot}`", |
| 55207 | + "type": "string" |
| 55208 | + }, |
| 55209 | + "sandboxEnvironmentTemplate": { |
| 55210 | + "description": "Optional. The name of the SandboxEnvironmentTemplate specified in the parent Agent Engine resource that this SandboxEnvironment is created from. Only one of `sandbox_environment_template` and `spec` should be set.", |
| 55211 | + "type": "string" |
| 55212 | + }, |
55187 | 55213 | "spec": { |
55188 | 55214 | "$ref": "GoogleCloudAiplatformV1SandboxEnvironmentSpec", |
55189 | 55215 | "description": "Optional. The configuration of the SandboxEnvironment." |
|
55237 | 55263 | "readOnly": true, |
55238 | 55264 | "type": "string" |
55239 | 55265 | }, |
| 55266 | + "routingToken": { |
| 55267 | + "description": "Output only. The routing token for the SandboxEnvironment.", |
| 55268 | + "readOnly": true, |
| 55269 | + "type": "string" |
| 55270 | + }, |
55240 | 55271 | "sandboxHostname": { |
55241 | 55272 | "description": "Output only. The hostname of the SandboxEnvironment.", |
55242 | 55273 | "readOnly": true, |
|
55386 | 55417 | "description": "Required. The display name of the SandboxEnvironmentTemplate.", |
55387 | 55418 | "type": "string" |
55388 | 55419 | }, |
| 55420 | + "egressControlConfig": { |
| 55421 | + "$ref": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig", |
| 55422 | + "description": "Optional. The configuration for egress control of this template." |
| 55423 | + }, |
55389 | 55424 | "name": { |
55390 | 55425 | "description": "Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`", |
55391 | 55426 | "type": "string" |
|
55476 | 55511 | }, |
55477 | 55512 | "type": "object" |
55478 | 55513 | }, |
| 55514 | + "GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig": { |
| 55515 | + "description": "Configuration for egress control of sandbox instances.", |
| 55516 | + "id": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig", |
| 55517 | + "properties": { |
| 55518 | + "internetAccess": { |
| 55519 | + "description": "Optional. Whether to allow internet access.", |
| 55520 | + "type": "boolean" |
| 55521 | + } |
| 55522 | + }, |
| 55523 | + "type": "object" |
| 55524 | + }, |
55479 | 55525 | "GoogleCloudAiplatformV1SandboxEnvironmentTemplateNetworkPort": { |
55480 | 55526 | "description": "Represents a network port in a container.", |
55481 | 55527 | "id": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateNetworkPort", |
|
0 commit comments