@Stability(value=Stable)
public static interface CfnDataQualityJobDefinition.BatchTransformInputProperty
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;
BatchTransformInputProperty batchTransformInputProperty = BatchTransformInputProperty.builder()
.dataCapturedDestinationS3Uri("dataCapturedDestinationS3Uri")
.datasetFormat(DatasetFormatProperty.builder()
.csv(CsvProperty.builder()
.header(false)
.build())
.json(json)
.parquet(false)
.build())
.localPath("localPath")
// the properties below are optional
.s3DataDistributionType("s3DataDistributionType")
.s3InputMode("s3InputMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder
A builder for
CfnDataQualityJobDefinition.BatchTransformInputProperty |
static class |
CfnDataQualityJobDefinition.BatchTransformInputProperty.Jsii$Proxy
An implementation for
CfnDataQualityJobDefinition.BatchTransformInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder |
builder() |
String |
getDataCapturedDestinationS3Uri()
`CfnDataQualityJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri`.
|
Object |
getDatasetFormat()
`CfnDataQualityJobDefinition.BatchTransformInputProperty.DatasetFormat`.
|
String |
getLocalPath()
`CfnDataQualityJobDefinition.BatchTransformInputProperty.LocalPath`.
|
default String |
getS3DataDistributionType()
`CfnDataQualityJobDefinition.BatchTransformInputProperty.S3DataDistributionType`.
|
default String |
getS3InputMode()
`CfnDataQualityJobDefinition.BatchTransformInputProperty.S3InputMode`.
|
@Stability(value=Stable) @NotNull String getDataCapturedDestinationS3Uri()
@Stability(value=Stable) @NotNull Object getDatasetFormat()
@Stability(value=Stable) @NotNull String getLocalPath()
@Stability(value=Stable) @Nullable default String getS3DataDistributionType()
@Stability(value=Stable) @Nullable default String getS3InputMode()
@Stability(value=Stable) static CfnDataQualityJobDefinition.BatchTransformInputProperty.Builder builder()
Copyright © 2022. All rights reserved.