Class CfnModelBiasJobDefinitionPropsMixin.JsonProperty
The Json format.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnModelBiasJobDefinitionPropsMixin.JsonProperty : CfnModelBiasJobDefinitionPropsMixin.IJsonProperty
Syntax (vb)
Public Class CfnModelBiasJobDefinitionPropsMixin.JsonProperty Implements CfnModelBiasJobDefinitionPropsMixin.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.CfnPropertyMixins.AWS.SageMaker;
var jsonProperty = new JsonProperty {
Line = false
};
Synopsis
Constructors
| JsonProperty() | The Json format. |
Properties
| Line | A boolean flag indicating if it is JSON line format. |
Constructors
JsonProperty()
The Json format.
public JsonProperty()
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.CfnPropertyMixins.AWS.SageMaker;
var jsonProperty = new JsonProperty {
Line = false
};
Properties
Line
A boolean flag indicating if it is JSON line format.
public object? Line { get; set; }