google-apis-aiplatform_v1beta1 0.10.0 → 0.11.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '035147902cda8ba9e437ed3d7661e019c07eb3a55cf8d29498766d3d22fe0723'
|
4
|
+
data.tar.gz: ceaf136bc247c0583b7d66e6ce5e40f1a0f6bbcb179e0ca1cd9e3de80a287786
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c928f95591d93ae223ee5dd805ff31d04a51d7adfecffded42f4a96c3f78bae06c17da40e45a91073a40773968b3da8fb4d11eb1eb6189cc81a560bd63f8877
|
7
|
+
data.tar.gz: 678f0ac2ebcd9de2090f3fb4def51fc9189a54d232e3d88fa65763ebcc699b24da41e31d36849c76c5f58b0871d6327732a90edab11520ff6511ba8931f2a341
|
data/CHANGELOG.md
CHANGED
@@ -6768,7 +6768,7 @@ module Google
|
|
6768
6768
|
# @return [String]
|
6769
6769
|
attr_accessor :name
|
6770
6770
|
|
6771
|
-
# Optimized storage type
|
6771
|
+
# Optimized storage type
|
6772
6772
|
# Corresponds to the JSON property `optimized`
|
6773
6773
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized]
|
6774
6774
|
attr_accessor :optimized
|
@@ -6916,7 +6916,7 @@ module Google
|
|
6916
6916
|
end
|
6917
6917
|
end
|
6918
6918
|
|
6919
|
-
# Optimized storage type
|
6919
|
+
# Optimized storage type
|
6920
6920
|
class GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized
|
6921
6921
|
include Google::Apis::Core::Hashable
|
6922
6922
|
|
@@ -7287,6 +7287,25 @@ module Google
|
|
7287
7287
|
end
|
7288
7288
|
end
|
7289
7289
|
|
7290
|
+
# Lookup key for a feature view.
|
7291
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDataKey
|
7292
|
+
include Google::Apis::Core::Hashable
|
7293
|
+
|
7294
|
+
# String key to use for lookup.
|
7295
|
+
# Corresponds to the JSON property `key`
|
7296
|
+
# @return [String]
|
7297
|
+
attr_accessor :key
|
7298
|
+
|
7299
|
+
def initialize(**args)
|
7300
|
+
update!(**args)
|
7301
|
+
end
|
7302
|
+
|
7303
|
+
# Update properties of this object
|
7304
|
+
def update!(**args)
|
7305
|
+
@key = args[:key] if args.key?(:key)
|
7306
|
+
end
|
7307
|
+
end
|
7308
|
+
|
7290
7309
|
# A Feature Registry source for features that need to be synced to Online Store.
|
7291
7310
|
class GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
|
7292
7311
|
include Google::Apis::Core::Hashable
|
@@ -7808,7 +7827,19 @@ module Google
|
|
7808
7827
|
class GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest
|
7809
7828
|
include Google::Apis::Core::Hashable
|
7810
7829
|
|
7830
|
+
# Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE
|
7831
|
+
# will be used.
|
7832
|
+
# Corresponds to the JSON property `dataFormat`
|
7833
|
+
# @return [String]
|
7834
|
+
attr_accessor :data_format
|
7835
|
+
|
7836
|
+
# Lookup key for a feature view.
|
7837
|
+
# Corresponds to the JSON property `dataKey`
|
7838
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey]
|
7839
|
+
attr_accessor :data_key
|
7840
|
+
|
7811
7841
|
# Specify response data format. If not set, KeyValue format will be used.
|
7842
|
+
# Deprecated. Use FetchFeatureValuesRequest.data_format.
|
7812
7843
|
# Corresponds to the JSON property `format`
|
7813
7844
|
# @return [String]
|
7814
7845
|
attr_accessor :format
|
@@ -7825,6 +7856,8 @@ module Google
|
|
7825
7856
|
|
7826
7857
|
# Update properties of this object
|
7827
7858
|
def update!(**args)
|
7859
|
+
@data_format = args[:data_format] if args.key?(:data_format)
|
7860
|
+
@data_key = args[:data_key] if args.key?(:data_key)
|
7828
7861
|
@format = args[:format] if args.key?(:format)
|
7829
7862
|
@id = args[:id] if args.key?(:id)
|
7830
7863
|
end
|
@@ -11747,6 +11780,12 @@ module Google
|
|
11747
11780
|
# @return [Array<String>]
|
11748
11781
|
attr_accessor :command
|
11749
11782
|
|
11783
|
+
# Immutable. Deployment timeout. TODO (b/306244185): Revise documentation before
|
11784
|
+
# exposing.
|
11785
|
+
# Corresponds to the JSON property `deploymentTimeout`
|
11786
|
+
# @return [String]
|
11787
|
+
attr_accessor :deployment_timeout
|
11788
|
+
|
11750
11789
|
# Immutable. List of environment variables to set in the container. After the
|
11751
11790
|
# container starts running, code running in the container can read these
|
11752
11791
|
# environment variables. Additionally, the command and args fields can reference
|
@@ -11762,6 +11801,12 @@ module Google
|
|
11762
11801
|
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar>]
|
11763
11802
|
attr_accessor :env
|
11764
11803
|
|
11804
|
+
# Probe describes a health check to be performed against a container to
|
11805
|
+
# determine whether it is alive or ready to receive traffic.
|
11806
|
+
# Corresponds to the JSON property `healthProbe`
|
11807
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe]
|
11808
|
+
attr_accessor :health_probe
|
11809
|
+
|
11765
11810
|
# Immutable. HTTP path on the container to send health checks to. Vertex AI
|
11766
11811
|
# intermittently sends GET requests to this path on the container's IP address
|
11767
11812
|
# and port to check that the container is healthy. Read more about [health
|
@@ -11837,6 +11882,18 @@ module Google
|
|
11837
11882
|
# @return [String]
|
11838
11883
|
attr_accessor :predict_route
|
11839
11884
|
|
11885
|
+
# Immutable. The amount of the VM memory to reserve as the shared memory for the
|
11886
|
+
# model in megabytes. TODO (b/306244185): Revise documentation before exposing.
|
11887
|
+
# Corresponds to the JSON property `sharedMemorySizeMb`
|
11888
|
+
# @return [Fixnum]
|
11889
|
+
attr_accessor :shared_memory_size_mb
|
11890
|
+
|
11891
|
+
# Probe describes a health check to be performed against a container to
|
11892
|
+
# determine whether it is alive or ready to receive traffic.
|
11893
|
+
# Corresponds to the JSON property `startupProbe`
|
11894
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe]
|
11895
|
+
attr_accessor :startup_probe
|
11896
|
+
|
11840
11897
|
def initialize(**args)
|
11841
11898
|
update!(**args)
|
11842
11899
|
end
|
@@ -11845,11 +11902,15 @@ module Google
|
|
11845
11902
|
def update!(**args)
|
11846
11903
|
@args = args[:args] if args.key?(:args)
|
11847
11904
|
@command = args[:command] if args.key?(:command)
|
11905
|
+
@deployment_timeout = args[:deployment_timeout] if args.key?(:deployment_timeout)
|
11848
11906
|
@env = args[:env] if args.key?(:env)
|
11907
|
+
@health_probe = args[:health_probe] if args.key?(:health_probe)
|
11849
11908
|
@health_route = args[:health_route] if args.key?(:health_route)
|
11850
11909
|
@image_uri = args[:image_uri] if args.key?(:image_uri)
|
11851
11910
|
@ports = args[:ports] if args.key?(:ports)
|
11852
11911
|
@predict_route = args[:predict_route] if args.key?(:predict_route)
|
11912
|
+
@shared_memory_size_mb = args[:shared_memory_size_mb] if args.key?(:shared_memory_size_mb)
|
11913
|
+
@startup_probe = args[:startup_probe] if args.key?(:startup_probe)
|
11853
11914
|
end
|
11854
11915
|
end
|
11855
11916
|
|
@@ -15300,6 +15361,66 @@ module Google
|
|
15300
15361
|
end
|
15301
15362
|
end
|
15302
15363
|
|
15364
|
+
# Probe describes a health check to be performed against a container to
|
15365
|
+
# determine whether it is alive or ready to receive traffic.
|
15366
|
+
class GoogleCloudAiplatformV1beta1Probe
|
15367
|
+
include Google::Apis::Core::Hashable
|
15368
|
+
|
15369
|
+
# ExecAction specifies a command to execute.
|
15370
|
+
# Corresponds to the JSON property `exec`
|
15371
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeExecAction]
|
15372
|
+
attr_accessor :exec
|
15373
|
+
|
15374
|
+
# How often (in seconds) to perform the probe. Default to 10 seconds. Minimum
|
15375
|
+
# value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe
|
15376
|
+
# argument 'periodSeconds'.
|
15377
|
+
# Corresponds to the JSON property `periodSeconds`
|
15378
|
+
# @return [Fixnum]
|
15379
|
+
attr_accessor :period_seconds
|
15380
|
+
|
15381
|
+
# Number of seconds after which the probe times out. Defaults to 1 second.
|
15382
|
+
# Minimum value is 1. Must be greater or equal to period_seconds. Maps to
|
15383
|
+
# Kubernetes probe argument 'timeoutSeconds'.
|
15384
|
+
# Corresponds to the JSON property `timeoutSeconds`
|
15385
|
+
# @return [Fixnum]
|
15386
|
+
attr_accessor :timeout_seconds
|
15387
|
+
|
15388
|
+
def initialize(**args)
|
15389
|
+
update!(**args)
|
15390
|
+
end
|
15391
|
+
|
15392
|
+
# Update properties of this object
|
15393
|
+
def update!(**args)
|
15394
|
+
@exec = args[:exec] if args.key?(:exec)
|
15395
|
+
@period_seconds = args[:period_seconds] if args.key?(:period_seconds)
|
15396
|
+
@timeout_seconds = args[:timeout_seconds] if args.key?(:timeout_seconds)
|
15397
|
+
end
|
15398
|
+
end
|
15399
|
+
|
15400
|
+
# ExecAction specifies a command to execute.
|
15401
|
+
class GoogleCloudAiplatformV1beta1ProbeExecAction
|
15402
|
+
include Google::Apis::Core::Hashable
|
15403
|
+
|
15404
|
+
# Command is the command line to execute inside the container, the working
|
15405
|
+
# directory for the command is root ('/') in the container's filesystem. The
|
15406
|
+
# command is simply exec'd, it is not run inside a shell, so traditional shell
|
15407
|
+
# instructions ('|', etc) won't work. To use a shell, you need to explicitly
|
15408
|
+
# call out to that shell. Exit status of 0 is treated as live/healthy and non-
|
15409
|
+
# zero is unhealthy.
|
15410
|
+
# Corresponds to the JSON property `command`
|
15411
|
+
# @return [Array<String>]
|
15412
|
+
attr_accessor :command
|
15413
|
+
|
15414
|
+
def initialize(**args)
|
15415
|
+
update!(**args)
|
15416
|
+
end
|
15417
|
+
|
15418
|
+
# Update properties of this object
|
15419
|
+
def update!(**args)
|
15420
|
+
@command = args[:command] if args.key?(:command)
|
15421
|
+
end
|
15422
|
+
end
|
15423
|
+
|
15303
15424
|
# A Model Garden Publisher Model.
|
15304
15425
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
15305
15426
|
include Google::Apis::Core::Hashable
|
@@ -16369,6 +16490,25 @@ module Google
|
|
16369
16490
|
end
|
16370
16491
|
end
|
16371
16492
|
|
16493
|
+
# Details of operations that perform reboot PersistentResource.
|
16494
|
+
class GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata
|
16495
|
+
include Google::Apis::Core::Hashable
|
16496
|
+
|
16497
|
+
# Generic Metadata shared by all operations.
|
16498
|
+
# Corresponds to the JSON property `genericMetadata`
|
16499
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata]
|
16500
|
+
attr_accessor :generic_metadata
|
16501
|
+
|
16502
|
+
def initialize(**args)
|
16503
|
+
update!(**args)
|
16504
|
+
end
|
16505
|
+
|
16506
|
+
# Update properties of this object
|
16507
|
+
def update!(**args)
|
16508
|
+
@generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
|
16509
|
+
end
|
16510
|
+
end
|
16511
|
+
|
16372
16512
|
# Request message for MetadataService.DeleteContextChildrenRequest.
|
16373
16513
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
16374
16514
|
include Google::Apis::Core::Hashable
|
@@ -26157,10 +26297,11 @@ module Google
|
|
26157
26297
|
|
26158
26298
|
# Optional. The user-provided custom service account to use to do the model
|
26159
26299
|
# upload. If empty, [Vertex AI Service Agent](https://cloud.google.com/vertex-ai/
|
26160
|
-
# docs/general/access-control#service-agents) will be used
|
26161
|
-
#
|
26162
|
-
#
|
26163
|
-
#
|
26300
|
+
# docs/general/access-control#service-agents) will be used to access resources
|
26301
|
+
# needed to upload the model. This account must belong to the target project
|
26302
|
+
# where the model is uploaded to, i.e., the project specified in the `parent`
|
26303
|
+
# field of this request and have necessary read permissions (to Google Cloud
|
26304
|
+
# Storage, Artifact Registry, etc.).
|
26164
26305
|
# Corresponds to the JSON property `serviceAccount`
|
26165
26306
|
# @return [String]
|
26166
26307
|
attr_accessor :service_account
|
@@ -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.11.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 = "20231111"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1246,6 +1246,12 @@ module Google
|
|
1246
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1247
|
end
|
1248
1248
|
|
1249
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDataKey
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1249
1255
|
class GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
|
1250
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
1257
|
|
@@ -2518,6 +2524,18 @@ module Google
|
|
2518
2524
|
include Google::Apis::Core::JsonObjectSupport
|
2519
2525
|
end
|
2520
2526
|
|
2527
|
+
class GoogleCloudAiplatformV1beta1Probe
|
2528
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2529
|
+
|
2530
|
+
include Google::Apis::Core::JsonObjectSupport
|
2531
|
+
end
|
2532
|
+
|
2533
|
+
class GoogleCloudAiplatformV1beta1ProbeExecAction
|
2534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2535
|
+
|
2536
|
+
include Google::Apis::Core::JsonObjectSupport
|
2537
|
+
end
|
2538
|
+
|
2521
2539
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
2522
2540
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2523
2541
|
|
@@ -2728,6 +2746,12 @@ module Google
|
|
2728
2746
|
include Google::Apis::Core::JsonObjectSupport
|
2729
2747
|
end
|
2730
2748
|
|
2749
|
+
class GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
2753
|
+
end
|
2754
|
+
|
2731
2755
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
2732
2756
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2733
2757
|
|
@@ -6586,6 +6610,13 @@ module Google
|
|
6586
6610
|
end
|
6587
6611
|
end
|
6588
6612
|
|
6613
|
+
class GoogleCloudAiplatformV1beta1FeatureViewDataKey
|
6614
|
+
# @private
|
6615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6616
|
+
property :key, as: 'key'
|
6617
|
+
end
|
6618
|
+
end
|
6619
|
+
|
6589
6620
|
class GoogleCloudAiplatformV1beta1FeatureViewFeatureRegistrySource
|
6590
6621
|
# @private
|
6591
6622
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6726,6 +6757,9 @@ module Google
|
|
6726
6757
|
class GoogleCloudAiplatformV1beta1FetchFeatureValuesRequest
|
6727
6758
|
# @private
|
6728
6759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6760
|
+
property :data_format, as: 'dataFormat'
|
6761
|
+
property :data_key, as: 'dataKey', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey::Representation
|
6762
|
+
|
6729
6763
|
property :format, as: 'format'
|
6730
6764
|
property :id, as: 'id'
|
6731
6765
|
end
|
@@ -7844,13 +7878,19 @@ module Google
|
|
7844
7878
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7845
7879
|
collection :args, as: 'args'
|
7846
7880
|
collection :command, as: 'command'
|
7881
|
+
property :deployment_timeout, as: 'deploymentTimeout'
|
7847
7882
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
7848
7883
|
|
7884
|
+
property :health_probe, as: 'healthProbe', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe::Representation
|
7885
|
+
|
7849
7886
|
property :health_route, as: 'healthRoute'
|
7850
7887
|
property :image_uri, as: 'imageUri'
|
7851
7888
|
collection :ports, as: 'ports', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Port::Representation
|
7852
7889
|
|
7853
7890
|
property :predict_route, as: 'predictRoute'
|
7891
|
+
property :shared_memory_size_mb, :numeric_string => true, as: 'sharedMemorySizeMb'
|
7892
|
+
property :startup_probe, as: 'startupProbe', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Probe::Representation
|
7893
|
+
|
7854
7894
|
end
|
7855
7895
|
end
|
7856
7896
|
|
@@ -8789,6 +8829,23 @@ module Google
|
|
8789
8829
|
end
|
8790
8830
|
end
|
8791
8831
|
|
8832
|
+
class GoogleCloudAiplatformV1beta1Probe
|
8833
|
+
# @private
|
8834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8835
|
+
property :exec, as: 'exec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeExecAction, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProbeExecAction::Representation
|
8836
|
+
|
8837
|
+
property :period_seconds, as: 'periodSeconds'
|
8838
|
+
property :timeout_seconds, as: 'timeoutSeconds'
|
8839
|
+
end
|
8840
|
+
end
|
8841
|
+
|
8842
|
+
class GoogleCloudAiplatformV1beta1ProbeExecAction
|
8843
|
+
# @private
|
8844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8845
|
+
collection :command, as: 'command'
|
8846
|
+
end
|
8847
|
+
end
|
8848
|
+
|
8792
8849
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
8793
8850
|
# @private
|
8794
8851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9125,6 +9182,14 @@ module Google
|
|
9125
9182
|
end
|
9126
9183
|
end
|
9127
9184
|
|
9185
|
+
class GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata
|
9186
|
+
# @private
|
9187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9188
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
9189
|
+
|
9190
|
+
end
|
9191
|
+
end
|
9192
|
+
|
9128
9193
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
9129
9194
|
# @private
|
9130
9195
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-aiplatform_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|