You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/translate_v3.projects.locations.models.html
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,6 @@ <h3>Method Details</h3>
110
110
{ # A trained translation model.
111
111
"createTime": "A String", # Output only. Timestamp when the model resource was created, which is also when the training started.
112
112
"dataset": "A String", # The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`
113
-
"deployTime": "A String", # Output only. Timestamp when the model training finished and ready to be used for translation.
114
113
"displayName": "A String", # 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.
115
114
"name": "A String", # The resource name of the model, in form of `projects/{project-number-or-id}/locations/{location_id}/models/{model_id}`
116
115
"sourceLanguageCode": "A String", # Output only. The BCP-47 language code of the source language.
@@ -202,7 +201,6 @@ <h3>Method Details</h3>
202
201
{ # A trained translation model.
203
202
"createTime": "A String", # Output only. Timestamp when the model resource was created, which is also when the training started.
204
203
"dataset": "A String", # The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`
205
-
"deployTime": "A String", # Output only. Timestamp when the model training finished and ready to be used for translation.
206
204
"displayName": "A String", # 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.
207
205
"name": "A String", # The resource name of the model, in form of `projects/{project-number-or-id}/locations/{location_id}/models/{model_id}`
208
206
"sourceLanguageCode": "A String", # Output only. The BCP-47 language code of the source language.
@@ -236,7 +234,6 @@ <h3>Method Details</h3>
236
234
{ # A trained translation model.
237
235
"createTime": "A String", # Output only. Timestamp when the model resource was created, which is also when the training started.
238
236
"dataset": "A String", # The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`
239
-
"deployTime": "A String", # Output only. Timestamp when the model training finished and ready to be used for translation.
240
237
"displayName": "A String", # 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.
241
238
"name": "A String", # The resource name of the model, in form of `projects/{project-number-or-id}/locations/{location_id}/models/{model_id}`
242
239
"sourceLanguageCode": "A String", # Output only. The BCP-47 language code of the source language.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/translate.v3.json
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1286,7 +1286,7 @@
1286
1286
}
1287
1287
}
1288
1288
},
1289
-
"revision": "20230403",
1289
+
"revision": "20230407",
1290
1290
"rootUrl": "https://translation.googleapis.com/",
1291
1291
"schemas": {
1292
1292
"BatchDocumentInputConfig": {
@@ -2076,12 +2076,6 @@
2076
2076
"description": "The dataset from which the model is trained, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}`",
2077
2077
"type": "string"
2078
2078
},
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
-
},
2085
2079
"displayName": {
2086
2080
"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.",
0 commit comments