@Stability(value=Stable)
public static interface CfnModelExplainabilityJobDefinition.DatasetFormatProperty
extends software.amazon.jsii.JsiiSerializable
// 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 Object |
getCsv()
`CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Csv`.
|
default Object |
getJson()
`CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Json`.
|
default Object |
getParquet()
`CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Parquet`.
|
@Stability(value=Stable) @Nullable default Object getCsv()
@Stability(value=Stable) @Nullable default Object getJson()
@Stability(value=Stable) @Nullable default Object getParquet()
@Stability(value=Stable) static CfnModelExplainabilityJobDefinition.DatasetFormatProperty.Builder builder()
Copyright © 2022. All rights reserved.