google-apis-aiplatform_v1beta1 0.13.0 → 0.14.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: f1ad9090a5a08d67458adffa065a31888f94d89919c0fbe8168359071702aa37
4
- data.tar.gz: 3dc40008385aeb9869e3f8a3a4d659407dc6e503d050ecafa0b3d8b9e7cbe06c
3
+ metadata.gz: 8ff8af0b9758b3295dc5e1670d4ea33ce18158854e26ecb3d59c793c91ee3ea8
4
+ data.tar.gz: ec52f7854ddaeb423a6316b3a80f0da584478a7621b8bff4450e8fba29e417e8
5
5
  SHA512:
6
- metadata.gz: 4072a49d8e059614338f5391ff5d2d900072c8120bd506f05e744e36f82ae6d10909ad6ef0f871e780114a183ab315e9064585081bbf163eaefea2270ae84963
7
- data.tar.gz: 2cc3db94f5a9ace3093678b9f6a5e14f75ea71c077b1be88895ef744ee6fd8ffee3987107e9c8eb8bb296d453c4511ca795b21d566a662b39321473741c94989
6
+ metadata.gz: 1ca83e7c1611e33fe30155e752d634f044628788badc6aed138ee6f06d6574600af09c62e496991e574324758fbb972d1e99072870a17c8e983ddc08bcb26223
7
+ data.tar.gz: 04edf936df9fd96ad997eb6fa4c3cf1e3cc80a5a8256510dc620843af298e07739e9acbc8dea699813794a5c497304e4b9f5f885ebf834596635470452f5275c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1beta1
2
2
 
3
+ ### v0.14.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231218
6
+
3
7
  ### v0.13.0 (2023-12-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20231211
@@ -1604,6 +1604,25 @@ module Google
1604
1604
  end
1605
1605
  end
1606
1606
 
1607
+ # Response message for PipelineService.BatchCancelPipelineJobs.
1608
+ class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
1609
+ include Google::Apis::Core::Hashable
1610
+
1611
+ # PipelineJobs cancelled.
1612
+ # Corresponds to the JSON property `pipelineJobs`
1613
+ # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>]
1614
+ attr_accessor :pipeline_jobs
1615
+
1616
+ def initialize(**args)
1617
+ update!(**args)
1618
+ end
1619
+
1620
+ # Update properties of this object
1621
+ def update!(**args)
1622
+ @pipeline_jobs = args[:pipeline_jobs] if args.key?(:pipeline_jobs)
1623
+ end
1624
+ end
1625
+
1607
1626
  # Details of operations that perform batch create Features.
1608
1627
  class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
1609
1628
  include Google::Apis::Core::Hashable
@@ -1798,6 +1817,25 @@ module Google
1798
1817
  end
1799
1818
  end
1800
1819
 
1820
+ # Response message for PipelineService.BatchDeletePipelineJobs.
1821
+ class GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse
1822
+ include Google::Apis::Core::Hashable
1823
+
1824
+ # PipelineJobs deleted.
1825
+ # Corresponds to the JSON property `pipelineJobs`
1826
+ # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob>]
1827
+ attr_accessor :pipeline_jobs
1828
+
1829
+ def initialize(**args)
1830
+ update!(**args)
1831
+ end
1832
+
1833
+ # Update properties of this object
1834
+ def update!(**args)
1835
+ @pipeline_jobs = args[:pipeline_jobs] if args.key?(:pipeline_jobs)
1836
+ end
1837
+ end
1838
+
1801
1839
  # Request message for ModelService.BatchImportEvaluatedAnnotations
1802
1840
  class GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest
1803
1841
  include Google::Apis::Core::Hashable
@@ -3783,32 +3821,6 @@ module Google
3783
3821
  end
3784
3822
  end
3785
3823
 
3786
- # Metadata information for NotebookService.CreateNotebookExecutionJob.
3787
- class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata
3788
- include Google::Apis::Core::Hashable
3789
-
3790
- # Generic Metadata shared by all operations.
3791
- # Corresponds to the JSON property `genericMetadata`
3792
- # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata]
3793
- attr_accessor :generic_metadata
3794
-
3795
- # A human-readable message that shows the intermediate progress details of
3796
- # NotebookRuntime.
3797
- # Corresponds to the JSON property `progressMessage`
3798
- # @return [String]
3799
- attr_accessor :progress_message
3800
-
3801
- def initialize(**args)
3802
- update!(**args)
3803
- end
3804
-
3805
- # Update properties of this object
3806
- def update!(**args)
3807
- @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
3808
- @progress_message = args[:progress_message] if args.key?(:progress_message)
3809
- end
3810
- end
3811
-
3812
3824
  # Metadata information for NotebookService.CreateNotebookRuntimeTemplate.
3813
3825
  class GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
3814
3826
  include Google::Apis::Core::Hashable
@@ -7216,8 +7228,8 @@ module Google
7216
7228
  include Google::Apis::Core::Hashable
7217
7229
 
