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

Commit

Permalink
docs(datalabeling): change wording of docstrings (via synth) (#9819)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Nov 18, 2019
1 parent 13a599b commit 4d8a20e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion google/cloud/datalabeling_v1beta1/proto/dataset.proto
Expand Up @@ -135,7 +135,7 @@ message OutputConfig {
// Required. Location to output data to.
oneof destination {
// Output to a file in Cloud Storage. Should be used for labeling output
// other thanimage segmentation.
// other than image segmentation.
GcsDestination gcs_destination = 1;

// Output to a folder in Cloud Storage. Should be used for image
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/datalabeling_v1beta1/proto/dataset_pb2.py

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

Expand Up @@ -39,7 +39,7 @@ enum StringAggregationType {

// Configuration for how human labeling task should be done.
message HumanAnnotationConfig {
// Required except for LabelAudio case. Instruction resource name.
// Required. Instruction resource name.
string instruction = 1;

// Required. A human-readable name for AnnotatedDataset defined by
Expand All @@ -59,7 +59,7 @@ message HumanAnnotationConfig {
// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
// Default value is en-US.
// Only need to set this when task is language related. For example, French
// text classification or Chinese audio transcription.
// text classification.
string language_code = 5;

// Optional. Replication of questions. Each question will be sent to up to
Expand Down

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
@@ -1,5 +1,5 @@
{
"updateTime": "2019-11-12T13:22:45.216151Z",
"updateTime": "2019-11-16T13:18:46.021984Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "f69562be0608904932bdcfbc5ad8b9a22d9dceb8",
"internalRef": "279774957"
"sha": "c89394342a9ef70acaf73a6959e04b943fbc817b",
"internalRef": "280761373"
}
},
{
Expand Down

0 comments on commit 4d8a20e

Please sign in to comment.