|
5072 | 5072 | "type": "string" |
5073 | 5073 | }, |
5074 | 5074 | "parent": { |
5075 | | - "description": "Required. The resource name of the Location to create FeatureOnlineStores. Format: `projects/{project}/locations/{location}'`", |
| 5075 | + "description": "Required. The resource name of the Location to create FeatureOnlineStores. Format: `projects/{project}/locations/{location}`", |
5076 | 5076 | "location": "path", |
5077 | 5077 | "pattern": "^projects/[^/]+/locations/[^/]+$", |
5078 | 5078 | "required": true, |
|
17279 | 17279 | } |
17280 | 17280 | } |
17281 | 17281 | }, |
17282 | | - "revision": "20240105", |
| 17282 | + "revision": "20240117", |
17283 | 17283 | "rootUrl": "https://aiplatform.googleapis.com/", |
17284 | 17284 | "schemas": { |
17285 | 17285 | "CloudAiLargeModelsVisionEmbedVideoResponse": { |
|
17989 | 17989 | "type": "boolean" |
17990 | 17990 | }, |
17991 | 17991 | "languageFilterResult": { |
17992 | | - "$ref": "LearningServingLlmLanguageFilterResult", |
| 17992 | + "$ref": "LearningGenaiRootLanguageFilterResult", |
17993 | 17993 | "description": "Language filter result from SAFT LangId." |
17994 | 17994 | }, |
17995 | 17995 | "raiSignals": { |
|
20050 | 20050 | "genericMetadata": { |
20051 | 20051 | "$ref": "GoogleCloudAiplatformV1beta1GenericOperationMetadata", |
20052 | 20052 | "description": "Operation metadata for PersistentResource." |
| 20053 | + }, |
| 20054 | + "progressMessage": { |
| 20055 | + "description": "Progress Message for Create LRO", |
| 20056 | + "type": "string" |
20053 | 20057 | } |
20054 | 20058 | }, |
20055 | 20059 | "type": "object" |
|
26210 | 26214 | }, |
26211 | 26215 | "modelSourceInfo": { |
26212 | 26216 | "$ref": "GoogleCloudAiplatformV1beta1ModelSourceInfo", |
26213 | | - "description": "Output only. Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or existing Vertex AI Model.", |
| 26217 | + "description": "Output only. Source of a model. It can either be automl training pipeline, custom training pipeline, BigQuery ML, or saved and tuned from Genie or Model Garden.", |
26214 | 26218 | "readOnly": true |
26215 | 26219 | }, |
26216 | 26220 | "name": { |
|
27772 | 27776 | "INVALID_AVRO_SYNTAX", |
27773 | 27777 | "INVALID_EMBEDDING_ID", |
27774 | 27778 | "EMBEDDING_SIZE_MISMATCH", |
27775 | | - "NAMESPACE_MISSING" |
| 27779 | + "NAMESPACE_MISSING", |
| 27780 | + "PARSING_ERROR", |
| 27781 | + "DUPLICATE_NAMESPACE", |
| 27782 | + "OP_IN_DATAPOINT", |
| 27783 | + "MULTIPLE_VALUES", |
| 27784 | + "INVALID_NUMERIC_VALUE" |
27776 | 27785 | ], |
27777 | 27786 | "enumDescriptions": [ |
27778 | 27787 | "Default, shall not be used.", |
|
27782 | 27791 | "Invalid avro format.", |
27783 | 27792 | "The embedding id is not valid.", |
27784 | 27793 | "The size of the embedding vectors does not match with the specified dimension.", |
27785 | | - "The `namespace` field is missing." |
| 27794 | + "The `namespace` field is missing.", |
| 27795 | + "Generic catch-all error. Only used for validation failure where the root cause cannot be easily retrieved programmatically.", |
| 27796 | + "There are multiple restricts with the same `namespace` value.", |
| 27797 | + "Numeric restrict has operator specified in datapoint.", |
| 27798 | + "Numeric restrict has multiple values specified.", |
| 27799 | + "Numeric restrict has invalid numeric value specified." |
27786 | 27800 | ], |
27787 | 27801 | "type": "string" |
27788 | 27802 | }, |
|
28514 | 28528 | "description": "The runtime config of a PipelineJob.", |
28515 | 28529 | "id": "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig", |
28516 | 28530 | "properties": { |
| 28531 | + "defaultRuntime": { |
| 28532 | + "$ref": "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime", |
| 28533 | + "description": "Optional. The default runtime for the PipelineJob. If not provided, Vertex Custom Job is used as the runtime. For Vertex Custom Job, please refer to https://cloud.google.com/vertex-ai/docs/training/overview" |
| 28534 | + }, |
28517 | 28535 | "failurePolicy": { |
28518 | 28536 | "description": "Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.", |
28519 | 28537 | "enum": [ |
|
28557 | 28575 | }, |
28558 | 28576 | "type": "object" |
28559 | 28577 | }, |
| 28578 | + "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime": { |
| 28579 | + "description": "The default runtime for the PipelineJob.", |
| 28580 | + "id": "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigDefaultRuntime", |
| 28581 | + "properties": { |
| 28582 | + "persistentResourceRuntimeDetail": { |
| 28583 | + "$ref": "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail", |
| 28584 | + "description": "Persistent resource based runtime detail." |
| 28585 | + } |
| 28586 | + }, |
| 28587 | + "type": "object" |
| 28588 | + }, |
28560 | 28589 | "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact": { |
28561 | 28590 | "description": "The type of an input artifact.", |
28562 | 28591 | "id": "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigInputArtifact", |
|
28568 | 28597 | }, |
28569 | 28598 | "type": "object" |
28570 | 28599 | }, |
| 28600 | + "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail": { |
| 28601 | + "description": "Persistent resource based runtime detail. For more information, refer to https://cloud.google.com/vertex-ai/docs/training/persistent-resource-overview", |
| 28602 | + "id": "GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfigPersistentResourceRuntimeDetail", |
| 28603 | + "properties": { |
| 28604 | + "persistentResourceName": { |
| 28605 | + "description": "Persistent resource name. Format: `projects/{project}/locations/{location}/persistentResources/{persistent_resource}`", |
| 28606 | + "type": "string" |
| 28607 | + } |
| 28608 | + }, |
| 28609 | + "type": "object" |
| 28610 | + }, |
28571 | 28611 | "GoogleCloudAiplatformV1beta1PipelineTaskDetail": { |
28572 | 28612 | "description": "The runtime detail of a task execution.", |
28573 | 28613 | "id": "GoogleCloudAiplatformV1beta1PipelineTaskDetail", |
|
29899 | 29939 | "type": "object" |
29900 | 29940 | }, |
29901 | 29941 | "GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest": { |
29902 | | - "description": "LINT.IfChange(report_event_message_types) Request message for NotebookInternalService.ReportRuntimeEvent.", |
| 29942 | + "description": "Request message for NotebookInternalService.ReportRuntimeEvent.", |
29903 | 29943 | "id": "GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest", |
29904 | 29944 | "properties": { |
29905 | 29945 | "eventDetails": { |
|
36187 | 36227 | "genericMetadata": { |
36188 | 36228 | "$ref": "GoogleCloudAiplatformV1beta1GenericOperationMetadata", |
36189 | 36229 | "description": "Operation metadata for PersistentResource." |
| 36230 | + }, |
| 36231 | + "progressMessage": { |
| 36232 | + "description": "Progress Message for Update LRO", |
| 36233 | + "type": "string" |
36190 | 36234 | } |
36191 | 36235 | }, |
36192 | 36236 | "type": "object" |
|
36924 | 36968 | "type": "object" |
36925 | 36969 | }, |
36926 | 36970 | "LanguageLabsAidaTrustRecitationProtoDocAttribution": { |
36927 | | - "description": "The proto defines the attribution information for a document using whatever fields are most applicable for that document's datasource. For example, a Wikipedia article's attribution is in the form of its article title, a website is in the form of a URL, and a Github repo is in the form of a repo name. Next id:28", |
| 36971 | + "description": "The proto defines the attribution information for a document using whatever fields are most applicable for that document's datasource. For example, a Wikipedia article's attribution is in the form of its article title, a website is in the form of a URL, and a Github repo is in the form of a repo name. Next id: 30", |
36928 | 36972 | "id": "LanguageLabsAidaTrustRecitationProtoDocAttribution", |
36929 | 36973 | "properties": { |
36930 | 36974 | "amarnaId": { |
|
36939 | 36983 | "bibkey": { |
36940 | 36984 | "type": "string" |
36941 | 36985 | }, |
| 36986 | + "biorxivId": { |
| 36987 | + "description": "ID of the paper in bioarxiv like ddoi.org/{biorxiv_id} eg: https://doi.org/10.1101/343517", |
| 36988 | + "type": "string" |
| 36989 | + }, |
36942 | 36990 | "bookTitle": { |
36943 | 36991 | "type": "string" |
36944 | 36992 | }, |
|
37648 | 37696 | "wikipediaArticleTitle": { |
37649 | 37697 | "description": "Wikipedia article title. The Wikipedia TFDS dataset includes article titles but not URLs. While a URL is to the best of our knowledge a deterministic function of the title, we store the original title to reflect the information in the original dataset.", |
37650 | 37698 | "type": "string" |
| 37699 | + }, |
| 37700 | + "youtubeVideoId": { |
| 37701 | + "description": "The unique video id from Youtube. Example: AkoGsW52Ir0", |
| 37702 | + "type": "string" |
37651 | 37703 | } |
37652 | 37704 | }, |
37653 | 37705 | "type": "object" |
|
38406 | 38458 | "type": "object" |
38407 | 38459 | }, |
38408 | 38460 | "LearningGenaiRecitationDocAttribution": { |
38409 | | - "description": "The proto defines the attribution information for a document using whatever fields are most applicable for that document's datasource. For example, a Wikipedia article's attribution is in the form of its article title, a website is in the form of a URL, and a Github repo is in the form of a repo name. Next id: 28", |
| 38461 | + "description": "The proto defines the attribution information for a document using whatever fields are most applicable for that document's datasource. For example, a Wikipedia article's attribution is in the form of its article title, a website is in the form of a URL, and a Github repo is in the form of a repo name. Next id: 30", |
38410 | 38462 | "id": "LearningGenaiRecitationDocAttribution", |
38411 | 38463 | "properties": { |
38412 | 38464 | "amarnaId": { |
|
38421 | 38473 | "bibkey": { |
38422 | 38474 | "type": "string" |
38423 | 38475 | }, |
| 38476 | + "biorxivId": { |
| 38477 | + "description": "ID of the paper in bioarxiv like ddoi.org/{biorxiv_id} eg: https://doi.org/10.1101/343517", |
| 38478 | + "type": "string" |
| 38479 | + }, |
38424 | 38480 | "bookTitle": { |
38425 | 38481 | "type": "string" |
38426 | 38482 | }, |
|
39116 | 39172 | "wikipediaArticleTitle": { |
39117 | 39173 | "description": "Wikipedia article title. The Wikipedia TFDS dataset includes article titles but not URLs. While a URL is to the best of our knowledge a deterministic function of the title, we store the original title to reflect the information in the original dataset.", |
39118 | 39174 | "type": "string" |
| 39175 | + }, |
| 39176 | + "youtubeVideoId": { |
| 39177 | + "type": "string" |
39119 | 39178 | } |
39120 | 39179 | }, |
39121 | 39180 | "type": "object" |
|
40075 | 40134 | "type": "string" |
40076 | 40135 | }, |
40077 | 40136 | "languageFilterResult": { |
40078 | | - "$ref": "LearningServingLlmLanguageFilterResult" |
| 40137 | + "$ref": "LearningGenaiRootLanguageFilterResult" |
40079 | 40138 | }, |
40080 | 40139 | "raiOutput": { |
40081 | 40140 | "$ref": "LearningGenaiRootRAIOutput", |
|
40101 | 40160 | }, |
40102 | 40161 | "type": "object" |
40103 | 40162 | }, |
| 40163 | + "LearningGenaiRootGroundingMetadata": { |
| 40164 | + "id": "LearningGenaiRootGroundingMetadata", |
| 40165 | + "properties": { |
| 40166 | + "citations": { |
| 40167 | + "items": { |
| 40168 | + "$ref": "LearningGenaiRootGroundingMetadataCitation" |
| 40169 | + }, |
| 40170 | + "type": "array" |
| 40171 | + }, |
| 40172 | + "groundingCancelled": { |
| 40173 | + "description": "True if grounding is cancelled, for example, no facts being retrieved.", |
| 40174 | + "type": "boolean" |
| 40175 | + }, |
| 40176 | + "searchQueries": { |
| 40177 | + "items": { |
| 40178 | + "type": "string" |
| 40179 | + }, |
| 40180 | + "type": "array" |
| 40181 | + } |
| 40182 | + }, |
| 40183 | + "type": "object" |
| 40184 | + }, |
| 40185 | + "LearningGenaiRootGroundingMetadataCitation": { |
| 40186 | + "id": "LearningGenaiRootGroundingMetadataCitation", |
| 40187 | + "properties": { |
| 40188 | + "endIndex": { |
| 40189 | + "description": "Index in the prediction output where the citation ends (exclusive). Must be \u003e start_index and \u003c len(output).", |
| 40190 | + "format": "int32", |
| 40191 | + "type": "integer" |
| 40192 | + }, |
| 40193 | + "factIndex": { |
| 40194 | + "description": "Index of the fact supporting this claim. Should be within the range of the `world_facts` in the GenerateResponse.", |
| 40195 | + "format": "int32", |
| 40196 | + "type": "integer" |
| 40197 | + }, |
| 40198 | + "score": { |
| 40199 | + "description": "Confidence score of this entailment. Value is [0,1] with 1 is the most confidence.", |
| 40200 | + "format": "double", |
| 40201 | + "type": "number" |
| 40202 | + }, |
| 40203 | + "startIndex": { |
| 40204 | + "description": "Index in the prediction output where the citation starts (inclusive). Must be \u003e= 0 and \u003c end_index.", |
| 40205 | + "format": "int32", |
| 40206 | + "type": "integer" |
| 40207 | + } |
| 40208 | + }, |
| 40209 | + "type": "object" |
| 40210 | + }, |
40104 | 40211 | "LearningGenaiRootHarm": { |
40105 | 40212 | "id": "LearningGenaiRootHarm", |
40106 | 40213 | "properties": { |
|
40335 | 40442 | }, |
40336 | 40443 | "type": "object" |
40337 | 40444 | }, |
| 40445 | + "LearningGenaiRootLanguageFilterResult": { |
| 40446 | + "id": "LearningGenaiRootLanguageFilterResult", |
| 40447 | + "properties": { |
| 40448 | + "allowed": { |
| 40449 | + "description": "False when query or response should be filtered out due to unsupported language.", |
| 40450 | + "type": "boolean" |
| 40451 | + }, |
| 40452 | + "detectedLanguage": { |
| 40453 | + "description": "Language of the query or response.", |
| 40454 | + "type": "string" |
| 40455 | + }, |
| 40456 | + "detectedLanguageProbability": { |
| 40457 | + "description": "Probability of the language predicted as returned by LangID.", |
| 40458 | + "format": "float", |
| 40459 | + "type": "number" |
| 40460 | + } |
| 40461 | + }, |
| 40462 | + "type": "object" |
| 40463 | + }, |
40338 | 40464 | "LearningGenaiRootMetricOutput": { |
40339 | 40465 | "id": "LearningGenaiRootMetricOutput", |
40340 | 40466 | "properties": { |
|
40811 | 40937 | }, |
40812 | 40938 | "type": "object" |
40813 | 40939 | }, |
40814 | | - "LearningServingLlmLanguageFilterResult": { |
40815 | | - "id": "LearningServingLlmLanguageFilterResult", |
40816 | | - "properties": { |
40817 | | - "allowed": { |
40818 | | - "description": "False when query or response should be filtered out due to unsupported language.", |
40819 | | - "type": "boolean" |
40820 | | - }, |
40821 | | - "detectedLanguage": { |
40822 | | - "description": "Language of the query or response.", |
40823 | | - "type": "string" |
40824 | | - }, |
40825 | | - "detectedLanguageProbability": { |
40826 | | - "description": "Probability of the language predicted as returned by LangID.", |
40827 | | - "format": "float", |
40828 | | - "type": "number" |
40829 | | - } |
40830 | | - }, |
40831 | | - "type": "object" |
40832 | | - }, |
40833 | 40940 | "LearningServingLlmMessageMetadata": { |
40834 | 40941 | "description": "LINT.IfChange This metadata contains additional information required for debugging.", |
40835 | 40942 | "id": "LearningServingLlmMessageMetadata", |
|
40875 | 40982 | ], |
40876 | 40983 | "type": "string" |
40877 | 40984 | }, |
| 40985 | + "groundingMetadata": { |
| 40986 | + "$ref": "LearningGenaiRootGroundingMetadata" |
| 40987 | + }, |
40878 | 40988 | "isFallback": { |
40879 | 40989 | "description": "Applies to Response message only. Indicates whether the message is a fallback and the response would have otherwise been empty.", |
40880 | 40990 | "type": "boolean" |
|
0 commit comments