google-apis-language_v1 0.23.0 → 0.25.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: 2e6cee21b373a7c1421eea2a68f613276b8087ae710376a5ca7f948f27a170d2
4
- data.tar.gz: 3cf7e952b55f3928b99916c81ffb5f32016950b6abc7b067619f818e8ca5b6df
3
+ metadata.gz: ddde0a529d8b58c26563bfdf014a53b94933e679fb5257570731b4a4c82c49ac
4
+ data.tar.gz: 7803f91bed6265f5f7e3fde321e8168175baaac65dcd4c6ae03905627eac3117
5
5
  SHA512:
6
- metadata.gz: 4ffac8a632f0f5fec6f7673008d53c70f916cbe7a0438035400dc3e64f6144fe4b2e1a25958d32b13bc4b1dd0e4003f9b1cd04d540b34eb17b7e697d1c0e5bb5
7
- data.tar.gz: df8cfac30d2873ed09cd9a700de370ac4e99c4e3a823afa1393bf89e924475e9007d2f5461533b386452abfdc38123ce78512d994fb499d58939f7f2800c7b80
6
+ metadata.gz: f8f9df374562d3722ac2fd0766e9040deac1cc1f0df2af8f137462f2fd29344996b033094ee3ce8a2122e98cc560e7380ccf19561256d50bdfa8715018c27d4e
7
+ data.tar.gz: a731e742035a134f2e9b75dd0a86ea2c041aa0b84e2495302fa9b608d04d9a55ebf7709a2438b25e165e721e711d68d06d2c529c3c666c81d0ccc104f7bf2d65
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-language_v1
2
2
 
3
+ ### v0.25.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250309
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.24.0 (2024-12-02)
9
+
10
+ * Regenerated from discovery document revision 20241103
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.23.0 (2024-05-19)
4
14
 
5
15
  * Regenerated from discovery document revision 20240303
@@ -889,7 +889,7 @@ module Google
889
889
  end
890
890
  end
891
891
 
892
- # Infra Usage of billing metrics. Next ID: 6
892
+ # LINT: LEGACY_NAMES Infra Usage of billing metrics.
893
893
  class InfraUsage
894
894
  include Google::Apis::Core::Hashable
895
895
 
@@ -1650,8 +1650,7 @@ module Google
1650
1650
  # @return [String]
1651
1651
  attr_accessor :display_name
1652
1652
 
1653
- # =========================================================================== #
1654
- # The fields below are used exclusively for Forecasting.
1653
+ #
1655
1654
  # Corresponds to the JSON property `forecastingMetadata`
1656
1655
  # @return [Google::Apis::LanguageV1::XpsColumnSpecForecastingMetadata]
1657
1656
  attr_accessor :forecasting_metadata
@@ -1704,8 +1703,7 @@ module Google
1704
1703
  end
1705
1704
  end
1706
1705
 
1707
- # =========================================================================== #
1708
- # The fields below are used exclusively for Forecasting.
1706
+ #
1709
1707
  class XpsColumnSpecForecastingMetadata
1710
1708
  include Google::Apis::Core::Hashable
1711
1709
 
@@ -2303,7 +2301,8 @@ module Google
2303
2301
  # @return [Array<Google::Apis::LanguageV1::XpsEvaluationMetrics>]
2304
2302
  attr_accessor :evaluation_metrics
2305
2303
 
2306
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2304
+ # Spec of input and output files, on external file systems (for example,
2305
+ # Colossus Namespace System or Google Cloud Storage).
2307
2306
  # Corresponds to the JSON property `fileSpec`
2308
2307
  # @return [Google::Apis::LanguageV1::XpsFileSpec]
2309
2308
  attr_accessor :file_spec
@@ -2329,7 +2328,8 @@ module Google
2329
2328
  class XpsExampleSet
2330
2329
  include Google::Apis::Core::Hashable
2331
2330
 
2332
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2331
+ # Spec of input and output files, on external file systems (for example,
2332
+ # Colossus Namespace System or Google Cloud Storage).
2333
2333
  # Corresponds to the JSON property `fileSpec`
