|
355 | 355 | ],
|
356 | 356 | "parameters": {
|
357 | 357 | "filter": {
|
358 |
| - "description": "Filter by solution type. For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'", |
| 358 | + "description": "Filter by solution type . For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'", |
359 | 359 | "location": "query",
|
360 | 360 | "type": "string"
|
361 | 361 | },
|
|
2695 | 2695 | ],
|
2696 | 2696 | "parameters": {
|
2697 | 2697 | "filter": {
|
2698 |
| - "description": "Filter by solution type. For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'", |
| 2698 | + "description": "Filter by solution type . For example: filter = 'solution_type:SOLUTION_TYPE_SEARCH'", |
2699 | 2699 | "location": "query",
|
2700 | 2700 | "type": "string"
|
2701 | 2701 | },
|
|
4208 | 4208 | }
|
4209 | 4209 | }
|
4210 | 4210 | },
|
4211 |
| - "revision": "20240415", |
| 4211 | + "revision": "20240502", |
4212 | 4212 | "rootUrl": "https://discoveryengine.googleapis.com/",
|
4213 | 4213 | "schemas": {
|
4214 | 4214 | "GoogleApiHttpBody": {
|
|
6394 | 6394 | "type": "integer"
|
6395 | 6395 | },
|
6396 | 6396 | "orderBy": {
|
6397 |
| - "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering, see [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order) If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", |
| 6397 | + "description": "The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering for retail search, see [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order) If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.", |
6398 | 6398 | "type": "string"
|
6399 | 6399 | },
|
6400 | 6400 | "pageSize": {
|
|
7190 | 7190 | "description": "Required. Input only. The user provided URI pattern from which the `generated_uri_pattern` is generated.",
|
7191 | 7191 | "type": "string"
|
7192 | 7192 | },
|
| 7193 | + "rootDomainUri": { |
| 7194 | + "description": "Output only. Root domain of the provided_uri_pattern.", |
| 7195 | + "readOnly": true, |
| 7196 | + "type": "string" |
| 7197 | + }, |
7193 | 7198 | "siteVerificationInfo": {
|
7194 | 7199 | "$ref": "GoogleCloudDiscoveryengineV1SiteVerificationInfo",
|
7195 | 7200 | "description": "Output only. Site ownership and validity verification status.",
|
|
7964 | 7969 | },
|
7965 | 7970 | "type": "object"
|
7966 | 7971 | },
|
| 7972 | + "GoogleCloudDiscoveryengineV1alphaCustomTuningModel": { |
| 7973 | + "description": "Metadata that describes a custom tuned model.", |
| 7974 | + "id": "GoogleCloudDiscoveryengineV1alphaCustomTuningModel", |
| 7975 | + "properties": { |
| 7976 | + "createTime": { |
| 7977 | + "description": "Timestamp the Model was created at.", |
| 7978 | + "format": "google-datetime", |
| 7979 | + "type": "string" |
| 7980 | + }, |
| 7981 | + "displayName": { |
| 7982 | + "description": "The display name of the model.", |
| 7983 | + "type": "string" |
| 7984 | + }, |
| 7985 | + "modelState": { |
| 7986 | + "description": "The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`).", |
| 7987 | + "enum": [ |
| 7988 | + "MODEL_STATE_UNSPECIFIED", |
| 7989 | + "TRAINING_PAUSED", |
| 7990 | + "TRAINING", |
| 7991 | + "TRAINING_COMPLETE", |
| 7992 | + "READY_FOR_SERVING", |
| 7993 | + "TRAINING_FAILED" |
| 7994 | + ], |
| 7995 | + "enumDescriptions": [ |
| 7996 | + "", |
| 7997 | + "The model is in a paused training state.", |
| 7998 | + "The model is currently training.", |
| 7999 | + "The model has successfully completed training.", |
| 8000 | + "The model is ready for serving.", |
| 8001 | + "The model training failed." |
| 8002 | + ], |
| 8003 | + "type": "string" |
| 8004 | + }, |
| 8005 | + "modelVersion": { |
| 8006 | + "format": "int64", |
| 8007 | + "type": "string" |
| 8008 | + }, |
| 8009 | + "name": { |
| 8010 | + "description": "Required. The fully qualified resource name of the model. Format: `projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}` model must be an alpha-numerical string with limit of 40 characters.", |
| 8011 | + "type": "string" |
| 8012 | + }, |
| 8013 | + "trainingStartTime": { |
| 8014 | + "description": "Timestamp the model training was initiated.", |
| 8015 | + "format": "google-datetime", |
| 8016 | + "type": "string" |
| 8017 | + } |
| 8018 | + }, |
| 8019 | + "type": "object" |
| 8020 | + }, |
7967 | 8021 | "GoogleCloudDiscoveryengineV1alphaDataStore": {
|
7968 | 8022 | "description": "DataStore captures global settings and configs at the DataStore level.",
|
7969 | 8023 | "id": "GoogleCloudDiscoveryengineV1alphaDataStore",
|
|
8677 | 8731 | "Field value type is Number.",
|
8678 | 8732 | "Field value type is Integer.",
|
8679 | 8733 | "Field value type is Boolean.",
|
8680 |
| - "Field value type is Geolocation.", |
8681 |
| - "Field value type is Datetime." |
| 8734 | + "Field value type is Geolocation. Geolocation is expressed as an object with the following keys: * `id`: a string representing the location id * `longitude`: a number representing the longitude coordinate of the location * `latitude`: a number repesenting the latitude coordinate of the location * `address`: a string representing the full address of the location `latitude` and `longitude` must always be provided together. At least one of a) `address` or b) `latitude`-`longitude` pair must be provided.", |
| 8735 | + "Field value type is Datetime. Datetime can be expressed as either: * a number representing milliseconds-since-the-epoch * a string representing milliseconds-since-the-epoch. e.g. `\"1420070400001\"` * a string representing the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date or date and time. e.g. `\"2015-01-01\"` or `\"2015-01-01T12:10:30Z\"`" |
8682 | 8736 | ],
|
8683 | 8737 | "readOnly": true,
|
8684 | 8738 | "type": "string"
|
|
8940 | 8994 | },
|
8941 | 8995 | "type": "object"
|
8942 | 8996 | },
|
| 8997 | + "GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse": { |
| 8998 | + "description": "Response message for SearchTuningService.ListCustomModels method.", |
| 8999 | + "id": "GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse", |
| 9000 | + "properties": { |
| 9001 | + "models": { |
| 9002 | + "description": "List of custom tuning models.", |
| 9003 | + "items": { |
| 9004 | + "$ref": "GoogleCloudDiscoveryengineV1alphaCustomTuningModel" |
| 9005 | + }, |
| 9006 | + "type": "array" |
| 9007 | + } |
| 9008 | + }, |
| 9009 | + "type": "object" |
| 9010 | + }, |
8943 | 9011 | "GoogleCloudDiscoveryengineV1alphaProject": {
|
8944 | 9012 | "description": "Metadata and configurations for a Google Cloud project in the service.",
|
8945 | 9013 | "id": "GoogleCloudDiscoveryengineV1alphaProject",
|
|
9434 | 9502 | "description": "Required. Input only. The user provided URI pattern from which the `generated_uri_pattern` is generated.",
|
9435 | 9503 | "type": "string"
|
9436 | 9504 | },
|
| 9505 | + "rootDomainUri": { |
| 9506 | + "description": "Output only. Root domain of the provided_uri_pattern.", |
| 9507 | + "readOnly": true, |
| 9508 | + "type": "string" |
| 9509 | + }, |
9437 | 9510 | "siteVerificationInfo": {
|
9438 | 9511 | "$ref": "GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo",
|
9439 | 9512 | "description": "Output only. Site ownership and validity verification status.",
|
|
9525 | 9598 | "description": "The metrics of the trained model.",
|
9526 | 9599 | "type": "object"
|
9527 | 9600 | },
|
| 9601 | + "modelName": { |
| 9602 | + "description": "Fully qualified name of the CustomTuningModel.", |
| 9603 | + "type": "string" |
| 9604 | + }, |
9528 | 9605 | "modelStatus": {
|
9529 | 9606 | "description": "The trained model status. Possible values are: * **bad-data**: The training data quality is bad. * **no-improvement**: Tuning didn't improve performance. Won't deploy. * **in-progress**: Model training job creation is in progress. * **training**: Model is actively training. * **evaluating**: The model is evaluating trained metrics. * **indexing**: The model trained metrics are indexing. * **ready**: The model is ready for serving.",
|
9530 | 9607 | "type": "string"
|
|
9682 | 9759 | },
|
9683 | 9760 | "type": "object"
|
9684 | 9761 | },
|
| 9762 | + "GoogleCloudDiscoveryengineV1betaCustomTuningModel": { |
| 9763 | + "description": "Metadata that describes a custom tuned model.", |
| 9764 | + "id": "GoogleCloudDiscoveryengineV1betaCustomTuningModel", |
| 9765 | + "properties": { |
| 9766 | + "createTime": { |
| 9767 | + "description": "Timestamp the Model was created at.", |
| 9768 | + "format": "google-datetime", |
| 9769 | + "type": "string" |
| 9770 | + }, |
| 9771 | + "displayName": { |
| 9772 | + "description": "The display name of the model.", |
| 9773 | + "type": "string" |
| 9774 | + }, |
| 9775 | + "modelState": { |
| 9776 | + "description": "The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`).", |
| 9777 | + "enum": [ |
| 9778 | + "MODEL_STATE_UNSPECIFIED", |
| 9779 | + "TRAINING_PAUSED", |
| 9780 | + "TRAINING", |
| 9781 | + "TRAINING_COMPLETE", |
| 9782 | + "READY_FOR_SERVING", |
| 9783 | + "TRAINING_FAILED" |
| 9784 | + ], |
| 9785 | + "enumDescriptions": [ |
| 9786 | + "", |
| 9787 | + "The model is in a paused training state.", |
| 9788 | + "The model is currently training.", |
| 9789 | + "The model has successfully completed training.", |
| 9790 | + "The model is ready for serving.", |
| 9791 | + "The model training failed." |
| 9792 | + ], |
| 9793 | + "type": "string" |
| 9794 | + }, |
| 9795 | + "modelVersion": { |
| 9796 | + "format": "int64", |
| 9797 | + "type": "string" |
| 9798 | + }, |
| 9799 | + "name": { |
| 9800 | + "description": "Required. The fully qualified resource name of the model. Format: `projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}` model must be an alpha-numerical string with limit of 40 characters.", |
| 9801 | + "type": "string" |
| 9802 | + }, |
| 9803 | + "trainingStartTime": { |
| 9804 | + "description": "Timestamp the model training was initiated.", |
| 9805 | + "format": "google-datetime", |
| 9806 | + "type": "string" |
| 9807 | + } |
| 9808 | + }, |
| 9809 | + "type": "object" |
| 9810 | + }, |
9685 | 9811 | "GoogleCloudDiscoveryengineV1betaDataStore": {
|
9686 | 9812 | "description": "DataStore captures global settings and configs at the DataStore level.",
|
9687 | 9813 | "id": "GoogleCloudDiscoveryengineV1betaDataStore",
|
|
10283 | 10409 | },
|
10284 | 10410 | "type": "object"
|
10285 | 10411 | },
|
| 10412 | + "GoogleCloudDiscoveryengineV1betaListCustomModelsResponse": { |
| 10413 | + "description": "Response message for SearchTuningService.ListCustomModels method.", |
| 10414 | + "id": "GoogleCloudDiscoveryengineV1betaListCustomModelsResponse", |
| 10415 | + "properties": { |
| 10416 | + "models": { |
| 10417 | + "description": "List of custom tuning models.", |
| 10418 | + "items": { |
| 10419 | + "$ref": "GoogleCloudDiscoveryengineV1betaCustomTuningModel" |
| 10420 | + }, |
| 10421 | + "type": "array" |
| 10422 | + } |
| 10423 | + }, |
| 10424 | + "type": "object" |
| 10425 | + }, |
10286 | 10426 | "GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata": {
|
10287 | 10427 | "description": "Metadata related to the progress of the PurgeDocuments operation. This will be returned by the google.longrunning.Operation.metadata field.",
|
10288 | 10428 | "id": "GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata",
|
|
10467 | 10607 | "description": "Required. Input only. The user provided URI pattern from which the `generated_uri_pattern` is generated.",
|
10468 | 10608 | "type": "string"
|
10469 | 10609 | },
|
| 10610 | + "rootDomainUri": { |
| 10611 | + "description": "Output only. Root domain of the provided_uri_pattern.", |
| 10612 | + "readOnly": true, |
| 10613 | + "type": "string" |
| 10614 | + }, |
10470 | 10615 | "siteVerificationInfo": {
|
10471 | 10616 | "$ref": "GoogleCloudDiscoveryengineV1betaSiteVerificationInfo",
|
10472 | 10617 | "description": "Output only. Site ownership and validity verification status.",
|
|
10558 | 10703 | "description": "The metrics of the trained model.",
|
10559 | 10704 | "type": "object"
|
10560 | 10705 | },
|
| 10706 | + "modelName": { |
| 10707 | + "description": "Fully qualified name of the CustomTuningModel.", |
| 10708 | + "type": "string" |
| 10709 | + }, |
10561 | 10710 | "modelStatus": {
|
10562 | 10711 | "description": "The trained model status. Possible values are: * **bad-data**: The training data quality is bad. * **no-improvement**: Tuning didn't improve performance. Won't deploy. * **in-progress**: Model training job creation is in progress. * **training**: Model is actively training. * **evaluating**: The model is evaluating trained metrics. * **indexing**: The model trained metrics are indexing. * **ready**: The model is ready for serving.",
|
10563 | 10712 | "type": "string"
|
|
0 commit comments