Class CfnModelBiasJobDefinition.JsonProperty
The Json format.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class JsonProperty : Object, CfnModelBiasJobDefinition.IJsonProperty
Syntax (vb)
Public Class JsonProperty
Inherits Object
Implements CfnModelBiasJobDefinition.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
Constructors
Json |
Properties
Line | A boolean flag indicating if it is JSON line format. |
Constructors
JsonProperty()
public JsonProperty()
Properties
Line
A boolean flag indicating if it is JSON line format.
public object Line { get; set; }
Property Value
System.