Skip to content

Commit d1b234d

Browse files
feat(translate): update the api
#### translate:v3 The following keys were deleted: - schemas.Model.properties.deployTime (Total Keys: 3)
1 parent f459392 commit d1b234d

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

docs/dyn/translate_v3.projects.locations.models.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ <h3>Method Details</h3>
110110
{ # A trained translation model.
111111
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the model resource was created, which is also when the training started.
112112
&quot;dataset&quot;: &quot;A String&quot;, # The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`
113-
&quot;deployTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the model training finished and ready to be used for translation.
114113
&quot;displayName&quot;: &quot;A String&quot;, # The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
115114
&quot;name&quot;: &quot;A String&quot;, # The resource name of the model, in form of `projects/{project-number-or-id}/locations/{location_id}/models/{model_id}`
116115
&quot;sourceLanguageCode&quot;: &quot;A String&quot;, # Output only. The BCP-47 language code of the source language.
@@ -202,7 +201,6 @@ <h3>Method Details</h3>
202201
{ # A trained translation model.
203202
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the model resource was created, which is also when the training started.
204203
&quot;dataset&quot;: &quot;A String&quot;, # The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`
205-
&quot;deployTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the model training finished and ready to be used for translation.
206204
&quot;displayName&quot;: &quot;A String&quot;, # The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
207205
&quot;name&quot;: &quot;A String&quot;, # The resource name of the model, in form of `projects/{project-number-or-id}/locations/{location_id}/models/{model_id}`
208206
&quot;sourceLanguageCode&quot;: &quot;A String&quot;, # Output only. The BCP-47 language code of the source language.
@@ -236,7 +234,6 @@ <h3>Method Details</h3>
236234
{ # A trained translation model.
237235
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the model resource was created, which is also when the training started.
238236
&quot;dataset&quot;: &quot;A String&quot;, # The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`
239-
&quot;deployTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the model training finished and ready to be used for translation.
240237
&quot;displayName&quot;: &quot;A String&quot;, # The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.
241238
&quot;name&quot;: &quot;A String&quot;, # The resource name of the model, in form of `projects/{project-number-or-id}/locations/{location_id}/models/{model_id}`
242239
&quot;sourceLanguageCode&quot;: &quot;A String&quot;, # Output only. The BCP-47 language code of the source language.

googleapiclient/discovery_cache/documents/translate.v3.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@
12861286
}
12871287
}
12881288
},
1289-
"revision": "20230403",
1289+
"revision": "20230407",
12901290
"rootUrl": "https://translation.googleapis.com/",
12911291
"schemas": {
12921292
"BatchDocumentInputConfig": {
@@ -2076,12 +2076,6 @@
20762076
"description": "The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`",
20772077
"type": "string"
20782078
},
2079-
"deployTime": {
2080-
"description": "Output only. Timestamp when the model training finished and ready to be used for translation.",
2081-
"format": "google-datetime",
2082-
"readOnly": true,
2083-
"type": "string"
2084-
},
20852079
"displayName": {
20862080
"description": "The name of the model to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.",
20872081
"type": "string"

googleapiclient/discovery_cache/documents/translate.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
}
745745
}
746746
},
747-
"revision": "20230403",
747+
"revision": "20230407",
748748
"rootUrl": "https://translation.googleapis.com/",
749749
"schemas": {
750750
"BatchDocumentInputConfig": {

0 commit comments

Comments
 (0)