docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/datalabeling_v1beta1.projects.annotationSpecSets.html b/docs/dyn/datalabeling_v1beta1.projects.annotationSpecSets.html
index b8617eb..b9524f3 100644
--- a/docs/dyn/datalabeling_v1beta1.projects.annotationSpecSets.html
+++ b/docs/dyn/datalabeling_v1beta1.projects.annotationSpecSets.html
@@ -87,7 +87,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets an annotation spec set by resource name.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, filter=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists annotation spec sets for a project. Pagination is supported.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -109,19 +109,19 @@
{ # Request message for CreateAnnotationSpecSet.
"annotationSpecSet": { # An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation. # Required. Annotation spec set to create. Annotation specs must be included. Only one annotation spec will be accepted for annotation specs with same display_name.
- "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
- "A String",
- ],
"annotationSpecs": [ # Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
{ # Container of information related to one possible annotation that can be used in a labeling task. For example, an image classification task where images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an AnnotationSpec for `cat`.
- "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"description": "A String", # Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
+ "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"index": 42, # Output only. This is the integer index of the AnnotationSpec. The index for the whole AnnotationSpecSet is sequential starting from 0. For example, an AnnotationSpecSet with classes `dog` and `cat`, might contain one AnnotationSpec with `{ display_name: "dog", index: 0 }` and one AnnotationSpec with `{ display_name: "cat", index: 1 }`. This is especially useful for model training as it encodes the string labels into numeric values.
},
],
- "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
"displayName": "A String", # Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
"name": "A String", # Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
+ "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
+ "A String",
+ ],
+ "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
},
}
@@ -134,19 +134,19 @@
An object of the form:
{ # An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.
- "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
- "A String",
- ],
"annotationSpecs": [ # Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
{ # Container of information related to one possible annotation that can be used in a labeling task. For example, an image classification task where images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an AnnotationSpec for `cat`.
- "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"description": "A String", # Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
+ "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"index": 42, # Output only. This is the integer index of the AnnotationSpec. The index for the whole AnnotationSpecSet is sequential starting from 0. For example, an AnnotationSpecSet with classes `dog` and `cat`, might contain one AnnotationSpec with `{ display_name: "dog", index: 0 }` and one AnnotationSpec with `{ display_name: "cat", index: 1 }`. This is especially useful for model training as it encodes the string labels into numeric values.
},
],
- "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
"displayName": "A String", # Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
"name": "A String", # Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
+ "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
+ "A String",
+ ],
+ "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
}</pre>
</div>
@@ -183,30 +183,30 @@
An object of the form:
{ # An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.
- "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
- "A String",
- ],
"annotationSpecs": [ # Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
{ # Container of information related to one possible annotation that can be used in a labeling task. For example, an image classification task where images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an AnnotationSpec for `cat`.
- "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"description": "A String", # Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
+ "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"index": 42, # Output only. This is the integer index of the AnnotationSpec. The index for the whole AnnotationSpecSet is sequential starting from 0. For example, an AnnotationSpecSet with classes `dog` and `cat`, might contain one AnnotationSpec with `{ display_name: "dog", index: 0 }` and one AnnotationSpec with `{ display_name: "cat", index: 1 }`. This is especially useful for model training as it encodes the string labels into numeric values.
},
],
- "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
"displayName": "A String", # Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
"name": "A String", # Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
+ "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
+ "A String",
+ ],
+ "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, filter=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, filter=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists annotation spec sets for a project. Pagination is supported.
Args:
parent: string, Required. Parent of AnnotationSpecSet resource, format: projects/{project_id} (required)
- pageToken: string, Optional. A token identifying a page of results for the server to return. Typically obtained by ListAnnotationSpecSetsResponse.next_page_token of the previous [DataLabelingService.ListAnnotationSpecSets] call. Return first page if empty.
filter: string, Optional. Filter is not supported at this moment.
+ pageToken: string, Optional. A token identifying a page of results for the server to return. Typically obtained by ListAnnotationSpecSetsResponse.next_page_token of the previous [DataLabelingService.ListAnnotationSpecSets] call. Return first page if empty.
pageSize: integer, Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
x__xgafv: string, V1 error format.
Allowed values
@@ -217,24 +217,24 @@
An object of the form:
{ # Results of listing annotation spec set under a project.
- "nextPageToken": "A String", # A token to retrieve next page of results.
"annotationSpecSets": [ # The list of annotation spec sets.
{ # An AnnotationSpecSet is a collection of label definitions. For example, in image classification tasks, you define a set of possible labels for images as an AnnotationSpecSet. An AnnotationSpecSet is immutable upon creation.
- "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
- "A String",
- ],
"annotationSpecs": [ # Required. The array of AnnotationSpecs that you define when you create the AnnotationSpecSet. These are the possible labels for the labeling task.
{ # Container of information related to one possible annotation that can be used in a labeling task. For example, an image classification task where images are labeled as `dog` or `cat` must reference an AnnotationSpec for `dog` and an AnnotationSpec for `cat`.
- "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"description": "A String", # Optional. User-provided description of the annotation specification. The description can be up to 10,000 characters long.
+ "displayName": "A String", # Required. The display name of the AnnotationSpec. Maximum of 64 characters.
"index": 42, # Output only. This is the integer index of the AnnotationSpec. The index for the whole AnnotationSpecSet is sequential starting from 0. For example, an AnnotationSpecSet with classes `dog` and `cat`, might contain one AnnotationSpec with `{ display_name: "dog", index: 0 }` and one AnnotationSpec with `{ display_name: "cat", index: 1 }`. This is especially useful for model training as it encodes the string labels into numeric values.
},
],
- "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
"displayName": "A String", # Required. The display name for AnnotationSpecSet that you define when you create it. Maximum of 64 characters.
"name": "A String", # Output only. The AnnotationSpecSet resource name in the following format: "projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
+ "blockingResources": [ # Output only. The names of any related resources that are blocking changes to the annotation spec set.
+ "A String",
+ ],
+ "description": "A String", # Optional. User-provided description of the annotation specification set. The description can be up to 10,000 characters long.
},
],
+ "nextPageToken": "A String", # A token to retrieve next page of results.
}</pre>
</div>