public static interface CfnModelExplainabilityJobDefinition.DatasetFormatProperty
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; Object json; DatasetFormatProperty datasetFormatProperty = DatasetFormatProperty.builder() .csv(CsvProperty.builder() .header(false) .build()) .json(json) .parquet(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Builder
|
static class |
CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Jsii$Proxy
An implementation for
CfnModelExplainabilityJobDefinition.DatasetFormatProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Builder |
builder() |
default java.lang.Object |
getCsv()
`CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Csv`.
|
default java.lang.Object |
getJson()
`CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Json`.
|
default java.lang.Object |
getParquet()
`CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Parquet`.
|
default java.lang.Object getCsv()
default java.lang.Object getJson()
default java.lang.Object getParquet()