Skip to content

Commit 5022933

Browse files
feat: Automated regeneration of Language client (googleapis#12480)
Auto-created at 2024-11-05 13:10:52 +0000 using the toys pull request generator.
1 parent c8099b3 commit 5022933

33 files changed

+39
-39
lines changed

clients/language/lib/google_api/language/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Language.V1 do
2020
API client metadata for GoogleApi.Language.V1.
2121
"""
2222

23-
@discovery_revision "20240929"
23+
@discovery_revision "20241103"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/language/lib/google_api/language/v1/model/infra_usage.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V1.Model.InfraUsage do
1919
@moduledoc """
20-
Infra Usage of billing metrics. Next ID: 6
20+
Infra Usage of billing metrics.
2121
2222
## Attributes
2323

clients/language/lib/google_api/language/v1/model/xps_column_spec_forecasting_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V1.Model.XPSColumnSpecForecastingMetadata do
1919
@moduledoc """
20-
=========================================================================== # The fields below are used exclusively for Forecasting.
20+
2121
2222
## Attributes
2323

clients/language/lib/google_api/language/v1/model/xps_export_model_output_config.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ defmodule GoogleApi.Language.V1.Model.XPSExportModelOutputConfig do
2525
* `dockerFormat` (*type:* `GoogleApi.Language.V1.Model.XPSDockerFormat.t`, *default:* `nil`) -
2626
* `edgeTpuTfLiteFormat` (*type:* `GoogleApi.Language.V1.Model.XPSEdgeTpuTfLiteFormat.t`, *default:* `nil`) -
2727
* `exportFirebaseAuxiliaryInfo` (*type:* `boolean()`, *default:* `nil`) - For any model and format: If true, will additionally export FirebaseExportedModelInfo in a firebase.txt file.
28-
* `outputGcrUri` (*type:* `String.t`, *default:* `nil`) - The Google Contained Registry (GCR) path the exported files to be pushed to. This location is set if the exported format is DOCKDER.
29-
* `outputGcsUri` (*type:* `String.t`, *default:* `nil`) - The Google Cloud Storage (GCS) directory where XPS will output the exported models and related files. Format: gs://bucket/directory
28+
* `outputGcrUri` (*type:* `String.t`, *default:* `nil`) - The Google Contained Registry path the exported files to be pushed to. This location is set if the exported format is DOCKDER.
29+
* `outputGcsUri` (*type:* `String.t`, *default:* `nil`) - The Google Cloud Storage directory where XPS will output the exported models and related files. Format: gs://bucket/directory
3030
* `tfJsFormat` (*type:* `GoogleApi.Language.V1.Model.XPSTfJsFormat.t`, *default:* `nil`) -
3131
* `tfLiteFormat` (*type:* `GoogleApi.Language.V1.Model.XPSTfLiteFormat.t`, *default:* `nil`) -
3232
* `tfSavedModelFormat` (*type:* `GoogleApi.Language.V1.Model.XPSTfSavedModelFormat.t`, *default:* `nil`) -

clients/language/lib/google_api/language/v1/model/xps_file_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V1.Model.XPSFileSpec do
1919
@moduledoc """
20-
Spec of input and output files, on external file systems (CNS, GCS, etc).
20+
Spec of input and output files, on external file systems (for example, Colossus Namespace System or Google Cloud Storage).
2121
2222
## Attributes
2323

clients/language/lib/google_api/language/v1/model/xps_image_export_model_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Language.V1.Model.XPSImageExportModelSpec do
2121
2222
## Attributes
2323
24-
* `exportModelOutputConfig` (*type:* `list(GoogleApi.Language.V1.Model.XPSExportModelOutputConfig.t)`, *default:* `nil`) - Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.
24+
* `exportModelOutputConfig` (*type:* `list(GoogleApi.Language.V1.Model.XPSExportModelOutputConfig.t)`, *default:* `nil`) - Contains the model format and internal location of the model files to be exported/downloaded. Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/language/lib/google_api/language/v1/model/xps_image_model_artifact_spec.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ defmodule GoogleApi.Language.V1.Model.XPSImageModelArtifactSpec do
2323
2424
* `checkpointArtifact` (*type:* `GoogleApi.Language.V1.Model.XPSModelArtifactItem.t`, *default:* `nil`) - The Tensorflow checkpoint files. e.g. Used for resumable training.
2525
* `exportArtifact` (*type:* `list(GoogleApi.Language.V1.Model.XPSModelArtifactItem.t)`, *default:* `nil`) - The model binary files in different formats for model export.
26-
* `labelGcsUri` (*type:* `String.t`, *default:* `nil`) - GCS uri of decoded labels file for model export 'dict.txt'.
26+
* `labelGcsUri` (*type:* `String.t`, *default:* `nil`) - Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
2727
* `servingArtifact` (*type:* `GoogleApi.Language.V1.Model.XPSModelArtifactItem.t`, *default:* `nil`) - The default model binary file used for serving (e.g. online predict, batch predict) via public Cloud AI Platform API.
28-
* `tfJsBinaryGcsPrefix` (*type:* `String.t`, *default:* `nil`) - GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.
29-
* `tfLiteMetadataGcsUri` (*type:* `String.t`, *default:* `nil`) - GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
28+
* `tfJsBinaryGcsPrefix` (*type:* `String.t`, *default:* `nil`) - Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'. Deprecated.
29+
* `tfLiteMetadataGcsUri` (*type:* `String.t`, *default:* `nil`) - Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
3030
"""
3131

3232
use GoogleApi.Gax.ModelBase

clients/language/lib/google_api/language/v1/model/xps_model_artifact_item.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.Language.V1.Model.XPSModelArtifactItem do
2222
## Attributes
2323
2424
* `artifactFormat` (*type:* `String.t`, *default:* `nil`) - The model artifact format.
25-
* `gcsUri` (*type:* `String.t`, *default:* `nil`) - The Google Cloud Storage (GCS) uri that stores the model binary files.
25+
* `gcsUri` (*type:* `String.t`, *default:* `nil`) - The Google Cloud Storage URI that stores the model binary files.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/language/lib/google_api/language/v1/model/xps_preprocess_response.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V1.Model.XPSPreprocessResponse do
1919
@moduledoc """
20-
Next ID: 8
20+
2121
2222
## Attributes
2323

clients/language/lib/google_api/language/v1/model/xps_response_explanation_spec.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V1.Model.XPSResponseExplanationSpec do
1919
@moduledoc """
20-
Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated, see b/288407203 for context.
20+
Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.
2121
2222
## Attributes
2323

0 commit comments

Comments
 (0)