CategoryLogDetails

class oci.data_science.models.CategoryLogDetails(**kwargs)

Bases: object

The log details for each category.

Methods

__init__(**kwargs) Initializes a new CategoryLogDetails object with values from keyword arguments.

Attributes

access Gets the access of this CategoryLogDetails.
predict Gets 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

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