Skip to content

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 9ef9e32 commit b134f7b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
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

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

Original file line number Diff line number Diff line change
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 packages/google-cloud-datalabeling/synth.metadata
Original file line number Diff line number Diff line change
@@ -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 b134f7b

Please sign in to comment.