google-apis-language_v1beta2 0.23.0 → 0.24.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: 42a2949985bf227a1b38c8217385153ea654f05ceb6d7e5fe90c5a144c64c00c
4
- data.tar.gz: 2457156d1c55565100f94e608553382754e19e1aecdd2f27d26ea6a04b326e6e
3
+ metadata.gz: aed08b7a89390854b764efa35fc8856a0b9e3f8e853f148132f1ee92441e9a33
4
+ data.tar.gz: eddf7dcd2f4a98a5667cf15111f7388ac07e0beb7420e5aeba2c2ec6566285d5
5
5
  SHA512:
6
- metadata.gz: 7cb1306c33b4a9e9c576b13f83bcaacb82991697f1b3b363e6ee449d3171df54247aa935ec53a614c7f020acdb8605ad9e570dae6daa214a15427f03835f6f2a
7
- data.tar.gz: fa722bb5f857faf89c57a64b40b3bbe8477b6e767e1692b08043b466f9650613012e8c59b128db5a821e89289c5ed5378714ee40badea2bafa57fd8221e456a1
6
+ metadata.gz: 77f55288fdb59234448e6ed8f1f358c3fba19bc3e3e9af650f5e44615bf634cb5d33e78268f20b52d0e1f6178093524b6558ef0249cfb4331edcad9886aea22c
7
+ data.tar.gz: b250e2febce803dc7b8b16c4a4c2415a9ca254c730ec25c6d1667bcb2f8bfb92f592a318823d75d28eb51ff6b9f5b41b66c3f2055a4522e0c7c894577500eda6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-language_v1beta2
2
2
 
