google-apis-aiplatform_v1beta1 0.55.0 → 0.57.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_v1beta1/classes.rb +729 -54
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +307 -21
- data/lib/google/apis/aiplatform_v1beta1/service.rb +34 -0
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1beta1
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2422,6 +2422,18 @@ module Google
|
|
2422
2422
|
include Google::Apis::Core::JsonObjectSupport
|
2423
2423
|
end
|
2424
2424
|
|
2425
|
+
class GoogleCloudAiplatformV1beta1GeminiPreferenceExample
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2427
|
+
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
2429
|
+
end
|
2430
|
+
|
2431
|
+
class GoogleCloudAiplatformV1beta1GeminiPreferenceExampleCompletion
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2433
|
+
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
2435
|
+
end
|
2436
|
+
|
2425
2437
|
class GoogleCloudAiplatformV1beta1GeminiRequestReadConfig
|
2426
2438
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2427
2439
|
|
@@ -2500,6 +2512,18 @@ module Google
|
|
2500
2512
|
include Google::Apis::Core::JsonObjectSupport
|
2501
2513
|
end
|
2502
2514
|
|
2515
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSource
|
2516
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
|
+
|
2518
|
+
include Google::Apis::Core::JsonObjectSupport
|
2519
|
+
end
|
2520
|
+
|
2521
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory
|
2522
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2523
|
+
|
2524
|
+
include Google::Apis::Core::JsonObjectSupport
|
2525
|
+
end
|
2526
|
+
|
2503
2527
|
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource
|
2504
2528
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2505
2529
|
|
@@ -2578,6 +2602,12 @@ module Google
|
|
2578
2602
|
include Google::Apis::Core::JsonObjectSupport
|
2579
2603
|
end
|
2580
2604
|
|
2605
|
+
class GoogleCloudAiplatformV1beta1GoogleMaps
|
2606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2607
|
+
|
2608
|
+
include Google::Apis::Core::JsonObjectSupport
|
2609
|
+
end
|
2610
|
+
|
2581
2611
|
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
2582
2612
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2583
2613
|
|
@@ -2614,6 +2644,30 @@ module Google
|
|
2614
2644
|
include Google::Apis::Core::JsonObjectSupport
|
2615
2645
|
end
|
2616
2646
|
|
2647
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMaps
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2649
|
+
|
2650
|
+
include Google::Apis::Core::JsonObjectSupport
|
2651
|
+
end
|
2652
|
+
|
2653
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
|
2654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2655
|
+
|
2656
|
+
include Google::Apis::Core::JsonObjectSupport
|
2657
|
+
end
|
2658
|
+
|
2659
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2661
|
+
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2617
2671
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
2618
2672
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2619
2673
|
|
@@ -4090,6 +4144,18 @@ module Google
|
|
4090
4144
|
include Google::Apis::Core::JsonObjectSupport
|
4091
4145
|
end
|
4092
4146
|
|
4147
|
+
class GoogleCloudAiplatformV1beta1OptimizePromptRequest
|
4148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4149
|
+
|
4150
|
+
include Google::Apis::Core::JsonObjectSupport
|
4151
|
+
end
|
4152
|
+
|
4153
|
+
class GoogleCloudAiplatformV1beta1OptimizePromptResponse
|
4154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4155
|
+
|
4156
|
+
include Google::Apis::Core::JsonObjectSupport
|
4157
|
+
end
|
4158
|
+
|
4093
4159
|
class GoogleCloudAiplatformV1beta1OutputConfig
|
4094
4160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4095
4161
|
|
@@ -4342,6 +4408,12 @@ module Google
|
|
4342
4408
|
include Google::Apis::Core::JsonObjectSupport
|
4343
4409
|
end
|
4344
4410
|
|
4411
|
+
class GoogleCloudAiplatformV1beta1PreTunedModel
|
4412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4413
|
+
|
4414
|
+
include Google::Apis::Core::JsonObjectSupport
|
4415
|
+
end
|
4416
|
+
|
4345
4417
|
class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig
|
4346
4418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4347
4419
|
|
@@ -4396,6 +4468,24 @@ module Google
|
|
4396
4468
|
include Google::Apis::Core::JsonObjectSupport
|
4397
4469
|
end
|
4398
4470
|
|
4471
|
+
class GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats
|
4472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4473
|
+
|
4474
|
+
include Google::Apis::Core::JsonObjectSupport
|
4475
|
+
end
|
4476
|
+
|
4477
|
+
class GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters
|
4478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4479
|
+
|
4480
|
+
include Google::Apis::Core::JsonObjectSupport
|
4481
|
+
end
|
4482
|
+
|
4483
|
+
class GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec
|
4484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4485
|
+
|
4486
|
+
include Google::Apis::Core::JsonObjectSupport
|
4487
|
+
end
|
4488
|
+
|
4399
4489
|
class GoogleCloudAiplatformV1beta1Presets
|
4400
4490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4401
4491
|
|
@@ -7372,12 +7462,6 @@ module Google
|
|
7372
7462
|
include Google::Apis::Core::JsonObjectSupport
|
7373
7463
|
end
|
7374
7464
|
|
7375
|
-
class GoogleCloudAiplatformV1beta1ToolComputerUse
|
7376
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7377
|
-
|
7378
|
-
include Google::Apis::Core::JsonObjectSupport
|
7379
|
-
end
|
7380
|
-
|
7381
7465
|
class GoogleCloudAiplatformV1beta1ToolConfig
|
7382
7466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7383
7467
|
|
@@ -7990,6 +8074,18 @@ module Google
|
|
7990
8074
|
include Google::Apis::Core::JsonObjectSupport
|
7991
8075
|
end
|
7992
8076
|
|
8077
|
+
class GoogleCloudAiplatformV1beta1VeoHyperParameters
|
8078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8079
|
+
|
8080
|
+
include Google::Apis::Core::JsonObjectSupport
|
8081
|
+
end
|
8082
|
+
|
8083
|
+
class GoogleCloudAiplatformV1beta1VeoTuningSpec
|
8084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8085
|
+
|
8086
|
+
include Google::Apis::Core::JsonObjectSupport
|
8087
|
+
end
|
8088
|
+
|
7993
8089
|
class GoogleCloudAiplatformV1beta1VertexAiSearch
|
7994
8090
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7995
8091
|
|
@@ -8508,9 +8604,6 @@ module Google
|
|
8508
8604
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8509
8605
|
property :gemini_request_read_config, as: 'geminiRequestReadConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiRequestReadConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiRequestReadConfig::Representation
|
8510
8606
|
|
8511
|
-
property :gemini_template_config, as: 'geminiTemplateConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig::Representation
|
8512
|
-
|
8513
|
-
property :request_column_name, as: 'requestColumnName'
|
8514
8607
|
end
|
8515
8608
|
end
|
8516
8609
|
|
@@ -8523,9 +8616,6 @@ module Google
|
|
8523
8616
|
|
8524
8617
|
property :gemini_request_read_config, as: 'geminiRequestReadConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiRequestReadConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiRequestReadConfig::Representation
|
8525
8618
|
|
8526
|
-
property :gemini_template_config, as: 'geminiTemplateConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiTemplateConfig::Representation
|
8527
|
-
|
8528
|
-
property :request_column_name, as: 'requestColumnName'
|
8529
8619
|
property :tuning_resource_usage_assessment_config, as: 'tuningResourceUsageAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningResourceUsageAssessmentConfig::Representation
|
8530
8620
|
|
8531
8621
|
property :tuning_validation_assessment_config, as: 'tuningValidationAssessmentConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningValidationAssessmentConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AssessDataRequestTuningValidationAssessmentConfig::Representation
|
@@ -8788,9 +8878,12 @@ module Google
|
|
8788
8878
|
class GoogleCloudAiplatformV1beta1BatchDedicatedResources
|
8789
8879
|
# @private
|
8790
8880
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8881
|
+
property :flex_start, as: 'flexStart', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FlexStart, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FlexStart::Representation
|
8882
|
+
|
8791
8883
|
property :machine_spec, as: 'machineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
|
8792
8884
|
|
8793
8885
|
property :max_replica_count, as: 'maxReplicaCount'
|
8886
|
+
property :spot, as: 'spot'
|
8794
8887
|
property :starting_replica_count, as: 'startingReplicaCount'
|
8795
8888
|
end
|
8796
8889
|
end
|
@@ -9623,6 +9716,7 @@ module Google
|
|
9623
9716
|
class GoogleCloudAiplatformV1beta1CreateEndpointOperationMetadata
|
9624
9717
|
# @private
|
9625
9718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9719
|
+
property :deployment_stage, as: 'deploymentStage'
|
9626
9720
|
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
9627
9721
|
|
9628
9722
|
end
|
@@ -10174,6 +10268,7 @@ module Google
|
|
10174
10268
|
class GoogleCloudAiplatformV1beta1DeployModelOperationMetadata
|
10175
10269
|
# @private
|
10176
10270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10271
|
+
property :deployment_stage, as: 'deploymentStage'
|
10177
10272
|
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
10178
10273
|
|
10179
10274
|
end
|
@@ -10283,6 +10378,7 @@ module Google
|
|
10283
10378
|
property :deployed_index_auth_config, as: 'deployedIndexAuthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedIndexAuthConfig::Representation
|
10284
10379
|
|
10285
10380
|
property :deployment_group, as: 'deploymentGroup'
|
10381
|
+
property :deployment_tier, as: 'deploymentTier'
|
10286
10382
|
property :display_name, as: 'displayName'
|
10287
10383
|
property :enable_access_logging, as: 'enableAccessLogging'
|
10288
10384
|
property :enable_datapoint_upsert_logging, as: 'enableDatapointUpsertLogging'
|
@@ -10548,6 +10644,7 @@ module Google
|
|
10548
10644
|
class GoogleCloudAiplatformV1beta1EnterpriseWebSearch
|
10549
10645
|
# @private
|
10550
10646
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10647
|
+
collection :exclude_domains, as: 'excludeDomains'
|
10551
10648
|
end
|
10552
10649
|
end
|
10553
10650
|
|
@@ -11812,6 +11909,8 @@ module Google
|
|
11812
11909
|
# @private
|
11813
11910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11814
11911
|
property :name, as: 'name'
|
11912
|
+
property :value, as: 'value', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureValue::Representation
|
11913
|
+
|
11815
11914
|
property :value_and_timestamp, as: 'valueAndTimestamp', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteRequestDataKeyAndFeatureValuesFeatureFeatureValueAndTimestamp::Representation
|
11816
11915
|
|
11817
11916
|
end
|
@@ -12358,6 +12457,25 @@ module Google
|
|
12358
12457
|
end
|
12359
12458
|
end
|
12360
12459
|
|
12460
|
+
class GoogleCloudAiplatformV1beta1GeminiPreferenceExample
|
12461
|
+
# @private
|
12462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12463
|
+
collection :completions, as: 'completions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiPreferenceExampleCompletion, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiPreferenceExampleCompletion::Representation
|
12464
|
+
|
12465
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
12466
|
+
|
12467
|
+
end
|
12468
|
+
end
|
12469
|
+
|
12470
|
+
class GoogleCloudAiplatformV1beta1GeminiPreferenceExampleCompletion
|
12471
|
+
# @private
|
12472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12473
|
+
property :completion, as: 'completion', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
12474
|
+
|
12475
|
+
property :score, as: 'score'
|
12476
|
+
end
|
12477
|
+
end
|
12478
|
+
|
12361
12479
|
class GoogleCloudAiplatformV1beta1GeminiRequestReadConfig
|
12362
12480
|
# @private
|
12363
12481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12479,6 +12597,8 @@ module Google
|
|
12479
12597
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12480
12598
|
property :direct_contents_source, as: 'directContentsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectContentsSource::Representation
|
12481
12599
|
|
12600
|
+
property :direct_memories_source, as: 'directMemoriesSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSource::Representation
|
12601
|
+
|
12482
12602
|
property :disable_consolidation, as: 'disableConsolidation'
|
12483
12603
|
hash :scope, as: 'scope'
|
12484
12604
|
property :vertex_session_source, as: 'vertexSessionSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource::Representation
|
@@ -12502,6 +12622,21 @@ module Google
|
|
12502
12622
|
end
|
12503
12623
|
end
|
12504
12624
|
|
12625
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSource
|
12626
|
+
# @private
|
12627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12628
|
+
collection :direct_memories, as: 'directMemories', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory::Representation
|
12629
|
+
|
12630
|
+
end
|
12631
|
+
end
|
12632
|
+
|
12633
|
+
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestDirectMemoriesSourceDirectMemory
|
12634
|
+
# @private
|
12635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12636
|
+
property :fact, as: 'fact'
|
12637
|
+
end
|
12638
|
+
end
|
12639
|
+
|
12505
12640
|
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequestVertexSessionSource
|
12506
12641
|
# @private
|
12507
12642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12636,6 +12771,16 @@ module Google
|
|
12636
12771
|
end
|
12637
12772
|
end
|
12638
12773
|
|
12774
|
+
class GoogleCloudAiplatformV1beta1GoogleMaps
|
12775
|
+
# @private
|
12776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12777
|
+
property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth::Representation
|
12778
|
+
|
12779
|
+
property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
12780
|
+
|
12781
|
+
end
|
12782
|
+
end
|
12783
|
+
|
12639
12784
|
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
12640
12785
|
# @private
|
12641
12786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12681,6 +12826,8 @@ module Google
|
|
12681
12826
|
class GoogleCloudAiplatformV1beta1GroundingChunk
|
12682
12827
|
# @private
|
12683
12828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12829
|
+
property :maps, as: 'maps', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMaps, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMaps::Representation
|
12830
|
+
|
12684
12831
|
property :retrieved_context, as: 'retrievedContext', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext::Representation
|
12685
12832
|
|
12686
12833
|
property :web, as: 'web', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkWeb, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkWeb::Representation
|
@@ -12688,6 +12835,48 @@ module Google
|
|
12688
12835
|
end
|
12689
12836
|
end
|
12690
12837
|
|
12838
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMaps
|
12839
|
+
# @private
|
12840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12841
|
+
property :place_answer_sources, as: 'placeAnswerSources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources::Representation
|
12842
|
+
|
12843
|
+
property :place_id, as: 'placeId'
|
12844
|
+
property :text, as: 'text'
|
12845
|
+
property :title, as: 'title'
|
12846
|
+
property :uri, as: 'uri'
|
12847
|
+
end
|
12848
|
+
end
|
12849
|
+
|
12850
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources
|
12851
|
+
# @private
|
12852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12853
|
+
property :flag_content_uri, as: 'flagContentUri'
|
12854
|
+
collection :review_snippets, as: 'reviewSnippets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet::Representation
|
12855
|
+
|
12856
|
+
end
|
12857
|
+
end
|
12858
|
+
|
12859
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
|
12860
|
+
# @private
|
12861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12862
|
+
property :display_name, as: 'displayName'
|
12863
|
+
property :photo_uri, as: 'photoUri'
|
12864
|
+
property :uri, as: 'uri'
|
12865
|
+
end
|
12866
|
+
end
|
12867
|
+
|
12868
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
|
12869
|
+
# @private
|
12870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12871
|
+
property :author_attribution, as: 'authorAttribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution::Representation
|
12872
|
+
|
12873
|
+
property :flag_content_uri, as: 'flagContentUri'
|
12874
|
+
property :google_maps_uri, as: 'googleMapsUri'
|
12875
|
+
property :relative_publish_time_description, as: 'relativePublishTimeDescription'
|
12876
|
+
property :review, as: 'review'
|
12877
|
+
end
|
12878
|
+
end
|
12879
|
+
|
12691
12880
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
12692
12881
|
# @private
|
12693
12882
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12711,6 +12900,7 @@ module Google
|
|
12711
12900
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
12712
12901
|
# @private
|
12713
12902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12903
|
+
property :google_maps_widget_context_token, as: 'googleMapsWidgetContextToken'
|
12714
12904
|
collection :grounding_chunks, as: 'groundingChunks', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk::Representation
|
12715
12905
|
|
12716
12906
|
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingSupport, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingSupport::Representation
|
@@ -13001,6 +13191,7 @@ module Google
|
|
13001
13191
|
property :crowding_tag, as: 'crowdingTag', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointCrowdingTag::Representation
|
13002
13192
|
|
13003
13193
|
property :datapoint_id, as: 'datapointId'
|
13194
|
+
hash :embedding_metadata, as: 'embeddingMetadata'
|
13004
13195
|
collection :feature_vector, as: 'featureVector'
|
13005
13196
|
collection :numeric_restricts, as: 'numericRestricts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction::Representation
|
13006
13197
|
|
@@ -15351,6 +15542,22 @@ module Google
|
|
15351
15542
|
end
|
15352
15543
|
end
|
15353
15544
|
|
15545
|
+
class GoogleCloudAiplatformV1beta1OptimizePromptRequest
|
15546
|
+
# @private
|
15547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15548
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
15549
|
+
|
15550
|
+
end
|
15551
|
+
end
|
15552
|
+
|
15553
|
+
class GoogleCloudAiplatformV1beta1OptimizePromptResponse
|
15554
|
+
# @private
|
15555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15556
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
15557
|
+
|
15558
|
+
end
|
15559
|
+
end
|
15560
|
+
|
15354
15561
|
class GoogleCloudAiplatformV1beta1OutputConfig
|
15355
15562
|
# @private
|
15356
15563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15821,6 +16028,15 @@ module Google
|
|
15821
16028
|
end
|
15822
16029
|
end
|
15823
16030
|
|
16031
|
+
class GoogleCloudAiplatformV1beta1PreTunedModel
|
16032
|
+
# @private
|
16033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16034
|
+
property :base_model, as: 'baseModel'
|
16035
|
+
property :checkpoint_id, as: 'checkpointId'
|
16036
|
+
property :tuned_model_name, as: 'tunedModelName'
|
16037
|
+
end
|
16038
|
+
end
|
16039
|
+
|
15824
16040
|
class GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig
|
15825
16041
|
# @private
|
15826
16042
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15898,6 +16114,45 @@ module Google
|
|
15898
16114
|
end
|
15899
16115
|
end
|
15900
16116
|
|
16117
|
+
class GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats
|
16118
|
+
# @private
|
16119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16120
|
+
property :score_variance_per_example_distribution, as: 'scoreVariancePerExampleDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
16121
|
+
|
16122
|
+
property :scores_distribution, as: 'scoresDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
16123
|
+
|
16124
|
+
property :total_billable_token_count, :numeric_string => true, as: 'totalBillableTokenCount'
|
16125
|
+
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
16126
|
+
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
16127
|
+
collection :user_dataset_examples, as: 'userDatasetExamples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiPreferenceExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GeminiPreferenceExample::Representation
|
16128
|
+
|
16129
|
+
property :user_input_token_distribution, as: 'userInputTokenDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
16130
|
+
|
16131
|
+
property :user_output_token_distribution, as: 'userOutputTokenDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
16132
|
+
|
16133
|
+
end
|
16134
|
+
end
|
16135
|
+
|
16136
|
+
class GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters
|
16137
|
+
# @private
|
16138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16139
|
+
property :adapter_size, as: 'adapterSize'
|
16140
|
+
property :beta, as: 'beta'
|
16141
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
16142
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
16143
|
+
end
|
16144
|
+
end
|
16145
|
+
|
16146
|
+
class GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec
|
16147
|
+
# @private
|
16148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16149
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters::Representation
|
16150
|
+
|
16151
|
+
property :training_dataset_uri, as: 'trainingDatasetUri'
|
16152
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
16153
|
+
end
|
16154
|
+
end
|
16155
|
+
|
15901
16156
|
class GoogleCloudAiplatformV1beta1Presets
|
15902
16157
|
# @private
|
15903
16158
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16125,6 +16380,7 @@ module Google
|
|
16125
16380
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences
|
16126
16381
|
# @private
|
16127
16382
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16383
|
+
property :colab_notebook_disabled, as: 'colabNotebookDisabled'
|
16128
16384
|
hash :references, as: 'references', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelResourceReference::Representation
|
16129
16385
|
|
16130
16386
|
property :resource_description, as: 'resourceDescription'
|
@@ -17071,6 +17327,8 @@ module Google
|
|
17071
17327
|
property :create_time, as: 'createTime'
|
17072
17328
|
property :description, as: 'description'
|
17073
17329
|
property :display_name, as: 'displayName'
|
17330
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
17331
|
+
|
17074
17332
|
property :etag, as: 'etag'
|
17075
17333
|
property :name, as: 'name'
|
17076
17334
|
property :spec, as: 'spec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpec::Representation
|
@@ -17120,6 +17378,7 @@ module Google
|
|
17120
17378
|
|
17121
17379
|
property :package_spec, as: 'packageSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec::Representation
|
17122
17380
|
|
17381
|
+
property :service_account, as: 'serviceAccount'
|
17123
17382
|
end
|
17124
17383
|
end
|
17125
17384
|
|
@@ -20462,7 +20721,9 @@ module Google
|
|
20462
20721
|
# @private
|
20463
20722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20464
20723
|
property :adapter_size, as: 'adapterSize'
|
20724
|
+
property :batch_size, :numeric_string => true, as: 'batchSize'
|
20465
20725
|
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
20726
|
+
property :learning_rate, as: 'learningRate'
|
20466
20727
|
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
20467
20728
|
end
|
20468
20729
|
end
|
@@ -20521,6 +20782,7 @@ module Google
|
|
20521
20782
|
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedHyperParameters::Representation
|
20522
20783
|
|
20523
20784
|
property :training_dataset_uri, as: 'trainingDatasetUri'
|
20785
|
+
property :tuning_mode, as: 'tuningMode'
|
20524
20786
|
property :validation_dataset_uri, as: 'validationDatasetUri'
|
20525
20787
|
end
|
20526
20788
|
end
|
@@ -20720,12 +20982,12 @@ module Google
|
|
20720
20982
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20721
20983
|
property :code_execution, as: 'codeExecution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolCodeExecution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolCodeExecution::Representation
|
20722
20984
|
|
20723
|
-
property :computer_use, as: 'computerUse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolComputerUse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolComputerUse::Representation
|
20724
|
-
|
20725
20985
|
property :enterprise_web_search, as: 'enterpriseWebSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnterpriseWebSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnterpriseWebSearch::Representation
|
20726
20986
|
|
20727
20987
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
20728
20988
|
|
20989
|
+
property :google_maps, as: 'googleMaps', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleMaps, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleMaps::Representation
|
20990
|
+
|
20729
20991
|
property :google_search, as: 'googleSearch', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolGoogleSearch, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ToolGoogleSearch::Representation
|
20730
20992
|
|
20731
20993
|
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
@@ -20790,13 +21052,6 @@ module Google
|
|
20790
21052
|
end
|
20791
21053
|
end
|
20792
21054
|
|
20793
|
-
class GoogleCloudAiplatformV1beta1ToolComputerUse
|
20794
|
-
# @private
|
20795
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
20796
|
-
property :environment, as: 'environment'
|
20797
|
-
end
|
20798
|
-
end
|
20799
|
-
|
20800
21055
|
class GoogleCloudAiplatformV1beta1ToolConfig
|
20801
21056
|
# @private
|
20802
21057
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20810,6 +21065,7 @@ module Google
|
|
20810
21065
|
class GoogleCloudAiplatformV1beta1ToolGoogleSearch
|
20811
21066
|
# @private
|
20812
21067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21068
|
+
collection :exclude_domains, as: 'excludeDomains'
|
20813
21069
|
end
|
20814
21070
|
end
|
20815
21071
|
|
@@ -21312,6 +21568,8 @@ module Google
|
|
21312
21568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21313
21569
|
property :distillation_data_stats, as: 'distillationDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationDataStats::Representation
|
21314
21570
|
|
21571
|
+
property :preference_optimization_data_stats, as: 'preferenceOptimizationDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats::Representation
|
21572
|
+
|
21315
21573
|
property :supervised_tuning_data_stats, as: 'supervisedTuningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDataStats::Representation
|
21316
21574
|
|
21317
21575
|
end
|
@@ -21322,6 +21580,7 @@ module Google
|
|
21322
21580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21323
21581
|
property :base_model, as: 'baseModel'
|
21324
21582
|
property :create_time, as: 'createTime'
|
21583
|
+
property :custom_base_model, as: 'customBaseModel'
|
21325
21584
|
property :description, as: 'description'
|
21326
21585
|
property :distillation_spec, as: 'distillationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DistillationSpec::Representation
|
21327
21586
|
|
@@ -21333,9 +21592,14 @@ module Google
|
|
21333
21592
|
property :experiment, as: 'experiment'
|
21334
21593
|
hash :labels, as: 'labels'
|
21335
21594
|
property :name, as: 'name'
|
21595
|
+
property :output_uri, as: 'outputUri'
|
21336
21596
|
property :partner_model_tuning_spec, as: 'partnerModelTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartnerModelTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartnerModelTuningSpec::Representation
|
21337
21597
|
|
21338
21598
|
property :pipeline_job, as: 'pipelineJob'
|
21599
|
+
property :pre_tuned_model, as: 'preTunedModel', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreTunedModel, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreTunedModel::Representation
|
21600
|
+
|
21601
|
+
property :preference_optimization_spec, as: 'preferenceOptimizationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec::Representation
|
21602
|
+
|
21339
21603
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
21340
21604
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
21341
21605
|
property :service_account, as: 'serviceAccount'
|
@@ -21349,6 +21613,8 @@ module Google
|
|
21349
21613
|
property :tuning_data_stats, as: 'tuningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TuningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TuningDataStats::Representation
|
21350
21614
|
|
21351
21615
|
property :update_time, as: 'updateTime'
|
21616
|
+
property :veo_tuning_spec, as: 'veoTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VeoTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VeoTuningSpec::Representation
|
21617
|
+
|
21352
21618
|
end
|
21353
21619
|
end
|
21354
21620
|
|
@@ -21702,6 +21968,25 @@ module Google
|
|
21702
21968
|
end
|
21703
21969
|
end
|
21704
21970
|
|
21971
|
+
class GoogleCloudAiplatformV1beta1VeoHyperParameters
|
21972
|
+
# @private
|
21973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21974
|
+
property :epoch_count, :numeric_string => true, as: 'epochCount'
|
21975
|
+
property :learning_rate_multiplier, as: 'learningRateMultiplier'
|
21976
|
+
property :tuning_task, as: 'tuningTask'
|
21977
|
+
end
|
21978
|
+
end
|
21979
|
+
|
21980
|
+
class GoogleCloudAiplatformV1beta1VeoTuningSpec
|
21981
|
+
# @private
|
21982
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21983
|
+
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VeoHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VeoHyperParameters::Representation
|
21984
|
+
|
21985
|
+
property :training_dataset_uri, as: 'trainingDatasetUri'
|
21986
|
+
property :validation_dataset_uri, as: 'validationDatasetUri'
|
21987
|
+
end
|
21988
|
+
end
|
21989
|
+
|
21705
21990
|
class GoogleCloudAiplatformV1beta1VertexAiSearch
|
21706
21991
|
# @private
|
21707
21992
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21755,6 +22040,7 @@ module Google
|
|
21755
22040
|
# @private
|
21756
22041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21757
22042
|
property :end_offset, as: 'endOffset'
|
22043
|
+
property :fps, as: 'fps'
|
21758
22044
|
property :start_offset, as: 'startOffset'
|
21759
22045
|
end
|
21760
22046
|
end
|