public static interface CfnModelExplainabilityJobDefinition.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 .featuresAttribute("featuresAttribute") .inferenceAttribute("inferenceAttribute") .probabilityAttribute("probabilityAttribute") .s3DataDistributionType("s3DataDistributionType") .s3InputMode("s3InputMode") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.Builder
|
static class |
CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.Jsii$Proxy
An implementation for
CfnModelExplainabilityJobDefinition.BatchTransformInputProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.Builder |
builder() |
java.lang.String |
getDataCapturedDestinationS3Uri()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri`.
|
java.lang.Object |
getDatasetFormat()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.DatasetFormat`.
|
default java.lang.String |
getFeaturesAttribute()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.FeaturesAttribute`.
|
default java.lang.String |
getInferenceAttribute()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.InferenceAttribute`.
|
java.lang.String |
getLocalPath()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.LocalPath`.
|
default java.lang.String |
getProbabilityAttribute()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.ProbabilityAttribute`.
|
default java.lang.String |
getS3DataDistributionType()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.S3DataDistributionType`.
|
default java.lang.String |
getS3InputMode()
`CfnModelExplainabilityJobDefinition.BatchTransformInputProperty.S3InputMode`.
|
java.lang.String getDataCapturedDestinationS3Uri()
java.lang.Object getDatasetFormat()
java.lang.String getLocalPath()
default java.lang.String getFeaturesAttribute()
default java.lang.String getInferenceAttribute()
default java.lang.String getProbabilityAttribute()
default java.lang.String getS3DataDistributionType()
default java.lang.String getS3InputMode()