google-apis-language_v1 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: 2e6cee21b373a7c1421eea2a68f613276b8087ae710376a5ca7f948f27a170d2
4
- data.tar.gz: 3cf7e952b55f3928b99916c81ffb5f32016950b6abc7b067619f818e8ca5b6df
3
+ metadata.gz: 82b277e9f01be3923ac27628050e3c065f437eb631b0e3510dc5dc043bc1178a
4
+ data.tar.gz: ebea69772e18f6e2ce3320f961ce58731619348b8e1d750adcf624a806dce99a
5
5
  SHA512:
6
- metadata.gz: 4ffac8a632f0f5fec6f7673008d53c70f916cbe7a0438035400dc3e64f6144fe4b2e1a25958d32b13bc4b1dd0e4003f9b1cd04d540b34eb17b7e697d1c0e5bb5
7
- data.tar.gz: df8cfac30d2873ed09cd9a700de370ac4e99c4e3a823afa1393bf89e924475e9007d2f5461533b386452abfdc38123ce78512d994fb499d58939f7f2800c7b80
6
+ metadata.gz: affb1923720b2fba9892cb4cd5bca57a70de3ca03a85b4aac13cd36519c4e2b79800c939ae9d993ef82ed346d83a79f7c3403fdfeeb9bae880e27df45ddc9add
7
+ data.tar.gz: f40d8a7580a8793dfbfe5b955f38441eb325717ffc3f2019620f27cdca0778131b3693605497afb72b485d9c8845694e90e4c8e24fd46b6db50af0397a8090bb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-language_v1
2
2
 
3
+ ### v0.24.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241103
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
@@ -889,7 +889,7 @@ module Google
889
889
  end
890
890
  end
891
891
 
892
- # Infra Usage of billing metrics. Next ID: 6
892
+ # 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
+ # 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.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 = "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_v1
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-26 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-language_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-language_v1
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 V1