Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
feat: Added text extraction health care option in create model. (#458)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/0753b0c2-bf70-4088-b722-da90f670013a/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 336180475
Source-Link: googleapis/googleapis@bda7ce9
  • Loading branch information
yoshi-automation committed Oct 14, 2020
1 parent a7ea9a2 commit 8c488cb
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 8 deletions.
26 changes: 26 additions & 0 deletions protos/google/cloud/automl/v1beta1/io.proto
Expand Up @@ -1015,6 +1015,32 @@ message ModelExportOutputConfig {
// * For Image Classification mobile-core-ml-low-latency-1,
// mobile-core-ml-versatile-1, mobile-core-ml-high-accuracy-1:
// "core_ml" (default).
//
// * For Image Object Detection mobile-low-latency-1, mobile-versatile-1,
// mobile-high-accuracy-1:
// "tflite", "tf_saved_model", "tf_js".
//
// * For Video Classification cloud,
// "tf_saved_model".
//
// * For Video Object Tracking cloud,
// "tf_saved_model".
//
// * For Video Object Tracking mobile-versatile-1:
// "tflite", "edgetpu_tflite", "tf_saved_model", "docker".
//
// * For Video Object Tracking mobile-coral-versatile-1:
// "tflite", "edgetpu_tflite", "docker".
//
// * For Video Object Tracking mobile-coral-low-latency-1:
// "tflite", "edgetpu_tflite", "docker".
//
// * For Video Object Tracking mobile-jetson-versatile-1:
// "tf_saved_model", "docker".
//
// * For Tables:
// "docker".
//
// Formats description:
//
// * tflite - Used for Android mobile devices.
Expand Down
8 changes: 7 additions & 1 deletion protos/google/cloud/automl/v1beta1/text.proto
Expand Up @@ -45,7 +45,13 @@ message TextExtractionDatasetMetadata {

// Model metadata that is specific to text extraction.
message TextExtractionModelMetadata {

// Indicates the scope of model use case.
//
// * `default`: Use to train a general text extraction model. Default value.
//
// * `health_care`: Use to train a text extraction model that is tuned for
// healthcare applications.
string model_hint = 3;
}

// Dataset metadata for text sentiment.
Expand Down
6 changes: 6 additions & 0 deletions protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 30 additions & 3 deletions protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-automl.git",
"sha": "04778119c69e06ca7010c3666ce130a4a428286c"
"sha": "c90a9c67b6bb6492b58560d28c1ad7718e4aaa21"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "7a906c83566d0d429b23da434a4dc2b4de7b117a",
"internalRef": "331220195"
"sha": "bda7ce951def5ae6e5c4258d0e569188dd4ae02b",
"internalRef": "336180475"
}
},
{
Expand Down

0 comments on commit 8c488cb

Please sign in to comment.