google-apis-aiplatform_v1beta1 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b9fdd954a333cfc05b95b33e94327ae388fced8adc62bb0f7b774d2d55e424f
4
- data.tar.gz: 735e5bb4ff3829f1f8e86a2a401b35d8f62a1c011a684569a9f2dc104abf3722
3
+ metadata.gz: b22c572989a5184a5f68ab6f401cbd3f9a138b998bd286b57f79b17d4dbe8f75
4
+ data.tar.gz: a06bdba576152380cee1b04eea4b07abd97eb3eb55114818500581d105019937
5
5
  SHA512:
6
- metadata.gz: 1196a9320280687d1a7e7a39909194a6348584cccd5c0cd8386b1ca50d4fd45e904a247978b2cada599ce4908c94b7b822b3de7f4645d007d2f8a27790826a5f
7
- data.tar.gz: 3b69b7286ba5a5043137072ac644013c76847de06a7aca39b14d92ee620813174af447b07feb54473c74620b9d56da8fbd8e0d63824793d79f9695dd2a52bf69
6
+ metadata.gz: dc2889b8f3144b38700813631634ffe4ab1c83d66ed09446cb100c85363249350d087579fb16c55767d55bd5517f919ca9e9bc616d60e585ad99466f3d066900
7
+ data.tar.gz: e4073ca0fa7af75c0a5bdaa3970d358d32310f467c6cdc55a28a3d6a3593adc3668e82a57d0e8dbc1792a38faf79292449b18cfe9db43c4cbff282d3c9b73e27
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-aiplatform_v1beta1
2
2
 
3
+ ### v0.4.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230914
6
+
7
+ ### v0.3.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230908
10
+
3
11
  ### v0.2.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230812
@@ -2443,8 +2443,7 @@ module Google
2443
2443
  end
2444
2444
  end
2445
2445
 
2446
- # Request message for FeaturestoreService.CreateFeature and
2447
- # FeatureRegistryService.CreateFeature.
2446
+ # Request message for FeaturestoreService.CreateFeature.
2448
2447
  class GoogleCloudAiplatformV1beta1CreateFeatureRequest
2449
2448
  include Google::Apis::Core::Hashable
2450
2449
 
@@ -2458,15 +2457,14 @@ module Google
2458
2457
  # Required. The ID to use for the Feature, which will become the final component
2459
2458
  # of the Feature's resource name. This value may be up to 128 characters, and
2460
2459
  # valid characters are `[a-z0-9_]`. The first character cannot be a number. The
2461
- # value must be unique within an EntityType/FeatureGroup.
2460
+ # value must be unique within an EntityType .
2462
2461
  # Corresponds to the JSON property `featureId`
2463
2462
  # @return [String]
2464
2463
  attr_accessor :feature_id
2465
2464
 
2466
- # Required. The resource name of the EntityType or FeatureGroup to create a
2467
- # Feature. Format: `projects/`project`/locations/`location`/featurestores/`
2468
- # featurestore`/entityTypes/`entity_type`` `projects/`project`/locations/`
2469
- # location`/featureGroups/`feature_group``
2465
+ # Required. The resource name of the EntityType to create a Feature. Format: `
2466
+ # projects/`project`/locations/`location`/featurestores/`featurestore`/
2467
+ # entityTypes/`entity_type``
2470
2468
  # Corresponds to the JSON property `parent`
2471
2469
  # @return [String]
2472
2470
  attr_accessor :parent
@@ -2620,7 +2618,8 @@ module Google
2620
2618
 
2621
2619
  # The ID to use for the PipelineJob, which will become the final component of
2622
2620
  # the PipelineJob name. If not provided, an ID will be automatically generated.
2623
- # This value should be less than 128 characters, and valid characters are /a-z-/.
2621
+ # This value should be less than 128 characters, and valid characters are `/a-z-/
2622
+ # `.
2624
2623
  # Corresponds to the JSON property `pipelineJobId`
2625
2624
  # @return [String]
2626
2625
  attr_accessor :pipeline_job_id
@@ -2713,7 +2712,7 @@ module Google
2713
2712
 
2714
2713
  # Required. The ID to use for the Tensorboard run, which becomes the final
2715
2714
  # component of the Tensorboard run's resource name. This value should be 1-128
2716
- # characters, and valid characters are /a-z-/.
2715
+ # characters, and valid characters are `/a-z-/`.
2717
2716
  # Corresponds to the JSON property `tensorboardRunId`
2718
2717
  # @return [String]
2719
2718
  attr_accessor :tensorboard_run_id
@@ -3945,8 +3944,10 @@ module Google
3945
3944
  # for this DeployedIndex. If set, we will deploy the index within the provided
3946
3945
  # ip ranges. Otherwise, the index might be deployed to any ip ranges under the
3947
3946
  # provided VPC network. The value should be the name of the address (https://
3948
- # cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: 'vertex-ai-
3949
- # ip-range'.
3947
+ # cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: ['vertex-
3948
+ # ai-ip-range']. For more information about subnets and network IP ranges,
3949
+ # please see https://cloud.google.com/vpc/docs/subnets#
3950
+ # manually_created_subnet_ip_ranges.
3950
3951
  # Corresponds to the JSON property `reservedIpRanges`
3951
3952
  # @return [Array<String>]
3952
3953
  attr_accessor :reserved_ip_ranges
