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: - implementation_log (oci.data_science.models.ImplementationLogDetails) – The value to assign to the implementation_log property of this ImplementationLogging.
- aggregated_instance_view_log (oci.data_science.models.ImplementationLogDetails) – The value to assign to the aggregated_instance_view_log property of this ImplementationLogging.
- trigger_log (oci.data_science.models.ImplementationLogDetails) – The value to assign to the trigger_log property of this ImplementationLogging.
 
 - 
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 
 
-