google-apis-aiplatform_v1beta1 0.3.0 → 0.4.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: 33393b7a71a36671153beadfcb4a3ed4f72ef22c6cf88a2962bfda5c6f18d07c
4
- data.tar.gz: 4a61552e3d6683e5c9e3841d372ea61b11acba8ee909c50c8add87041625af07
3
+ metadata.gz: b22c572989a5184a5f68ab6f401cbd3f9a138b998bd286b57f79b17d4dbe8f75
4
+ data.tar.gz: a06bdba576152380cee1b04eea4b07abd97eb3eb55114818500581d105019937
5
5
  SHA512:
6
- metadata.gz: cef2392b50240e038ab399b0b1292a203cdc7b1971e4f9748e024b677c1dac8d50279b705d1f96e5954209206d856507f7049d0952f405958215df81fbaad557
7
- data.tar.gz: 6e2947af797d7acc24351367c2bc745d9dc805bfdd51fbd9979194710df6489f7230867b4206723712ddecda9d772d282502cac28cc4d2e9024f48e16bec36d7
6
+ metadata.gz: dc2889b8f3144b38700813631634ffe4ab1c83d66ed09446cb100c85363249350d087579fb16c55767d55bd5517f919ca9e9bc616d60e585ad99466f3d066900
7
+ data.tar.gz: e4073ca0fa7af75c0a5bdaa3970d358d32310f467c6cdc55a28a3d6a3593adc3668e82a57d0e8dbc1792a38faf79292449b18cfe9db43c4cbff282d3c9b73e27
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.3.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230908
@@ -2618,7 +2618,8 @@ module Google
2618
2618
 
2619
2619
  # The ID to use for the PipelineJob, which will become the final component of
2620
2620
  # the PipelineJob name. If not provided, an ID will be automatically generated.
2621
- # 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
+ # `.
2622
2623
  # Corresponds to the JSON property `pipelineJobId`
2623
2624
  # @return [String]
2624
2625
  attr_accessor :pipeline_job_id
@@ -2711,7 +2712,7 @@ module Google
2711
2712
 
2712
2713
  # Required. The ID to use for the Tensorboard run, which becomes the final
2713
2714
  # component of the Tensorboard run's resource name. This value should be 1-128
2714
- # characters, and valid characters are /a-z-/.
2715
+ # characters, and valid characters are `/a-z-/`.
2715
2716
  # Corresponds to the JSON property `tensorboardRunId`
2716
2717
  # @return [String]
2717
2718
  attr_accessor :tensorboard_run_id
@@ -3943,8 +3944,10 @@ module Google
3943
3944
  # for this DeployedIndex. If set, we will deploy the index within the provided
3944
3945
  # ip ranges. Otherwise, the index might be deployed to any ip ranges under the
3945
3946
  # provided VPC network. The value should be the name of the address (https://
3946
- # cloud.google.com/compute/docs/reference/rest/v1/addresses) Example: 'vertex-ai-
3947
- # 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.
3948
3951
  # Corresponds to the JSON property `reservedIpRanges`
3949
3952
  # @return [Array<String>]
3950
3953
  attr_accessor :reserved_ip_ranges
@@ -4105,7 +4108,7 @@ module Google
4105
4108
 
4106
4109
  # Immutable. The ID of the DeployedModel. If not provided upon deployment,
4107
4110
  # Vertex AI will generate a value for this ID. This value should be 1-10
4108
- # characters, and valid characters are /[0-9]/.
4111
+ # characters, and valid characters are `/[0-9]/`.
4109
4112
  # Corresponds to the JSON property `id`
4110
4113
  # @return [String]
4111
4114
  attr_accessor :id
@@ -12630,6 +12633,23 @@ module Google
12630
12633
  # @return [String]
12631
12634
  attr_accessor :health_state
12632
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
+
12633
12653
  # Output only. The resource name of the NotebookRuntime.
12634
12654
  # Corresponds to the JSON property `name`
12635
12655
  # @return [String]
@@ -12681,6 +12701,7 @@ module Google
12681
12701
  @display_name = args[:display_name] if args.key?(:display_name)
12682
12702
  @expiration_time = args[:expiration_time] if args.key?(:expiration_time)
12683
12703
  @health_state = args[:health_state] if args.key?(:health_state)
12704
+ @labels = args[:labels] if args.key?(:labels)
12684
12705
  @name = args[:name] if args.key?(:name)
12685
12706
  @notebook_runtime_template_ref = args[:notebook_runtime_template_ref] if args.key?(:notebook_runtime_template_ref)
12686
12707
  @proxy_uri = args[:proxy_uri] if args.key?(:proxy_uri)
@@ -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.3.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 = "20230908"
25
+ REVISION = "20230914"
26
26
  end
27
27
  end
28
28
  end
@@ -7716,6 +7716,7 @@ module Google
7716
7716
  property :display_name, as: 'displayName'
7717
7717
  property :expiration_time, as: 'expirationTime'
7718
7718
  property :health_state, as: 'healthState'
7719
+ hash :labels, as: 'labels'
7719
7720
  property :name, as: 'name'
7720
7721
  property :notebook_runtime_template_ref, as: 'notebookRuntimeTemplateRef', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookRuntimeTemplateRef::Representation
7721
7722
 
@@ -12626,7 +12626,7 @@ module Google
12626
12626
  # @param [String] persistent_resource_id
12627
12627
  # Required. The ID to use for the PersistentResource, which become the final
12628
12628
  # component of the PersistentResource's resource name. The maximum length is 63
12629
- # 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])?$/`.
12630
12630
  # @param [String] fields
12631
12631
  # Selector specifying which fields to include in a partial response.
12632
12632
  # @param [String] quota_user
@@ -13028,7 +13028,8 @@ module Google
13028
13028
  # @param [String] pipeline_job_id
13029
13029
  # The ID to use for the PipelineJob, which will become the final component of
13030
13030
  # the PipelineJob name. If not provided, an ID will be automatically generated.
13031
- # 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
+ # `.
13032
13033
  # @param [String] fields
13033
13034
  # Selector specifying which fields to include in a partial response.
13034
13035
  # @param [String] quota_user
@@ -15585,7 +15586,7 @@ module Google
15585
15586
  # @param [String] tensorboard_experiment_id
15586
15587
  # Required. The ID to use for the Tensorboard experiment, which becomes the
15587
15588
  # final component of the Tensorboard experiment's resource name. This value
15588
- # should be 1-128 characters, and valid characters are /a-z-/.
15589
+ # should be 1-128 characters, and valid characters are `/a-z-/`.
15589
15590
  # @param [String] fields
15590
15591
  # Selector specifying which fields to include in a partial response.
15591
15592
  # @param [String] quota_user
@@ -16036,7 +16037,7 @@ module Google
16036
16037
  # @param [String] tensorboard_run_id
16037
16038
  # Required. The ID to use for the Tensorboard run, which becomes the final
16038
16039
  # component of the Tensorboard run's resource name. This value should be 1-128
16039
- # characters, and valid characters are /a-z-/.
16040
+ # characters, and valid characters are `/a-z-/`.
16040
16041
  # @param [String] fields
16041
16042
  # Selector specifying which fields to include in a partial response.
16042
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.3.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-09-17 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.3.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: []