interface JsonProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelExplainabilityJobDefinition.JsonProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelExplainabilityJobDefinition_JsonProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.JsonProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelExplainabilityJobDefinition.JsonProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnModelExplainabilityJobDefinition » 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.CfnModelExplainabilityJobDefinition.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.