7218
7230
  # All of the files that are exported in this export operation. For custom code
7219
- # training export, only three (training, validation and test) GCS paths in
7220
- # wildcard format are populated (e.g., gs://.../training-*).
7231
+ # training export, only three (training, validation and test) Cloud Storage
7232
+ # paths in wildcard format are populated (for example, gs://.../training-*).
7221
7233
  # Corresponds to the JSON property `exportedFiles`
7222
7234
  # @return [Array<String>]
7223
7235
  attr_accessor :exported_files
@@ -7734,7 +7746,7 @@ module Google
7734
7746
  attr_accessor :value_type
7735
7747
 
7736
7748
  # Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/
7737
- # View columnn hosting data for this version. If no value is provided, will use
7749
+ # View column hosting data for this version. If no value is provided, will use
7738
7750
  # feature_id.
7739
7751
  # Corresponds to the JSON property `versionColumnName`
7740
7752
  # @return [String]
@@ -10995,6 +11007,31 @@ module Google
10995
11007
  end
10996
11008
  end
10997
11009
 
11010
+ # Request message for [InternalOsServiceStateInstance].
11011
+ class GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance
11012
+ include Google::Apis::Core::Hashable
11013
+
11014
+ # Required. internal service name.
11015
+ # Corresponds to the JSON property `serviceName`
11016
+ # @return [String]
11017
+ attr_accessor :service_name
11018
+
11019
+ # Required. internal service state.
11020
+ # Corresponds to the JSON property `serviceState`
11021
+ # @return [String]
11022
+ attr_accessor :service_state
11023
+
11024
+ def initialize(**args)
11025
+ update!(**args)
11026
+ end
11027
+
11028
+ # Update properties of this object
11029
+ def update!(**args)
11030
+ @service_name = args[:service_name] if args.key?(:service_name)
11031
+ @service_state = args[:service_state] if args.key?(:service_state)
11032
+ end
11033
+ end
11034
+
10998
11035
  # Contains information about the Large Model.
10999
11036
  class GoogleCloudAiplatformV1beta1LargeModelReference
11000
11037
  include Google::Apis::Core::Hashable
@@ -13797,7 +13834,8 @@ module Google
13797
13834
 
13798
13835
  # The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from
13799
13836
  # Managed Pipeline, metadata contains a structured value with keys of "
13800
- # pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path".
13837
+ # pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "
13838
+ # row_based_metrics_path".
13801
13839
  # Corresponds to the JSON property `metadata`
13802
13840
  # @return [Object]
13803
13841
  attr_accessor :metadata
@@ -15598,6 +15636,42 @@ module Google
15598
15636
  end
15599
15637
  end
15600
15638
 
15639
+ # Notebook Reservation Affinity for consuming Zonal reservation.
15640
+ class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
15641
+ include Google::Apis::Core::Hashable
15642
+
15643
+ # Required. Specifies the type of reservation from which this instance can
15644
+ # consume resources: RESERVATION_ANY (default), RESERVATION_SPECIFIC, or
15645
+ # RESERVATION_NONE. See Consuming reserved instances for examples.
15646
+ # Corresponds to the JSON property `consumeReservationType`
15647
+ # @return [String]
15648
+ attr_accessor :consume_reservation_type
15649
+
15650
+ # Optional. Corresponds to the label key of a reservation resource. To target a
15651
+ # RESERVATION_SPECIFIC by name, use compute.googleapis.com/reservation-name as
15652
+ # the key and specify the name of your reservation as its value.
15653
+ # Corresponds to the JSON property `key`
15654
+ # @return [String]
15655
+ attr_accessor :key
15656
+
15657
+ # Optional. Corresponds to the label values of a reservation resource. This must
15658
+ # be the full path name of Reservation.
15659
+ # Corresponds to the JSON property `values`
15660
+ # @return [Array<String>]
15661
+ attr_accessor :values
15662
+
15663
+ def initialize(**args)
15664
+ update!(**args)
15665
+ end
15666
+
15667
+ # Update properties of this object
15668
+ def update!(**args)
15669
+ @consume_reservation_type = args[:consume_reservation_type] if args.key?(:consume_reservation_type)
15670
+ @key = args[:key] if args.key?(:key)
15671
+ @values = args[:values] if args.key?(:values)
15672
+ end
15673
+ end
15674
+
15601
15675
  # A runtime is a virtual machine allocated to a particular user for a particular
15602
15676
  # Notebook file on temporary basis with lifetime limited to 24 hours.
15603
15677
  class GoogleCloudAiplatformV1beta1NotebookRuntime
@@ -15633,6 +15707,12 @@ module Google
15633
15707
  # @return [String]
15634
15708
  attr_accessor :health_state
15635
15709
 
15710
+ # Output only. Whether NotebookRuntime is upgradable.
15711
+ # Corresponds to the JSON property `isUpgradable`
15712
+ # @return [Boolean]
15713
+ attr_accessor :is_upgradable
15714
+ alias_method :is_upgradable?, :is_upgradable
15715
+
15636
15716
  # The labels with user-defined metadata to organize your NotebookRuntime. Label