@@ -4107,7 +4108,7 @@ module Google
4107
4108
 
4108
4109
  # Immutable. The ID of the DeployedModel. If not provided upon deployment,
4109
4110
  # Vertex AI will generate a value for this ID. This value should be 1-10
4110
- # characters, and valid characters are /[0-9]/.
4111
+ # characters, and valid characters are `/[0-9]/`.
4111
4112
  # Corresponds to the JSON property `id`
4112
4113
  # @return [String]
4113
4114
  attr_accessor :id
@@ -5757,6 +5758,63 @@ module Google
5757
5758
  end
5758
5759
  end
5759
5760
 
5761
+ # Details of EndpointService.ExportEndpoint operation.
5762
+ class GoogleCloudAiplatformV1beta1ExportEndpointOperationMetadata
5763
+ include Google::Apis::Core::Hashable
5764
+
5765
+ # Generic Metadata shared by all operations.
5766
+ # Corresponds to the JSON property `genericMetadata`
5767
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata]
5768
+ attr_accessor :generic_metadata
5769
+
5770
+ def initialize(**args)
5771
+ update!(**args)
5772
+ end
5773
+
5774
+ # Update properties of this object
5775
+ def update!(**args)
5776
+ @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
5777
+ end
5778
+ end
5779
+
5780
+ # Response message of EndpointService.ExportEndpoint operation.
5781
+ class GoogleCloudAiplatformV1beta1ExportEndpointResponse
5782
+ include Google::Apis::Core::Hashable
5783
+
5784
+ # Describes the output of the ExportEndpoint.
5785
+ # Corresponds to the JSON property `outputInfo`
5786
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo]
5787
+ attr_accessor :output_info
5788
+
5789
+ def initialize(**args)
5790
+ update!(**args)
5791
+ end
5792
+
5793
+ # Update properties of this object
5794
+ def update!(**args)
5795
+ @output_info = args[:output_info] if args.key?(:output_info)
5796
+ end
5797
+ end
5798
+
5799
+ # Describes the output of the ExportEndpoint.
5800
+ class GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
5801
+ include Google::Apis::Core::Hashable
5802
+
5803
+ # The BigQuery location for the output content.
5804
+ # Corresponds to the JSON property `bigQueryDestination`
5805
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination]
5806
+ attr_accessor :big_query_destination
5807
+
5808
+ def initialize(**args)
5809
+ update!(**args)
5810
+ end
5811
+
5812
+ # Update properties of this object
5813
+ def update!(**args)
5814
+ @big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination)
5815
+ end
5816
+ end
5817
+
5760
5818
  # Details of operations that exports Features values.
5761
5819
  class GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
5762
5820
  include Google::Apis::Core::Hashable
@@ -6191,7 +6249,7 @@ module Google
6191
6249
  # @return [String]
6192
6250
  attr_accessor :update_time
6193
6251
 
6194
- # Required. Immutable. Type of Feature value.
6252
+ # Immutable. Type of Feature value.
6195
6253
  # Corresponds to the JSON property `valueType`
6196
6254
  # @return [String]
6197
6255
  attr_accessor :value_type
@@ -7767,6 +7825,12 @@ module Google
7767
7825
  # @return [String]
7768
7826
  attr_accessor :display_name
7769
7827
 
7828
+ # Represents a customer-managed encryption key spec that can be applied to a top-
7829
+ # level resource.
7830
+ # Corresponds to the JSON property `encryptionSpec`
7831
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec]
7832
+ attr_accessor :encryption_spec
7833
+
7770
7834
  # Used to perform consistent read-modify-write updates. If not set, a blind "
7771
7835
  # overwrite" update happens.
7772
7836
  # Corresponds to the JSON property `etag`
@@ -7836,6 +7900,7 @@ module Google
7836
7900
  @deployed_indexes = args[:deployed_indexes] if args.key?(:deployed_indexes)
7837
7901
  @description = args[:description] if args.key?(:description)
7838
7902
  @display_name = args[:display_name] if args.key?(:display_name)
7903
+ @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
7839
7904
  @etag = args[:etag] if args.key?(:etag)
7840
7905
  @index_stats = args[:index_stats] if args.key?(:index_stats)
7841
7906
  @index_update_method = args[:index_update_method] if args.key?(:index_update_method)
@@ -7871,8 +7936,8 @@ module Google
7871
7936
 
7872
7937
  # Optional. List of Restrict of the datapoint, used to perform "restricted
7873
7938
  # searches" where boolean rule are used to filter the subset of the database
7874
- # eligible for matching. See: https://cloud.google.com/vertex-ai/docs/matching-
7875
- # engine/filtering
7939
+ # eligible for matching. This uses categorical tokens. See: https://cloud.google.
7940
+ # com/vertex-ai/docs/matching-engine/filtering
7876
7941
  # Corresponds to the JSON property `restricts`
7877
7942
  # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexDatapointRestriction>]
7878
7943
  attr_accessor :restricts
@@ -7920,17 +7985,17 @@ module Google
7920
7985
  class GoogleCloudAiplatformV1beta1IndexDatapointRestriction
7921
7986
  include Google::Apis::Core::Hashable
7922
7987
 
7923
- # The attributes to allow in this namespace. eg: 'red'
7988
+ # The attributes to allow in this namespace. e.g.: 'red'
7924
7989
  # Corresponds to the JSON property `allowList`
