Interface CfnMonitoringSchedule.BatchTransformInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringSchedule.BatchTransformInputProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringSchedule
@Stability(Stable)
public static interface CfnMonitoringSchedule.BatchTransformInputProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMonitoringSchedule.BatchTransformInputProperty
static final class
An implementation forCfnMonitoringSchedule.BatchTransformInputProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
CfnMonitoringSchedule.BatchTransformInputProperty.DataCapturedDestinationS3Uri
.CfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat
.CfnMonitoringSchedule.BatchTransformInputProperty.LocalPath
.default String
CfnMonitoringSchedule.BatchTransformInputProperty.S3DataDistributionType
.default String
CfnMonitoringSchedule.BatchTransformInputProperty.S3InputMode
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataCapturedDestinationS3Uri
CfnMonitoringSchedule.BatchTransformInputProperty.DataCapturedDestinationS3Uri
. -
getDatasetFormat
CfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat
. -
getLocalPath
CfnMonitoringSchedule.BatchTransformInputProperty.LocalPath
. -
getS3DataDistributionType
CfnMonitoringSchedule.BatchTransformInputProperty.S3DataDistributionType
. -
getS3InputMode
CfnMonitoringSchedule.BatchTransformInputProperty.S3InputMode
. -
builder
-