15637
15717
  # keys and values can be no longer than 64 characters (Unicode codepoints), can
15638
15718
  # only contain lowercase letters, numeric characters, underscores and dashes.
@@ -15655,6 +15735,12 @@ module Google
15655
15735
  # @return [String]
15656
15736
  attr_accessor :name
15657
15737
 
15738
+ # Optional. The Compute Engine tags to add to runtime (see [Tagging instances](
15739
+ # https://cloud.google.com/vpc/docs/add-remove-network-tags)).
15740
+ # Corresponds to the JSON property `networkTags`
15741
+ # @return [Array<String>]
15742
+ attr_accessor :network_tags
15743
+
15658
15744
  # Points to a NotebookRuntimeTemplateRef.
15659
15745
  # Corresponds to the JSON property `notebookRuntimeTemplateRef`
15660
15746
  # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef]
@@ -15670,6 +15756,11 @@ module Google
15670
15756
  # @return [String]
15671
15757
  attr_accessor :proxy_uri
15672
15758
 
15759
+ # Notebook Reservation Affinity for consuming Zonal reservation.
15760
+ # Corresponds to the JSON property `reservationAffinity`
15761
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity]
15762
+ attr_accessor :reservation_affinity
15763
+
15673
15764
  # Output only. The runtime (instance) state of the NotebookRuntime.
15674
15765
  # Corresponds to the JSON property `runtimeState`
15675
15766
  # @return [String]
@@ -15706,11 +15797,14 @@ module Google
15706
15797
  @display_name = args[:display_name] if args.key?(:display_name)
15707
15798
  @expiration_time = args[:expiration_time] if args.key?(:expiration_time)
15708
15799
  @health_state = args[:health_state] if args.key?(:health_state)
15800
+ @is_upgradable = args[:is_upgradable] if args.key?(:is_upgradable)
15709
15801
  @labels = args[:labels] if args.key?(:labels)
15710
15802
  @name = args[:name] if args.key?(:name)
15803
+ @network_tags = args[:network_tags] if args.key?(:network_tags)
15711
15804
  @notebook_runtime_template_ref = args[:notebook_runtime_template_ref] if args.key?(:notebook_runtime_template_ref)
15712
15805
  @notebook_runtime_type = args[:notebook_runtime_type] if args.key?(:notebook_runtime_type)
15713
15806
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
15807
+ @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
15714
15808
  @runtime_state = args[:runtime_state] if args.key?(:runtime_state)
15715
15809
  @runtime_user = args[:runtime_user] if args.key?(:runtime_user)
15716
15810
  @service_account = args[:service_account] if args.key?(:service_account)
@@ -15793,11 +15887,22 @@ module Google
15793
15887
  # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec]
15794
15888
  attr_accessor :network_spec
15795
15889
 
15890
+ # Optional. The Compute Engine tags to add to runtime (see [Tagging instances](
15891
+ # https://cloud.google.com/vpc/docs/add-remove-network-tags)).
15892
+ # Corresponds to the JSON property `networkTags`
15893
+ # @return [Array<String>]
15894
+ attr_accessor :network_tags
15895
+
15796
15896
  # Optional. Immutable. The type of the notebook runtime template.
15797
15897
  # Corresponds to the JSON property `notebookRuntimeType`
15798
15898
  # @return [String]
15799
15899
  attr_accessor :notebook_runtime_type
15800
15900
 
15901
+ # Notebook Reservation Affinity for consuming Zonal reservation.
15902
+ # Corresponds to the JSON property `reservationAffinity`
15903
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity]
15904
+ attr_accessor :reservation_affinity
15905
+
15801
15906
  # The service account that the runtime workload runs as. You can use any service
15802
15907
  # account within the same project, but you must have the service account user
15803
15908
  # permission to use the instance. If not specified, the [Compute Engine default
@@ -15807,6 +15912,13 @@ module Google
15807
15912
  # @return [String]
15808
15913
  attr_accessor :service_account
15809
15914
 
15915
+ # A set of Shielded Instance options. See [Images using supported Shielded VM
15916
+ # features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
15917
+ # vm).
15918
+ # Corresponds to the JSON property `shieldedVmConfig`
15919
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig]
15920
+ attr_accessor :shielded_vm_config
15921
+
15810
15922
  # Output only. Timestamp when this NotebookRuntimeTemplate was most recently
15811
15923
  # updated.
15812
15924
  # Corresponds to the JSON property `updateTime`
@@ -15831,8 +15943,11 @@ module Google
15831
15943
  @machine_spec = args[:machine_spec] if args.key?(:machine_spec)
15832
15944
  @name = args[:name] if args.key?(:name)
15833
15945
  @network_spec = args[:network_spec] if args.key?(:network_spec)
