AnnotationFormatSummary¶
-
class
oci.data_labeling_service.models.
AnnotationFormatSummary
(**kwargs)¶ Bases:
object
annotation format summary
Methods
__init__
(**kwargs)Initializes a new AnnotationFormatSummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this AnnotationFormatSummary. -
__init__
(**kwargs)¶ Initializes a new AnnotationFormatSummary 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 AnnotationFormatSummary.
-
name
¶ [Required] Gets the name of this AnnotationFormatSummary. A unique name for the target AnnotationFormat for the Dataset.
Returns: The name of this AnnotationFormatSummary. Return type: str
-