interface JsonProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnDataQualityJobDefinition.JsonProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDataQualityJobDefinition_JsonProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.JsonProperty |
![]() | aws_cdk.aws_sagemaker.CfnDataQualityJobDefinition.JsonProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnDataQualityJobDefinition » JsonProperty |
The Json format.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const jsonProperty: sagemaker.CfnDataQualityJobDefinition.JsonProperty = {
line: false,
};
Properties
Name | Type | Description |
---|---|---|
line? | boolean | IResolvable | A boolean flag indicating if it is JSON line format. |
line?
Type:
boolean |
IResolvable
(optional)
A boolean flag indicating if it is JSON line format.