15946
+ @network_tags = args[:network_tags] if args.key?(:network_tags)
15834
15947
  @notebook_runtime_type = args[:notebook_runtime_type] if args.key?(:notebook_runtime_type)
15948
+ @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
15835
15949
  @service_account = args[:service_account] if args.key?(:service_account)
15950
+ @shielded_vm_config = args[:shielded_vm_config] if args.key?(:shielded_vm_config)
15836
15951
  @update_time = args[:update_time] if args.key?(:update_time)
15837
15952
  end
15838
15953
  end
@@ -18260,6 +18375,16 @@ module Google
18260
18375
  # @return [String]
18261
18376
  attr_accessor :event_type
18262
18377
 
18378
+ # The details of the internal os service states.
18379
+ # Corresponds to the JSON property `internalOsServiceStateInstance`
18380
+ # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance>]
18381
+ attr_accessor :internal_os_service_state_instance
18382
+
18383
+ # Optional. The details of the internal os service states.
18384
+ # Corresponds to the JSON property `internalOsServiceStateInstances`
18385
+ # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance>]
18386
+ attr_accessor :internal_os_service_state_instances
18387
+
18263
18388
  # Required. The VM identity token (a JWT) for authenticating the VM. https://
18264
18389
  # cloud.google.com/compute/docs/instances/verifying-instance-identity
18265
18390
  # Corresponds to the JSON property `vmToken`
@@ -18274,6 +18399,8 @@ module Google
18274
18399
  def update!(**args)
18275
18400
  @event_details = args[:event_details] if args.key?(:event_details)
18276
18401
  @event_type = args[:event_type] if args.key?(:event_type)
18402
+ @internal_os_service_state_instance = args[:internal_os_service_state_instance] if args.key?(:internal_os_service_state_instance)
18403
+ @internal_os_service_state_instances = args[:internal_os_service_state_instances] if args.key?(:internal_os_service_state_instances)
18277
18404
  @vm_token = args[:vm_token] if args.key?(:vm_token)
18278
18405
  end
18279
18406
  end
@@ -18950,6 +19077,12 @@ module Google
18950
19077
  attr_accessor :disable_retries
18951
19078
  alias_method :disable_retries?, :disable_retries
18952
19079
 
19080
+ # Optional. This is the maximum time a user will wait in the QRM queue for
19081
+ # resources. Default is 1 day
19082
+ # Corresponds to the JSON property `maxWaitDuration`
19083
+ # @return [String]
19084
+ attr_accessor :max_wait_duration
19085
+
18953
19086
  # Restarts the entire CustomJob if a worker gets restarted. This feature can be
18954
19087
  # used by distributed training jobs that are not resilient to workers leaving
18955
19088
  # and joining a job.
@@ -18970,6 +19103,7 @@ module Google
18970
19103
  # Update properties of this object
18971
19104
  def update!(**args)
18972
19105
  @disable_retries = args[:disable_retries] if args.key?(:disable_retries)
19106
+ @max_wait_duration = args[:max_wait_duration] if args.key?(:max_wait_duration)
18973
19107
  @restart_job_on_worker_restart = args[:restart_job_on_worker_restart] if args.key?(:restart_job_on_worker_restart)
18974
19108
  @timeout = args[:timeout] if args.key?(:timeout)
18975
19109
  end
@@ -25245,6 +25379,32 @@ module Google
25245
25379
  end
25246
25380
  end
25247
25381
 
25382
+ # A set of Shielded Instance options. See [Images using supported Shielded VM
25383
+ # features](https://cloud.google.com/compute/docs/instances/modifying-shielded-
25384
+ # vm).
25385
+ class GoogleCloudAiplatformV1beta1ShieldedVmConfig
25386
+ include Google::Apis::Core::Hashable
25387
+
25388
+ # Defines whether the instance has [Secure Boot](https://cloud.google.com/
25389
+ # compute/shielded-vm/docs/shielded-vm#secure-boot) enabled. Secure Boot helps
25390
+ # ensure that the system only runs authentic software by verifying the digital
25391
+ # signature of all boot components, and halting the boot process if signature
25392
+ # verification fails.
25393
+ # Corresponds to the JSON property `enableSecureBoot`
25394
+ # @return [Boolean]
25395
+ attr_accessor :enable_secure_boot
25396
+ alias_method :enable_secure_boot?, :enable_secure_boot
25397
+
25398
+ def initialize(**args)
25399
+ update!(**args)
25400
+ end
25401
+
25402
+ # Update properties of this object
25403
+ def update!(**args)
25404
+ @enable_secure_boot = args[:enable_secure_boot] if args.key?(:enable_secure_boot)
25405
+ end
25406
+ end
25407
+
25248
25408
  # Config for SmoothGrad approximation of gradients. When enabled, the gradients
25249
25409
  # are approximated by averaging the gradients from noisy samples in the vicinity
25250
25410
  # of the inputs. Adding noise can help improve the computed gradients. Refer to
@@ -28630,21 +28790,43 @@ module Google
28630
28790
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
28631
28791
  # email address that represents a Google group. For example, `admins@example.com`
