aws-cdk-lib.aws_sagemaker.CfnModelBiasJobDefinition.BatchTransformInputProperty

interface BatchTransformInputProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.BatchTransformInputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelBiasJobDefinition_BatchTransformInputProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.BatchTransformInputProperty
Pythonaws_cdk.aws_sagemaker.CfnModelBiasJobDefinition.BatchTransformInputProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelBiasJobDefinition » BatchTransformInputProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const batchTransformInputProperty: sagemaker.CfnModelBiasJobDefinition.BatchTransformInputProperty = {
  dataCapturedDestinationS3Uri: 'dataCapturedDestinationS3Uri',
  datasetFormat: {
    csv: {
      header: false,
    },
    json: {
      line: false,
    },
    parquet: false,
  },
  localPath: 'localPath',

  // the properties below are optional
  endTimeOffset: 'endTimeOffset',
  featuresAttribute: 'featuresAttribute',
  inferenceAttribute: 'inferenceAttribute',
  probabilityAttribute: 'probabilityAttribute',
  probabilityThresholdAttribute: 123,
  s3DataDistributionType: 's3DataDistributionType',
  s3InputMode: 's3InputMode',
  startTimeOffset: 'startTimeOffset',
};

Properties

NameTypeDescription
dataCapturedDestinationS3UristringCfnModelBiasJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri.
datasetFormatIResolvable | DatasetFormatPropertyCfnModelBiasJobDefinition.BatchTransformInputProperty.DatasetFormat.
localPathstringCfnModelBiasJobDefinition.BatchTransformInputProperty.LocalPath.
endTimeOffset?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.EndTimeOffset.
featuresAttribute?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.FeaturesAttribute.
inferenceAttribute?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.InferenceAttribute.
probabilityAttribute?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityAttribute.
probabilityThresholdAttribute?numberCfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityThresholdAttribute.
s3DataDistributionType?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.S3DataDistributionType.
s3InputMode?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.S3InputMode.
startTimeOffset?stringCfnModelBiasJobDefinition.BatchTransformInputProperty.StartTimeOffset.

dataCapturedDestinationS3Uri

Type: string

CfnModelBiasJobDefinition.BatchTransformInputProperty.DataCapturedDestinationS3Uri.


datasetFormat

Type: IResolvable | DatasetFormatProperty

CfnModelBiasJobDefinition.BatchTransformInputProperty.DatasetFormat.


localPath

Type: string

CfnModelBiasJobDefinition.BatchTransformInputProperty.LocalPath.


endTimeOffset?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.EndTimeOffset.


featuresAttribute?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.FeaturesAttribute.


inferenceAttribute?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.InferenceAttribute.


probabilityAttribute?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityAttribute.


probabilityThresholdAttribute?

Type: number (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.ProbabilityThresholdAttribute.


s3DataDistributionType?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.S3DataDistributionType.


s3InputMode?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.S3InputMode.


startTimeOffset?

Type: string (optional)

CfnModelBiasJobDefinition.BatchTransformInputProperty.StartTimeOffset.