google-apis-aiplatform_v1 0.3.0 → 0.5.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: abf9a624beaf54bc50fcd7a53feec08ee22acd671bc6c4ab01025a0ce8abbec4
4
- data.tar.gz: a99847b154da73481fbf8eff52dcd3f713a4894b58b2fd55c273606411bcd52f
3
+ metadata.gz: a339acc9e2792d9aa7013da1b553c8c1ca02f20de7757eef4d32ab8ff77bfa7f
4
+ data.tar.gz: 18fc1b6da92d7fcf3a7c6260d0f6f87bfa28161835ba26099d8fba4cccbbf5d3
5
5
  SHA512:
6
- metadata.gz: 684831517a5f7113430e1d83c906cf1c3a369dcd12d683d786d84a56e1ecd5acddfa13ac923f3bc83f063dd9745ee22d1561f62236691a6edad4df3b089b45db
7
- data.tar.gz: '0179cf06e8a5cb3526b976db3c7b7b8a12eaf0eab8515210b1d6f035a3b1d80c9d626361dcdc2a6cda13b429711c4043696c53e3edf2b60c16397eb15e5c4b23'
6
+ metadata.gz: e81f4475ecb2435a3ba04299ed691d59c1d60761f58a532d8b4242e2ec165f3207859f676c470ab0644092508224cd991196c4097b80df27189ee2d1935cba7d
7
+ data.tar.gz: ae9e5be153a1084f0cfa16b7d87f64b1452a2d4ba05a43a54d8aa798e9cac12e194121aacea0d9a7069efbbc99e6e4bb567c0530d1aefa4664d79fab1eb364ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.5.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231023
6
+
7
+ ### v0.4.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231012
10
+
3
11
  ### v0.3.0 (2023-10-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20231002
@@ -2293,9 +2293,8 @@ module Google
2293
2293
  class GoogleCloudAiplatformV1CreateFeatureRequest
2294
2294
  include Google::Apis::Core::Hashable
2295
2295
 
2296
- # Feature Metadata information that describes an attribute of an entity type.
2297
- # For example, apple is an entity type, and color is a feature that describes
2298
- # apple.
2296
+ # Feature Metadata information. For example, color is a feature that describes
2297
+ # an apple.
2299
2298
  # Corresponds to the JSON property `feature`
2300
2299
  # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Feature]
2301
2300
  attr_accessor :feature
@@ -2308,7 +2307,11 @@ module Google
2308
2307
  # @return [String]
2309
2308
  attr_accessor :feature_id
2310
2309
 
2311
- #
2310
+ # Required. The resource name of the EntityType or FeatureGroup to create a
2311
+ # Feature. Format for entity_type as parent: `projects/`project`/locations/`
2312
+ # location`/featurestores/`featurestore`/entityTypes/`entity_type`` Format for
2313
+ # feature_group as parent: `projects/`project`/locations/`location`/
2314
+ # featureGroups/`feature_group``
2312
2315
  # Corresponds to the JSON property `parent`
2313
2316
  # @return [String]
2314
2317
  attr_accessor :parent
@@ -2770,6 +2773,13 @@ module Google
2770
2773
  # @return [String]
2771
2774
  attr_accessor :network
2772
2775
 
2776
+ # The ID of the location to store protected artifacts. e.g. us-central1.
2777
+ # Populate only when the location is different than CustomJob location. List of
2778
+ # supported locations: https://cloud.google.com/vertex-ai/docs/general/locations
2779
+ # Corresponds to the JSON property `protectedArtifactLocationId`
2780
+ # @return [String]
2781
+ attr_accessor :protected_artifact_location_id
2782
+
2773
2783
  # Optional. A list of names for the reserved ip ranges under the VPC network
2774
2784
  # that can be used for this job. If set, we will deploy the job within the
2775
2785
  # provided ip ranges. Otherwise, the job will be deployed to any ip ranges under
@@ -2817,6 +2827,7 @@ module Google
2817
2827
  @experiment = args[:experiment] if args.key?(:experiment)
2818
2828
  @experiment_run = args[:experiment_run] if args.key?(:experiment_run)
