public static interface CfnModelQualityJobDefinition.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 |
CfnModelQualityJobDefinition.DatasetFormatProperty.Builder
A builder for
CfnModelQualityJobDefinition.DatasetFormatProperty |
static class |
CfnModelQualityJobDefinition.DatasetFormatProperty.Jsii$Proxy
An implementation for
CfnModelQualityJobDefinition.DatasetFormatProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelQualityJobDefinition.DatasetFormatProperty.Builder |
builder() |
default java.lang.Object |
getCsv()
`CfnModelQualityJobDefinition.DatasetFormatProperty.Csv`.
|
default java.lang.Object |
getJson()
`CfnModelQualityJobDefinition.DatasetFormatProperty.Json`.
|
default java.lang.Object |
getParquet()
`CfnModelQualityJobDefinition.DatasetFormatProperty.Parquet`.
|
default java.lang.Object getCsv()
default java.lang.Object getJson()
default java.lang.Object getParquet()