28632
28792
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
28633
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
28634
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
28635
- # representing a user that has been recently deleted. For example, `alice@
28636
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
28637
- # reverts to `user:`emailid`` and the recovered user retains the role in the
28638
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
28639
- # (plus unique identifier) representing a service account that has been recently
28640
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
28793
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
28794
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
28795
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
28796
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
28797
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
28798
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
28799
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
28800
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
28801
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
28802
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
28803
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
28804
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
28805
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
28806
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
28807
+ # googleapis.com/projects/`project_number`/locations/global/
28808
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
28809
+ # All identities in a workload identity pool with a certain attribute. * `
28810
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
28811
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
28812
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
28813
+ # identifier) representing a user that has been recently deleted. For example, `
28814
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
28815
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
28816
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
28817
+ # address (plus unique identifier) representing a service account that has been
28818
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
28641
28819
  # 123456789012345678901`. If the service account is undeleted, this value
28642
28820
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
28643
28821
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
28644
28822
  # An email address (plus unique identifier) representing a Google group that has
28645
28823
  # been recently deleted. For example, `admins@example.com?uid=
28646
28824
  # 123456789012345678901`. If the group is recovered, this value reverts to `
28647
- # group:`emailid`` and the recovered group retains the role in the binding.
28825
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
28826
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
28827
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
28828
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
28829
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
28648
28830
  # Corresponds to the JSON property `members`
28649
28831
  # @return [Array<String>]
28650
28832
  attr_accessor :members
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20231211"
25
+ REVISION = "20231218"
26
26
  end
27
27
  end
28
28
  end
@@ -304,6 +304,12 @@ module Google
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
+ class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
307
313
  class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
308
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
315
 
@@ -358,6 +364,12 @@ module Google
358
364
  include Google::Apis::Core::JsonObjectSupport
359
365
  end
360
366
 
367
+ class GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
361
373
  class GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest
362
374
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
375
 
@@ -760,12 +772,6 @@ module Google
760
772
  include Google::Apis::Core::JsonObjectSupport
761
773
  end
762
774
 
763
- class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata
764
- class Representation < Google::Apis::Core::JsonRepresentation; end
765
-
766
- include Google::Apis::Core::JsonObjectSupport
767
- end
768
-
769
775
  class GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
770
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
777
 
@@ -1852,6 +1858,12 @@ module Google
1852
1858
  include Google::Apis::Core::JsonObjectSupport
1853
1859
  end
1854
1860
 
1861
+ class GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance
1862
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1863
+
1864
+ include Google::Apis::Core::JsonObjectSupport
1865
+ end
1866
+
1855
1867
  class GoogleCloudAiplatformV1beta1LargeModelReference
1856
1868
  class Representation < Google::Apis::Core::JsonRepresentation; end
1857
1869
 
@@ -2644,6 +2656,12 @@ module Google
2644
2656
  include Google::Apis::Core::JsonObjectSupport
2645
2657
  end
2646
2658
 
2659
+ class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
2660
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2661
+
2662
+ include Google::Apis::Core::JsonObjectSupport
2663
+ end
2664
+
2647
2665
  class GoogleCloudAiplatformV1beta1NotebookRuntime
2648
2666
  class Representation < Google::Apis::Core::JsonRepresentation; end
2649
2667
 
@@ -4222,6 +4240,12 @@ module Google
4222
4240
  include Google::Apis::Core::JsonObjectSupport
4223
4241
  end
4224
4242
 
4243
+ class GoogleCloudAiplatformV1beta1ShieldedVmConfig
4244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4245
+
4246
+ include Google::Apis::Core::JsonObjectSupport
4247
+ end
4248
+
4225
4249
  class GoogleCloudAiplatformV1beta1SmoothGradConfig
4226
4250
  class Representation < Google::Apis::Core::JsonRepresentation; end
4227
4251
 
@@ -5385,6 +5409,14 @@ module Google
5385
5409
  end
5386
5410
  end
5387
5411
 
5412
+ class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsResponse
5413
+ # @private
5414
+ class Representation < Google::Apis::Core::JsonRepresentation
5415
+ collection :pipeline_jobs, as: 'pipelineJobs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob::Representation
5416
+
5417
+ end
5418
+ end
5419
+
5388
5420
  class GoogleCloudAiplatformV1beta1BatchCreateFeaturesOperationMetadata
5389
5421
  # @private
5390
5422
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5458,6 +5490,14 @@ module Google
5458
5490
  end
5459
5491
  end
5460
5492
 
5493
+ class GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsResponse
5494
+ # @private
5495
+ class Representation < Google::Apis::Core::JsonRepresentation
5496
+ collection :pipeline_jobs, as: 'pipelineJobs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJob::Representation
5497
+
5498
+ end
5499
+ end
5500
+
5461
5501
  class GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest
5462
5502
  # @private
5463
5503
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6078,15 +6118,6 @@ module Google
6078
6118
  end
