Interface CfnMonitoringSchedule.IJsonProperty
The Json format.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IJsonProperty
Syntax (vb)
Public Interface IJsonProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var jsonProperty = new JsonProperty {
Line = false
};
Synopsis
Properties
Line | A boolean flag indicating if it is JSON line format. |
Properties
Line
A boolean flag indicating if it is JSON line format.
virtual object Line { get; }
Property Value
System.