interface DatasetFormatProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelExplainabilityJobDefinition.DatasetFormatProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition.DatasetFormatProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelExplainabilityJobDefinition.DatasetFormatProperty |
![]() | @aws-cdk/aws-sagemaker » CfnModelExplainabilityJobDefinition » DatasetFormatProperty |
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';
declare const json: any;
const datasetFormatProperty: sagemaker.CfnModelExplainabilityJobDefinition.DatasetFormatProperty = {
csv: {
header: false,
},
json: json,
parquet: false,
};
Properties
Name | Type | Description |
---|---|---|
csv? | IResolvable | Csv | CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Csv . |
json? | any | CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Json . |
parquet? | boolean | IResolvable | CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Parquet . |
csv?
Type:
IResolvable
|
Csv
(optional)
CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Csv
.
json?
Type:
any
(optional)
CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Json
.
parquet?
Type:
boolean |
IResolvable
(optional)
CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Parquet
.