CustomMetadata¶
-
class
oci.data_science.models.
CustomMetadata
(**kwargs)¶ Bases:
object
Array of custom metadata details of model group.
Methods
__init__
(**kwargs)Initializes a new CustomMetadata object with values from keyword arguments. Attributes
category
Gets the category of this CustomMetadata. description
Gets the description of this CustomMetadata. key
Gets the key of this CustomMetadata. value
Gets the value of this CustomMetadata. -
__init__
(**kwargs)¶ Initializes a new CustomMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this CustomMetadata.
- value (str) – The value to assign to the value property of this CustomMetadata.
- description (str) – The value to assign to the description property of this CustomMetadata.
- category (str) – The value to assign to the category property of this CustomMetadata.
-
category
¶ Gets the category of this CustomMetadata. Category of the metadata.
Returns: The category of this CustomMetadata. Return type: str
-
description
¶ Gets the description of this CustomMetadata. Description of model metadata.
Returns: The description of this CustomMetadata. Return type: str
-
key
¶ Gets the key of this CustomMetadata. Key of the metadata.
Returns: The key of this CustomMetadata. Return type: str
-
value
¶ Gets the value of this CustomMetadata. Value of the metadata.
Returns: The value of this CustomMetadata. Return type: str
-