google-apis-language_v2 0.7.0 → 0.8.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: dbee8b2042caa8bd6cadb0038a8433dbc105058b907d40a15914859c6f99afed
4
- data.tar.gz: 98954f6e50fdbd7fed967693d2231b38c3bf2464e70ea700d3c2ae8631e9166b
3
+ metadata.gz: 7ee495f3722160241ad2963a5b07bae6d1d3f996617c932bcb4cfb46f785a3f6
4
+ data.tar.gz: 5f76f2a19b3f65c96ef00c3f813293ba077850e407a57c349577dff04c215548
5
5
  SHA512:
6
- metadata.gz: 8856775c44fe07895f29ea8e68ed354980e36112985a473a6471910b6565cfb8923209f18c080f204ff0370aa6117e6d8c1919458a0b137e9836666afb5cdee2
7
- data.tar.gz: c99db79127e0242625b56d9afe38de7873e813a854808f18ba72b9cbac449e510ec575a1ecb8c5e75c239d2ab35cea2284c7f74e2eb4ef0d3b1a6c9dc8556fb9
6
+ metadata.gz: 8bffdfc889ee8074144a6162c9399ecb67da02eccbedd2db1d01e93bb7f657ce664c1324f9b3a6be114ab2ed9e413edb82661f8735ae77bd52ac4d47d539ba04
7
+ data.tar.gz: 69d578634191a1892b5aa6d5d54936436e6a2cc2cf509f6082dcf322659802c84dd968649939bfdd9a2a7071518869c66cbc367454c79eafde882966d43d151c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-language_v2
2
2
 
3
+ ### v0.8.0 (2024-11-10)
4
+
5
+ * Regenerated from discovery document revision 20241103
6
+
3
7
  ### v0.7.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20240929
@@ -706,7 +706,7 @@ module Google
706
706
  end
707
707
  end
708
708
 
709
- # Infra Usage of billing metrics. Next ID: 6
709
+ # Infra Usage of billing metrics.
710
710
  class InfraUsage
711
711
  include Google::Apis::Core::Hashable
712
712
 
@@ -885,7 +885,7 @@ module Google
885
885
  class Sentiment
886
886
  include Google::Apis::Core::Hashable
887
887
 
888
- # A non-negative number in the [0, +inf) range, which represents the absolute
888
+ # A non-negative number in the [0, +inf] range, which represents the absolute
889
889
  # magnitude of sentiment regardless of score (positive or negative).
890
890
  # Corresponds to the JSON property `magnitude`
891
891
  # @return [Float]
@@ -1364,8 +1364,7 @@ module Google
1364
1364
  # @return [String]
1365
1365
  attr_accessor :display_name
1366
1366
 
1367
- # =========================================================================== #
1368
- # The fields below are used exclusively for Forecasting.
1367
+ #
1369
1368
  # Corresponds to the JSON property `forecastingMetadata`
1370
1369
  # @return [Google::Apis::LanguageV2::XpsColumnSpecForecastingMetadata]
1371
1370
  attr_accessor :forecasting_metadata
@@ -1418,8 +1417,7 @@ module Google
1418
1417
  end
1419
1418
  end
1420
1419
 
1421
- # =========================================================================== #
1422
- # The fields below are used exclusively for Forecasting.
1420
+ #
1423
1421
  class XpsColumnSpecForecastingMetadata
1424
1422
  include Google::Apis::Core::Hashable
1425
1423
 
@@ -2017,7 +2015,8 @@ module Google
2017
2015
  # @return [Array<Google::Apis::LanguageV2::XpsEvaluationMetrics>]
2018
2016
  attr_accessor :evaluation_metrics
2019
2017
 
2020
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2018
+ # Spec of input and output files, on external file systems (for example,
2019
+ # Colossus Namespace System or Google Cloud Storage).
2021
2020
  # Corresponds to the JSON property `fileSpec`
2022
2021
  # @return [Google::Apis::LanguageV2::XpsFileSpec]
2023
2022
  attr_accessor :file_spec
@@ -2043,7 +2042,8 @@ module Google
2043
2042
  class XpsExampleSet
