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

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