Interface CfnModelBiasJobDefinition.BatchTransformInputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModelBiasJobDefinition.BatchTransformInputProperty.Jsii$Proxy
Enclosing class:
CfnModelBiasJobDefinition

@Stability(Stable) public static interface CfnModelBiasJobDefinition.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
         .endTimeOffset("endTimeOffset")
         .featuresAttribute("featuresAttribute")
         .inferenceAttribute("inferenceAttribute")
         .probabilityAttribute("probabilityAttribute")
         .probabilityThresholdAttribute(123)
         .s3DataDistributionType("s3DataDistributionType")
         .s3InputMode("s3InputMode")
         .startTimeOffset("startTimeOffset")
         .build();
 
  • Method Details

    • getDataCapturedDestinationS3Uri

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

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

      @Stability(Stable) @NotNull String getLocalPath()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.LocalPath.
    • getEndTimeOffset

      @Stability(Stable) @Nullable default String getEndTimeOffset()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.EndTimeOffset.
    • getFeaturesAttribute

      @Stability(Stable) @Nullable default String getFeaturesAttribute()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.FeaturesAttribute.
    • getInferenceAttribute

      @Stability(Stable) @Nullable default String getInferenceAttribute()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.InferenceAttribute.
    • getProbabilityAttribute

      @Stability(Stable) @Nullable default String getProbabilityAttribute()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityAttribute.
    • getProbabilityThresholdAttribute

      @Stability(Stable) @Nullable default Number getProbabilityThresholdAttribute()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityThresholdAttribute.
    • getS3DataDistributionType

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

      @Stability(Stable) @Nullable default String getS3InputMode()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.S3InputMode.
    • getStartTimeOffset

      @Stability(Stable) @Nullable default String getStartTimeOffset()
      CfnModelBiasJobDefinition.BatchTransformInputProperty.StartTimeOffset.
    • builder

      Returns:
      a CfnModelBiasJobDefinition.BatchTransformInputProperty.Builder of CfnModelBiasJobDefinition.BatchTransformInputProperty