google-apis-aiplatform_v1beta1 0.66.0 → 0.68.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 +270 -8
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +102 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +863 -626
- metadata +2 -2
|
@@ -4804,6 +4804,18 @@ module Google
|
|
|
4804
4804
|
include Google::Apis::Core::JsonObjectSupport
|
|
4805
4805
|
end
|
|
4806
4806
|
|
|
4807
|
+
class GoogleCloudAiplatformV1beta1PartMediaResolution
|
|
4808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4809
|
+
|
|
4810
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4811
|
+
end
|
|
4812
|
+
|
|
4813
|
+
class GoogleCloudAiplatformV1beta1PartialArg
|
|
4814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4815
|
+
|
|
4816
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4817
|
+
end
|
|
4818
|
+
|
|
4807
4819
|
class GoogleCloudAiplatformV1beta1PartnerModelTuningSpec
|
|
4808
4820
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4809
4821
|
|
|
@@ -5260,6 +5272,12 @@ module Google
|
|
|
5260
5272
|
include Google::Apis::Core::JsonObjectSupport
|
|
5261
5273
|
end
|
|
5262
5274
|
|
|
5275
|
+
class GoogleCloudAiplatformV1beta1PurgeMemoriesRequest
|
|
5276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5277
|
+
|
|
5278
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5279
|
+
end
|
|
5280
|
+
|
|
5263
5281
|
class GoogleCloudAiplatformV1beta1PythonPackageSpec
|
|
5264
5282
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5265
5283
|
|
|
@@ -5926,6 +5944,12 @@ module Google
|
|
|
5926
5944
|
include Google::Apis::Core::JsonObjectSupport
|
|
5927
5945
|
end
|
|
5928
5946
|
|
|
5947
|
+
class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig
|
|
5948
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5949
|
+
|
|
5950
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5951
|
+
end
|
|
5952
|
+
|
|
5929
5953
|
class GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
|
5930
5954
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5931
5955
|
|
|
@@ -6754,6 +6778,18 @@ module Google
|
|
|
6754
6778
|
include Google::Apis::Core::JsonObjectSupport
|
|
6755
6779
|
end
|
|
6756
6780
|
|
|
6781
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData
|
|
6782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6783
|
+
|
|
6784
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6785
|
+
end
|
|
6786
|
+
|
|
6787
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource
|
|
6788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6789
|
+
|
|
6790
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6791
|
+
end
|
|
6792
|
+
|
|
6757
6793
|
class GoogleCloudAiplatformV1beta1SchemaPromptSpecMultimodalPrompt
|
|
6758
6794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6759
6795
|
|
|
@@ -13747,6 +13783,9 @@ module Google
|
|
|
13747
13783
|
hash :args, as: 'args'
|
|
13748
13784
|
property :id, as: 'id'
|
|
13749
13785
|
property :name, as: 'name'
|
|
13786
|
+
collection :partial_args, as: 'partialArgs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartialArg, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartialArg::Representation
|
|
13787
|
+
|
|
13788
|
+
property :will_continue, as: 'willContinue'
|
|
13750
13789
|
end
|
|
13751
13790
|
end
|
|
13752
13791
|
|
|
@@ -13755,6 +13794,7 @@ module Google
|
|
|
13755
13794
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13756
13795
|
collection :allowed_function_names, as: 'allowedFunctionNames'
|
|
13757
13796
|
property :mode, as: 'mode'
|
|
13797
|
+
property :stream_function_call_arguments, as: 'streamFunctionCallArguments'
|
|
13758
13798
|
end
|
|
13759
13799
|
end
|
|
13760
13800
|
|
|
@@ -14198,6 +14238,7 @@ module Google
|
|
|
14198
14238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14199
14239
|
property :include_thoughts, as: 'includeThoughts'
|
|
14200
14240
|
property :thinking_budget, as: 'thinkingBudget'
|
|
14241
|
+
property :thinking_level, as: 'thinkingLevel'
|
|
14201
14242
|
end
|
|
14202
14243
|
end
|
|
14203
14244
|
|
|
@@ -14424,6 +14465,7 @@ module Google
|
|
|
14424
14465
|
property :aspect_ratio, as: 'aspectRatio'
|
|
14425
14466
|
property :image_output_options, as: 'imageOutputOptions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions::Representation
|
|
14426
14467
|
|
|
14468
|
+
property :image_size, as: 'imageSize'
|
|
14427
14469
|
property :person_generation, as: 'personGeneration'
|
|
14428
14470
|
end
|
|
14429
14471
|
end
|
|
@@ -15547,6 +15589,7 @@ module Google
|
|
|
15547
15589
|
property :accelerator_type, as: 'acceleratorType'
|
|
15548
15590
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
|
15549
15591
|
property :machine_type, as: 'machineType'
|
|
15592
|
+
property :min_gpu_driver_version, as: 'minGpuDriverVersion'
|
|
15550
15593
|
property :multihost_gpu_node_count, as: 'multihostGpuNodeCount'
|
|
15551
15594
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReservationAffinity::Representation
|
|
15552
15595
|
|
|
@@ -17432,6 +17475,8 @@ module Google
|
|
|
17432
17475
|
|
|
17433
17476
|
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob::Representation
|
|
17434
17477
|
|
|
17478
|
+
property :media_resolution, as: 'mediaResolution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution::Representation
|
|
17479
|
+
|
|
17435
17480
|
property :text, as: 'text'
|
|
17436
17481
|
property :thought, as: 'thought'
|
|
17437
17482
|
property :thought_signature, :base64 => true, as: 'thoughtSignature'
|
|
@@ -17440,6 +17485,25 @@ module Google
|
|
|
17440
17485
|
end
|
|
17441
17486
|
end
|
|
17442
17487
|
|
|
17488
|
+
class GoogleCloudAiplatformV1beta1PartMediaResolution
|
|
17489
|
+
# @private
|
|
17490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17491
|
+
property :level, as: 'level'
|
|
17492
|
+
end
|
|
17493
|
+
end
|
|
17494
|
+
|
|
17495
|
+
class GoogleCloudAiplatformV1beta1PartialArg
|
|
17496
|
+
# @private
|
|
17497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17498
|
+
property :bool_value, as: 'boolValue'
|
|
17499
|
+
property :json_path, as: 'jsonPath'
|
|
17500
|
+
property :null_value, as: 'nullValue'
|
|
17501
|
+
property :number_value, as: 'numberValue'
|
|
17502
|
+
property :string_value, as: 'stringValue'
|
|
17503
|
+
property :will_continue, as: 'willContinue'
|
|
17504
|
+
end
|
|
17505
|
+
end
|
|
17506
|
+
|
|
17443
17507
|
class GoogleCloudAiplatformV1beta1PartnerModelTuningSpec
|
|
17444
17508
|
# @private
|
|
17445
17509
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -18250,6 +18314,14 @@ module Google
|
|
|
18250
18314
|
end
|
|
18251
18315
|
end
|
|
18252
18316
|
|
|
18317
|
+
class GoogleCloudAiplatformV1beta1PurgeMemoriesRequest
|
|
18318
|
+
# @private
|
|
18319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18320
|
+
property :filter, as: 'filter'
|
|
18321
|
+
property :force, as: 'force'
|
|
18322
|
+
end
|
|
18323
|
+
end
|
|
18324
|
+
|
|
18253
18325
|
class GoogleCloudAiplatformV1beta1PythonPackageSpec
|
|
18254
18326
|
# @private
|
|
18255
18327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -19312,6 +19384,14 @@ module Google
|
|
|
19312
19384
|
end
|
|
19313
19385
|
end
|
|
19314
19386
|
|
|
19387
|
+
class GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig
|
|
19388
|
+
# @private
|
|
19389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19390
|
+
property :mime_type, as: 'mimeType'
|
|
19391
|
+
property :voice_sample_audio, :base64 => true, as: 'voiceSampleAudio'
|
|
19392
|
+
end
|
|
19393
|
+
end
|
|
19394
|
+
|
|
19315
19395
|
class GoogleCloudAiplatformV1beta1ReportExecutionEventRequest
|
|
19316
19396
|
# @private
|
|
19317
19397
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20700,6 +20780,24 @@ module Google
|
|
|
20700
20780
|
end
|
|
20701
20781
|
end
|
|
20702
20782
|
|
|
20783
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData
|
|
20784
|
+
# @private
|
|
20785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20786
|
+
property :code_repository_state, as: 'codeRepositoryState'
|
|
20787
|
+
collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
|
|
20788
|
+
|
|
20789
|
+
end
|
|
20790
|
+
end
|
|
20791
|
+
|
|
20792
|
+
class GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource
|
|
20793
|
+
# @private
|
|
20794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20795
|
+
property :display_name, as: 'displayName'
|
|
20796
|
+
property :name, as: 'name'
|
|
20797
|
+
property :type, as: 'type'
|
|
20798
|
+
end
|
|
20799
|
+
end
|
|
20800
|
+
|
|
20703
20801
|
class GoogleCloudAiplatformV1beta1SchemaPromptSpecMultimodalPrompt
|
|
20704
20802
|
# @private
|
|
20705
20803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20754,6 +20852,8 @@ module Google
|
|
|
20754
20852
|
class GoogleCloudAiplatformV1beta1SchemaPromptSpecStructuredPrompt
|
|
20755
20853
|
# @private
|
|
20756
20854
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20855
|
+
property :app_builder_data, as: 'appBuilderData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData::Representation
|
|
20856
|
+
|
|
20757
20857
|
property :context, as: 'context', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
|
20758
20858
|
|
|
20759
20859
|
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecPartList, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecPartList::Representation
|
|
@@ -24089,6 +24189,8 @@ module Google
|
|
|
24089
24189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
24090
24190
|
property :prebuilt_voice_config, as: 'prebuiltVoiceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig::Representation
|
|
24091
24191
|
|
|
24192
|
+
property :replicated_voice_config, as: 'replicatedVoiceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig::Representation
|
|
24193
|
+
|
|
24092
24194
|
end
|
|
24093
24195
|
end
|
|
24094
24196
|
|