public static interface CfnModelBiasJobDefinition.BatchTransformInputProperty
// 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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelBiasJobDefinition.BatchTransformInputProperty.Builder
A builder for
CfnModelBiasJobDefinition.BatchTransformInputProperty |
static class |
CfnModelBiasJobDefinition.BatchTransformInputProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.BatchTransformInputProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelBiasJobDefinition.BatchTransformInputProperty.Builder |
builder() |
java.lang.String |
getDataCapturedDestinationS3Uri()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri`.
|
java.lang.Object |
getDatasetFormat()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.DatasetFormat`.
|
default java.lang.String |
getEndTimeOffset()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.EndTimeOffset`.
|
default java.lang.String |
getFeaturesAttribute()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.FeaturesAttribute`.
|
default java.lang.String |
getInferenceAttribute()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.InferenceAttribute`.
|
java.lang.String |
getLocalPath()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.LocalPath`.
|
default java.lang.String |
getProbabilityAttribute()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityAttribute`.
|
default java.lang.Number |
getProbabilityThresholdAttribute()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityThresholdAttribute`.
|
default java.lang.String |
getS3DataDistributionType()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.S3DataDistributionType`.
|
default java.lang.String |
getS3InputMode()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.S3InputMode`.
|
default java.lang.String |
getStartTimeOffset()
`CfnModelBiasJobDefinition.BatchTransformInputProperty.StartTimeOffset`.
|
java.lang.String getDataCapturedDestinationS3Uri()
java.lang.Object getDatasetFormat()
java.lang.String getLocalPath()
default java.lang.String getEndTimeOffset()
default java.lang.String getFeaturesAttribute()
default java.lang.String getInferenceAttribute()
default java.lang.String getProbabilityAttribute()
default java.lang.Number getProbabilityThresholdAttribute()
default java.lang.String getS3DataDistributionType()
default java.lang.String getS3InputMode()
default java.lang.String getStartTimeOffset()