UpdateCategoryLogDetails¶
-
class
oci.data_science.models.
UpdateCategoryLogDetails
(**kwargs)¶ Bases:
object
The log details for each category for update.
Methods
__init__
(**kwargs)Initializes a new UpdateCategoryLogDetails object with values from keyword arguments. Attributes
access
Gets the access of this UpdateCategoryLogDetails. predict
Gets the predict of this UpdateCategoryLogDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateCategoryLogDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - access (oci.data_science.models.LogDetails) – The value to assign to the access property of this UpdateCategoryLogDetails.
- predict (oci.data_science.models.LogDetails) – The value to assign to the predict property of this UpdateCategoryLogDetails.
-
access
¶ Gets the access of this UpdateCategoryLogDetails.
Returns: The access of this UpdateCategoryLogDetails. Return type: oci.data_science.models.LogDetails
-
predict
¶ Gets the predict of this UpdateCategoryLogDetails.
Returns: The predict of this UpdateCategoryLogDetails. Return type: oci.data_science.models.LogDetails
-