AnnotationFormat¶
- 
class oci.data_labeling_service.models.AnnotationFormat(**kwargs)¶
- Bases: - object- annotation format - Methods - __init__(**kwargs)- Initializes a new AnnotationFormat object with values from keyword arguments. - Attributes - name- [Required] Gets the name of this AnnotationFormat. - 
__init__(**kwargs)¶
- Initializes a new AnnotationFormat object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - name (str) – The value to assign to the name property of this AnnotationFormat. 
 - 
name¶
- [Required] Gets the name of this AnnotationFormat. A unique name for the target AnnotationFormat for the Dataset. - Returns: - The name of this AnnotationFormat. - Return type: - str 
 
-