2334
2334
  # @return [Google::Apis::LanguageV1::XpsFileSpec]
2335
2335
  attr_accessor :file_spec
@@ -2390,14 +2390,14 @@ module Google
2390
2390
  attr_accessor :export_firebase_auxiliary_info
2391
2391
  alias_method :export_firebase_auxiliary_info?, :export_firebase_auxiliary_info
2392
2392
 
2393
- # The Google Contained Registry (GCR) path the exported files to be pushed to.
2394
- # This location is set if the exported format is DOCKDER.
2393
+ # The Google Contained Registry path the exported files to be pushed to. This
2394
+ # location is set if the exported format is DOCKDER.
2395
2395
  # Corresponds to the JSON property `outputGcrUri`
2396
2396
  # @return [String]
2397
2397
  attr_accessor :output_gcr_uri
2398
2398
 
2399
- # The Google Cloud Storage (GCS) directory where XPS will output the exported
2400
- # models and related files. Format: gs://bucket/directory
2399
+ # The Google Cloud Storage directory where XPS will output the exported models
2400
+ # and related files. Format: gs://bucket/directory
2401
2401
  # Corresponds to the JSON property `outputGcsUri`
2402
2402
  # @return [String]
2403
2403
  attr_accessor :output_gcs_uri
@@ -2437,7 +2437,8 @@ module Google
2437
2437
  end
2438
2438
  end
2439
2439
 
2440
- # Spec of input and output files, on external file systems (CNS, GCS, etc).
2440
+ # Spec of input and output files, on external file systems (for example,
2441
+ # Colossus Namespace System or Google Cloud Storage).
2441
2442
  class XpsFileSpec
2442
2443
  include Google::Apis::Core::Hashable
2443
2444
 
@@ -2634,8 +2635,8 @@ module Google
2634
2635
  include Google::Apis::Core::Hashable
2635
2636
 
2636
2637
  # Contains the model format and internal location of the model files to be
2637
- # exported/downloaded. Use the GCS bucket name which is provided via
2638
- # TrainRequest.gcs_bucket_name to store the model files.
2638
+ # exported/downloaded. Use the Google Cloud Storage bucket name which is
2639
+ # provided via TrainRequest.gcs_bucket_name to store the model files.
2639
2640
  # Corresponds to the JSON property `exportModelOutputConfig`
2640
2641
  # @return [Array<Google::Apis::LanguageV1::XpsExportModelOutputConfig>]
2641
2642
  attr_accessor :export_model_output_config
@@ -2665,7 +2666,7 @@ module Google
2665
2666
  # @return [Array<Google::Apis::LanguageV1::XpsModelArtifactItem>]
2666
2667
  attr_accessor :export_artifact
2667
2668
 
2668
- # GCS uri of decoded labels file for model export 'dict.txt'.
2669
+ # Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
2669
2670
  # Corresponds to the JSON property `labelGcsUri`
2670
2671
  # @return [String]
2671
2672
  attr_accessor :label_gcs_uri
@@ -2675,13 +2676,13 @@ module Google
2675
2676
  # @return [Google::Apis::LanguageV1::XpsModelArtifactItem]
2676
2677
  attr_accessor :serving_artifact
2677
2678
 
2678
- # GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'
2679
- # Deprecated.
2679
+ # Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-
2680
+ # shardXofX.bin'. Deprecated.
2680
2681
  # Corresponds to the JSON property `tfJsBinaryGcsPrefix`
2681
2682
  # @return [String]
2682
2683
  attr_accessor :tf_js_binary_gcs_prefix
2683
2684
 
2684
- # GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
2685
+ # Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
2685
2686
  # Corresponds to the JSON property `tfLiteMetadataGcsUri`
2686
2687
  # @return [String]
2687
2688
  attr_accessor :tf_lite_metadata_gcs_uri
@@ -3096,7 +3097,7 @@ module Google
3096
3097
  # @return [String]
3097
3098
  attr_accessor :artifact_format
3098
3099
 
