@Stability(value=Stable)
public static interface CfnModelQualityJobDefinition.CsvProperty
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.*;
CsvProperty csvProperty = CsvProperty.builder()
.header(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelQualityJobDefinition.CsvProperty.Builder
A builder for
CfnModelQualityJobDefinition.CsvProperty |
static class |
CfnModelQualityJobDefinition.CsvProperty.Jsii$Proxy
An implementation for
CfnModelQualityJobDefinition.CsvProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelQualityJobDefinition.CsvProperty.Builder |
builder() |
default Object |
getHeader()
`CfnModelQualityJobDefinition.CsvProperty.Header`.
|
@Stability(value=Stable) @Nullable default Object getHeader()
@Stability(value=Stable) static CfnModelQualityJobDefinition.CsvProperty.Builder builder()
Copyright © 2022. All rights reserved.