aws-cdk-lib.aws_sagemaker.CfnModelQualityJobDefinition.JsonProperty

interface JsonProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelQualityJobDefinition.JsonProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelQualityJobDefinition_JsonProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.JsonProperty
Pythonaws_cdk.aws_sagemaker.CfnModelQualityJobDefinition.JsonProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelQualityJobDefinition » JsonProperty

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.CfnModelQualityJobDefinition.JsonProperty = {
  line: false,
};

Properties

NameTypeDescription
line?boolean | IResolvableCfnModelQualityJobDefinition.JsonProperty.Line.

line?

Type: boolean | IResolvable (optional)

CfnModelQualityJobDefinition.JsonProperty.Line.