7925
7990
  # @return [Array<String>]
7926
7991
  attr_accessor :allow_list
7927
7992
 
7928
- # The attributes to deny in this namespace. eg: 'blue'
7993
+ # The attributes to deny in this namespace. e.g.: 'blue'
7929
7994
  # Corresponds to the JSON property `denyList`
7930
7995
  # @return [Array<String>]
7931
7996
  attr_accessor :deny_list
7932
7997
 
7933
- # The namespace of this restriction. eg: color.
7998
+ # The namespace of this restriction. e.g.: color.
7934
7999
  # Corresponds to the JSON property `namespace`
7935
8000
  # @return [String]
7936
8001
  attr_accessor :namespace
@@ -7981,6 +8046,12 @@ module Google
7981
8046
  attr_accessor :enable_private_service_connect
7982
8047
  alias_method :enable_private_service_connect?, :enable_private_service_connect
7983
8048
 
8049
+ # Represents a customer-managed encryption key spec that can be applied to a top-
8050
+ # level resource.
8051
+ # Corresponds to the JSON property `encryptionSpec`
8052
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec]
8053
+ attr_accessor :encryption_spec
8054
+
7984
8055
  # Used to perform consistent read-modify-write updates. If not set, a blind "
7985
8056
  # overwrite" update happens.
7986
8057
  # Corresponds to the JSON property `etag`
@@ -8049,6 +8120,7 @@ module Google
8049
8120
  @description = args[:description] if args.key?(:description)
8050
8121
  @display_name = args[:display_name] if args.key?(:display_name)
8051
8122
  @enable_private_service_connect = args[:enable_private_service_connect] if args.key?(:enable_private_service_connect)
8123
+ @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
8052
8124
  @etag = args[:etag] if args.key?(:etag)
8053
8125
  @labels = args[:labels] if args.key?(:labels)
8054
8126
  @name = args[:name] if args.key?(:name)
@@ -8676,8 +8748,7 @@ module Google
8676
8748
  end
8677
8749
  end
8678
8750
 
8679
- # Response message for FeaturestoreService.ListFeatures. Response message for
8680
- # FeatureRegistryService.ListFeatures.
8751
+ # Response message for FeaturestoreService.ListFeatures.
8681
8752
  class GoogleCloudAiplatformV1beta1ListFeaturesResponse
8682
8753
  include Google::Apis::Core::Hashable
8683
8754
 
@@ -12562,6 +12633,23 @@ module Google
12562
12633
  # @return [String]
12563
12634
  attr_accessor :health_state
12564
12635
 
12636
+ # The labels with user-defined metadata to organize your NotebookRuntime. Label
12637
+ # keys and values can be no longer than 64 characters (Unicode codepoints), can
12638
+ # only contain lowercase letters, numeric characters, underscores and dashes.
12639
+ # International characters are allowed. No more than 64 user labels can be
12640
+ # associated with one Dataset (System labels are excluded). See https://goo.gl/
12641
+ # xmQnxf for more information and examples of labels. System reserved label keys
12642
+ # are prefixed with "aiplatform.googleapis.com/" and are immutable. Following
12643
+ # system labels exist for NotebookRuntime: * "aiplatform.googleapis.com/
12644
+ # notebook_runtime_gce_instance_id": output only, its value is the Compute
12645
+ # Engine instance id. * "aiplatform.googleapis.com/
12646
+ # colab_enterprise_entry_service": its value is either "BigQuery" or "Vertex";
12647
+ # if absent, it should be "Vertex". This is to describe the entry service,
12648
+ # either BigQuery or Vertex.
12649
+ # Corresponds to the JSON property `labels`
12650
+ # @return [Hash<String,String>]
12651
+ attr_accessor :labels
12652
+
12565
12653
  # Output only. The resource name of the NotebookRuntime.
12566
12654
  # Corresponds to the JSON property `name`
12567
12655
  # @return [String]
@@ -12597,6 +12685,11 @@ module Google
12597
12685
  # @return [String]
12598
12686
  attr_accessor :update_time
12599
12687
 
12688
+ # Output only. The VM os image version of NotebookRuntime.
12689
+ # Corresponds to the JSON property `version`
12690
+ # @return [String]
12691
+ attr_accessor :version
12692
+
12600
12693
  def initialize(**args)
12601
12694
  update!(**args)
12602
12695
  end
@@ -12608,6 +12701,7 @@ module Google
12608
12701
  @display_name = args[:display_name] if args.key?(:display_name)
12609
12702
  @expiration_time = args[:expiration_time] if args.key?(:expiration_time)
12610
12703
  @health_state = args[:health_state] if args.key?(:health_state)
12704
+ @labels = args[:labels] if args.key?(:labels)
12611
12705
  @name = args[:name] if args.key?(:name)
12612
12706
  @notebook_runtime_template_ref = args[:notebook_runtime_template_ref] if args.key?(:notebook_runtime_template_ref)
12613
12707
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
@@ -12615,6 +12709,7 @@ module Google
12615
12709
  @runtime_user = args[:runtime_user] if args.key?(:runtime_user)
12616
12710
  @service_account = args[:service_account] if args.key?(:service_account)
12617
12711
  @update_time = args[:update_time] if args.key?(:update_time)
12712
+ @version = args[:version] if args.key?(:version)
12618
12713
  end
12619
12714
  end
12620
12715
 