6079
6119
  end
6080
6120
 
6081
- class GoogleCloudAiplatformV1beta1CreateNotebookExecutionJobOperationMetadata
6082
- # @private
6083
- class Representation < Google::Apis::Core::JsonRepresentation
6084
- property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
6085
-
6086
- property :progress_message, as: 'progressMessage'
6087
- end
6088
- end
6089
-
6090
6121
  class GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
6091
6122
  # @private
6092
6123
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8002,6 +8033,14 @@ module Google
8002
8033
  end
8003
8034
  end
8004
8035
 
8036
+ class GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance
8037
+ # @private
8038
+ class Representation < Google::Apis::Core::JsonRepresentation
8039
+ property :service_name, as: 'serviceName'
8040
+ property :service_state, as: 'serviceState'
8041
+ end
8042
+ end
8043
+
8005
8044
  class GoogleCloudAiplatformV1beta1LargeModelReference
8006
8045
  # @private
8007
8046
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9336,6 +9375,15 @@ module Google
9336
9375
  end
9337
9376
  end
9338
9377
 
9378
+ class GoogleCloudAiplatformV1beta1NotebookReservationAffinity
9379
+ # @private
9380
+ class Representation < Google::Apis::Core::JsonRepresentation
9381
+ property :consume_reservation_type, as: 'consumeReservationType'
9382
+ property :key, as: 'key'
9383
+ collection :values, as: 'values'
9384
+ end
9385
+ end
9386
+
9339
9387
  class GoogleCloudAiplatformV1beta1NotebookRuntime
9340
9388
  # @private
9341
9389
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9344,12 +9392,16 @@ module Google
9344
9392
  property :display_name, as: 'displayName'
9345
9393
  property :expiration_time, as: 'expirationTime'
9346
9394
  property :health_state, as: 'healthState'
9395
+ property :is_upgradable, as: 'isUpgradable'
9347
9396
  hash :labels, as: 'labels'
9348
9397
  property :name, as: 'name'
9398
+ collection :network_tags, as: 'networkTags'
9349
9399
  property :notebook_runtime_template_ref, as: 'notebookRuntimeTemplateRef', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef::Representation
9350
9400
 
9351
9401
  property :notebook_runtime_type, as: 'notebookRuntimeType'
9352
9402
  property :proxy_uri, as: 'proxyUri'
9403
+ property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
9404
+
9353
9405
  property :runtime_state, as: 'runtimeState'
9354
9406
  property :runtime_user, as: 'runtimeUser'
9355
9407
  property :service_account, as: 'serviceAccount'
@@ -9378,8 +9430,13 @@ module Google
9378
9430
  property :name, as: 'name'
9379
9431
  property :network_spec, as: 'networkSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec::Representation
9380
9432
 
9433
+ collection :network_tags, as: 'networkTags'
9381
9434
  property :notebook_runtime_type, as: 'notebookRuntimeType'
9435
+ property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookReservationAffinity::Representation
9436
+
9382
9437
  property :service_account, as: 'serviceAccount'
9438
+ property :shielded_vm_config, as: 'shieldedVmConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ShieldedVmConfig::Representation
9439
+
9383
9440
  property :update_time, as: 'updateTime'
9384
9441
  end
9385
9442
  end
@@ -10084,6 +10141,10 @@ module Google
10084
10141
  class Representation < Google::Apis::Core::JsonRepresentation
10085
10142
  hash :event_details, as: 'eventDetails'
10086
10143
  property :event_type, as: 'eventType'
10144
+ collection :internal_os_service_state_instance, as: 'internalOsServiceStateInstance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance::Representation
10145
+
10146
+ collection :internal_os_service_state_instances, as: 'internalOsServiceStateInstances', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance::Representation
10147
+
10087
10148
  property :vm_token, as: 'vmToken'
10088
10149
  end
10089
10150
  end
@@ -10273,6 +10334,7 @@ module Google
10273
10334
  # @private
10274
10335
  class Representation < Google::Apis::Core::JsonRepresentation
10275
10336
  property :disable_retries, as: 'disableRetries'
10337
+ property :max_wait_duration, as: 'maxWaitDuration'
10276
10338
  property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
10277
10339
  property :timeout, as: 'timeout'
10278
10340
  end
@@ -11947,6 +12009,13 @@ module Google
11947
12009
  end
11948
12010
  end
11949
12011
 
12012
+ class GoogleCloudAiplatformV1beta1ShieldedVmConfig
12013
+ # @private
12014
+ class Representation < Google::Apis::Core::JsonRepresentation
12015
+ property :enable_secure_boot, as: 'enableSecureBoot'
12016
+ end
12017
+ end
12018
+
11950
12019
  class GoogleCloudAiplatformV1beta1SmoothGradConfig
11951
12020
  # @private
11952
12021
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17110,6 +17110,48 @@ module Google
17110
17110
  execute_or_queue_command(command, &block)
17111
17111
  end