3
+ ### v0.24.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241110
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.23.0 (2024-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20240303
@@ -157,7 +157,6 @@ module Google
157
157
  include Google::Apis::Core::Hashable
158
158
 
159
159
  # Represents the feeling associated with the entire text or entities in the text.
160
- # Next ID: 6
161
160
  # Corresponds to the JSON property `documentSentiment`
162
161
  # @return [Google::Apis::LanguageV1beta2::Sentiment]
163
162
  attr_accessor :document_sentiment
@@ -260,7 +259,7 @@ module Google
260
259
  attr_accessor :encoding_type
261
260
 
262
261
  # All available features for sentiment, syntax, and semantic analysis. Setting
263
- # each one to true will enable that specific analysis for the input. Next ID: 12
262
+ # each one to true will enable that specific analysis for the input.
264
263
  # Corresponds to the JSON property `features`
265
264
  # @return [Google::Apis::LanguageV1beta2::AnnotateTextRequestFeatures]
266
265
  attr_accessor :features
@@ -278,7 +277,7 @@ module Google
278
277
  end
279
278
 
280
279
  # All available features for sentiment, syntax, and semantic analysis. Setting
281
- # each one to true will enable that specific analysis for the input. Next ID: 12
280
+ # each one to true will enable that specific analysis for the input.
282
281
  class AnnotateTextRequestFeatures
283
282
  include Google::Apis::Core::Hashable
284
283
 
@@ -351,7 +350,6 @@ module Google
351
350
  attr_accessor :categories
352
351
 
353
352
  # Represents the feeling associated with the entire text or entities in the text.
354
- # Next ID: 6
355
353
  # Corresponds to the JSON property `documentSentiment`
356
354
  # @return [Google::Apis::LanguageV1beta2::Sentiment]
357
355
  attr_accessor :document_sentiment
@@ -812,7 +810,6 @@ module Google
812
810
  attr_accessor :salience
813
811
 
814
812
  # Represents the feeling associated with the entire text or entities in the text.
815
- # Next ID: 6
816
813
  # Corresponds to the JSON property `sentiment`
817
814
  # @return [Google::Apis::LanguageV1beta2::Sentiment]
818
815
  attr_accessor :sentiment
@@ -843,7 +840,6 @@ module Google
843
840
  include Google::Apis::Core::Hashable
844
841
 
845
842
  # Represents the feeling associated with the entire text or entities in the text.
846
- # Next ID: 6
847
843
  # Corresponds to the JSON property `sentiment`
848
844
  # @return [Google::Apis::LanguageV1beta2::Sentiment]
849
845
  attr_accessor :sentiment
@@ -910,7 +906,7 @@ module Google
910
906
  end
911
907
  end
912
908
 
913
- # Infra Usage of billing metrics. Next ID: 6
909
+ # Infra Usage of billing metrics.
914
910
  class InfraUsage
915
911
  include Google::Apis::Core::Hashable
916
912
 
@@ -1128,7 +1124,6 @@ module Google
1128
1124
  include Google::Apis::Core::Hashable
1129
1125
 
1130
1126
  # Represents the feeling associated with the entire text or entities in the text.
1131
- # Next ID: 6
1132
1127
  # Corresponds to the JSON property `sentiment`
1133
1128
  # @return [Google::Apis::LanguageV1beta2::Sentiment]
1134
1129
  attr_accessor :sentiment
@@ -1150,11 +1145,10 @@ module Google
1150
1145
  end
1151
1146
 
1152
1147
  # Represents the feeling associated with the entire text or entities in the text.
1153
- # Next ID: 6
1154
1148
  class Sentiment
1155
1149
  include Google::Apis::Core::Hashable
1156
1150
 
1157
- # A non-negative number in the [0, +inf) range, which represents the absolute
1151
+ # A non-negative number in the [0, +inf] range, which represents the absolute
1158
1152
  # magnitude of sentiment regardless of score (positive or negative).
1159
1153
  # Corresponds to the JSON property `magnitude`
1160
1154
  # @return [Float]
@@ -1670,8 +1664,7 @@ module Google
1670
1664
  # @return [String]
1671
1665
  attr_accessor :display_name
1672
1666
 
1673
- # =========================================================================== #
1674
- # The fields below are used exclusively for Forecasting.
1667
+ #
1675
1668
  # Corresponds to the JSON property `forecastingMetadata`
1676
1669
  # @return [Google::Apis::LanguageV1beta2::XpsColumnSpecForecastingMetadata]
1677
1670
  attr_accessor :forecasting_metadata
@@ -1724,8 +1717,7 @@ module Google
1724
1717
  end
1725
1718
  end
1726
1719
 
1727
- # =========================================================================== #
1728
- # The fields below are used exclusively for Forecasting.
1720
+ #
1729
1721
  class XpsColumnSpecForecastingMetadata
1730
1722
  include Google::Apis::Core::Hashable
1731
1723
 
@@ -2323,7 +2315,8 @@ module Google
2323
2315
  # @return [Array<Google::Apis::LanguageV1beta2::XpsEvaluationMetrics>]
2324
2316
  attr_accessor :evaluation_metrics
2325
2317
 
2326
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2318
+ # Spec of input and output files, on external file systems (for example,
2319
+ # Colossus Namespace System or Google Cloud Storage).
2327
2320
  # Corresponds to the JSON property `fileSpec`
2328
2321
  # @return [Google::Apis::LanguageV1beta2::XpsFileSpec]
2329
2322
  attr_accessor :file_spec
@@ -2349,7 +2342,8 @@ module Google
2349
2342
  class XpsExampleSet
2350
2343
  include Google::Apis::Core::Hashable
2351
2344
 
2352
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2345
+ # Spec of input and output files, on external file systems (for example,
2346
+ # Colossus Namespace System or Google Cloud Storage).
2353
2347
  # Corresponds to the JSON property `fileSpec`
2354
2348
  # @return [Google::Apis::LanguageV1beta2::XpsFileSpec]
2355
2349
  attr_accessor :file_spec
@@ -2410,14 +2404,14 @@ module Google
2410
2404
  attr_accessor :export_firebase_auxiliary_info
2411
2405
  alias_method :export_firebase_auxiliary_info?, :export_firebase_auxiliary_info
2412
2406
 
2413
- # The Google Contained Registry (GCR) path the exported files to be pushed to.
2414
- # This location is set if the exported format is DOCKDER.
2407
+ # The Google Contained Registry path the exported files to be pushed to. This
2408
+ # location is set if the exported format is DOCKDER.
2415
2409
  # Corresponds to the JSON property `outputGcrUri`
2416
2410
  # @return [String]
2417
2411
  attr_accessor :output_gcr_uri
2418
2412
 
2419
- # The Google Cloud Storage (GCS) directory where XPS will output the exported
2420
- # models and related files. Format: gs://bucket/directory
2413
+ # The Google Cloud Storage directory where XPS will output the exported models
2414
+ # and related files. Format: gs://bucket/directory
2421
2415
  # Corresponds to the JSON property `outputGcsUri`
2422
2416
  # @return [String]
2423
2417
  attr_accessor :output_gcs_uri
@@ -2457,7 +2451,8 @@ module Google
2457
2451
  end
2458
2452
  end
2459
2453
 
2460
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2454
+ # Spec of input and output files, on external file systems (for example,
2455
+ # Colossus Namespace System or Google Cloud Storage).
2461
2456
  class XpsFileSpec
2462
2457
  include Google::Apis::Core::Hashable
2463
2458
 
@@ -2654,8 +2649,8 @@ module Google
2654
2649
  include Google::Apis::Core::Hashable
2655
2650
 
2656
2651
  # Contains the model format and internal location of the model files to be
2657
- # exported/downloaded. Use the GCS bucket name which is provided via
2658
- # TrainRequest.gcs_bucket_name to store the model files.
2652
+ # exported/downloaded. Use the Google Cloud Storage bucket name which is
2653
+ # provided via TrainRequest.gcs_bucket_name to store the model files.
2659
2654
  # Corresponds to the JSON property `exportModelOutputConfig`
2660
2655
  # @return [Array<Google::Apis::LanguageV1beta2::XpsExportModelOutputConfig>]
2661
2656
  attr_accessor :export_model_output_config
@@ -2685,7 +2680,7 @@ module Google
2685
2680
  # @return [Array<Google::Apis::LanguageV1beta2::XpsModelArtifactItem>]
2686
2681
  attr_accessor :export_artifact
2687
2682
 
2688
- # GCS uri of decoded labels file for model export 'dict.txt'.
2683
+ # Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
2689
2684
  # Corresponds to the JSON property `labelGcsUri`
2690
2685
  # @return [String]
2691
2686
  attr_accessor :label_gcs_uri
@@ -2695,13 +2690,13 @@ module Google
2695
2690
  # @return [Google::Apis::LanguageV1beta2::XpsModelArtifactItem]
2696
2691
  attr_accessor :serving_artifact
2697
2692
 
2698
- # GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'
2699
- # Deprecated.
2693
+ # Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-
2694
+ # shardXofX.bin'. Deprecated.
2700
2695
  # Corresponds to the JSON property `tfJsBinaryGcsPrefix`
2701
2696
  # @return [String]
2702
2697
  attr_accessor :tf_js_binary_gcs_prefix
2703
2698
 
2704
- # GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
2699
+ # Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
2705
2700
  # Corresponds to the JSON property `tfLiteMetadataGcsUri`
2706
2701
  # @return [String]
2707
2702
  attr_accessor :tf_lite_metadata_gcs_uri
@@ -3116,7 +3111,7 @@ module Google
3116
3111
  # @return [String]
3117
3112
  attr_accessor :artifact_format
3118
3113
 
3119
- # The Google Cloud Storage (GCS) uri that stores the model binary files.
3114
+ # The Google Cloud Storage URI that stores the model binary files.
3120
3115
  # Corresponds to the JSON property `gcsUri`
3121
3116
  # @return [String]
3122
3117
  attr_accessor :gcs_uri
@@ -3132,7 +3127,7 @@ module Google
3132
3127
  end
3133
3128
  end
3134
3129
 
3135
- # Next ID: 8
3130
+ #
3136
3131
  class XpsPreprocessResponse
3137
3132
  include Google::Apis::Core::Hashable
3138
3133
 
@@ -3376,7 +3371,7 @@ module Google
3376
3371
  end
3377
3372
 
3378
3373
  # Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is
3379
- # deprecated, see b/288407203 for context.
3374
+ # deprecated.
3380
3375
  class XpsResponseExplanationSpec
3381
3376
  include Google::Apis::Core::Hashable
3382
3377
 
@@ -3986,7 +3981,7 @@ module Google
3986
3981
  end
3987
3982
  end
3988
3983
 
3989
- # Metadata for a dataset used for AutoML Tables. Next ID: 6
3984
+ # Metadata for a dataset used for AutoML Tables.
3990
3985
  class XpsTablesDatasetMetadata
3991
3986
  include Google::Apis::Core::Hashable
3992
3987
 
@@ -4167,7 +4162,7 @@ module Google
4167
4162
  class XpsTablesPreprocessResponse
4168
4163
  include Google::Apis::Core::Hashable
4169
4164
 
4170
- # Metadata for a dataset used for AutoML Tables. Next ID: 6
4165
+ # Metadata for a dataset used for AutoML Tables.
4171
4166
  # Corresponds to the JSON property `tablesDatasetMetadata`
4172
4167
  # @return [Google::Apis::LanguageV1beta2::XpsTablesDatasetMetadata]
4173
4168
  attr_accessor :tables_dataset_metadata
@@ -4326,7 +4321,7 @@ module Google
4326
4321
  end
4327
4322
  end
4328
4323
 
4329
- # Component model. Next ID: 10
4324
+ # Component model.
4330
4325
  class XpsTextComponentModel
4331
4326
  include Google::Apis::Core::Hashable
4332
4327
 
@@ -4722,7 +4717,7 @@ module Google
4722
4717
  end
4723
4718
  end
4724
4719
 
4725
- # Next ID: 18
4720
+ #
4726
4721
  class XpsTrainResponse
4727
4722
  include Google::Apis::Core::Hashable
4728
4723
 
@@ -5147,8 +5142,8 @@ module Google
5147
5142
  include Google::Apis::Core::Hashable
5148
5143
 
5149
5144
  # Contains the model format and internal location of the model files to be
5150
- # exported/downloaded. Use the GCS bucket name which is provided via
5151
- # TrainRequest.gcs_bucket_name to store the model files.
5145
+ # exported/downloaded. Use the Google Cloud Storage bucket name which is
5146
+ # provided via TrainRequest.gcs_bucket_name to store the model files.
5152
5147
  # Corresponds to the JSON property `exportModelOutputConfig`
5153
5148
  # @return [Array<Google::Apis::LanguageV1beta2::XpsExportModelOutputConfig>]
5154
5149
  attr_accessor :export_model_output_config
@@ -5350,7 +5345,7 @@ module Google
5350
5345
  class XpsVisionTrainingOperationMetadata
5351
5346
  include Google::Apis::Core::Hashable
5352
5347
 
5353
- # Infra Usage of billing metrics. Next ID: 6
5348
+ # Infra Usage of billing metrics.
5354
5349
  # Corresponds to the JSON property `explanationUsage`
5355
5350
  # @return [Google::Apis::LanguageV1beta2::InfraUsage]
5356
5351
  attr_accessor :explanation_usage
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LanguageV1beta2
18
18
  # Version of the google-apis-language_v1beta2 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240303"
25
+ REVISION = "20241110"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-language_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-language_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1beta2/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Natural Language API V1beta2