@@ -14505,10 +14600,12 @@ module Google
14505
14600
  class GoogleCloudAiplatformV1beta1RaySpec
14506
14601
  include Google::Apis::Core::Hashable
14507
14602
 
14508
- # Specification of a single machine.
14509
- # Corresponds to the JSON property `headMachineSpec`
14510
- # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec]
14511
- attr_accessor :head_machine_spec
14603
+ # Optional. This will be used to indicate which resource pool will serve as the
14604
+ # Ray head node(the first node within that pool). Will use the machine from the
14605
+ # first workerpool as the head node by default if this field is not set.
14606
+ # Corresponds to the JSON property `headNodeResourcePoolId`
14607
+ # @return [String]
14608
+ attr_accessor :head_node_resource_pool_id
14512
14609
 
14513
14610
  # Optional. Default image for user to choose a preferred ML framework(e.g.
14514
14611
  # tensorflow or Pytorch) by choosing from Vertex prebuild images(https://cloud.
@@ -14520,14 +14617,24 @@ module Google
14520
14617
  # @return [String]
14521
14618
  attr_accessor :image_uri
14522
14619
 
14620
+ # Optional. Required if image_uri is not set. A map of resource_pool_id to
14621
+ # prebuild Ray image if user need to use different images for different head/
14622
+ # worker pools. This map needs to cover all the resource pool ids. Example: ` "
14623
+ # ray_head_node_pool": "head image" "ray_worker_node_pool1": "worker image" "
14624
+ # ray_worker_node_pool2": "another worker image" `
14625
+ # Corresponds to the JSON property `resourcePoolImages`
14626
+ # @return [Hash<String,String>]
14627
+ attr_accessor :resource_pool_images
14628
+
14523
14629
  def initialize(**args)
14524
14630
  update!(**args)
14525
14631
  end
14526
14632
 
14527
14633
  # Update properties of this object
14528
14634
  def update!(**args)
14529
- @head_machine_spec = args[:head_machine_spec] if args.key?(:head_machine_spec)
14635
+ @head_node_resource_pool_id = args[:head_node_resource_pool_id] if args.key?(:head_node_resource_pool_id)
14530
14636
  @image_uri = args[:image_uri] if args.key?(:image_uri)
14637
+ @resource_pool_images = args[:resource_pool_images] if args.key?(:resource_pool_images)
14531
14638
  end
14532
14639
  end
14533
14640
 
@@ -15057,6 +15164,14 @@ module Google
15057
15164
  # @return [Hash<String,String>]
15058
15165
  attr_accessor :access_uris
15059
15166
 
15167
+ # Output only. The resource name of NotebookRuntimeTemplate for the RoV
15168
+ # Persistent Cluster The NotebokRuntimeTemplate is created in the same VPC (if
15169
+ # set), and with the same Ray and Python version as the Persistent Cluster.
15170
+ # Example: "projects/1000/locations/us-central1/notebookRuntimeTemplates/abc123"
15171
+ # Corresponds to the JSON property `notebookRuntimeTemplate`
15172
+ # @return [String]
15173
+ attr_accessor :notebook_runtime_template
15174
+
15060
15175
  def initialize(**args)
15061
15176
  update!(**args)
15062
15177
  end
@@ -15064,6 +15179,7 @@ module Google
15064
15179
  # Update properties of this object
15065
15180
  def update!(**args)
15066
15181
  @access_uris = args[:access_uris] if args.key?(:access_uris)
15182
+ @notebook_runtime_template = args[:notebook_runtime_template] if args.key?(:notebook_runtime_template)
15067
15183
  end
15068
15184
  end
15069
15185
 
@@ -22778,6 +22894,36 @@ module Google
22778
22894
  # @return [String]
22779
22895
  attr_accessor :client_id
22780
22896
 
22897
+ # Optional. This allows you to specify the "context" for a Trial; a context is a
22898
+ # slice (a subspace) of the search space. Typical uses for contexts: 1) You are
22899
+ # using Vizier to tune a server for best performance, but there's a strong
22900
+ # weekly cycle. The context specifies the day-of-week. This allows Tuesday to
22901
+ # generalize from Wednesday without assuming that everything is identical. 2)
22902
+ # Imagine you're optimizing some medical treatment for people. As they walk in
22903
+ # the door, you know certain facts about them (e.g. sex, weight, height, blood-
22904
+ # pressure). Put that information in the context, and Vizier will adapt its
22905
+ # suggestions to the patient. 3) You want to do a fair A/B test efficiently.
22906
+ # Specify the "A" and "B" conditions as contexts, and Vizier will generalize
22907
+ # between "A" and "B" conditions. If they are similar, this will allow Vizier to
22908
+ # converge to the optimum faster than if "A" and "B" were separate Studies. NOTE:
22909
+ # You can also enter contexts as REQUESTED Trials, e.g. via the CreateTrial()
22910
+ # RPC; that's the asynchronous option where you don't need a close association
22911
+ # between contexts and suggestions. NOTE: All the Parameters you set in a
22912
+ # context MUST be defined in the Study. NOTE: You must supply 0 or $
22913
+ # suggestion_count contexts. If you don't supply any contexts, Vizier will make
22914
+ # suggestions from the full search space specified in the StudySpec; if you
22915
+ # supply a full set of context, each suggestion will match the corresponding
22916
+ # context. NOTE: A Context with no features set matches anything, and allows
22917
+ # suggestions from the full search space. NOTE: Contexts MUST lie within the
22918
+ # search space specified in the StudySpec. It's an error if they don't. NOTE:
22919
+ # Contexts preferentially match ACTIVE then REQUESTED trials before new
22920
+ # suggestions are generated. NOTE: Generation of suggestions involves a match
22921
+ # between a Context and (optionally) a REQUESTED trial; if that match is not
22922
+ # fully specified, a suggestion will be geneated in the merged subspace.
22923
+ # Corresponds to the JSON property `contexts`
22924
+ # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialContext>]
22925
+ attr_accessor :contexts
22926
+
22781
22927
  # Required. The number of suggestions requested. It must be positive.