17112
17112
 
17113
+ # Reads multiple TensorboardTimeSeries' data. The data point number limit is
17114
+ # 1000 for scalars, 100 for tensors and blob references. If the number of data
17115
+ # points stored is less than the limit, all data is returned. Otherwise, the
17116
+ # number limit of data points is randomly selected from this time series and
17117
+ # returned.
17118
+ # @param [String] tensorboard
17119
+ # Required. The resource name of the Tensorboard containing
17120
+ # TensorboardTimeSeries to read data from. Format: `projects/`project`/locations/
17121
+ # `location`/tensorboards/`tensorboard``. The TensorboardTimeSeries referenced
17122
+ # by time_series must be sub resources of this Tensorboard.
17123
+ # @param [Array<String>, String] time_series
17124
+ # Required. The resource names of the TensorboardTimeSeries to read data from.
17125
+ # Format: `projects/`project`/locations/`location`/tensorboards/`tensorboard`/
17126
+ # experiments/`experiment`/runs/`run`/timeSeries/`time_series``
17127
+ # @param [String] fields
17128
+ # Selector specifying which fields to include in a partial response.
17129
+ # @param [String] quota_user
17130
+ # Available to use for quota purposes for server-side applications. Can be any
17131
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
17132
+ # @param [Google::Apis::RequestOptions] options
17133
+ # Request-specific options
17134
+ #
17135
+ # @yield [result, err] Result & error if block supplied
17136
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse] parsed result object
17137
+ # @yieldparam err [StandardError] error object if request failed
17138
+ #
17139
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse]
17140
+ #
17141
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
17142
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
17143
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
17144
+ def batch_project_location_tensorboard_read(tensorboard, time_series: nil, fields: nil, quota_user: nil, options: nil, &block)
17145
+ command = make_simple_command(:get, 'v1beta1/{+tensorboard}:batchRead', options)
17146
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse::Representation
17147
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse
17148
+ command.params['tensorboard'] = tensorboard unless tensorboard.nil?
17149
+ command.query['timeSeries'] = time_series unless time_series.nil?
17150
+ command.query['fields'] = fields unless fields.nil?
17151
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
17152
+ execute_or_queue_command(command, &block)
17153
+ end
17154
+
17113
17155
  # Creates a Tensorboard.
17114
17156
  # @param [String] parent
17115
17157
  # Required. The resource name of the Location to create the Tensorboard in.
@@ -17360,6 +17402,43 @@ module Google
17360
17402
  execute_or_queue_command(command, &block)
17361
17403
  end
17362
17404
 