2044
2043
  include Google::Apis::Core::Hashable
2045
2044
 
2046
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2045
+ # Spec of input and output files, on external file systems (for example,
2046
+ # Colossus Namespace System or Google Cloud Storage).
2047
2047
  # Corresponds to the JSON property `fileSpec`
2048
2048
  # @return [Google::Apis::LanguageV2::XpsFileSpec]
2049
2049
  attr_accessor :file_spec
@@ -2104,14 +2104,14 @@ module Google
2104
2104
  attr_accessor :export_firebase_auxiliary_info
2105
2105
  alias_method :export_firebase_auxiliary_info?, :export_firebase_auxiliary_info
2106
2106
 
2107
- # The Google Contained Registry (GCR) path the exported files to be pushed to.
2108
- # This location is set if the exported format is DOCKDER.
2107
+ # The Google Contained Registry path the exported files to be pushed to. This
2108
+ # location is set if the exported format is DOCKDER.
2109
2109
  # Corresponds to the JSON property `outputGcrUri`
2110
2110
  # @return [String]
2111
2111
  attr_accessor :output_gcr_uri
2112
2112
 
2113
- # The Google Cloud Storage (GCS) directory where XPS will output the exported
2114
- # models and related files. Format: gs://bucket/directory
2113
+ # The Google Cloud Storage directory where XPS will output the exported models
2114
+ # and related files. Format: gs://bucket/directory
2115
2115
  # Corresponds to the JSON property `outputGcsUri`
2116
2116
  # @return [String]
2117
2117
  attr_accessor :output_gcs_uri
@@ -2151,7 +2151,8 @@ module Google
2151
2151
  end
2152
2152
  end
2153
2153
 
2154
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2154
+ # Spec of input and output files, on external file systems (for example,
2155
+ # Colossus Namespace System or Google Cloud Storage).
2155
2156
  class XpsFileSpec
2156
2157
  include Google::Apis::Core::Hashable
2157
2158
 
@@ -2348,8 +2349,8 @@ module Google
2348
2349
  include Google::Apis::Core::Hashable
2349
2350
 
2350
2351
  # Contains the model format and internal location of the model files to be
2351
- # exported/downloaded. Use the GCS bucket name which is provided via
2352
- # TrainRequest.gcs_bucket_name to store the model files.
2352
+ # exported/downloaded. Use the Google Cloud Storage bucket name which is
2353
+ # provided via TrainRequest.gcs_bucket_name to store the model files.
2353
2354
  # Corresponds to the JSON property `exportModelOutputConfig`
2354
2355
  # @return [Array<Google::Apis::LanguageV2::XpsExportModelOutputConfig>]
2355
2356
  attr_accessor :export_model_output_config
@@ -2379,7 +2380,7 @@ module Google
2379
2380
  # @return [Array<Google::Apis::LanguageV2::XpsModelArtifactItem>]
2380
2381
  attr_accessor :export_artifact
2381
2382
 
2382
- # GCS uri of decoded labels file for model export 'dict.txt'.
2383
+ # Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
2383
2384
  # Corresponds to the JSON property `labelGcsUri`
2384
2385
  # @return [String]
2385
2386
  attr_accessor :label_gcs_uri
@@ -2389,13 +2390,13 @@ module Google
2389
2390
  # @return [Google::Apis::LanguageV2::XpsModelArtifactItem]
2390
2391
  attr_accessor :serving_artifact
2391
2392
 
2392
- # GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'
2393
- # Deprecated.
2393
+ # Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-
2394
+ # shardXofX.bin'. Deprecated.
2394
2395
  # Corresponds to the JSON property `tfJsBinaryGcsPrefix`
2395
2396
  # @return [String]
2396
2397
  attr_accessor :tf_js_binary_gcs_prefix
2397
2398
 
2398
- # GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
2399
+ # Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
2399
2400
  # Corresponds to the JSON property `tfLiteMetadataGcsUri`
2400
2401
  # @return [String]
2401
2402
  attr_accessor :tf_lite_metadata_gcs_uri
@@ -2810,7 +2811,7 @@ module Google
2810
2811
  # @return [String]
2811
2812
  attr_accessor :artifact_format