22782
22928
  # Corresponds to the JSON property `suggestionCount`
22783
22929
  # @return [Fixnum]
@@ -22790,6 +22936,7 @@ module Google
22790
22936
  # Update properties of this object
22791
22937
  def update!(**args)
22792
22938
  @client_id = args[:client_id] if args.key?(:client_id)
22939
+ @contexts = args[:contexts] if args.key?(:contexts)
22793
22940
  @suggestion_count = args[:suggestion_count] if args.key?(:suggestion_count)
22794
22941
  end
22795
22942
  end
@@ -23796,6 +23943,38 @@ module Google
23796
23943
  end
23797
23944
  end
23798
23945
 
23946
+ # Next ID: 3
23947
+ class GoogleCloudAiplatformV1beta1TrialContext
23948
+ include Google::Apis::Core::Hashable
23949
+
23950
+ # A human-readable field which can store a description of this context. This
23951
+ # will become part of the resulting Trial's description field.
23952
+ # Corresponds to the JSON property `description`
23953
+ # @return [String]
23954
+ attr_accessor :description
23955
+
23956
+ # If/when a Trial is generated or selected from this Context, its Parameters
23957
+ # will match any parameters specified here. (I.e. if this context specifies
23958
+ # parameter name:'a' int_value:3, then a resulting Trial will have int_value:3
23959
+ # for its parameter named 'a'.) Note that we first attempt to match existing
23960
+ # REQUESTED Trials with contexts, and if there are no matches, we generate
23961
+ # suggestions in the subspace defined by the parameters specified here. NOTE: a
23962
+ # Context without any Parameters matches the entire feasible search space.
23963
+ # Corresponds to the JSON property `parameters`
23964
+ # @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialParameter>]
23965
+ attr_accessor :parameters
23966
+
23967
+ def initialize(**args)
23968
+ update!(**args)
23969
+ end
23970
+
23971
+ # Update properties of this object
23972
+ def update!(**args)
23973
+ @description = args[:description] if args.key?(:description)
23974
+ @parameters = args[:parameters] if args.key?(:parameters)
23975
+ end
23976
+ end
23977
+
23799
23978
  # A message representing a parameter to be tuned.
23800
23979
  class GoogleCloudAiplatformV1beta1TrialParameter
23801
23980
  include Google::Apis::Core::Hashable
@@ -24129,6 +24308,25 @@ module Google
24129
24308
  end
24130
24309
  end
24131
24310
 
24311
+ # Details of operations that perform update PersistentResource.
24312
+ class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
24313
+ include Google::Apis::Core::Hashable
24314
+
24315
+ # Generic Metadata shared by all operations.
24316
+ # Corresponds to the JSON property `genericMetadata`
24317
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata]
24318
+ attr_accessor :generic_metadata
24319
+
24320
+ def initialize(**args)
24321
+ update!(**args)
24322
+ end
24323
+
24324
+ # Update properties of this object
24325
+ def update!(**args)
24326
+ @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
24327
+ end
24328
+ end
24329
+
24132
24330
  # Runtime operation metadata for SpecialistPoolService.UpdateSpecialistPool.
24133
24331
  class GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
24134
24332
  include Google::Apis::Core::Hashable
@@ -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.2.0"
19
+ GEM_VERSION = "0.4.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 = "20230812"
25
+ REVISION = "20230914"
26
26
  end
27
27
  end
28
28
  end
@@ -970,6 +970,24 @@ module Google
970
970
  include Google::Apis::Core::JsonObjectSupport
971
971
  end
972
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
+
973
991
  class GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
974
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
975
993
 
@@ -3874,6 +3892,12 @@ module Google
3874
3892
  include Google::Apis::Core::JsonObjectSupport
3875
3893
  end
3876
3894
 
3895
+ class GoogleCloudAiplatformV1beta1TrialContext
3896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3897
+
3898
+ include Google::Apis::Core::JsonObjectSupport
3899
+ end
3900
+
3877
3901
  class GoogleCloudAiplatformV1beta1TrialParameter
3878
3902
  class Representation < Google::Apis::Core::JsonRepresentation; end
3879
3903
 
@@ -3970,6 +3994,12 @@ module Google
3970
3994
  include Google::Apis::Core::JsonObjectSupport
3971
3995
  end
3972
3996
 
3997
+ class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
3998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3999
+
4000
+ include Google::Apis::Core::JsonObjectSupport
4001
+ end
4002
+
3973
4003
  class GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
3974
4004
  class Representation < Google::Apis::Core::JsonRepresentation; end
3975
4005
 
@@ -5761,6 +5791,30 @@ module Google
5761
5791
  end
5762
5792
  end
