UpdateDatasetDetails¶
-
class
oci.data_labeling_service.models.
UpdateDatasetDetails
(**kwargs)¶ Bases:
object
Once the Dataset is defined, it’s largely immutable from a metadata perspective. The records found in the data source itself, may change over time.
Methods
__init__
(**kwargs)Initializes a new UpdateDatasetDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateDatasetDetails. description
Gets the description of this UpdateDatasetDetails. display_name
Gets the display_name of this UpdateDatasetDetails. freeform_tags
Gets the freeform_tags of this UpdateDatasetDetails. labeling_instructions
Gets the labeling_instructions of this UpdateDatasetDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDatasetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateDatasetDetails.
- description (str) – The value to assign to the description property of this UpdateDatasetDetails.
- labeling_instructions (str) – The value to assign to the labeling_instructions property of this UpdateDatasetDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDatasetDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDatasetDetails.
Gets the defined_tags of this UpdateDatasetDetails. The defined tags for this resource. Each key is predefined and scoped to a namespace. For example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateDatasetDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateDatasetDetails. A user provided description of the dataset
Returns: The description of this UpdateDatasetDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateDatasetDetails. A user-friendly display name for the resource.
Returns: The display_name of this UpdateDatasetDetails. Return type: str
Gets the freeform_tags of this UpdateDatasetDetails. A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateDatasetDetails. Return type: dict(str, str)
-
labeling_instructions
¶ Gets the labeling_instructions of this UpdateDatasetDetails. The labeling instructions for human labelers in rich text format
Returns: The labeling_instructions of this UpdateDatasetDetails. Return type: str
-