CategoryLogDetails¶
- 
class 
oci.data_science.models.CategoryLogDetails(**kwargs)¶ Bases:
objectThe log details for each category.
Methods
__init__(**kwargs)Initializes a new CategoryLogDetails object with values from keyword arguments. Attributes
accessGets the access of this CategoryLogDetails. predictGets the predict of this CategoryLogDetails. - 
__init__(**kwargs)¶ Initializes a new CategoryLogDetails 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 CategoryLogDetails.
 - predict (oci.data_science.models.LogDetails) – The value to assign to the predict property of this CategoryLogDetails.
 
- 
access¶ Gets the access of this CategoryLogDetails.
Returns: The access of this CategoryLogDetails. Return type: oci.data_science.models.LogDetails 
- 
predict¶ Gets the predict of this CategoryLogDetails.
Returns: The predict of this CategoryLogDetails. Return type: oci.data_science.models.LogDetails 
-