5763
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
+
5764
5818
  class GoogleCloudAiplatformV1beta1ExportFeatureValuesOperationMetadata
5765
5819
  # @private
5766
5820
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6316,6 +6370,8 @@ module Google
6316
6370
 
6317
6371
  property :description, as: 'description'
6318
6372
  property :display_name, as: 'displayName'
6373
+ property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec::Representation
6374
+
6319
6375
  property :etag, as: 'etag'
6320
6376
  property :index_stats, as: 'indexStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IndexStats::Representation
6321
6377
 
@@ -6365,6 +6421,8 @@ module Google
6365
6421
  property :description, as: 'description'
6366
6422
  property :display_name, as: 'displayName'
6367
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
+
6368
6426
  property :etag, as: 'etag'
6369
6427
  hash :labels, as: 'labels'
6370
6428
  property :name, as: 'name'
@@ -7658,6 +7716,7 @@ module Google
7658
7716
  property :display_name, as: 'displayName'
7659
7717
  property :expiration_time, as: 'expirationTime'
7660
7718
  property :health_state, as: 'healthState'
7719
+ hash :labels, as: 'labels'
7661
7720
  property :name, as: 'name'
7662
7721
  property :notebook_runtime_template_ref, as: 'notebookRuntimeTemplateRef', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef::Representation
7663
7722
 
@@ -7666,6 +7725,7 @@ module Google
7666
7725
  property :runtime_user, as: 'runtimeUser'
7667
7726
  property :service_account, as: 'serviceAccount'
7668
7727
  property :update_time, as: 'updateTime'
7728
+ property :version, as: 'version'
7669
7729
  end
7670
7730
  end
7671
7731
 
@@ -8178,9 +8238,9 @@ module Google
8178
8238
  class GoogleCloudAiplatformV1beta1RaySpec
8179
8239
  # @private
8180
8240
  class Representation < Google::Apis::Core::JsonRepresentation
8181
- property :head_machine_spec, as: 'headMachineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
8182
-
8241
+ property :head_node_resource_pool_id, as: 'headNodeResourcePoolId'
8183
8242
  property :image_uri, as: 'imageUri'
8243
+ hash :resource_pool_images, as: 'resourcePoolImages'
8184
8244
  end
8185
8245
  end
8186
8246
 
@@ -8370,6 +8430,7 @@ module Google
8370
8430
  # @private
8371
8431
  class Representation < Google::Apis::Core::JsonRepresentation
8372
8432
  hash :access_uris, as: 'accessUris'
8433
+ property :notebook_runtime_template, as: 'notebookRuntimeTemplate'
8373
8434
  end
8374
8435
  end
8375
8436
 
@@ -10431,6 +10492,8 @@ module Google
10431
10492
  # @private
10432
10493
  class Representation < Google::Apis::Core::JsonRepresentation
10433
10494
  property :client_id, as: 'clientId'
10495
+ collection :contexts, as: 'contexts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialContext::Representation
10496
+
10434
10497
  property :suggestion_count, as: 'suggestionCount'
10435
10498
  end
10436
10499
  end
@@ -10667,6 +10730,15 @@ module Google
10667
10730
  end
10668
10731
  end
10669
10732
 
10733
+ class GoogleCloudAiplatformV1beta1TrialContext
10734
+ # @private
10735
+ class Representation < Google::Apis::Core::JsonRepresentation
10736
+ property :description, as: 'description'
10737
+ collection :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialParameter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TrialParameter::Representation
10738
+
10739
+ end
10740
+ end
10741
+
10670
10742
  class GoogleCloudAiplatformV1beta1TrialParameter
10671
10743
  # @private
10672
10744
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10793,6 +10865,14 @@ module Google
10793
10865
  end
10794
10866
  end
10795
10867
 
10868
+ class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
10869
+ # @private
10870
+ class Representation < Google::Apis::Core::JsonRepresentation
10871
+ property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
10872
+
10873
+ end
10874
+ end
10875
+
10796
10876
  class GoogleCloudAiplatformV1beta1UpdateSpecialistPoolOperationMetadata
10797
10877
  # @private
10798
10878
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6052,16 +6052,15 @@ module Google
6052
6052
 
6053
6053
  # Creates a new Feature in a given EntityType.
6054
6054
  # @param [String] parent
6055
- # Required. The resource name of the EntityType or FeatureGroup to create a
6056
- # Feature. Format: `projects/`project`/locations/`location`/featurestores/`
6057
- # featurestore`/entityTypes/`entity_type`` `projects/`project`/locations/`
6058
- # location`/featureGroups/`feature_group``
6055
+ # Required. The resource name of the EntityType to create a Feature. Format: `
6056
+ # projects/`project`/locations/`location`/featurestores/`featurestore`/
6057
+ # entityTypes/`entity_type``
6059
6058
  # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Feature] google_cloud_aiplatform_v1beta1_feature_object
6060
6059
  # @param [String] feature_id
6061
6060
  # Required. The ID to use for the Feature, which will become the final component
6062
6061
  # of the Feature's resource name. This value may be up to 128 characters, and
6063
6062
  # valid characters are `[a-z0-9_]`. The first character cannot be a number. The
6064
- # value must be unique within an EntityType/FeatureGroup.
6063
+ # value must be unique within an EntityType .
6065
6064
  # @param [String] fields
