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

Commit 4d8a20e

Browse files
yoshi-automationbusunkim96
authored andcommitted
docs(datalabeling): change wording of docstrings (via synth) (#9819)
1 parent 13a599b commit 4d8a20e

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

google/cloud/datalabeling_v1beta1/proto/dataset.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ message OutputConfig {
135135
// Required. Location to output data to.
136136
oneof destination {
137137
// Output to a file in Cloud Storage. Should be used for labeling output
138-
// other thanimage segmentation.
138+
// other than image segmentation.
139139
GcsDestination gcs_destination = 1;
140140

141141
// Output to a folder in Cloud Storage. Should be used for image

google/cloud/datalabeling_v1beta1/proto/dataset_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/cloud/datalabeling_v1beta1/proto/human_annotation_config.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ enum StringAggregationType {
3939

4040
// Configuration for how human labeling task should be done.
4141
message HumanAnnotationConfig {
42-
// Required except for LabelAudio case. Instruction resource name.
42+
// Required. Instruction resource name.
4343
string instruction = 1;
4444

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

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

google/cloud/datalabeling_v1beta1/proto/human_annotation_config_pb2.py

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-12T13:22:45.216151Z",
2+
"updateTime": "2019-11-16T13:18:46.021984Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "f69562be0608904932bdcfbc5ad8b9a22d9dceb8",
16-
"internalRef": "279774957"
15+
"sha": "c89394342a9ef70acaf73a6959e04b943fbc817b",
16+
"internalRef": "280761373"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)