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();
 
  • Method Details

    • getDataCapturedDestinationS3Uri

      @Stability(Stable) @NotNull String getDataCapturedDestinationS3Uri()
      CfnMonitoringSchedule.BatchTransformInputProperty.DataCapturedDestinationS3Uri.
    • getDatasetFormat

      @Stability(Stable) @NotNull Object getDatasetFormat()
      CfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat.
    • getLocalPath

      @Stability(Stable) @NotNull String getLocalPath()
      CfnMonitoringSchedule.BatchTransformInputProperty.LocalPath.
    • getS3DataDistributionType

      @Stability(Stable) @Nullable default String getS3DataDistributionType()
      CfnMonitoringSchedule.BatchTransformInputProperty.S3DataDistributionType.
    • getS3InputMode

      @Stability(Stable) @Nullable default String getS3InputMode()
      CfnMonitoringSchedule.BatchTransformInputProperty.S3InputMode.
    • builder

      @Stability(Stable) static CfnMonitoringSchedule.BatchTransformInputProperty.Builder builder()
      Returns:
      a CfnMonitoringSchedule.BatchTransformInputProperty.Builder of CfnMonitoringSchedule.BatchTransformInputProperty