2819
2829
  @network = args[:network] if args.key?(:network)
2830
+ @protected_artifact_location_id = args[:protected_artifact_location_id] if args.key?(:protected_artifact_location_id)
2820
2831
  @reserved_ip_ranges = args[:reserved_ip_ranges] if args.key?(:reserved_ip_ranges)
2821
2832
  @scheduling = args[:scheduling] if args.key?(:scheduling)
2822
2833
  @service_account = args[:service_account] if args.key?(:service_account)
@@ -5884,13 +5895,13 @@ module Google
5884
5895
  end
5885
5896
  end
5886
5897
 
5887
- # Feature Metadata information that describes an attribute of an entity type.
5888
- # For example, apple is an entity type, and color is a feature that describes
5889
- # apple.
5898
+ # Feature Metadata information. For example, color is a feature that describes
5899
+ # an apple.
5890
5900
  class GoogleCloudAiplatformV1Feature
5891
5901
  include Google::Apis::Core::Hashable
5892
5902
 
5893
- # Output only. Timestamp when this EntityType was created.
5903
+ # Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp
5904
+ # when this EntityType was created.
5894
5905
  # Corresponds to the JSON property `createTime`
5895
5906
  # @return [String]
5896
5907
  attr_accessor :create_time
@@ -5900,10 +5911,11 @@ module Google
5900
5911
  # @return [String]
5901
5912
  attr_accessor :description
5902
5913
 
5903
- # Optional. If not set, use the monitoring_config defined for the EntityType
5904
- # this Feature belongs to. Only Features with type (Feature.ValueType) BOOL,
5905
- # STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of
5906
- # data monitoring are disabled despite the config on EntityType.
5914
+ # Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set,
5915
+ # use the monitoring_config defined for the EntityType this Feature belongs to.
5916
+ # Only Features with type (Feature.ValueType) BOOL, STRING, DOUBLE or INT64 can
5917
+ # enable monitoring. If set to true, all types of data monitoring are disabled
5918
+ # despite the config on EntityType.
5907
5919
  # Corresponds to the JSON property `disableMonitoring`
5908
5920
  # @return [Boolean]
5909
5921
  attr_accessor :disable_monitoring
@@ -5926,28 +5938,31 @@ module Google
5926
5938
  # @return [Hash<String,String>]
5927
5939
  attr_accessor :labels
5928
5940
 
5929
- # Output only. The list of historical stats and anomalies with specified
5930
- # objectives.
5941
+ # Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of
5942
+ # historical stats and anomalies with specified objectives.
5931
5943
  # Corresponds to the JSON property `monitoringStatsAnomalies`
5932
5944
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureMonitoringStatsAnomaly>]
5933
5945
  attr_accessor :monitoring_stats_anomalies
5934
5946
 
5935
5947
  # Immutable. Name of the Feature. Format: `projects/`project`/locations/`
5936
5948
  # location`/featurestores/`featurestore`/entityTypes/`entity_type`/features/`
5937
- # feature`` The last part feature is assigned by the client. The feature can be
5938
- # up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-
5939
- # z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will
5940
- # be unique given an entity type.
5949
+ # feature`` `projects/`project`/locations/`location`/featureGroups/`
5950
+ # feature_group`/features/`feature`` The last part feature is assigned by the
5951
+ # client. The feature can be up to 64 characters long and can consist only of
5952
+ # ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting
5953
+ # with a letter. The value will be unique given an entity type.
5941
5954
  # Corresponds to the JSON property `name`
5942
5955
  # @return [String]
5943
5956
  attr_accessor :name
5944
5957
 
5945
- # Output only. Timestamp when this EntityType was most recently updated.
5958
+ # Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp
5959
+ # when this EntityType was most recently updated.
5946
5960
  # Corresponds to the JSON property `updateTime`
5947
5961
  # @return [String]
5948
5962
  attr_accessor :update_time
5949
5963
 
5950
- # Immutable. Type of Feature value.
5964
+ # Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of
5965
+ # Feature value.
5951
5966
  # Corresponds to the JSON property `valueType`
5952
5967
  # @return [String]
