Class ImplementationLogDetails
Log configuration details for particular areas of ML Application Implementation.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ImplementationLogDetails
Properties
EnableLogging
Declaration
[JsonProperty(PropertyName = "enableLogging")]
public bool? EnableLogging { get; set; }
Property Value
Type | Description |
---|---|
bool? | If logging is enabled. |
LogGroupId
Declaration
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the log group. |
LogId
Declaration
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the log. |