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