google-apis-aiplatform_v1beta1 0.1.0 → 0.3.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 +315 -91
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +128 -8
- data/lib/google/apis/aiplatform_v1beta1/service.rb +408 -12
- metadata +4 -4
@@ -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.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230908"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -472,6 +472,18 @@ module Google
|
|
472
472
|
include Google::Apis::Core::JsonObjectSupport
|
473
473
|
end
|
474
474
|
|
475
|
+
class GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleCloudAiplatformV1beta1CreateExtensionDeploymentOperationMetadata
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
475
487
|
class GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata
|
476
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
489
|
|
@@ -958,6 +970,24 @@ module Google
|
|
958
970
|
include Google::Apis::Core::JsonObjectSupport
|
959
971
|
end
|
960
972
|
|
973
|
+
class GoogleCloudAiplatformV1beta1ExportEndpointOperationMetadata
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
|
+
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
977
|
+
end
|
978
|
+
|
979
|
+
class GoogleCloudAiplatformV1beta1ExportEndpointResponse
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
985
|
+
class GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
961
991
|
class GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
|
962
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
993
|
|
@@ -1246,6 +1276,12 @@ module Google
|
|
1246
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1277
|
end
|
1248
1278
|
|
1279
|
+
class GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1249
1285
|
class GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata
|
1250
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
1287
|
|
@@ -3856,6 +3892,12 @@ module Google
|
|
3856
3892
|
include Google::Apis::Core::JsonObjectSupport
|
3857
3893
|
end
|
3858
3894
|
|
3895
|
+
class GoogleCloudAiplatformV1beta1TrialContext
|
3896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3897
|
+
|
3898
|
+
include Google::Apis::Core::JsonObjectSupport
|
3899
|
+
end
|
3900
|
+
|
3859
3901
|
class GoogleCloudAiplatformV1beta1TrialParameter
|
3860
3902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
3903
|
|
@@ -3952,6 +3994,12 @@ module Google
|
|
3952
3994
|
include Google::Apis::Core::JsonObjectSupport
|
3953
3995
|
end
|
3954
3996
|
|
3997
|
+
class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
|
3998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3999
|
+
|
4000
|
+
include Google::Apis::Core::JsonObjectSupport
|
4001
|
+
end
|
4002
|
+
|
3955
4003
|
class GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
|
3956
4004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3957
4005
|
|
@@ -4855,6 +4903,22 @@ module Google
|
|
4855
4903
|
end
|
4856
4904
|
end
|
4857
4905
|
|
4906
|
+
class GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata
|
4907
|
+
# @private
|
4908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4909
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
4910
|
+
|
4911
|
+
end
|
4912
|
+
end
|
4913
|
+
|
4914
|
+
class GoogleCloudAiplatformV1beta1CreateExtensionDeploymentOperationMetadata
|
4915
|
+
# @private
|
4916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4917
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
4918
|
+
|
4919
|
+
end
|
4920
|
+
end
|
4921
|
+
|
4858
4922
|
class GoogleCloudAiplatformV1beta1CreateFeatureOperationMetadata
|
4859
4923
|
# @private
|
4860
4924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5727,6 +5791,30 @@ module Google
|
|
5727
5791
|
end
|
5728
5792
|
end
|
5729
5793
|
|
5794
|
+
class GoogleCloudAiplatformV1beta1ExportEndpointOperationMetadata
|
5795
|
+
# @private
|
5796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5797
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
5798
|
+
|
5799
|
+
end
|
5800
|
+
end
|
5801
|
+
|
5802
|
+
class GoogleCloudAiplatformV1beta1ExportEndpointResponse
|
5803
|
+
# @private
|
5804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5805
|
+
property :output_info, as: 'outputInfo', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo::Representation
|
5806
|
+
|
5807
|
+
end
|
5808
|
+
end
|
5809
|
+
|
5810
|
+
class GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
|
5811
|
+
# @private
|
5812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5813
|
+
property :big_query_destination, as: 'bigQueryDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
|
5814
|
+
|
5815
|
+
end
|
5816
|
+
end
|
5817
|
+
|
5730
5818
|
class GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
|
5731
5819
|
# @private
|
5732
5820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5861,11 +5949,6 @@ module Google
|
|
5861
5949
|
property :name, as: 'name'
|
5862
5950
|
property :update_time, as: 'updateTime'
|
5863
5951
|
property :value_type, as: 'valueType'
|
5864
|
-
property :version_create_time, as: 'versionCreateTime'
|
5865
|
-
property :version_description, as: 'versionDescription'
|
5866
|
-
property :version_id, as: 'versionId'
|
5867
|
-
hash :version_labels, as: 'versionLabels'
|
5868
|
-
property :version_update_time, as: 'versionUpdateTime'
|
5869
5952
|
end
|
5870
5953
|
end
|
5871
5954
|
|
@@ -6211,6 +6294,14 @@ module Google
|
|
6211
6294
|
end
|
6212
6295
|
end
|
6213
6296
|
|
6297
|
+
class GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata
|
6298
|
+
# @private
|
6299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6300
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
6301
|
+
|
6302
|
+
end
|
6303
|
+
end
|
6304
|
+
|
6214
6305
|
class GoogleCloudAiplatformV1beta1ImportFeatureValuesOperationMetadata
|
6215
6306
|
# @private
|
6216
6307
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6279,6 +6370,8 @@ module Google
|
|
6279
6370
|
|
6280
6371
|
property :description, as: 'description'
|
6281
6372
|
property :display_name, as: 'displayName'
|
6373
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
6374
|
+
|
6282
6375
|
property :etag, as: 'etag'
|
6283
6376
|
property :index_stats, as: 'indexStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexStats::Representation
|
6284
6377
|
|
@@ -6328,6 +6421,8 @@ module Google
|
|
6328
6421
|
property :description, as: 'description'
|
6329
6422
|
property :display_name, as: 'displayName'
|
6330
6423
|
property :enable_private_service_connect, as: 'enablePrivateServiceConnect'
|
6424
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
|
6425
|
+
|
6331
6426
|
property :etag, as: 'etag'
|
6332
6427
|
hash :labels, as: 'labels'
|
6333
6428
|
property :name, as: 'name'
|
@@ -7619,6 +7714,7 @@ module Google
|
|
7619
7714
|
property :create_time, as: 'createTime'
|
7620
7715
|
property :description, as: 'description'
|
7621
7716
|
property :display_name, as: 'displayName'
|
7717
|
+
property :expiration_time, as: 'expirationTime'
|
7622
7718
|
property :health_state, as: 'healthState'
|
7623
7719
|
property :name, as: 'name'
|
7624
7720
|
property :notebook_runtime_template_ref, as: 'notebookRuntimeTemplateRef', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef::Representation
|
@@ -7628,6 +7724,7 @@ module Google
|
|
7628
7724
|
property :runtime_user, as: 'runtimeUser'
|
7629
7725
|
property :service_account, as: 'serviceAccount'
|
7630
7726
|
property :update_time, as: 'updateTime'
|
7727
|
+
property :version, as: 'version'
|
7631
7728
|
end
|
7632
7729
|
end
|
7633
7730
|
|
@@ -7727,6 +7824,7 @@ module Google
|
|
7727
7824
|
collection :reserved_ip_ranges, as: 'reservedIpRanges'
|
7728
7825
|
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig::Representation
|
7729
7826
|
|
7827
|
+
property :schedule_name, as: 'scheduleName'
|
7730
7828
|
property :service_account, as: 'serviceAccount'
|
7731
7829
|
property :start_time, as: 'startTime'
|
7732
7830
|
property :state, as: 'state'
|
@@ -7951,6 +8049,8 @@ module Google
|
|
7951
8049
|
|
7952
8050
|
property :deploy, as: 'deploy', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy::Representation
|
7953
8051
|
|
8052
|
+
property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
8053
|
+
|
7954
8054
|
property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
7955
8055
|
|
7956
8056
|
property :open_generation_ai_studio, as: 'openGenerationAiStudio', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
@@ -8137,9 +8237,9 @@ module Google
|
|
8137
8237
|
class GoogleCloudAiplatformV1beta1RaySpec
|
8138
8238
|
# @private
|
8139
8239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8140
|
-
property :
|
8141
|
-
|
8240
|
+
property :head_node_resource_pool_id, as: 'headNodeResourcePoolId'
|
8142
8241
|
property :image_uri, as: 'imageUri'
|
8242
|
+
hash :resource_pool_images, as: 'resourcePoolImages'
|
8143
8243
|
end
|
8144
8244
|
end
|
8145
8245
|
|
@@ -8310,7 +8410,6 @@ module Google
|
|
8310
8410
|
property :disk_spec, as: 'diskSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DiskSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DiskSpec::Representation
|
8311
8411
|
|
8312
8412
|
property :id, as: 'id'
|
8313
|
-
property :idle_replica_count, :numeric_string => true, as: 'idleReplicaCount'
|
8314
8413
|
property :machine_spec, as: 'machineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
|
8315
8414
|
|
8316
8415
|
property :replica_count, :numeric_string => true, as: 'replicaCount'
|
@@ -8330,6 +8429,7 @@ module Google
|
|
8330
8429
|
# @private
|
8331
8430
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8332
8431
|
hash :access_uris, as: 'accessUris'
|
8432
|
+
property :notebook_runtime_template, as: 'notebookRuntimeTemplate'
|
8333
8433
|
end
|
8334
8434
|
end
|
8335
8435
|
|
@@ -8462,6 +8562,7 @@ module Google
|
|
8462
8562
|
class GoogleCloudAiplatformV1beta1Scheduling
|
8463
8563
|
# @private
|
8464
8564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8565
|
+
property :disable_retries, as: 'disableRetries'
|
8465
8566
|
property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
|
8466
8567
|
property :timeout, as: 'timeout'
|
8467
8568
|
end
|
@@ -10390,6 +10491,8 @@ module Google
|
|
10390
10491
|
# @private
|
10391
10492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10392
10493
|
property :client_id, as: 'clientId'
|
10494
|
+
collection :contexts, as: 'contexts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialContext::Representation
|
10495
|
+
|
10393
10496
|
property :suggestion_count, as: 'suggestionCount'
|
10394
10497
|
end
|
10395
10498
|
end
|
@@ -10626,6 +10729,15 @@ module Google
|
|
10626
10729
|
end
|
10627
10730
|
end
|
10628
10731
|
|
10732
|
+
class GoogleCloudAiplatformV1beta1TrialContext
|
10733
|
+
# @private
|
10734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10735
|
+
property :description, as: 'description'
|
10736
|
+
collection :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialParameter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialParameter::Representation
|
10737
|
+
|
10738
|
+
end
|
10739
|
+
end
|
10740
|
+
|
10629
10741
|
class GoogleCloudAiplatformV1beta1TrialParameter
|
10630
10742
|
# @private
|
10631
10743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10752,6 +10864,14 @@ module Google
|
|
10752
10864
|
end
|
10753
10865
|
end
|
10754
10866
|
|
10867
|
+
class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
|
10868
|
+
# @private
|
10869
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10870
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
10871
|
+
|
10872
|
+
end
|
10873
|
+
end
|
10874
|
+
|
10755
10875
|
class GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
|
10756
10876
|
# @private
|
10757
10877
|
class Representation < Google::Apis::Core::JsonRepresentation
|