|
3217 | 3217 | ], |
3218 | 3218 | "parameters": { |
3219 | 3219 | "filter": { |
3220 | | - "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `endpoint` supports = and !=. `endpoint` represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * `display_name` supports = and, != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `endpoint=1` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", |
| 3220 | + "description": "Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `endpoint` supports = and !=. `endpoint` represents the Endpoint ID, i.e. the last segment of the Endpoint's resource name. * `display_name` supports = and, != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. * `base_model_name` only supports = Some examples: * `endpoint=1` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"` * `baseModelName=\"text-bison\"`", |
3221 | 3221 | "location": "query", |
3222 | 3222 | "type": "string" |
3223 | 3223 | }, |
|
10036 | 10036 | ], |
10037 | 10037 | "parameters": { |
10038 | 10038 | "filter": { |
10039 | | - "description": "An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the last segment of the Model's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. Some examples: * `model=1234` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"`", |
| 10039 | + "description": "An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the last segment of the Model's resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.\"a key\"`. * `base_model_name` only supports = Some examples: * `model=1234` * `displayName=\"myDisplayName\"` * `labels.myKey=\"myValue\"` * `baseModelName=\"text-bison\"`", |
10040 | 10040 | "location": "query", |
10041 | 10041 | "type": "string" |
10042 | 10042 | }, |
|
15557 | 15557 | } |
15558 | 15558 | } |
15559 | 15559 | } |
| 15560 | + }, |
| 15561 | + "tuningJobs": { |
| 15562 | + "resources": { |
| 15563 | + "operations": { |
| 15564 | + "methods": { |
| 15565 | + "cancel": { |
| 15566 | + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 15567 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}:cancel", |
| 15568 | + "httpMethod": "POST", |
| 15569 | + "id": "aiplatform.projects.locations.tuningJobs.operations.cancel", |
| 15570 | + "parameterOrder": [ |
| 15571 | + "name" |
| 15572 | + ], |
| 15573 | + "parameters": { |
| 15574 | + "name": { |
| 15575 | + "description": "The name of the operation resource to be cancelled.", |
| 15576 | + "location": "path", |
| 15577 | + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", |
| 15578 | + "required": true, |
| 15579 | + "type": "string" |
| 15580 | + } |
| 15581 | + }, |
| 15582 | + "path": "v1/{+name}:cancel", |
| 15583 | + "response": { |
| 15584 | + "$ref": "GoogleProtobufEmpty" |
| 15585 | + }, |
| 15586 | + "scopes": [ |
| 15587 | + "https://www.googleapis.com/auth/cloud-platform" |
| 15588 | + ] |
| 15589 | + }, |
| 15590 | + "get": { |
| 15591 | + "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", |
| 15592 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}", |
| 15593 | + "httpMethod": "GET", |
| 15594 | + "id": "aiplatform.projects.locations.tuningJobs.operations.get", |
| 15595 | + "parameterOrder": [ |
| 15596 | + "name" |
| 15597 | + ], |
| 15598 | + "parameters": { |
| 15599 | + "name": { |
| 15600 | + "description": "The name of the operation resource.", |
| 15601 | + "location": "path", |
| 15602 | + "pattern": "^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$", |
| 15603 | + "required": true, |
| 15604 | + "type": "string" |
| 15605 | + } |
| 15606 | + }, |
| 15607 | + "path": "v1/{+name}", |
| 15608 | + "response": { |
| 15609 | + "$ref": "GoogleLongrunningOperation" |
| 15610 | + }, |
| 15611 | + "scopes": [ |
| 15612 | + "https://www.googleapis.com/auth/cloud-platform" |
| 15613 | + ] |
| 15614 | + } |
| 15615 | + } |
| 15616 | + } |
| 15617 | + } |
15560 | 15618 | } |
15561 | 15619 | } |
15562 | 15620 | } |
|
15618 | 15676 | } |
15619 | 15677 | } |
15620 | 15678 | }, |
15621 | | - "revision": "20240229", |
| 15679 | + "revision": "20240301", |
15622 | 15680 | "rootUrl": "https://aiplatform.googleapis.com/", |
15623 | 15681 | "schemas": { |
15624 | 15682 | "CloudAiLargeModelsVisionEmbedVideoResponse": { |
|
16237 | 16295 | "description": "A single part of a message.", |
16238 | 16296 | "id": "CloudAiNlLlmProtoServicePart", |
16239 | 16297 | "properties": { |
| 16298 | + "documentMetadata": { |
| 16299 | + "$ref": "CloudAiNlLlmProtoServicePartDocumentMetadata", |
| 16300 | + "description": "Document metadata. The metadata should only be used by the Cloud LLM when supporting document mime types. It will only be populated when this image input part is converted from a document input part." |
| 16301 | + }, |
16240 | 16302 | "fileData": { |
16241 | 16303 | "$ref": "CloudAiNlLlmProtoServicePartFileData", |
16242 | 16304 | "description": "URI-based data." |
|
16284 | 16346 | }, |
16285 | 16347 | "type": "object" |
16286 | 16348 | }, |
| 16349 | + "CloudAiNlLlmProtoServicePartDocumentMetadata": { |
| 16350 | + "description": "Metadata describes the original input document content.", |
| 16351 | + "id": "CloudAiNlLlmProtoServicePartDocumentMetadata", |
| 16352 | + "properties": { |
| 16353 | + "originalDocumentBlob": { |
| 16354 | + "$ref": "CloudAiNlLlmProtoServicePartBlob", |
| 16355 | + "description": "The original document blob." |
| 16356 | + }, |
| 16357 | + "pageNumber": { |
| 16358 | + "description": "The (1-indexed) page number of the image in the original document. The first page carries the original document content and mime type.", |
| 16359 | + "format": "int32", |
| 16360 | + "type": "integer" |
| 16361 | + } |
| 16362 | + }, |
| 16363 | + "type": "object" |
| 16364 | + }, |
16287 | 16365 | "CloudAiNlLlmProtoServicePartFileData": { |
16288 | 16366 | "description": "Represents file data.", |
16289 | 16367 | "id": "CloudAiNlLlmProtoServicePartFileData", |
|
16429 | 16507 | "description": "Whether the category is flagged as being present. Currently, this is set to true if score \u003e= 0.5.", |
16430 | 16508 | "type": "boolean" |
16431 | 16509 | }, |
| 16510 | + "influentialTerms": { |
| 16511 | + "description": "The influential terms that could potentially block the response.", |
| 16512 | + "items": { |
| 16513 | + "$ref": "CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm" |
| 16514 | + }, |
| 16515 | + "type": "array" |
| 16516 | + }, |
16432 | 16517 | "raiCategory": { |
16433 | 16518 | "description": "The RAI category.", |
16434 | 16519 | "enum": [ |
|
16517 | 16602 | }, |
16518 | 16603 | "type": "object" |
16519 | 16604 | }, |
| 16605 | + "CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm": { |
| 16606 | + "description": "The influential term that could potentially block the response.", |
| 16607 | + "id": "CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm", |
| 16608 | + "properties": { |
| 16609 | + "beginOffset": { |
| 16610 | + "description": "The beginning offset of the influential term.", |
| 16611 | + "format": "int32", |
| 16612 | + "type": "integer" |
| 16613 | + }, |
| 16614 | + "confidence": { |
| 16615 | + "description": "The confidence score of the influential term.", |
| 16616 | + "format": "float", |
| 16617 | + "type": "number" |
| 16618 | + }, |
| 16619 | + "source": { |
| 16620 | + "description": "The source of the influential term, prompt or response.", |
| 16621 | + "enum": [ |
| 16622 | + "SOURCE_UNSPECIFIED", |
| 16623 | + "PROMPT", |
| 16624 | + "RESPONSE" |
| 16625 | + ], |
| 16626 | + "enumDescriptions": [ |
| 16627 | + "Unspecified source.", |
| 16628 | + "The influential term comes from the prompt.", |
| 16629 | + "The influential term comes from the response." |
| 16630 | + ], |
| 16631 | + "type": "string" |
| 16632 | + }, |
| 16633 | + "term": { |
| 16634 | + "description": "The influential term.", |
| 16635 | + "type": "string" |
| 16636 | + } |
| 16637 | + }, |
| 16638 | + "type": "object" |
| 16639 | + }, |
16520 | 16640 | "CloudAiNlLlmProtoServiceSafetyRating": { |
16521 | 16641 | "description": "Safety rating corresponding to the generated content.", |
16522 | 16642 | "id": "CloudAiNlLlmProtoServiceSafetyRating", |
@@ -17827,15 +17947,21 @@ |
17827 | 17947 | "MAX_TOKENS", |
17828 | 17948 | "SAFETY", |
17829 | 17949 | "RECITATION", |
17830 | | - "OTHER" |
| 17950 | + "OTHER", |
| 17951 | + "BLOCKLIST", |
| 17952 | + "PROHIBITED_CONTENT", |
| 17953 | + "SPII" |
17831 | 17954 | ], |
17832 | 17955 | "enumDescriptions": [ |
17833 | 17956 | "The finish reason is unspecified.", |
17834 | 17957 | "Natural stop point of the model or provided stop sequence.", |
17835 | 17958 | "The maximum number of tokens as specified in the request was reached.", |
17836 | 17959 | "The token generation was stopped as the response was flagged for safety reasons. NOTE: When streaming the Candidate.content will be empty if content filters blocked the output.", |
17837 | 17960 | "The token generation was stopped as the response was flagged for unauthorized citations.", |
17838 | | - "All other reasons that stopped the token generation" |
| 17961 | + "All other reasons that stopped the token generation", |
| 17962 | + "The token generation was stopped as the response was flagged for the terms which are included from the terminology blocklist.", |
| 17963 | + "The token generation was stopped as the response was flagged for the prohibited contents.", |
| 17964 | + "The token generation was stopped as the response was flagged for Sensitive Personally Identifiable Information (SPII) contents." |
17839 | 17965 | ], |
17840 | 17966 | "readOnly": true, |
17841 | 17967 | "type": "string" |
|
21798 | 21924 | "type": "object" |
21799 | 21925 | }, |
21800 | 21926 | "GoogleCloudAiplatformV1FindNeighborsRequest": { |
21801 | | - "description": "The request message for MatchService.FindNeighbors.", |
| 21927 | + "description": "LINT.IfChange The request message for MatchService.FindNeighbors.", |
21802 | 21928 | "id": "GoogleCloudAiplatformV1FindNeighborsRequest", |
21803 | 21929 | "properties": { |
21804 | 21930 | "deployedIndexId": { |
@@ -22067,12 +22193,16 @@ |
22067 | 22193 | "enum": [ |
22068 | 22194 | "BLOCKED_REASON_UNSPECIFIED", |
22069 | 22195 | "SAFETY", |
22070 | | - "OTHER" |
| 22196 | + "OTHER", |
| 22197 | + "BLOCKLIST", |
| 22198 | + "PROHIBITED_CONTENT" |
22071 | 22199 | ], |
22072 | 22200 | "enumDescriptions": [ |
22073 | 22201 | "Unspecified blocked reason.", |
22074 | 22202 | "Candidates blocked due to safety.", |
22075 | | - "Candidates blocked due to other reason." |
| 22203 | + "Candidates blocked due to other reason.", |
| 22204 | + "Candidates blocked due to the terms which are included from the terminology blocklist.", |
| 22205 | + "Candidates blocked due to prohibited content." |
22076 | 22206 | ], |
22077 | 22207 | "readOnly": true, |
22078 | 22208 | "type": "string" |
@@ -27240,15 +27370,13 @@ |
27240 | 27370 | "description": "Optional. Indicates the launch stage of the model.", |
27241 | 27371 | "enum": [ |
27242 | 27372 | "LAUNCH_STAGE_UNSPECIFIED", |
27243 | | - "DOGFOOD", |
27244 | 27373 | "EXPERIMENTAL", |
27245 | 27374 | "PRIVATE_PREVIEW", |
27246 | 27375 | "PUBLIC_PREVIEW", |
27247 | 27376 | "GA" |
27248 | 27377 | ], |
27249 | 27378 | "enumDescriptions": [ |
27250 | 27379 | "The model launch stage is unspecified.", |
27251 | | - "Used to indicate the PublisherModel is at Google internal testing launch stage.", |
27252 | 27380 | "Used to indicate the PublisherModel is at Experimental launch stage, available to a small set of customers.", |
27253 | 27381 | "Used to indicate the PublisherModel is at Private Preview launch stage, only available to a small set of customers, although a larger set of customers than an Experimental launch. Previews are the first launch stage used to get feedback from customers.", |
27254 | 27382 | "Used to indicate the PublisherModel is at Public Preview launch stage, available to all customers, although not supported for production workloads.", |
|
38113 | 38241 | "C", |
38114 | 38242 | "DART", |
38115 | 38243 | "GRADLE", |
| 38244 | + "GROOVY", |
38116 | 38245 | "JAVADOC", |
38117 | 38246 | "JSON", |
38118 | 38247 | "MAKEFILE", |
|
38140 | 38269 | "C code.", |
38141 | 38270 | "Dart code.", |
38142 | 38271 | "Gradle code.", |
| 38272 | + "Groovy code.", |
38143 | 38273 | "API documentation.", |
38144 | 38274 | "JSON code.", |
38145 | 38275 | "Makefile code.", |
|
0 commit comments