5953
5968
  attr_accessor :value_type
@@ -21347,7 +21362,7 @@ module Google
21347
21362
  end
21348
21363
  end
21349
21364
 
21350
- # A message representing a Study.
21365
+ # A message representing a Study. Next id: 12
21351
21366
  class GoogleCloudAiplatformV1Study
21352
21367
  include Google::Apis::Core::Hashable
21353
21368
 
@@ -21460,6 +21475,12 @@ module Google
21460
21475
  # @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpecParameterSpec>]
21461
21476
  attr_accessor :parameters
21462
21477
 
21478
+ # The configuration (stopping conditions) for automated stopping of a Study.
21479
+ # Conditions include trial budgets, time budgets, and convergence detection.
21480
+ # Corresponds to the JSON property `studyStoppingConfig`
21481
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpecStudyStoppingConfig]
21482
+ attr_accessor :study_stopping_config
21483
+
21463
21484
  def initialize(**args)
21464
21485
  update!(**args)
21465
21486
  end
@@ -21474,6 +21495,7 @@ module Google
21474
21495
  @metrics = args[:metrics] if args.key?(:metrics)
21475
21496
  @observation_noise = args[:observation_noise] if args.key?(:observation_noise)
21476
21497
  @parameters = args[:parameters] if args.key?(:parameters)
21498
+ @study_stopping_config = args[:study_stopping_config] if args.key?(:study_stopping_config)
21477
21499
  end
21478
21500
  end
21479
21501
 
@@ -21957,6 +21979,93 @@ module Google
21957
21979
  end
21958
21980
  end
21959
21981
 
21982
+ # The configuration (stopping conditions) for automated stopping of a Study.
21983
+ # Conditions include trial budgets, time budgets, and convergence detection.
21984
+ class GoogleCloudAiplatformV1StudySpecStudyStoppingConfig
21985
+ include Google::Apis::Core::Hashable
21986
+
21987
+ # If the objective value has not improved for this much time, stop the study.
21988
+ # WARNING: Effective only for single-objective studies.
21989
+ # Corresponds to the JSON property `maxDurationNoProgress`
21990
+ # @return [String]
21991
+ attr_accessor :max_duration_no_progress
21992
+
21993
+ # If there are more than this many trials, stop the study.
21994
+ # Corresponds to the JSON property `maxNumTrials`
21995
+ # @return [Fixnum]
21996
+ attr_accessor :max_num_trials
21997
+
21998
+ # If the objective value has not improved for this many consecutive trials, stop
21999
+ # the study. WARNING: Effective only for single-objective studies.
22000
+ # Corresponds to the JSON property `maxNumTrialsNoProgress`
22001
+ # @return [Fixnum]
22002
+ attr_accessor :max_num_trials_no_progress
22003
+
22004
+ # Time-based Constraint for Study
22005
+ # Corresponds to the JSON property `maximumRuntimeConstraint`
22006
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudyTimeConstraint]
22007
+ attr_accessor :maximum_runtime_constraint
22008
+
22009
+ # If there are fewer than this many COMPLETED trials, do not stop the study.
22010
+ # Corresponds to the JSON property `minNumTrials`
22011
+ # @return [Fixnum]
22012
+ attr_accessor :min_num_trials
22013
+
22014
+ # Time-based Constraint for Study
22015
+ # Corresponds to the JSON property `minimumRuntimeConstraint`
22016
+ # @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudyTimeConstraint]
22017
+ attr_accessor :minimum_runtime_constraint
22018
+
22019
+ # If true, a Study enters STOPPING_ASAP whenever it would normally enters
22020
+ # STOPPING state. The bottom line is: set to true if you want to interrupt on-
22021
+ # going evaluations of Trials as soon as the study stopping condition is met. (
22022
+ # Please see Study.State documentation for the source of truth).
22023
+ # Corresponds to the JSON property `shouldStopAsap`
22024
+ # @return [Boolean]
22025
+ attr_accessor :should_stop_asap
22026
+ alias_method :should_stop_asap?, :should_stop_asap
22027
+
22028
+ def initialize(**args)
22029
+ update!(**args)
22030
+ end
22031
+
22032
+ # Update properties of this object
22033
+ def update!(**args)
22034
+ @max_duration_no_progress = args[:max_duration_no_progress] if args.key?(:max_duration_no_progress)
22035
+ @max_num_trials = args[:max_num_trials] if args.key?(:max_num_trials)
22036
+ @max_num_trials_no_progress = args[:max_num_trials_no_progress] if args.key?(:max_num_trials_no_progress)
22037
+ @maximum_runtime_constraint = args[:maximum_runtime_constraint] if args.key?(:maximum_runtime_constraint)
22038
+ @min_num_trials = args[:min_num_trials] if args.key?(:min_num_trials)
22039
+ @minimum_runtime_constraint = args[:minimum_runtime_constraint] if args.key?(:minimum_runtime_constraint)
22040
+ @should_stop_asap = args[:should_stop_asap] if args.key?(:should_stop_asap)
22041
+ end
22042
+ end
22043
+
22044
+ # Time-based Constraint for Study
22045
+ class GoogleCloudAiplatformV1StudyTimeConstraint
22046
+ include Google::Apis::Core::Hashable
22047
+
22048
+ # Compares the wallclock time to this time. Must use UTC timezone.
22049
+ # Corresponds to the JSON property `endTime`
22050
+ # @return [String]
22051
+ attr_accessor :end_time
22052
+
22053
+ # Counts the wallclock time passed since the creation of this Study.
22054
+ # Corresponds to the JSON property `maxDuration`
22055
+ # @return [String]
22056
+ attr_accessor :max_duration
22057
+
22058
+ def initialize(**args)
22059
+ update!(**args)
22060
+ end
22061
+
22062
+ # Update properties of this object
22063
+ def update!(**args)
22064
+ @end_time = args[:end_time] if args.key?(:end_time)
22065
+ @max_duration = args[:max_duration] if args.key?(:max_duration)
22066
+ end
22067
+ end
22068
+
21960
22069
  # Details of operations that perform Trials suggestion.
