ImplementationLogging

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

Bases: object

Configuration of Logging for ML Application Implementation.

Methods

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

Attributes

aggregated_instance_view_log Gets the aggregated_instance_view_log of this ImplementationLogging.
implementation_log Gets the implementation_log of this ImplementationLogging.
trigger_log Gets the trigger_log of this ImplementationLogging.
__init__(**kwargs)

Initializes a new ImplementationLogging object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
aggregated_instance_view_log

Gets the aggregated_instance_view_log of this ImplementationLogging.

Returns:The aggregated_instance_view_log of this ImplementationLogging.
Return type:oci.data_science.models.ImplementationLogDetails
implementation_log

Gets the implementation_log of this ImplementationLogging.

Returns:The implementation_log of this ImplementationLogging.
Return type:oci.data_science.models.ImplementationLogDetails
trigger_log

Gets the trigger_log of this ImplementationLogging.

Returns:The trigger_log of this ImplementationLogging.
Return type:oci.data_science.models.ImplementationLogDetails