google-apis-aiplatform_v1 0.73.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +1703 -14
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +743 -9
- data/lib/google/apis/aiplatform_v1/service.rb +2272 -643
- metadata +2 -2
|
@@ -184,6 +184,12 @@ module Google
|
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
|
185
185
|
end
|
|
186
186
|
|
|
187
|
+
class GoogleCloudAiplatformV1AppendEventResponse
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
187
193
|
class GoogleCloudAiplatformV1Artifact
|
|
188
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
195
|
|
|
@@ -1606,6 +1612,18 @@ module Google
|
|
|
1606
1612
|
include Google::Apis::Core::JsonObjectSupport
|
|
1607
1613
|
end
|
|
1608
1614
|
|
|
1615
|
+
class GoogleCloudAiplatformV1EventActions
|
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
|
+
|
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1621
|
+
class GoogleCloudAiplatformV1EventMetadata
|
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1623
|
+
|
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1625
|
+
end
|
|
1626
|
+
|
|
1609
1627
|
class GoogleCloudAiplatformV1ExactMatchInput
|
|
1610
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1611
1629
|
|
|
@@ -2434,6 +2452,42 @@ module Google
|
|
|
2434
2452
|
include Google::Apis::Core::JsonObjectSupport
|
|
2435
2453
|
end
|
|
2436
2454
|
|
|
2455
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequest
|
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2457
|
+
|
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2459
|
+
end
|
|
2460
|
+
|
|
2461
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSource
|
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2463
|
+
|
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2465
|
+
end
|
|
2466
|
+
|
|
2467
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSourceEvent
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2469
|
+
|
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2473
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSource
|
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2475
|
+
|
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2477
|
+
end
|
|
2478
|
+
|
|
2479
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory
|
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2481
|
+
|
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2483
|
+
end
|
|
2484
|
+
|
|
2485
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource
|
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2487
|
+
|
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2489
|
+
end
|
|
2490
|
+
|
|
2437
2491
|
class GoogleCloudAiplatformV1GenerateSyntheticDataRequest
|
|
2438
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
2493
|
|
|
@@ -2764,6 +2818,12 @@ module Google
|
|
|
2764
2818
|
include Google::Apis::Core::JsonObjectSupport
|
|
2765
2819
|
end
|
|
2766
2820
|
|
|
2821
|
+
class GoogleCloudAiplatformV1IntermediateExtractedMemory
|
|
2822
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2823
|
+
|
|
2824
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2825
|
+
end
|
|
2826
|
+
|
|
2767
2827
|
class GoogleCloudAiplatformV1InvokeRequest
|
|
2768
2828
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2769
2829
|
|
|
@@ -2896,6 +2956,12 @@ module Google
|
|
|
2896
2956
|
include Google::Apis::Core::JsonObjectSupport
|
|
2897
2957
|
end
|
|
2898
2958
|
|
|
2959
|
+
class GoogleCloudAiplatformV1ListEventsResponse
|
|
2960
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2961
|
+
|
|
2962
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2963
|
+
end
|
|
2964
|
+
|
|
2899
2965
|
class GoogleCloudAiplatformV1ListExecutionsResponse
|
|
2900
2966
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2901
2967
|
|
|
@@ -2956,6 +3022,18 @@ module Google
|
|
|
2956
3022
|
include Google::Apis::Core::JsonObjectSupport
|
|
2957
3023
|
end
|
|
2958
3024
|
|
|
3025
|
+
class GoogleCloudAiplatformV1ListMemoriesResponse
|
|
3026
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3027
|
+
|
|
3028
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3029
|
+
end
|
|
3030
|
+
|
|
3031
|
+
class GoogleCloudAiplatformV1ListMemoryRevisionsResponse
|
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3033
|
+
|
|
3034
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3035
|
+
end
|
|
3036
|
+
|
|
2959
3037
|
class GoogleCloudAiplatformV1ListMetadataSchemasResponse
|
|
2960
3038
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2961
3039
|
|
|
@@ -3088,6 +3166,12 @@ module Google
|
|
|
3088
3166
|
include Google::Apis::Core::JsonObjectSupport
|
|
3089
3167
|
end
|
|
3090
3168
|
|
|
3169
|
+
class GoogleCloudAiplatformV1ListSessionsResponse
|
|
3170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3171
|
+
|
|
3172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3173
|
+
end
|
|
3174
|
+
|
|
3091
3175
|
class GoogleCloudAiplatformV1ListSpecialistPoolsResponse
|
|
3092
3176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3093
3177
|
|
|
@@ -3196,6 +3280,72 @@ module Google
|
|
|
3196
3280
|
include Google::Apis::Core::JsonObjectSupport
|
|
3197
3281
|
end
|
|
3198
3282
|
|
|
3283
|
+
class GoogleCloudAiplatformV1Memory
|
|
3284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3285
|
+
|
|
3286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3287
|
+
end
|
|
3288
|
+
|
|
3289
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfig
|
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3291
|
+
|
|
3292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3293
|
+
end
|
|
3294
|
+
|
|
3295
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample
|
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3297
|
+
|
|
3298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3299
|
+
end
|
|
3300
|
+
|
|
3301
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
|
|
3302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3303
|
+
|
|
3304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3305
|
+
end
|
|
3306
|
+
|
|
3307
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
|
|
3308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3309
|
+
|
|
3310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3311
|
+
end
|
|
3312
|
+
|
|
3313
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
|
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3315
|
+
|
|
3316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3317
|
+
end
|
|
3318
|
+
|
|
3319
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic
|
|
3320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3321
|
+
|
|
3322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3323
|
+
end
|
|
3324
|
+
|
|
3325
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
|
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3327
|
+
|
|
3328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3329
|
+
end
|
|
3330
|
+
|
|
3331
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
|
|
3332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3333
|
+
|
|
3334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3335
|
+
end
|
|
3336
|
+
|
|
3337
|
+
class GoogleCloudAiplatformV1MemoryRevision
|
|
3338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3339
|
+
|
|
3340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3341
|
+
end
|
|
3342
|
+
|
|
3343
|
+
class GoogleCloudAiplatformV1MemoryTopicId
|
|
3344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3345
|
+
|
|
3346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3347
|
+
end
|
|
3348
|
+
|
|
3199
3349
|
class GoogleCloudAiplatformV1MergeVersionAliasesRequest
|
|
3200
3350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3201
3351
|
|
|
@@ -3898,6 +4048,18 @@ module Google
|
|
|
3898
4048
|
include Google::Apis::Core::JsonObjectSupport
|
|
3899
4049
|
end
|
|
3900
4050
|
|
|
4051
|
+
class GoogleCloudAiplatformV1PartMediaResolution
|
|
4052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4053
|
+
|
|
4054
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4055
|
+
end
|
|
4056
|
+
|
|
4057
|
+
class GoogleCloudAiplatformV1PartialArg
|
|
4058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4059
|
+
|
|
4060
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4061
|
+
end
|
|
4062
|
+
|
|
3901
4063
|
class GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
|
|
3902
4064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3903
4065
|
|
|
@@ -4288,6 +4450,12 @@ module Google
|
|
|
4288
4450
|
include Google::Apis::Core::JsonObjectSupport
|
|
4289
4451
|
end
|
|
4290
4452
|
|
|
4453
|
+
class GoogleCloudAiplatformV1PurgeMemoriesRequest
|
|
4454
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4455
|
+
|
|
4456
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4457
|
+
end
|
|
4458
|
+
|
|
4291
4459
|
class GoogleCloudAiplatformV1PythonPackageSpec
|
|
4292
4460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4293
4461
|
|
|
@@ -4714,6 +4882,42 @@ module Google
|
|
|
4714
4882
|
include Google::Apis::Core::JsonObjectSupport
|
|
4715
4883
|
end
|
|
4716
4884
|
|
|
4885
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpec
|
|
4886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4887
|
+
|
|
4888
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4889
|
+
end
|
|
4890
|
+
|
|
4891
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
|
|
4892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4893
|
+
|
|
4894
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4895
|
+
end
|
|
4896
|
+
|
|
4897
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
|
|
4898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4899
|
+
|
|
4900
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4901
|
+
end
|
|
4902
|
+
|
|
4903
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
|
|
4904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4905
|
+
|
|
4906
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4907
|
+
end
|
|
4908
|
+
|
|
4909
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
|
|
4910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4911
|
+
|
|
4912
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4913
|
+
end
|
|
4914
|
+
|
|
4915
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig
|
|
4916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4917
|
+
|
|
4918
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4919
|
+
end
|
|
4920
|
+
|
|
4717
4921
|
class GoogleCloudAiplatformV1ReasoningEngineSpec
|
|
4718
4922
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4719
4923
|
|
|
@@ -4738,6 +4942,18 @@ module Google
|
|
|
4738
4942
|
include Google::Apis::Core::JsonObjectSupport
|
|
4739
4943
|
end
|
|
4740
4944
|
|
|
4945
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig
|
|
4946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4947
|
+
|
|
4948
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4949
|
+
end
|
|
4950
|
+
|
|
4951
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource
|
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4953
|
+
|
|
4954
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4955
|
+
end
|
|
4956
|
+
|
|
4741
4957
|
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource
|
|
4742
4958
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4743
4959
|
|
|
@@ -4792,6 +5008,12 @@ module Google
|
|
|
4792
5008
|
include Google::Apis::Core::JsonObjectSupport
|
|
4793
5009
|
end
|
|
4794
5010
|
|
|
5011
|
+
class GoogleCloudAiplatformV1ReplicatedVoiceConfig
|
|
5012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5013
|
+
|
|
5014
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5015
|
+
end
|
|
5016
|
+
|
|
4795
5017
|
class GoogleCloudAiplatformV1ReservationAffinity
|
|
4796
5018
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4797
5019
|
|
|
@@ -4888,6 +5110,42 @@ module Google
|
|
|
4888
5110
|
include Google::Apis::Core::JsonObjectSupport
|
|
4889
5111
|
end
|
|
4890
5112
|
|
|
5113
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesRequest
|
|
5114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5115
|
+
|
|
5116
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5117
|
+
end
|
|
5118
|
+
|
|
5119
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams
|
|
5120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5121
|
+
|
|
5122
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5123
|
+
end
|
|
5124
|
+
|
|
5125
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesRequestSimpleRetrievalParams
|
|
5126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5127
|
+
|
|
5128
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5129
|
+
end
|
|
5130
|
+
|
|
5131
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesResponse
|
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5133
|
+
|
|
5134
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5135
|
+
end
|
|
5136
|
+
|
|
5137
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesResponseRetrievedMemory
|
|
5138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5139
|
+
|
|
5140
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5141
|
+
end
|
|
5142
|
+
|
|
5143
|
+
class GoogleCloudAiplatformV1RollbackMemoryRequest
|
|
5144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5145
|
+
|
|
5146
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5147
|
+
end
|
|
5148
|
+
|
|
4891
5149
|
class GoogleCloudAiplatformV1RougeInput
|
|
4892
5150
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4893
5151
|
|
|
@@ -6244,6 +6502,18 @@ module Google
|
|
|
6244
6502
|
include Google::Apis::Core::JsonObjectSupport
|
|
6245
6503
|
end
|
|
6246
6504
|
|
|
6505
|
+
class GoogleCloudAiplatformV1Session
|
|
6506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6507
|
+
|
|
6508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6509
|
+
end
|
|
6510
|
+
|
|
6511
|
+
class GoogleCloudAiplatformV1SessionEvent
|
|
6512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6513
|
+
|
|
6514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6515
|
+
end
|
|
6516
|
+
|
|
6247
6517
|
class GoogleCloudAiplatformV1SharePointSources
|
|
6248
6518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6249
6519
|
|
|
@@ -7838,6 +8108,12 @@ module Google
|
|
|
7838
8108
|
end
|
|
7839
8109
|
end
|
|
7840
8110
|
|
|
8111
|
+
class GoogleCloudAiplatformV1AppendEventResponse
|
|
8112
|
+
# @private
|
|
8113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8114
|
+
end
|
|
8115
|
+
end
|
|
8116
|
+
|
|
7841
8117
|
class GoogleCloudAiplatformV1Artifact
|
|
7842
8118
|
# @private
|
|
7843
8119
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9859,6 +10135,7 @@ module Google
|
|
|
9859
10135
|
|
|
9860
10136
|
property :dataset, as: 'dataset', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationDataset, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationDataset::Representation
|
|
9861
10137
|
|
|
10138
|
+
property :location, as: 'location'
|
|
9862
10139
|
collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metric, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metric::Representation
|
|
9863
10140
|
|
|
9864
10141
|
property :output_config, as: 'outputConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OutputConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OutputConfig::Representation
|
|
@@ -9887,6 +10164,7 @@ module Google
|
|
|
9887
10164
|
|
|
9888
10165
|
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstance::Representation
|
|
9889
10166
|
|
|
10167
|
+
property :location, as: 'location'
|
|
9890
10168
|
collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metric, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Metric::Representation
|
|
9891
10169
|
|
|
9892
10170
|
property :metricx_input, as: 'metricxInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MetricxInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MetricxInput::Representation
|
|
@@ -10407,6 +10685,32 @@ module Google
|
|
|
10407
10685
|
end
|
|
10408
10686
|
end
|
|
10409
10687
|
|
|
10688
|
+
class GoogleCloudAiplatformV1EventActions
|
|
10689
|
+
# @private
|
|
10690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10691
|
+
hash :artifact_delta, as: 'artifactDelta'
|
|
10692
|
+
property :escalate, as: 'escalate'
|
|
10693
|
+
hash :requested_auth_configs, as: 'requestedAuthConfigs'
|
|
10694
|
+
property :skip_summarization, as: 'skipSummarization'
|
|
10695
|
+
hash :state_delta, as: 'stateDelta'
|
|
10696
|
+
property :transfer_agent, as: 'transferAgent'
|
|
10697
|
+
end
|
|
10698
|
+
end
|
|
10699
|
+
|
|
10700
|
+
class GoogleCloudAiplatformV1EventMetadata
|
|
10701
|
+
# @private
|
|
10702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10703
|
+
property :branch, as: 'branch'
|
|
10704
|
+
hash :custom_metadata, as: 'customMetadata'
|
|
10705
|
+
property :grounding_metadata, as: 'groundingMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingMetadata::Representation
|
|
10706
|
+
|
|
10707
|
+
property :interrupted, as: 'interrupted'
|
|
10708
|
+
collection :long_running_tool_ids, as: 'longRunningToolIds'
|
|
10709
|
+
property :partial, as: 'partial'
|
|
10710
|
+
property :turn_complete, as: 'turnComplete'
|
|
10711
|
+
end
|
|
10712
|
+
end
|
|
10713
|
+
|
|
10410
10714
|
class GoogleCloudAiplatformV1ExactMatchInput
|
|
10411
10715
|
# @private
|
|
10412
10716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10989,6 +11293,7 @@ module Google
|
|
|
10989
11293
|
property :bigtable_metadata, as: 'bigtableMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureOnlineStoreBigtableBigtableMetadata::Representation
|
|
10990
11294
|
|
|
10991
11295
|
property :enable_direct_bigtable_access, as: 'enableDirectBigtableAccess'
|
|
11296
|
+
property :zone, as: 'zone'
|
|
10992
11297
|
end
|
|
10993
11298
|
end
|
|
10994
11299
|
|
|
@@ -11581,6 +11886,9 @@ module Google
|
|
|
11581
11886
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11582
11887
|
hash :args, as: 'args'
|
|
11583
11888
|
property :name, as: 'name'
|
|
11889
|
+
collection :partial_args, as: 'partialArgs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartialArg, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartialArg::Representation
|
|
11890
|
+
|
|
11891
|
+
property :will_continue, as: 'willContinue'
|
|
11584
11892
|
end
|
|
11585
11893
|
end
|
|
11586
11894
|
|
|
@@ -11589,6 +11897,7 @@ module Google
|
|
|
11589
11897
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11590
11898
|
collection :allowed_function_names, as: 'allowedFunctionNames'
|
|
11591
11899
|
property :mode, as: 'mode'
|
|
11900
|
+
property :stream_function_call_arguments, as: 'streamFunctionCallArguments'
|
|
11592
11901
|
end
|
|
11593
11902
|
end
|
|
11594
11903
|
|
|
@@ -11788,6 +12097,7 @@ module Google
|
|
|
11788
12097
|
|
|
11789
12098
|
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
11790
12099
|
|
|
12100
|
+
property :location, as: 'location'
|
|
11791
12101
|
property :predefined_rubric_generation_spec, as: 'predefinedRubricGenerationSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredefinedMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredefinedMetricSpec::Representation
|
|
11792
12102
|
|
|
11793
12103
|
property :rubric_generation_spec, as: 'rubricGenerationSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RubricGenerationSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RubricGenerationSpec::Representation
|
|
@@ -11803,31 +12113,91 @@ module Google
|
|
|
11803
12113
|
end
|
|
11804
12114
|
end
|
|
11805
12115
|
|
|
11806
|
-
class
|
|
12116
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequest
|
|
11807
12117
|
# @private
|
|
11808
12118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11809
|
-
property :
|
|
11810
|
-
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample::Representation
|
|
12119
|
+
property :direct_contents_source, as: 'directContentsSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSource::Representation
|
|
11811
12120
|
|
|
11812
|
-
|
|
12121
|
+
property :direct_memories_source, as: 'directMemoriesSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSource::Representation
|
|
11813
12122
|
|
|
11814
|
-
property :
|
|
12123
|
+
property :disable_consolidation, as: 'disableConsolidation'
|
|
12124
|
+
property :disable_memory_revisions, as: 'disableMemoryRevisions'
|
|
12125
|
+
property :revision_expire_time, as: 'revisionExpireTime'
|
|
12126
|
+
hash :revision_labels, as: 'revisionLabels'
|
|
12127
|
+
property :revision_ttl, as: 'revisionTtl'
|
|
12128
|
+
hash :scope, as: 'scope'
|
|
12129
|
+
property :vertex_session_source, as: 'vertexSessionSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource::Representation
|
|
11815
12130
|
|
|
11816
12131
|
end
|
|
11817
12132
|
end
|
|
11818
12133
|
|
|
11819
|
-
class
|
|
12134
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSource
|
|
11820
12135
|
# @private
|
|
11821
12136
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11822
|
-
collection :
|
|
12137
|
+
collection :events, as: 'events', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSourceEvent, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSourceEvent::Representation
|
|
11823
12138
|
|
|
11824
12139
|
end
|
|
11825
12140
|
end
|
|
11826
12141
|
|
|
11827
|
-
class
|
|
12142
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectContentsSourceEvent
|
|
11828
12143
|
# @private
|
|
11829
12144
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11830
|
-
|
|
12145
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
12146
|
+
|
|
12147
|
+
end
|
|
12148
|
+
end
|
|
12149
|
+
|
|
12150
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSource
|
|
12151
|
+
# @private
|
|
12152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12153
|
+
collection :direct_memories, as: 'directMemories', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory::Representation
|
|
12154
|
+
|
|
12155
|
+
end
|
|
12156
|
+
end
|
|
12157
|
+
|
|
12158
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory
|
|
12159
|
+
# @private
|
|
12160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12161
|
+
property :fact, as: 'fact'
|
|
12162
|
+
collection :topics, as: 'topics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId::Representation
|
|
12163
|
+
|
|
12164
|
+
end
|
|
12165
|
+
end
|
|
12166
|
+
|
|
12167
|
+
class GoogleCloudAiplatformV1GenerateMemoriesRequestVertexSessionSource
|
|
12168
|
+
# @private
|
|
12169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12170
|
+
property :end_time, as: 'endTime'
|
|
12171
|
+
property :session, as: 'session'
|
|
12172
|
+
property :start_time, as: 'startTime'
|
|
12173
|
+
end
|
|
12174
|
+
end
|
|
12175
|
+
|
|
12176
|
+
class GoogleCloudAiplatformV1GenerateSyntheticDataRequest
|
|
12177
|
+
# @private
|
|
12178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12179
|
+
property :count, as: 'count'
|
|
12180
|
+
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample::Representation
|
|
12181
|
+
|
|
12182
|
+
collection :output_field_specs, as: 'outputFieldSpecs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OutputFieldSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1OutputFieldSpec::Representation
|
|
12183
|
+
|
|
12184
|
+
property :task_description, as: 'taskDescription', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TaskDescriptionStrategy, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TaskDescriptionStrategy::Representation
|
|
12185
|
+
|
|
12186
|
+
end
|
|
12187
|
+
end
|
|
12188
|
+
|
|
12189
|
+
class GoogleCloudAiplatformV1GenerateSyntheticDataResponse
|
|
12190
|
+
# @private
|
|
12191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12192
|
+
collection :synthetic_examples, as: 'syntheticExamples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SyntheticExample::Representation
|
|
12193
|
+
|
|
12194
|
+
end
|
|
12195
|
+
end
|
|
12196
|
+
|
|
12197
|
+
class GoogleCloudAiplatformV1GenerateVideoResponse
|
|
12198
|
+
# @private
|
|
12199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12200
|
+
collection :generated_samples, as: 'generatedSamples'
|
|
11831
12201
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
|
11832
12202
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
|
11833
12203
|
collection :videos, as: 'videos', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateVideoResponseVideo, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenerateVideoResponseVideo::Representation
|
|
@@ -11906,6 +12276,7 @@ module Google
|
|
|
11906
12276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11907
12277
|
property :include_thoughts, as: 'includeThoughts'
|
|
11908
12278
|
property :thinking_budget, as: 'thinkingBudget'
|
|
12279
|
+
property :thinking_level, as: 'thinkingLevel'
|
|
11909
12280
|
end
|
|
11910
12281
|
end
|
|
11911
12282
|
|
|
@@ -12131,6 +12502,7 @@ module Google
|
|
|
12131
12502
|
property :aspect_ratio, as: 'aspectRatio'
|
|
12132
12503
|
property :image_output_options, as: 'imageOutputOptions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfigImageOutputOptions, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImageConfigImageOutputOptions::Representation
|
|
12133
12504
|
|
|
12505
|
+
property :image_size, as: 'imageSize'
|
|
12134
12506
|
property :person_generation, as: 'personGeneration'
|
|
12135
12507
|
end
|
|
12136
12508
|
end
|
|
@@ -12437,6 +12809,13 @@ module Google
|
|
|
12437
12809
|
end
|
|
12438
12810
|
end
|
|
12439
12811
|
|
|
12812
|
+
class GoogleCloudAiplatformV1IntermediateExtractedMemory
|
|
12813
|
+
# @private
|
|
12814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12815
|
+
property :fact, as: 'fact'
|
|
12816
|
+
end
|
|
12817
|
+
end
|
|
12818
|
+
|
|
12440
12819
|
class GoogleCloudAiplatformV1InvokeRequest
|
|
12441
12820
|
# @private
|
|
12442
12821
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12645,6 +13024,15 @@ module Google
|
|
|
12645
13024
|
end
|
|
12646
13025
|
end
|
|
12647
13026
|
|
|
13027
|
+
class GoogleCloudAiplatformV1ListEventsResponse
|
|
13028
|
+
# @private
|
|
13029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13030
|
+
property :next_page_token, as: 'nextPageToken'
|
|
13031
|
+
collection :session_events, as: 'sessionEvents', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SessionEvent, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SessionEvent::Representation
|
|
13032
|
+
|
|
13033
|
+
end
|
|
13034
|
+
end
|
|
13035
|
+
|
|
12648
13036
|
class GoogleCloudAiplatformV1ListExecutionsResponse
|
|
12649
13037
|
# @private
|
|
12650
13038
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12735,6 +13123,24 @@ module Google
|
|
|
12735
13123
|
end
|
|
12736
13124
|
end
|
|
12737
13125
|
|
|
13126
|
+
class GoogleCloudAiplatformV1ListMemoriesResponse
|
|
13127
|
+
# @private
|
|
13128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13129
|
+
collection :memories, as: 'memories', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Memory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Memory::Representation
|
|
13130
|
+
|
|
13131
|
+
property :next_page_token, as: 'nextPageToken'
|
|
13132
|
+
end
|
|
13133
|
+
end
|
|
13134
|
+
|
|
13135
|
+
class GoogleCloudAiplatformV1ListMemoryRevisionsResponse
|
|
13136
|
+
# @private
|
|
13137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13138
|
+
collection :memory_revisions, as: 'memoryRevisions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryRevision, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryRevision::Representation
|
|
13139
|
+
|
|
13140
|
+
property :next_page_token, as: 'nextPageToken'
|
|
13141
|
+
end
|
|
13142
|
+
end
|
|
13143
|
+
|
|
12738
13144
|
class GoogleCloudAiplatformV1ListMetadataSchemasResponse
|
|
12739
13145
|
# @private
|
|
12740
13146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12929,6 +13335,15 @@ module Google
|
|
|
12929
13335
|
end
|
|
12930
13336
|
end
|
|
12931
13337
|
|
|
13338
|
+
class GoogleCloudAiplatformV1ListSessionsResponse
|
|
13339
|
+
# @private
|
|
13340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13341
|
+
property :next_page_token, as: 'nextPageToken'
|
|
13342
|
+
collection :sessions, as: 'sessions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Session, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Session::Representation
|
|
13343
|
+
|
|
13344
|
+
end
|
|
13345
|
+
end
|
|
13346
|
+
|
|
12932
13347
|
class GoogleCloudAiplatformV1ListSpecialistPoolsResponse
|
|
12933
13348
|
# @private
|
|
12934
13349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13059,6 +13474,7 @@ module Google
|
|
|
13059
13474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13060
13475
|
property :accelerator_count, as: 'acceleratorCount'
|
|
13061
13476
|
property :accelerator_type, as: 'acceleratorType'
|
|
13477
|
+
property :gpu_partition_size, as: 'gpuPartitionSize'
|
|
13062
13478
|
property :machine_type, as: 'machineType'
|
|
13063
13479
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReservationAffinity::Representation
|
|
13064
13480
|
|
|
@@ -13091,6 +13507,120 @@ module Google
|
|
|
13091
13507
|
end
|
|
13092
13508
|
end
|
|
13093
13509
|
|
|
13510
|
+
class GoogleCloudAiplatformV1Memory
|
|
13511
|
+
# @private
|
|
13512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13513
|
+
property :create_time, as: 'createTime'
|
|
13514
|
+
property :description, as: 'description'
|
|
13515
|
+
property :disable_memory_revisions, as: 'disableMemoryRevisions'
|
|
13516
|
+
property :display_name, as: 'displayName'
|
|
13517
|
+
property :expire_time, as: 'expireTime'
|
|
13518
|
+
property :fact, as: 'fact'
|
|
13519
|
+
property :name, as: 'name'
|
|
13520
|
+
property :revision_expire_time, as: 'revisionExpireTime'
|
|
13521
|
+
hash :revision_labels, as: 'revisionLabels'
|
|
13522
|
+
property :revision_ttl, as: 'revisionTtl'
|
|
13523
|
+
hash :scope, as: 'scope'
|
|
13524
|
+
collection :topics, as: 'topics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId::Representation
|
|
13525
|
+
|
|
13526
|
+
property :ttl, as: 'ttl'
|
|
13527
|
+
property :update_time, as: 'updateTime'
|
|
13528
|
+
end
|
|
13529
|
+
end
|
|
13530
|
+
|
|
13531
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfig
|
|
13532
|
+
# @private
|
|
13533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13534
|
+
property :enable_third_person_memories, as: 'enableThirdPersonMemories'
|
|
13535
|
+
collection :generate_memories_examples, as: 'generateMemoriesExamples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample::Representation
|
|
13536
|
+
|
|
13537
|
+
collection :memory_topics, as: 'memoryTopics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic::Representation
|
|
13538
|
+
|
|
13539
|
+
collection :scope_keys, as: 'scopeKeys'
|
|
13540
|
+
end
|
|
13541
|
+
end
|
|
13542
|
+
|
|
13543
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExample
|
|
13544
|
+
# @private
|
|
13545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13546
|
+
property :conversation_source, as: 'conversationSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource::Representation
|
|
13547
|
+
|
|
13548
|
+
collection :generated_memories, as: 'generatedMemories', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory::Representation
|
|
13549
|
+
|
|
13550
|
+
end
|
|
13551
|
+
end
|
|
13552
|
+
|
|
13553
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
|
|
13554
|
+
# @private
|
|
13555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13556
|
+
collection :events, as: 'events', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent::Representation
|
|
13557
|
+
|
|
13558
|
+
end
|
|
13559
|
+
end
|
|
13560
|
+
|
|
13561
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
|
|
13562
|
+
# @private
|
|
13563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13564
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
13565
|
+
|
|
13566
|
+
end
|
|
13567
|
+
end
|
|
13568
|
+
|
|
13569
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
|
|
13570
|
+
# @private
|
|
13571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13572
|
+
property :fact, as: 'fact'
|
|
13573
|
+
collection :topics, as: 'topics', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryTopicId::Representation
|
|
13574
|
+
|
|
13575
|
+
end
|
|
13576
|
+
end
|
|
13577
|
+
|
|
13578
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopic
|
|
13579
|
+
# @private
|
|
13580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13581
|
+
property :custom_memory_topic, as: 'customMemoryTopic', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic::Representation
|
|
13582
|
+
|
|
13583
|
+
property :managed_memory_topic, as: 'managedMemoryTopic', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic::Representation
|
|
13584
|
+
|
|
13585
|
+
end
|
|
13586
|
+
end
|
|
13587
|
+
|
|
13588
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
|
|
13589
|
+
# @private
|
|
13590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13591
|
+
property :description, as: 'description'
|
|
13592
|
+
property :label, as: 'label'
|
|
13593
|
+
end
|
|
13594
|
+
end
|
|
13595
|
+
|
|
13596
|
+
class GoogleCloudAiplatformV1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
|
|
13597
|
+
# @private
|
|
13598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13599
|
+
property :managed_topic_enum, as: 'managedTopicEnum'
|
|
13600
|
+
end
|
|
13601
|
+
end
|
|
13602
|
+
|
|
13603
|
+
class GoogleCloudAiplatformV1MemoryRevision
|
|
13604
|
+
# @private
|
|
13605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13606
|
+
property :create_time, as: 'createTime'
|
|
13607
|
+
property :expire_time, as: 'expireTime'
|
|
13608
|
+
collection :extracted_memories, as: 'extractedMemories', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IntermediateExtractedMemory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IntermediateExtractedMemory::Representation
|
|
13609
|
+
|
|
13610
|
+
property :fact, as: 'fact'
|
|
13611
|
+
hash :labels, as: 'labels'
|
|
13612
|
+
property :name, as: 'name'
|
|
13613
|
+
end
|
|
13614
|
+
end
|
|
13615
|
+
|
|
13616
|
+
class GoogleCloudAiplatformV1MemoryTopicId
|
|
13617
|
+
# @private
|
|
13618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13619
|
+
property :custom_memory_topic_label, as: 'customMemoryTopicLabel'
|
|
13620
|
+
property :managed_memory_topic, as: 'managedMemoryTopic'
|
|
13621
|
+
end
|
|
13622
|
+
end
|
|
13623
|
+
|
|
13094
13624
|
class GoogleCloudAiplatformV1MergeVersionAliasesRequest
|
|
13095
13625
|
# @private
|
|
13096
13626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14432,6 +14962,8 @@ module Google
|
|
|
14432
14962
|
|
|
14433
14963
|
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob::Representation
|
|
14434
14964
|
|
|
14965
|
+
property :media_resolution, as: 'mediaResolution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartMediaResolution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PartMediaResolution::Representation
|
|
14966
|
+
|
|
14435
14967
|
property :text, as: 'text'
|
|
14436
14968
|
property :thought, as: 'thought'
|
|
14437
14969
|
property :thought_signature, :base64 => true, as: 'thoughtSignature'
|
|
@@ -14440,6 +14972,25 @@ module Google
|
|
|
14440
14972
|
end
|
|
14441
14973
|
end
|
|
14442
14974
|
|
|
14975
|
+
class GoogleCloudAiplatformV1PartMediaResolution
|
|
14976
|
+
# @private
|
|
14977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14978
|
+
property :level, as: 'level'
|
|
14979
|
+
end
|
|
14980
|
+
end
|
|
14981
|
+
|
|
14982
|
+
class GoogleCloudAiplatformV1PartialArg
|
|
14983
|
+
# @private
|
|
14984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14985
|
+
property :bool_value, as: 'boolValue'
|
|
14986
|
+
property :json_path, as: 'jsonPath'
|
|
14987
|
+
property :null_value, as: 'nullValue'
|
|
14988
|
+
property :number_value, as: 'numberValue'
|
|
14989
|
+
property :string_value, as: 'stringValue'
|
|
14990
|
+
property :will_continue, as: 'willContinue'
|
|
14991
|
+
end
|
|
14992
|
+
end
|
|
14993
|
+
|
|
14443
14994
|
class GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest
|
|
14444
14995
|
# @private
|
|
14445
14996
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15143,6 +15694,14 @@ module Google
|
|
|
15143
15694
|
end
|
|
15144
15695
|
end
|
|
15145
15696
|
|
|
15697
|
+
class GoogleCloudAiplatformV1PurgeMemoriesRequest
|
|
15698
|
+
# @private
|
|
15699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15700
|
+
property :filter, as: 'filter'
|
|
15701
|
+
property :force, as: 'force'
|
|
15702
|
+
end
|
|
15703
|
+
end
|
|
15704
|
+
|
|
15146
15705
|
class GoogleCloudAiplatformV1PythonPackageSpec
|
|
15147
15706
|
# @private
|
|
15148
15707
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15792,6 +16351,8 @@ module Google
|
|
|
15792
16351
|
class GoogleCloudAiplatformV1ReasoningEngine
|
|
15793
16352
|
# @private
|
|
15794
16353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16354
|
+
property :context_spec, as: 'contextSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpec::Representation
|
|
16355
|
+
|
|
15795
16356
|
property :create_time, as: 'createTime'
|
|
15796
16357
|
property :description, as: 'description'
|
|
15797
16358
|
property :display_name, as: 'displayName'
|
|
@@ -15806,6 +16367,62 @@ module Google
|
|
|
15806
16367
|
end
|
|
15807
16368
|
end
|
|
15808
16369
|
|
|
16370
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpec
|
|
16371
|
+
# @private
|
|
16372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16373
|
+
property :memory_bank_config, as: 'memoryBankConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig::Representation
|
|
16374
|
+
|
|
16375
|
+
end
|
|
16376
|
+
end
|
|
16377
|
+
|
|
16378
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig
|
|
16379
|
+
# @private
|
|
16380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16381
|
+
collection :customization_configs, as: 'customizationConfigs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MemoryBankCustomizationConfig::Representation
|
|
16382
|
+
|
|
16383
|
+
property :disable_memory_revisions, as: 'disableMemoryRevisions'
|
|
16384
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig::Representation
|
|
16385
|
+
|
|
16386
|
+
property :similarity_search_config, as: 'similaritySearchConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig::Representation
|
|
16387
|
+
|
|
16388
|
+
property :ttl_config, as: 'ttlConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig::Representation
|
|
16389
|
+
|
|
16390
|
+
end
|
|
16391
|
+
end
|
|
16392
|
+
|
|
16393
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig
|
|
16394
|
+
# @private
|
|
16395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16396
|
+
property :model, as: 'model'
|
|
16397
|
+
end
|
|
16398
|
+
end
|
|
16399
|
+
|
|
16400
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig
|
|
16401
|
+
# @private
|
|
16402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16403
|
+
property :embedding_model, as: 'embeddingModel'
|
|
16404
|
+
end
|
|
16405
|
+
end
|
|
16406
|
+
|
|
16407
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
|
|
16408
|
+
# @private
|
|
16409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16410
|
+
property :default_ttl, as: 'defaultTtl'
|
|
16411
|
+
property :granular_ttl_config, as: 'granularTtlConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig::Representation
|
|
16412
|
+
|
|
16413
|
+
property :memory_revision_default_ttl, as: 'memoryRevisionDefaultTtl'
|
|
16414
|
+
end
|
|
16415
|
+
end
|
|
16416
|
+
|
|
16417
|
+
class GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig
|
|
16418
|
+
# @private
|
|
16419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16420
|
+
property :create_ttl, as: 'createTtl'
|
|
16421
|
+
property :generate_created_ttl, as: 'generateCreatedTtl'
|
|
16422
|
+
property :generate_updated_ttl, as: 'generateUpdatedTtl'
|
|
16423
|
+
end
|
|
16424
|
+
end
|
|
16425
|
+
|
|
15809
16426
|
class GoogleCloudAiplatformV1ReasoningEngineSpec
|
|
15810
16427
|
# @private
|
|
15811
16428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15813,6 +16430,8 @@ module Google
|
|
|
15813
16430
|
collection :class_methods, as: 'classMethods'
|
|
15814
16431
|
property :deployment_spec, as: 'deploymentSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec::Representation
|
|
15815
16432
|
|
|
16433
|
+
property :effective_identity, as: 'effectiveIdentity'
|
|
16434
|
+
property :identity_type, as: 'identityType'
|
|
15816
16435
|
property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec::Representation
|
|
15817
16436
|
|
|
15818
16437
|
property :service_account, as: 'serviceAccount'
|
|
@@ -15850,6 +16469,8 @@ module Google
|
|
|
15850
16469
|
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec
|
|
15851
16470
|
# @private
|
|
15852
16471
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16472
|
+
property :developer_connect_source, as: 'developerConnectSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource::Representation
|
|
16473
|
+
|
|
15853
16474
|
property :inline_source, as: 'inlineSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource::Representation
|
|
15854
16475
|
|
|
15855
16476
|
property :python_spec, as: 'pythonSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec::Representation
|
|
@@ -15857,6 +16478,23 @@ module Google
|
|
|
15857
16478
|
end
|
|
15858
16479
|
end
|
|
15859
16480
|
|
|
16481
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig
|
|
16482
|
+
# @private
|
|
16483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16484
|
+
property :dir, as: 'dir'
|
|
16485
|
+
property :git_repository_link, as: 'gitRepositoryLink'
|
|
16486
|
+
property :revision, as: 'revision'
|
|
16487
|
+
end
|
|
16488
|
+
end
|
|
16489
|
+
|
|
16490
|
+
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource
|
|
16491
|
+
# @private
|
|
16492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16493
|
+
property :config, as: 'config', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectConfig::Representation
|
|
16494
|
+
|
|
16495
|
+
end
|
|
16496
|
+
end
|
|
16497
|
+
|
|
15860
16498
|
class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource
|
|
15861
16499
|
# @private
|
|
15862
16500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15928,6 +16566,14 @@ module Google
|
|
|
15928
16566
|
end
|
|
15929
16567
|
end
|
|
15930
16568
|
|
|
16569
|
+
class GoogleCloudAiplatformV1ReplicatedVoiceConfig
|
|
16570
|
+
# @private
|
|
16571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16572
|
+
property :mime_type, as: 'mimeType'
|
|
16573
|
+
property :voice_sample_audio, :base64 => true, as: 'voiceSampleAudio'
|
|
16574
|
+
end
|
|
16575
|
+
end
|
|
16576
|
+
|
|
15931
16577
|
class GoogleCloudAiplatformV1ReservationAffinity
|
|
15932
16578
|
# @private
|
|
15933
16579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -16069,6 +16715,59 @@ module Google
|
|
|
16069
16715
|
end
|
|
16070
16716
|
end
|
|
16071
16717
|
|
|
16718
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesRequest
|
|
16719
|
+
# @private
|
|
16720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16721
|
+
property :filter, as: 'filter'
|
|
16722
|
+
hash :scope, as: 'scope'
|
|
16723
|
+
property :similarity_search_params, as: 'similaritySearchParams', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams::Representation
|
|
16724
|
+
|
|
16725
|
+
property :simple_retrieval_params, as: 'simpleRetrievalParams', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimpleRetrievalParams, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesRequestSimpleRetrievalParams::Representation
|
|
16726
|
+
|
|
16727
|
+
end
|
|
16728
|
+
end
|
|
16729
|
+
|
|
16730
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesRequestSimilaritySearchParams
|
|
16731
|
+
# @private
|
|
16732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16733
|
+
property :search_query, as: 'searchQuery'
|
|
16734
|
+
property :top_k, as: 'topK'
|
|
16735
|
+
end
|
|
16736
|
+
end
|
|
16737
|
+
|
|
16738
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesRequestSimpleRetrievalParams
|
|
16739
|
+
# @private
|
|
16740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16741
|
+
property :page_size, as: 'pageSize'
|
|
16742
|
+
property :page_token, as: 'pageToken'
|
|
16743
|
+
end
|
|
16744
|
+
end
|
|
16745
|
+
|
|
16746
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesResponse
|
|
16747
|
+
# @private
|
|
16748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16749
|
+
property :next_page_token, as: 'nextPageToken'
|
|
16750
|
+
collection :retrieved_memories, as: 'retrievedMemories', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesResponseRetrievedMemory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RetrieveMemoriesResponseRetrievedMemory::Representation
|
|
16751
|
+
|
|
16752
|
+
end
|
|
16753
|
+
end
|
|
16754
|
+
|
|
16755
|
+
class GoogleCloudAiplatformV1RetrieveMemoriesResponseRetrievedMemory
|
|
16756
|
+
# @private
|
|
16757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16758
|
+
property :distance, as: 'distance'
|
|
16759
|
+
property :memory, as: 'memory', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Memory, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Memory::Representation
|
|
16760
|
+
|
|
16761
|
+
end
|
|
16762
|
+
end
|
|
16763
|
+
|
|
16764
|
+
class GoogleCloudAiplatformV1RollbackMemoryRequest
|
|
16765
|
+
# @private
|
|
16766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16767
|
+
property :target_revision_id, :numeric_string => true, as: 'targetRevisionId'
|
|
16768
|
+
end
|
|
16769
|
+
end
|
|
16770
|
+
|
|
16072
16771
|
class GoogleCloudAiplatformV1RougeInput
|
|
16073
16772
|
# @private
|
|
16074
16773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -18327,6 +19026,39 @@ module Google
|
|
|
18327
19026
|
end
|
|
18328
19027
|
end
|
|
18329
19028
|
|
|
19029
|
+
class GoogleCloudAiplatformV1Session
|
|
19030
|
+
# @private
|
|
19031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19032
|
+
property :create_time, as: 'createTime'
|
|
19033
|
+
property :display_name, as: 'displayName'
|
|
19034
|
+
property :expire_time, as: 'expireTime'
|
|
19035
|
+
hash :labels, as: 'labels'
|
|
19036
|
+
property :name, as: 'name'
|
|
19037
|
+
hash :session_state, as: 'sessionState'
|
|
19038
|
+
property :ttl, as: 'ttl'
|
|
19039
|
+
property :update_time, as: 'updateTime'
|
|
19040
|
+
property :user_id, as: 'userId'
|
|
19041
|
+
end
|
|
19042
|
+
end
|
|
19043
|
+
|
|
19044
|
+
class GoogleCloudAiplatformV1SessionEvent
|
|
19045
|
+
# @private
|
|
19046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19047
|
+
property :actions, as: 'actions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EventActions, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EventActions::Representation
|
|
19048
|
+
|
|
19049
|
+
property :author, as: 'author'
|
|
19050
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
|
19051
|
+
|
|
19052
|
+
property :error_code, as: 'errorCode'
|
|
19053
|
+
property :error_message, as: 'errorMessage'
|
|
19054
|
+
property :event_metadata, as: 'eventMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EventMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EventMetadata::Representation
|
|
19055
|
+
|
|
19056
|
+
property :invocation_id, as: 'invocationId'
|
|
19057
|
+
property :name, as: 'name'
|
|
19058
|
+
property :timestamp, as: 'timestamp'
|
|
19059
|
+
end
|
|
19060
|
+
end
|
|
19061
|
+
|
|
18330
19062
|
class GoogleCloudAiplatformV1SharePointSources
|
|
18331
19063
|
# @private
|
|
18332
19064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20177,6 +20909,8 @@ module Google
|
|
|
20177
20909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20178
20910
|
property :prebuilt_voice_config, as: 'prebuiltVoiceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrebuiltVoiceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrebuiltVoiceConfig::Representation
|
|
20179
20911
|
|
|
20912
|
+
property :replicated_voice_config, as: 'replicatedVoiceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReplicatedVoiceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReplicatedVoiceConfig::Representation
|
|
20913
|
+
|
|
20180
20914
|
end
|
|
20181
20915
|
end
|
|
20182
20916
|
|