21961
22070
  class GoogleCloudAiplatformV1SuggestTrialsMetadata
21962
22071
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AiplatformV1
18
18
  # Version of the google-apis-aiplatform_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.5.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 = "20231002"
25
+ REVISION = "20231023"
26
26
  end
27
27
  end
28
28
  end
@@ -3604,6 +3604,18 @@ module Google
3604
3604
  include Google::Apis::Core::JsonObjectSupport
3605
3605
  end
3606
3606
 
3607
+ class GoogleCloudAiplatformV1StudySpecStudyStoppingConfig
3608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3609
+
3610
+ include Google::Apis::Core::JsonObjectSupport
3611
+ end
3612
+
3613
+ class GoogleCloudAiplatformV1StudyTimeConstraint
3614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3615
+
3616
+ include Google::Apis::Core::JsonObjectSupport
3617
+ end
3618
+
3607
3619
  class GoogleCloudAiplatformV1SuggestTrialsMetadata
3608
3620
  class Representation < Google::Apis::Core::JsonRepresentation; end
3609
3621
 
@@ -4814,6 +4826,7 @@ module Google
4814
4826
  property :experiment, as: 'experiment'
4815
4827
  property :experiment_run, as: 'experimentRun'
4816
4828
  property :network, as: 'network'
4829
+ property :protected_artifact_location_id, as: 'protectedArtifactLocationId'
4817
4830
  collection :reserved_ip_ranges, as: 'reservedIpRanges'
4818
4831
  property :scheduling, as: 'scheduling', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Scheduling, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Scheduling::Representation
4819
4832
 
@@ -9865,6 +9878,8 @@ module Google
9865
9878
  property :observation_noise, as: 'observationNoise'
9866
9879
  collection :parameters, as: 'parameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpecParameterSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpecParameterSpec::Representation
9867
9880
 
9881
+ property :study_stopping_config, as: 'studyStoppingConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpecStudyStoppingConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudySpecStudyStoppingConfig::Representation
9882
+
9868
9883
  end
9869
9884
  end
9870
9885
 
