interface JsonProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.JsonProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.JsonProperty |
Python | aws_cdk.aws_sagemaker.CfnMonitoringSchedule.JsonProperty |
TypeScript | @aws-cdk/aws-sagemaker » CfnMonitoringSchedule » 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.CfnMonitoringSchedule.JsonProperty = {
line: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| line? | boolean | IResolvable | CfnMonitoringSchedule.JsonProperty.Line. |
line?
Type:
boolean | IResolvable
(optional)
CfnMonitoringSchedule.JsonProperty.Line.

.NET
Java
Python
TypeScript