interface JsonProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.JsonProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.JsonProperty |
Python | aws_cdk.aws_sagemaker.CfnModelBiasJobDefinition.JsonProperty |
TypeScript | @aws-cdk/aws-sagemaker » CfnModelBiasJobDefinition » JsonProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const jsonProperty: sagemaker.CfnModelBiasJobDefinition.JsonProperty = {
line: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| line? | boolean | IResolvable | CfnModelBiasJobDefinition.JsonProperty.Line. |
line?
Type:
boolean | IResolvable
(optional)
CfnModelBiasJobDefinition.JsonProperty.Line.

.NET
Java
Python
TypeScript