@@ -9999,6 +10014,29 @@ module Google
9999
10014
  end
10000
10015
  end
10001
10016
 
10017
+ class GoogleCloudAiplatformV1StudySpecStudyStoppingConfig
10018
+ # @private
10019
+ class Representation < Google::Apis::Core::JsonRepresentation
10020
+ property :max_duration_no_progress, as: 'maxDurationNoProgress'
10021
+ property :max_num_trials, as: 'maxNumTrials'
10022
+ property :max_num_trials_no_progress, as: 'maxNumTrialsNoProgress'
10023
+ property :maximum_runtime_constraint, as: 'maximumRuntimeConstraint', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudyTimeConstraint, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudyTimeConstraint::Representation
10024
+
10025
+ property :min_num_trials, as: 'minNumTrials'
10026
+ property :minimum_runtime_constraint, as: 'minimumRuntimeConstraint', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudyTimeConstraint, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1StudyTimeConstraint::Representation
10027
+
10028
+ property :should_stop_asap, as: 'shouldStopAsap'
10029
+ end
10030
+ end
10031
+
10032
+ class GoogleCloudAiplatformV1StudyTimeConstraint
10033
+ # @private
10034
+ class Representation < Google::Apis::Core::JsonRepresentation
10035
+ property :end_time, as: 'endTime'
10036
+ property :max_duration, as: 'maxDuration'
10037
+ end
10038
+ end
10039
+
10002
10040
  class GoogleCloudAiplatformV1SuggestTrialsMetadata
10003
10041
  # @private
10004
10042
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4593,6 +4593,11 @@ module Google
4593
4593
 
4594
4594
  # Creates a new Feature in a given EntityType.
4595
4595
  # @param [String] parent
4596
+ # Required. The resource name of the EntityType or FeatureGroup to create a
4597
+ # Feature. Format for entity_type as parent: `projects/`project`/locations/`
4598
+ # location`/featurestores/`featurestore`/entityTypes/`entity_type`` Format for
4599
+ # feature_group as parent: `projects/`project`/locations/`location`/
4600
+ # featureGroups/`feature_group``
4596
4601
  # @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Feature] google_cloud_aiplatform_v1_feature_object
4597
4602
  # @param [String] feature_id
4598
4603
  # Required. The ID to use for the Feature, which will become the final component
@@ -4664,9 +4669,10 @@ module Google
4664
4669
 
4665
4670
  # Gets details of a single Feature.
4666
4671
  # @param [String] name
4667
- # Required. The name of the Feature resource. Format: `projects/`project`/
4668
- # locations/`location`/featurestores/`featurestore`/entityTypes/`entity_type`` `
4669
- # projects/`project`/locations/`location`/featureGroups/`feature_group``
4672
+ # Required. The name of the Feature resource. Format for entity_type as parent: `
4673
+ # projects/`project`/locations/`location`/featurestores/`featurestore`/
4674
+ # entityTypes/`entity_type`` Format for feature_group as parent: `projects/`
4675
+ # project`/locations/`location`/featureGroups/`feature_group``
4670
4676
  # @param [String] fields
4671
4677
  # Selector specifying which fields to include in a partial response.
4672
4678
  # @param [String] quota_user
@@ -4696,10 +4702,10 @@ module Google
4696
4702
 
4697
4703
  # Lists Features in a given EntityType.
4698
4704
  # @param [String] parent
4699
- # Required. The resource name of the Location to list Features. Format: `
4700
- # projects/`project`/locations/`location`/featurestores/`featurestore`/
4701
- # entityTypes/`entity_type`` `projects/`project`/locations/`location`/
4702
- # featureGroups/`feature_group``
4705
+ # Required. The resource name of the Location to list Features. Format for
4706
+ # entity_type as parent: `projects/`project`/locations/`location`/featurestores/`
4707
+ # featurestore`/entityTypes/`entity_type`` Format for feature_group as parent: `
4708
+ # projects/`project`/locations/`location`/featureGroups/`feature_group``
4703
4709
  # @param [String] filter
4704
4710
  # Lists the Features that match the filter expression. The following filters are