17405
+ # Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
17406
+ # @param [String] parent
17407
+ # Required. The resource name of the TensorboardExperiment to create the
17408
+ # TensorboardTimeSeries in. Format: `projects/`project`/locations/`location`/
17409
+ # tensorboards/`tensorboard`/experiments/`experiment`` The TensorboardRuns
17410
+ # referenced by the parent fields in the CreateTensorboardTimeSeriesRequest
17411
+ # messages must be sub resources of this TensorboardExperiment.
17412
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest] google_cloud_aiplatform_v1beta1_batch_create_tensorboard_time_series_request_object
17413
+ # @param [String] fields
17414
+ # Selector specifying which fields to include in a partial response.
17415
+ # @param [String] quota_user
17416
+ # Available to use for quota purposes for server-side applications. Can be any
17417
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
17418
+ # @param [Google::Apis::RequestOptions] options
17419
+ # Request-specific options
17420
+ #
17421
+ # @yield [result, err] Result & error if block supplied
17422
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse] parsed result object
17423
+ # @yieldparam err [StandardError] error object if request failed
17424
+ #
17425
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse]
17426
+ #
17427
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
17428
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
17429
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
17430
+ def batch_project_location_tensorboard_experiment_create(parent, google_cloud_aiplatform_v1beta1_batch_create_tensorboard_time_series_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
17431
+ command = make_simple_command(:post, 'v1beta1/{+parent}:batchCreate', options)
17432
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest::Representation
17433
+ command.request_object = google_cloud_aiplatform_v1beta1_batch_create_tensorboard_time_series_request_object
17434
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse::Representation
17435
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse
17436
+ command.params['parent'] = parent unless parent.nil?
17437
+ command.query['fields'] = fields unless fields.nil?
17438
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
17439
+ execute_or_queue_command(command, &block)
17440
+ end
17441
+
17363
17442
  # Creates a TensorboardExperiment.
17364
17443
  # @param [String] parent
17365
17444
  # Required. The resource name of the Tensorboard to create the
@@ -18227,91 +18306,6 @@ module Google
18227
18306
  execute_or_queue_command(command, &block)
18228
18307
  end
18229
18308
 
18230
- # Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
18231
- # @param [String] parent
18232
- # Required. The resource name of the TensorboardExperiment to create the
18233
- # TensorboardTimeSeries in. Format: `projects/`project`/locations/`location`/
18234
- # tensorboards/`tensorboard`/experiments/`experiment`` The TensorboardRuns
18235
- # referenced by the parent fields in the CreateTensorboardTimeSeriesRequest
18236
- # messages must be sub resources of this TensorboardExperiment.
18237
- # @param [String] runs_id
18238
- # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest] google_cloud_aiplatform_v1beta1_batch_create_tensorboard_time_series_request_object
18239
- # @param [String] fields
18240
- # Selector specifying which fields to include in a partial response.
18241
- # @param [String] quota_user
18242
- # Available to use for quota purposes for server-side applications. Can be any
18243
- # arbitrary string assigned to a user, but should not exceed 40 characters.
18244
- # @param [Google::Apis::RequestOptions] options
18245
- # Request-specific options
18246
- #
18247
- # @yield [result, err] Result & error if block supplied
18248
- # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse] parsed result object
18249
- # @yieldparam err [StandardError] error object if request failed
18250
- #
18251
- # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse]
18252
- #
18253
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
18254
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
18255
- # @raise [Google::Apis::AuthorizationError] Authorization is required
18256
- def batch_project_location_tensorboard_experiment_run_time_series_create(parent, runs_id, google_cloud_aiplatform_v1beta1_batch_create_tensorboard_time_series_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
18257
- command = make_simple_command(:post, 'v1beta1/{+parent}/runs/{runsId}/timeSeries:batchCreate', options)
18258
- command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesRequest::Representation
18259
- command.request_object = google_cloud_aiplatform_v1beta1_batch_create_tensorboard_time_series_request_object
18260
- command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse::Representation
18261
- command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateTensorboardTimeSeriesResponse
18262
- command.params['parent'] = parent unless parent.nil?
18263
- command.params['runsId'] = runs_id unless runs_id.nil?
18264
- command.query['fields'] = fields unless fields.nil?
18265
- command.query['quotaUser'] = quota_user unless quota_user.nil?
18266
- execute_or_queue_command(command, &block)
18267
- end
18268
-
18269
- # Reads multiple TensorboardTimeSeries' data. The data point number limit is
18270
- # 1000 for scalars, 100 for tensors and blob references. If the number of data
18271
- # points stored is less than the limit, all data is returned. Otherwise, the
18272
- # number limit of data points is randomly selected from this time series and
18273
- # returned.
18274
- # @param [String] tensorboard
18275
- # Required. The resource name of the Tensorboard containing
18276
- # TensorboardTimeSeries to read data from. Format: `projects/`project`/locations/
18277
- # `location`/tensorboards/`tensorboard``. The TensorboardTimeSeries referenced
18278
- # by time_series must be sub resources of this Tensorboard.
18279
- # @param [String] experiments_id
18280
- # @param [String] runs_id
18281
- # @param [Array<String>, String] time_series
18282
- # Required. The resource names of the TensorboardTimeSeries to read data from.
18283
- # Format: `projects/`project`/locations/`location`/tensorboards/`tensorboard`/
18284
- # experiments/`experiment`/runs/`run`/timeSeries/`time_series``
18285
- # @param [String] fields
18286
- # Selector specifying which fields to include in a partial response.
18287
- # @param [String] quota_user
18288
- # Available to use for quota purposes for server-side applications. Can be any
18289
- # arbitrary string assigned to a user, but should not exceed 40 characters.
18290
- # @param [Google::Apis::RequestOptions] options
18291
- # Request-specific options
18292
- #
18293
- # @yield [result, err] Result & error if block supplied
18294
- # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse] parsed result object
18295
- # @yieldparam err [StandardError] error object if request failed
18296
- #
18297
- # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse]
18298
- #
18299
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
18300
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
18301
- # @raise [Google::Apis::AuthorizationError] Authorization is required
18302
- def batch_project_location_tensorboard_experiment_run_time_series_read(tensorboard, experiments_id, runs_id, time_series: nil, fields: nil, quota_user: nil, options: nil, &block)
18303
- command = make_simple_command(:get, 'v1beta1/{+tensorboard}/experiments/{experimentsId}/runs/{runsId}/timeSeries:batchRead', options)
18304
- command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse::Representation
18305
- command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse
18306
- command.params['tensorboard'] = tensorboard unless tensorboard.nil?
18307
- command.params['experimentsId'] = experiments_id unless experiments_id.nil?
18308
- command.params['runsId'] = runs_id unless runs_id.nil?
18309
- command.query['timeSeries'] = time_series unless time_series.nil?
18310
- command.query['fields'] = fields unless fields.nil?
18311
- command.query['quotaUser'] = quota_user unless quota_user.nil?
18312
- execute_or_queue_command(command, &block)
18313
- end
18314
-
18315
18309
  # Creates a TensorboardTimeSeries.
18316
18310
  # @param [String] parent
18317
18311
  # Required. The resource name of the TensorboardRun to create the
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.13.0
4
+ version: 0.14.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-12-17 00:00:00.000000000 Z
11
+ date: 2023-12-24 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.14.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: []