CreateAnnotationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for CreateAnnotation.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource where this annotation will be created. Format: projects/\ */locations/*/corpora/*/assets/* |
annotation |
google.cloud.visionai_v1alpha1.types.Annotation
Required. The annotation to create. |
annotation_id |
str
Optional. The ID to use for the annotation, which will become the final component of the annotation's resource name if user choose to specify. Otherwise, annotation id will be generated by system. This value should be up to 63 characters, and valid characters are / a-z][0-9] -/. The first character must be a
letter, the last could be a letter or a number.
This field is a member of oneof _ _annotation_id .
|