google-apis-discoveryengine_v1 0.23.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +633 -164
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +195 -57
- data/lib/google/apis/discoveryengine_v1/service.rb +282 -12
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -154,6 +154,12 @@ module Google
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
+
class GoogleCloudDiscoveryengineV1AnswerGroundingSupport
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
157
163
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequest
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
@@ -202,6 +208,12 @@ module Google
|
|
202
208
|
include Google::Apis::Core::JsonObjectSupport
|
203
209
|
end
|
204
210
|
|
211
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
205
217
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestRelatedQuestionsSpec
|
206
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
219
|
|
@@ -1426,6 +1438,24 @@ module Google
|
|
1426
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1439
|
end
|
1428
1440
|
|
1441
|
+
class GoogleCloudDiscoveryengineV1ServingConfig
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
|
+
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class GoogleCloudDiscoveryengineV1ServingConfigGenericConfig
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
|
+
|
1450
|
+
include Google::Apis::Core::JsonObjectSupport
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class GoogleCloudDiscoveryengineV1ServingConfigMediaConfig
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
|
+
|
1456
|
+
include Google::Apis::Core::JsonObjectSupport
|
1457
|
+
end
|
1458
|
+
|
1429
1459
|
class GoogleCloudDiscoveryengineV1Session
|
1430
1460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1461
|
|
@@ -1582,6 +1612,12 @@ module Google
|
|
1582
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1583
1613
|
end
|
1584
1614
|
|
1615
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1585
1621
|
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
|
1586
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
1623
|
|
@@ -1792,12 +1828,6 @@ module Google
|
|
1792
1828
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1829
|
end
|
1794
1830
|
|
1795
|
-
class GoogleCloudDiscoveryengineV1alphaCustomTuningModel
|
1796
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
|
-
|
1798
|
-
include Google::Apis::Core::JsonObjectSupport
|
1799
|
-
end
|
1800
|
-
|
1801
1831
|
class GoogleCloudDiscoveryengineV1alphaDataStore
|
1802
1832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
1833
|
|
@@ -1840,6 +1870,12 @@ module Google
|
|
1840
1870
|
include Google::Apis::Core::JsonObjectSupport
|
1841
1871
|
end
|
1842
1872
|
|
1873
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSessionRequest
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1843
1879
|
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
1844
1880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
1881
|
|
@@ -2026,6 +2062,12 @@ module Google
|
|
2026
2062
|
include Google::Apis::Core::JsonObjectSupport
|
2027
2063
|
end
|
2028
2064
|
|
2065
|
+
class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2029
2071
|
class GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
|
2030
2072
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
2073
|
|
@@ -2122,7 +2164,13 @@ module Google
|
|
2122
2164
|
include Google::Apis::Core::JsonObjectSupport
|
2123
2165
|
end
|
2124
2166
|
|
2125
|
-
class
|
2167
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsResponse
|
2126
2174
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
2175
|
|
2128
2176
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -2500,6 +2548,12 @@ module Google
|
|
2500
2548
|
include Google::Apis::Core::JsonObjectSupport
|
2501
2549
|
end
|
2502
2550
|
|
2551
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSessionRequest
|
2552
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2553
|
+
|
2554
|
+
include Google::Apis::Core::JsonObjectSupport
|
2555
|
+
end
|
2556
|
+
|
2503
2557
|
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
2504
2558
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2505
2559
|
|
@@ -2632,12 +2686,6 @@ module Google
|
|
2632
2686
|
include Google::Apis::Core::JsonObjectSupport
|
2633
2687
|
end
|
2634
2688
|
|
2635
|
-
class GoogleCloudDiscoveryengineV1betaCustomTuningModel
|
2636
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
-
|
2638
|
-
include Google::Apis::Core::JsonObjectSupport
|
2639
|
-
end
|
2640
|
-
|
2641
2689
|
class GoogleCloudDiscoveryengineV1betaDataStore
|
2642
2690
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
2691
|
|
@@ -2896,12 +2944,6 @@ module Google
|
|
2896
2944
|
include Google::Apis::Core::JsonObjectSupport
|
2897
2945
|
end
|
2898
2946
|
|
2899
|
-
class GoogleCloudDiscoveryengineV1betaListCustomModelsResponse
|
2900
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
|
-
|
2902
|
-
include Google::Apis::Core::JsonObjectSupport
|
2903
|
-
end
|
2904
|
-
|
2905
2947
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
2906
2948
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
2949
|
|
@@ -3445,6 +3487,9 @@ module Google
|
|
3445
3487
|
|
3446
3488
|
property :complete_time, as: 'completeTime'
|
3447
3489
|
property :create_time, as: 'createTime'
|
3490
|
+
property :grounding_score, as: 'groundingScore'
|
3491
|
+
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerGroundingSupport, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerGroundingSupport::Representation
|
3492
|
+
|
3448
3493
|
property :name, as: 'name'
|
3449
3494
|
property :query_understanding_info, as: 'queryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryUnderstandingInfo::Representation
|
3450
3495
|
|
@@ -3474,6 +3519,18 @@ module Google
|
|
3474
3519
|
end
|
3475
3520
|
end
|
3476
3521
|
|
3522
|
+
class GoogleCloudDiscoveryengineV1AnswerGroundingSupport
|
3523
|
+
# @private
|
3524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3525
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
3526
|
+
property :grounding_check_required, as: 'groundingCheckRequired'
|
3527
|
+
property :grounding_score, as: 'groundingScore'
|
3528
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerCitationSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerCitationSource::Representation
|
3529
|
+
|
3530
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
3531
|
+
end
|
3532
|
+
end
|
3533
|
+
|
3477
3534
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequest
|
3478
3535
|
# @private
|
3479
3536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3558,6 +3615,15 @@ module Google
|
|
3558
3615
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3559
3616
|
property :disable, as: 'disable'
|
3560
3617
|
property :max_rephrase_steps, as: 'maxRephraseSteps'
|
3618
|
+
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec::Representation
|
3619
|
+
|
3620
|
+
end
|
3621
|
+
end
|
3622
|
+
|
3623
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec
|
3624
|
+
# @private
|
3625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3626
|
+
property :model_type, as: 'modelType'
|
3561
3627
|
end
|
3562
3628
|
end
|
3563
3629
|
|
@@ -4631,6 +4697,7 @@ module Google
|
|
4631
4697
|
property :fhir_store, as: 'fhirStore'
|
4632
4698
|
property :gcs_staging_dir, as: 'gcsStagingDir'
|
4633
4699
|
collection :resource_types, as: 'resourceTypes'
|
4700
|
+
property :update_from_latest_predefined_schema, as: 'updateFromLatestPredefinedSchema'
|
4634
4701
|
end
|
4635
4702
|
end
|
4636
4703
|
|
@@ -5380,6 +5447,8 @@ module Google
|
|
5380
5447
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
5381
5448
|
# @private
|
5382
5449
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5450
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec::Representation
|
5451
|
+
|
5383
5452
|
property :data_store, as: 'dataStore'
|
5384
5453
|
property :filter, as: 'filter'
|
5385
5454
|
end
|
@@ -5592,10 +5661,58 @@ module Google
|
|
5592
5661
|
end
|
5593
5662
|
end
|
5594
5663
|
|
5664
|
+
class GoogleCloudDiscoveryengineV1ServingConfig
|
5665
|
+
# @private
|
5666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5667
|
+
collection :boost_control_ids, as: 'boostControlIds'
|
5668
|
+
property :create_time, as: 'createTime'
|
5669
|
+
property :display_name, as: 'displayName'
|
5670
|
+
collection :dissociate_control_ids, as: 'dissociateControlIds'
|
5671
|
+
property :diversity_level, as: 'diversityLevel'
|
5672
|
+
collection :filter_control_ids, as: 'filterControlIds'
|
5673
|
+
property :generic_config, as: 'genericConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigGenericConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigGenericConfig::Representation
|
5674
|
+
|
5675
|
+
collection :ignore_control_ids, as: 'ignoreControlIds'
|
5676
|
+
property :media_config, as: 'mediaConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigMediaConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigMediaConfig::Representation
|
5677
|
+
|
5678
|
+
property :model_id, as: 'modelId'
|
5679
|
+
property :name, as: 'name'
|
5680
|
+
collection :oneway_synonyms_control_ids, as: 'onewaySynonymsControlIds'
|
5681
|
+
collection :promote_control_ids, as: 'promoteControlIds'
|
5682
|
+
property :ranking_expression, as: 'rankingExpression'
|
5683
|
+
collection :redirect_control_ids, as: 'redirectControlIds'
|
5684
|
+
collection :replacement_control_ids, as: 'replacementControlIds'
|
5685
|
+
property :solution_type, as: 'solutionType'
|
5686
|
+
collection :synonyms_control_ids, as: 'synonymsControlIds'
|
5687
|
+
property :update_time, as: 'updateTime'
|
5688
|
+
end
|
5689
|
+
end
|
5690
|
+
|
5691
|
+
class GoogleCloudDiscoveryengineV1ServingConfigGenericConfig
|
5692
|
+
# @private
|
5693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5694
|
+
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
5695
|
+
|
5696
|
+
end
|
5697
|
+
end
|
5698
|
+
|
5699
|
+
class GoogleCloudDiscoveryengineV1ServingConfigMediaConfig
|
5700
|
+
# @private
|
5701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5702
|
+
property :content_freshness_cutoff_days, as: 'contentFreshnessCutoffDays'
|
5703
|
+
property :content_watched_percentage_threshold, as: 'contentWatchedPercentageThreshold'
|
5704
|
+
property :content_watched_seconds_threshold, as: 'contentWatchedSecondsThreshold'
|
5705
|
+
property :demote_content_watched_past_days, as: 'demoteContentWatchedPastDays'
|
5706
|
+
property :demotion_event_type, as: 'demotionEventType'
|
5707
|
+
end
|
5708
|
+
end
|
5709
|
+
|
5595
5710
|
class GoogleCloudDiscoveryengineV1Session
|
5596
5711
|
# @private
|
5597
5712
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5713
|
+
property :display_name, as: 'displayName'
|
5598
5714
|
property :end_time, as: 'endTime'
|
5715
|
+
property :is_pinned, as: 'isPinned'
|
5599
5716
|
property :name, as: 'name'
|
5600
5717
|
property :start_time, as: 'startTime'
|
5601
5718
|
property :state, as: 'state'
|
@@ -5853,6 +5970,9 @@ module Google
|
|
5853
5970
|
|
5854
5971
|
property :complete_time, as: 'completeTime'
|
5855
5972
|
property :create_time, as: 'createTime'
|
5973
|
+
property :grounding_score, as: 'groundingScore'
|
5974
|
+
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport::Representation
|
5975
|
+
|
5856
5976
|
property :name, as: 'name'
|
5857
5977
|
property :query_understanding_info, as: 'queryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo::Representation
|
5858
5978
|
|
@@ -5882,6 +6002,18 @@ module Google
|
|
5882
6002
|
end
|
5883
6003
|
end
|
5884
6004
|
|
6005
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
|
6006
|
+
# @private
|
6007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6008
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
6009
|
+
property :grounding_check_required, as: 'groundingCheckRequired'
|
6010
|
+
property :grounding_score, as: 'groundingScore'
|
6011
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerCitationSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerCitationSource::Representation
|
6012
|
+
|
6013
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
6014
|
+
end
|
6015
|
+
end
|
6016
|
+
|
5885
6017
|
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
|
5886
6018
|
# @private
|
5887
6019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6207,20 +6339,6 @@ module Google
|
|
6207
6339
|
end
|
6208
6340
|
end
|
6209
6341
|
|
6210
|
-
class GoogleCloudDiscoveryengineV1alphaCustomTuningModel
|
6211
|
-
# @private
|
6212
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6213
|
-
property :create_time, as: 'createTime'
|
6214
|
-
property :display_name, as: 'displayName'
|
6215
|
-
property :error_message, as: 'errorMessage'
|
6216
|
-
hash :metrics, as: 'metrics'
|
6217
|
-
property :model_state, as: 'modelState'
|
6218
|
-
property :model_version, :numeric_string => true, as: 'modelVersion'
|
6219
|
-
property :name, as: 'name'
|
6220
|
-
property :training_start_time, as: 'trainingStartTime'
|
6221
|
-
end
|
6222
|
-
end
|
6223
|
-
|
6224
6342
|
class GoogleCloudDiscoveryengineV1alphaDataStore
|
6225
6343
|
# @private
|
6226
6344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6309,6 +6427,13 @@ module Google
|
|
6309
6427
|
end
|
6310
6428
|
end
|
6311
6429
|
|
6430
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSessionRequest
|
6431
|
+
# @private
|
6432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6433
|
+
property :name, as: 'name'
|
6434
|
+
end
|
6435
|
+
end
|
6436
|
+
|
6312
6437
|
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
6313
6438
|
# @private
|
6314
6439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6602,6 +6727,14 @@ module Google
|
|
6602
6727
|
end
|
6603
6728
|
end
|
6604
6729
|
|
6730
|
+
class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
|
6731
|
+
# @private
|
6732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6733
|
+
property :include_answer_details, as: 'includeAnswerDetails'
|
6734
|
+
property :name, as: 'name'
|
6735
|
+
end
|
6736
|
+
end
|
6737
|
+
|
6605
6738
|
class GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
|
6606
6739
|
# @private
|
6607
6740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6754,10 +6887,22 @@ module Google
|
|
6754
6887
|
end
|
6755
6888
|
end
|
6756
6889
|
|
6757
|
-
class
|
6890
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
6891
|
+
# @private
|
6892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6893
|
+
property :filter, as: 'filter'
|
6894
|
+
property :order_by, as: 'orderBy'
|
6895
|
+
property :page_size, as: 'pageSize'
|
6896
|
+
property :page_token, as: 'pageToken'
|
6897
|
+
property :parent, as: 'parent'
|
6898
|
+
end
|
6899
|
+
end
|
6900
|
+
|
6901
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsResponse
|
6758
6902
|
# @private
|
6759
6903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6760
|
-
|
6904
|
+
property :next_page_token, as: 'nextPageToken'
|
6905
|
+
collection :sessions, as: 'sessions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession::Representation
|
6761
6906
|
|
6762
6907
|
end
|
6763
6908
|
end
|
@@ -7156,6 +7301,8 @@ module Google
|
|
7156
7301
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
7157
7302
|
# @private
|
7158
7303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7304
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec::Representation
|
7305
|
+
|
7159
7306
|
property :data_store, as: 'dataStore'
|
7160
7307
|
property :filter, as: 'filter'
|
7161
7308
|
end
|
@@ -7257,7 +7404,9 @@ module Google
|
|
7257
7404
|
class GoogleCloudDiscoveryengineV1alphaSession
|
7258
7405
|
# @private
|
7259
7406
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7407
|
+
property :display_name, as: 'displayName'
|
7260
7408
|
property :end_time, as: 'endTime'
|
7409
|
+
property :is_pinned, as: 'isPinned'
|
7261
7410
|
property :name, as: 'name'
|
7262
7411
|
property :start_time, as: 'startTime'
|
7263
7412
|
property :state, as: 'state'
|
@@ -7392,6 +7541,15 @@ module Google
|
|
7392
7541
|
end
|
7393
7542
|
end
|
7394
7543
|
|
7544
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSessionRequest
|
7545
|
+
# @private
|
7546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7547
|
+
property :session, as: 'session', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession::Representation
|
7548
|
+
|
7549
|
+
property :update_mask, as: 'updateMask'
|
7550
|
+
end
|
7551
|
+
end
|
7552
|
+
|
7395
7553
|
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
7396
7554
|
# @private
|
7397
7555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7588,20 +7746,6 @@ module Google
|
|
7588
7746
|
end
|
7589
7747
|
end
|
7590
7748
|
|
7591
|
-
class GoogleCloudDiscoveryengineV1betaCustomTuningModel
|
7592
|
-
# @private
|
7593
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7594
|
-
property :create_time, as: 'createTime'
|
7595
|
-
property :display_name, as: 'displayName'
|
7596
|
-
property :error_message, as: 'errorMessage'
|
7597
|
-
hash :metrics, as: 'metrics'
|
7598
|
-
property :model_state, as: 'modelState'
|
7599
|
-
property :model_version, :numeric_string => true, as: 'modelVersion'
|
7600
|
-
property :name, as: 'name'
|
7601
|
-
property :training_start_time, as: 'trainingStartTime'
|
7602
|
-
end
|
7603
|
-
end
|
7604
|
-
|
7605
7749
|
class GoogleCloudDiscoveryengineV1betaDataStore
|
7606
7750
|
# @private
|
7607
7751
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8025,14 +8169,6 @@ module Google
|
|
8025
8169
|
end
|
8026
8170
|
end
|
8027
8171
|
|
8028
|
-
class GoogleCloudDiscoveryengineV1betaListCustomModelsResponse
|
8029
|
-
# @private
|
8030
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8031
|
-
collection :models, as: 'models', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCustomTuningModel, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCustomTuningModel::Representation
|
8032
|
-
|
8033
|
-
end
|
8034
|
-
end
|
8035
|
-
|
8036
8172
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
8037
8173
|
# @private
|
8038
8174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8316,6 +8452,8 @@ module Google
|
|
8316
8452
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
8317
8453
|
# @private
|
8318
8454
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8455
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
8456
|
+
|
8319
8457
|
property :data_store, as: 'dataStore'
|
8320
8458
|
property :filter, as: 'filter'
|
8321
8459
|
end
|