6066
6065
  # Selector specifying which fields to include in a partial response.
6067
6066
  # @param [String] quota_user
@@ -6096,8 +6095,7 @@ module Google
6096
6095
  # @param [String] name
6097
6096
  # Required. The name of the Features to be deleted. Format: `projects/`project`/
6098
6097
  # locations/`location`/featurestores/`featurestore`/entityTypes/`entity_type`/
6099
- # features/`feature`` `projects/`project`/locations/`location`/featureGroups/`
6100
- # feature_group`/features/`feature``
6098
+ # features/`feature``
6101
6099
  # @param [String] fields
6102
6100
  # Selector specifying which fields to include in a partial response.
6103
6101
  # @param [String] quota_user
@@ -6128,8 +6126,7 @@ module Google
6128
6126
  # Gets details of a single Feature.
6129
6127
  # @param [String] name
6130
6128
  # Required. The name of the Feature resource. Format: `projects/`project`/
6131
- # locations/`location`/featurestores/`featurestore`/entityTypes/`entity_type`` `
6132
- # projects/`project`/locations/`location`/featureGroups/`feature_group``
6129
+ # locations/`location`/featurestores/`featurestore`/entityTypes/`entity_type``
6133
6130
  # @param [String] fields
6134
6131
  # Selector specifying which fields to include in a partial response.
6135
6132
  # @param [String] quota_user
@@ -6161,8 +6158,7 @@ module Google
6161
6158
  # @param [String] parent
6162
6159
  # Required. The resource name of the Location to list Features. Format: `
6163
6160
  # projects/`project`/locations/`location`/featurestores/`featurestore`/
6164
- # entityTypes/`entity_type`` `projects/`project`/locations/`location`/
6165
- # featureGroups/`feature_group``
6161
+ # entityTypes/`entity_type``
6166
6162
  # @param [String] filter
6167
6163
  # Lists the Features that match the filter expression. The following filters are
6168
6164
  # supported: * `value_type`: Supports = and != comparisons. * `create_time`:
@@ -6182,7 +6178,8 @@ module Google
6182
6178
  # @param [String] order_by
6183
6179
  # A comma-separated list of fields to order by, sorted in ascending order. Use "
6184
6180
  # desc" after a field name for descending. Supported fields: * `feature_id` * `
6185
- # value_type` * `create_time` * `update_time`
6181
+ # value_type` (Not supported for FeatureRegistry Feature) * `create_time` * `
6182
+ # update_time`
6186
6183
  # @param [Fixnum] page_size
6187
6184
  # The maximum number of Features to return. The service may return fewer than
6188
6185
  # this value. If unspecified, at most 1000 Features will be returned. The
@@ -11809,6 +11806,76 @@ module Google
11809
11806
  execute_or_queue_command(command, &block)
11810
11807
  end
11811
11808
 