2812
2813
 
2813
- # The Google Cloud Storage (GCS) uri that stores the model binary files.
2814
+ # The Google Cloud Storage URI that stores the model binary files.
2814
2815
  # Corresponds to the JSON property `gcsUri`
2815
2816
  # @return [String]
2816
2817
  attr_accessor :gcs_uri
@@ -2826,7 +2827,7 @@ module Google
2826
2827
  end
2827
2828
  end
2828
2829
 
2829
- # Next ID: 8
2830
+ #
2830
2831
  class XpsPreprocessResponse
2831
2832
  include Google::Apis::Core::Hashable
2832
2833
 
@@ -3070,7 +3071,7 @@ module Google
3070
3071
  end
3071
3072
 
3072
3073
  # Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is
3073
- # deprecated, see b/288407203 for context.
3074
+ # deprecated.
3074
3075
  class XpsResponseExplanationSpec
3075
3076
  include Google::Apis::Core::Hashable
3076
3077
 
@@ -3680,7 +3681,7 @@ module Google
3680
3681
  end
3681
3682
  end
3682
3683
 
3683
- # Metadata for a dataset used for AutoML Tables. Next ID: 6
3684
+ # Metadata for a dataset used for AutoML Tables.
3684
3685
  class XpsTablesDatasetMetadata
3685
3686
  include Google::Apis::Core::Hashable
3686
3687
 
@@ -3861,7 +3862,7 @@ module Google
3861
3862
  class XpsTablesPreprocessResponse
3862
3863
  include Google::Apis::Core::Hashable
3863
3864
 
3864
- # Metadata for a dataset used for AutoML Tables. Next ID: 6
3865
+ # Metadata for a dataset used for AutoML Tables.
3865
3866
  # Corresponds to the JSON property `tablesDatasetMetadata`
3866
3867
  # @return [Google::Apis::LanguageV2::XpsTablesDatasetMetadata]
3867
3868
  attr_accessor :tables_dataset_metadata
@@ -4020,7 +4021,7 @@ module Google
4020
4021
  end
4021
4022
  end
4022
4023
 
4023
- # Component model. Next ID: 10
4024
+ # Component model.
4024
4025
  class XpsTextComponentModel
4025
4026
  include Google::Apis::Core::Hashable
4026
4027
 
@@ -4416,7 +4417,7 @@ module Google
4416
4417
  end
4417
4418
  end
4418
4419
 
4419
- # Next ID: 18
4420
+ #
4420
4421
  class XpsTrainResponse
4421
4422
  include Google::Apis::Core::Hashable
4422
4423
 
@@ -4841,8 +4842,8 @@ module Google
4841
4842
  include Google::Apis::Core::Hashable
4842
4843
 
4843
4844
  # Contains the model format and internal location of the model files to be
4844
- # exported/downloaded. Use the GCS bucket name which is provided via
4845
- # TrainRequest.gcs_bucket_name to store the model files.
4845
+ # exported/downloaded. Use the Google Cloud Storage bucket name which is
4846
+ # provided via TrainRequest.gcs_bucket_name to store the model files.
4846
4847
  # Corresponds to the JSON property `exportModelOutputConfig`
4847
4848
  # @return [Array<Google::Apis::LanguageV2::XpsExportModelOutputConfig>]
4848
4849
  attr_accessor :export_model_output_config
@@ -5044,7 +5045,7 @@ module Google
5044
5045
  class XpsVisionTrainingOperationMetadata
5045
5046
  include Google::Apis::Core::Hashable
5046
5047
 
5047
- # Infra Usage of billing metrics. Next ID: 6
5048
+ # Infra Usage of billing metrics.
5048
5049
  # Corresponds to the JSON property `explanationUsage`
5049
5050
  # @return [Google::Apis::LanguageV2::InfraUsage]
5050
5051
  attr_accessor :explanation_usage
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LanguageV2
18
18
  # Version of the google-apis-language_v2 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240929"
25
+ REVISION = "20241103"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-10-06 00:00:00.000000000 Z
11
+ date: 2024-11-17 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-language_v2/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-language_v2/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v2
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 V2