3099
- # The Google Cloud Storage (GCS) uri that stores the model binary files.
3100
+ # The Google Cloud Storage URI that stores the model binary files.
3100
3101
  # Corresponds to the JSON property `gcsUri`
3101
3102
  # @return [String]
3102
3103
  attr_accessor :gcs_uri
@@ -3112,7 +3113,7 @@ module Google
3112
3113
  end
3113
3114
  end
3114
3115
 
3115
- # Next ID: 8
3116
+ #
3116
3117
  class XpsPreprocessResponse
3117
3118
  include Google::Apis::Core::Hashable
3118
3119
 
@@ -3356,7 +3357,7 @@ module Google
3356
3357
  end
3357
3358
 
3358
3359
  # Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is
3359
- # deprecated, see b/288407203 for context.
3360
+ # deprecated.
3360
3361
  class XpsResponseExplanationSpec
3361
3362
  include Google::Apis::Core::Hashable
3362
3363
 
@@ -3966,7 +3967,7 @@ module Google
3966
3967
  end
3967
3968
  end
3968
3969
 
3969
- # Metadata for a dataset used for AutoML Tables. Next ID: 6
3970
+ # Metadata for a dataset used for AutoML Tables.
3970
3971
  class XpsTablesDatasetMetadata
3971
3972
  include Google::Apis::Core::Hashable
3972
3973
 
@@ -4147,7 +4148,7 @@ module Google
4147
4148
  class XpsTablesPreprocessResponse
4148
4149
  include Google::Apis::Core::Hashable
4149
4150
 
4150
- # Metadata for a dataset used for AutoML Tables. Next ID: 6
4151
+ # Metadata for a dataset used for AutoML Tables.
4151
4152
  # Corresponds to the JSON property `tablesDatasetMetadata`
4152
4153
  # @return [Google::Apis::LanguageV1::XpsTablesDatasetMetadata]
4153
4154
  attr_accessor :tables_dataset_metadata
@@ -4306,7 +4307,7 @@ module Google
4306
4307
  end
4307
4308
  end
4308
4309
 
4309
- # Component model. Next ID: 10
4310
+ # Component model.
4310
4311
  class XpsTextComponentModel
4311
4312
  include Google::Apis::Core::Hashable
4312
4313
 
@@ -4702,7 +4703,7 @@ module Google
4702
4703
  end
4703
4704
  end
4704
4705
 
4705
- # Next ID: 18
4706
+ #
4706
4707
  class XpsTrainResponse
4707
4708
  include Google::Apis::Core::Hashable
4708
4709
 
@@ -5127,8 +5128,8 @@ module Google
5127
5128
  include Google::Apis::Core::Hashable
5128
5129
 
5129
5130
  # Contains the model format and internal location of the model files to be
5130
- # exported/downloaded. Use the GCS bucket name which is provided via
5131
- # TrainRequest.gcs_bucket_name to store the model files.
5131
+ # exported/downloaded. Use the Google Cloud Storage bucket name which is
5132
+ # provided via TrainRequest.gcs_bucket_name to store the model files.
5132
5133
  # Corresponds to the JSON property `exportModelOutputConfig`
5133
5134
  # @return [Array<Google::Apis::LanguageV1::XpsExportModelOutputConfig>]
5134
5135
  attr_accessor :export_model_output_config
@@ -5330,7 +5331,7 @@ module Google
5330
5331
  class XpsVisionTrainingOperationMetadata
5331
5332
  include Google::Apis::Core::Hashable
5332
5333
 
5333
- # Infra Usage of billing metrics. Next ID: 6
5334
+ # LINT: LEGACY_NAMES Infra Usage of billing metrics.
5334
5335
  # Corresponds to the JSON property `explanationUsage`
5335
5336
  # @return [Google::Apis::LanguageV1::InfraUsage]
5336
5337
  attr_accessor :explanation_usage
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LanguageV1
18
18
  # Version of the google-apis-language_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.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.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240303"
25
+ REVISION = "20250309"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-language_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 2025-03-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1/v0.25.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Natural Language API V1
82
79
  test_files: []