11809
+ # Internal only: Called from Compute Engine instance to obtain EUC for owner
11810
+ # Anonymous access: authenticates caller using VM identity JWT. Design doc: go/
11811
+ # colab-on-vertex-euc-dd
11812
+ # @param [String] name
11813
+ # Required. The name of the NotebookRuntime resource. Format: `projects/`project`
11814
+ # /locations/`location`/notebookRuntimes/`notebook_runtime``
11815
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest] google_cloud_aiplatform_v1beta1_generate_access_token_request_object
11816
+ # @param [String] fields
11817
+ # Selector specifying which fields to include in a partial response.
11818
+ # @param [String] quota_user
11819
+ # Available to use for quota purposes for server-side applications. Can be any
11820
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
11821
+ # @param [Google::Apis::RequestOptions] options
11822
+ # Request-specific options
11823
+ #
11824
+ # @yield [result, err] Result & error if block supplied
11825
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse] parsed result object
11826
+ # @yieldparam err [StandardError] error object if request failed
11827
+ #
11828
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse]
11829
+ #
11830
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
11831
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
11832
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
11833
+ def generate_project_location_notebook_execution_job_access_token(name, google_cloud_aiplatform_v1beta1_generate_access_token_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
11834
+ command = make_simple_command(:post, 'v1beta1/{+name}:generateAccessToken', options)
11835
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateAccessTokenRequest::Representation
11836
+ command.request_object = google_cloud_aiplatform_v1beta1_generate_access_token_request_object
11837
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse::Representation
11838
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerateAccessTokenResponse
11839
+ command.params['name'] = name unless name.nil?
11840
+ command.query['fields'] = fields unless fields.nil?
11841
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
11842
+ execute_or_queue_command(command, &block)
11843
+ end
11844
+
11845
+ #
11846
+ # @param [String] name
11847
+ # Required. The name of the NotebookRuntime resource. Format: `projects/`project`
11848
+ # /locations/`location`/notebookRuntimes/`notebook_runtime``
11849
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest] google_cloud_aiplatform_v1beta1_report_runtime_event_request_object
11850
+ # @param [String] fields
11851
+ # Selector specifying which fields to include in a partial response.
11852
+ # @param [String] quota_user
11853
+ # Available to use for quota purposes for server-side applications. Can be any
11854
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
11855
+ # @param [Google::Apis::RequestOptions] options
11856
+ # Request-specific options
11857
+ #
11858
+ # @yield [result, err] Result & error if block supplied
11859
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse] parsed result object
11860
+ # @yieldparam err [StandardError] error object if request failed
11861
+ #
11862
+ # @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse]
11863
+ #
11864
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
11865
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
11866
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
11867
+ def report_project_location_notebook_execution_job_event(name, google_cloud_aiplatform_v1beta1_report_runtime_event_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
11868
+ command = make_simple_command(:post, 'v1beta1/{+name}:reportEvent', options)
11869
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest::Representation
11870
+ command.request_object = google_cloud_aiplatform_v1beta1_report_runtime_event_request_object
11871
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse::Representation
11872
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse
11873
+ command.params['name'] = name unless name.nil?
11874
+ command.query['fields'] = fields unless fields.nil?
11875
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
11876
+ execute_or_queue_command(command, &block)
11877
+ end
11878
+
11812
11879
  # Creates a NotebookRuntimeTemplate.
11813
11880
  # @param [String] parent
11814
11881
  # Required. The resource name of the Location to create the
@@ -12559,7 +12626,7 @@ module Google
12559
12626
  # @param [String] persistent_resource_id
12560
12627
  # Required. The ID to use for the PersistentResource, which become the final
12561
12628
  # component of the PersistentResource's resource name. The maximum length is 63
12562
- # characters, and valid characters are /^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$/.
12629
+ # characters, and valid characters are `/^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$/`.
12563
12630
  # @param [String] fields
12564
12631
  # Selector specifying which fields to include in a partial response.
12565
12632
  # @param [String] quota_user
@@ -12692,6 +12759,43 @@ module Google
12692
12759
  execute_or_queue_command(command, &block)
12693
12760
  end
12694
12761
 
12762
+ # Updates a PersistentResource.
12763
+ # @param [String] name
12764
+ # Immutable. Resource name of a PersistentResource.
12765
+ # @param [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PersistentResource] google_cloud_aiplatform_v1beta1_persistent_resource_object
12766
+ # @param [String] update_mask
12767
+ # Required. Specify the fields to be overwritten in the PersistentResource by
12768
+ # the update method.
12769
+ # @param [String] fields
12770
+ # Selector specifying which fields to include in a partial response.
12771
+ # @param [String] quota_user
12772
+ # Available to use for quota purposes for server-side applications. Can be any
12773
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
12774
+ # @param [Google::Apis::RequestOptions] options
12775
+ # Request-specific options
12776
+ #
12777
+ # @yield [result, err] Result & error if block supplied
12778
+ # @yieldparam result [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation] parsed result object
12779
+ # @yieldparam err [StandardError] error object if request failed
12780
+ #
12781
+ # @return [Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation]
12782
+ #
12783
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
12784
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
12785
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
12786
+ def patch_project_location_persistent_resource(name, google_cloud_aiplatform_v1beta1_persistent_resource_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
12787
+ command = make_simple_command(:patch, 'v1beta1/{+name}', options)
12788
+ command.request_representation = Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PersistentResource::Representation
12789
+ command.request_object = google_cloud_aiplatform_v1beta1_persistent_resource_object
12790
+ command.response_representation = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation::Representation
12791
+ command.response_class = Google::Apis::AiplatformV1beta1::GoogleLongrunningOperation
12792
+ command.params['name'] = name unless name.nil?
12793
+ command.query['updateMask'] = update_mask unless update_mask.nil?
12794
+ command.query['fields'] = fields unless fields.nil?
12795
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
12796
+ execute_or_queue_command(command, &block)
12797
+ end
12798
+
12695
12799
  # Starts asynchronous cancellation on a long-running operation. The server makes
12696
12800
  # a best effort to cancel the operation, but success is not guaranteed. If the
12697
12801
  # server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
@@ -12924,7 +13028,8 @@ module Google
12924
13028
  # @param [String] pipeline_job_id
12925
13029
  # The ID to use for the PipelineJob, which will become the final component of
12926
13030
  # the PipelineJob name. If not provided, an ID will be automatically generated.
12927
- # This value should be less than 128 characters, and valid characters are /a-z-/.
13031
+ # This value should be less than 128 characters, and valid characters are `/a-z-/
13032
+ # `.
12928
13033
  # @param [String] fields
12929
13034
  # Selector specifying which fields to include in a partial response.
12930
13035
  # @param [String] quota_user
@@ -15481,7 +15586,7 @@ module Google
15481
15586
  # @param [String] tensorboard_experiment_id
15482
15587
  # Required. The ID to use for the Tensorboard experiment, which becomes the
15483
15588
  # final component of the Tensorboard experiment's resource name. This value
15484
- # should be 1-128 characters, and valid characters are /a-z-/.
15589
+ # should be 1-128 characters, and valid characters are `/a-z-/`.
15485
15590
  # @param [String] fields
15486
15591
  # Selector specifying which fields to include in a partial response.
15487
15592
  # @param [String] quota_user
@@ -15932,7 +16037,7 @@ module Google
15932
16037
  # @param [String] tensorboard_run_id
15933
16038
  # Required. The ID to use for the Tensorboard run, which becomes the final
15934
16039
  # component of the Tensorboard run's resource name. This value should be 1-128
15935
- # characters, and valid characters are /a-z-/.
16040
+ # characters, and valid characters are `/a-z-/`.
15936
16041
  # @param [String] fields
15937
16042
  # Selector specifying which fields to include in a partial response.
15938
16043
  # @param [String] quota_user
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.2.0
4
+ version: 0.4.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-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.4.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: []