4705
4711
  # supported: * `value_type`: Supports = and != comparisons. * `create_time`:
@@ -4713,9 +4719,10 @@ module Google
4713
4719
  # Features having both (active: yes) and (env: prod) labels. * `labels.env: *` --
4714
4720
  # > Any Feature which has a label with 'env' as the key.
4715
4721
  # @param [Fixnum] latest_stats_count
4716
- # If set, return the most recent ListFeaturesRequest.latest_stats_count of stats
4717
- # for each Feature in response. Valid value is [0, 10]. If number of stats
4718
- # exists < ListFeaturesRequest.latest_stats_count, return all existing stats.
4722
+ # Only applicable for Vertex AI Feature Store (Legacy). If set, return the most
4723
+ # recent ListFeaturesRequest.latest_stats_count of stats for each Feature in
4724
+ # response. Valid value is [0, 10]. If number of stats exists <
4725
+ # ListFeaturesRequest.latest_stats_count, return all existing stats.
4719
4726
  # @param [String] order_by
4720
4727
  # A comma-separated list of fields to order by, sorted in ascending order. Use "
4721
4728
  # desc" after a field name for descending. Supported fields: * `feature_id` * `
@@ -4726,10 +4733,11 @@ module Google
4726
4733
  # this value. If unspecified, at most 1000 Features will be returned. The
4727
4734
  # maximum value is 1000; any value greater than 1000 will be coerced to 1000.
4728
4735
  # @param [String] page_token
4729
- # A page token, received from a previous FeaturestoreService.ListFeatures call.
4730
- # Provide this to retrieve the subsequent page. When paginating, all other
4731
- # parameters provided to FeaturestoreService.ListFeatures must match the call
4732
- # that provided the page token.
4736
+ # A page token, received from a previous FeaturestoreService.ListFeatures call
4737
+ # or FeatureRegistryService.ListFeatures call. Provide this to retrieve the
4738
+ # subsequent page. When paginating, all other parameters provided to
4739
+ # FeaturestoreService.ListFeatures or or FeatureRegistryService.ListFeatures
4740
+ # must match the call that provided the page token.
4733
4741
  # @param [String] read_mask
4734
4742
  # Mask specifying which fields to read.
4735
4743
  # @param [String] fields
@@ -4769,10 +4777,11 @@ module Google
4769
4777
  # @param [String] name
4770
4778
  # Immutable. Name of the Feature. Format: `projects/`project`/locations/`
4771
4779
  # location`/featurestores/`featurestore`/entityTypes/`entity_type`/features/`
4772
- # feature`` The last part feature is assigned by the client. The feature can be
4773
- # up to 64 characters long and can consist only of ASCII Latin letters A-Z and a-
4774
- # z, underscore(_), and ASCII digits 0-9 starting with a letter. The value will
4775
- # be unique given an entity type.
4780
+ # feature`` `projects/`project`/locations/`location`/featureGroups/`
4781
+ # feature_group`/features/`feature`` The last part feature is assigned by the
4782
+ # client. The feature can be up to 64 characters long and can consist only of
4783
+ # ASCII Latin letters A-Z and a-z, underscore(_), and ASCII digits 0-9 starting
4784
+ # with a letter. The value will be unique given an entity type.
4776
4785
  # @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Feature] google_cloud_aiplatform_v1_feature_object
4777
4786
  # @param [String] update_mask
4778
4787
  # Field mask is used to specify the fields to be overwritten in the Features
@@ -4781,7 +4790,7 @@ module Google
4781
4790
  # the mask. If the user does not provide a mask then only the non-empty fields
4782
4791
  # present in the request will be overwritten. Set the update_mask to `*` to
4783
4792
  # override all fields. Updatable fields: * `description` * `labels` * `
4784
- # disable_monitoring`
4793
+ # disable_monitoring` (Not supported for FeatureRegistry Feature)
4785
4794
  # @param [String] fields
4786
4795
  # Selector specifying which fields to include in a partial response.
4787
4796
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.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-10-15 00:00:00.000000000 Z
11
+ date: 2023-10-29 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
63
63
  post_install_message:
64
64
  rdoc_options: []