aws-cdk-lib.aws_sagemaker.CfnMonitoringSchedule.BatchTransformInputProperty

interface BatchTransformInputProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.BatchTransformInputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnMonitoringSchedule_BatchTransformInputProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.BatchTransformInputProperty
Pythonaws_cdk.aws_sagemaker.CfnMonitoringSchedule.BatchTransformInputProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnMonitoringSchedule » 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.CfnMonitoringSchedule.BatchTransformInputProperty = {
  dataCapturedDestinationS3Uri: 'dataCapturedDestinationS3Uri',
  datasetFormat: {
    csv: {
      header: false,
    },
    json: {
      line: false,
    },
    parquet: false,
  },
  localPath: 'localPath',

  // the properties below are optional
  s3DataDistributionType: 's3DataDistributionType',
  s3InputMode: 's3InputMode',
};

Properties

NameTypeDescription
dataCapturedDestinationS3UristringCfnMonitoringSchedule.BatchTransformInputProperty.DataCapturedDestinationS3Uri.
datasetFormatIResolvable | DatasetFormatPropertyCfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat.
localPathstringCfnMonitoringSchedule.BatchTransformInputProperty.LocalPath.
s3DataDistributionType?stringCfnMonitoringSchedule.BatchTransformInputProperty.S3DataDistributionType.
s3InputMode?stringCfnMonitoringSchedule.BatchTransformInputProperty.S3InputMode.

dataCapturedDestinationS3Uri

Type: string

CfnMonitoringSchedule.BatchTransformInputProperty.DataCapturedDestinationS3Uri.


datasetFormat

Type: IResolvable | DatasetFormatProperty

CfnMonitoringSchedule.BatchTransformInputProperty.DatasetFormat.


localPath

Type: string

CfnMonitoringSchedule.BatchTransformInputProperty.LocalPath.


s3DataDistributionType?

Type: string (optional)

CfnMonitoringSchedule.BatchTransformInputProperty.S3DataDistributionType.


s3InputMode?

Type: string (optional)

CfnMonitoringSchedule.BatchTransformInputProperty.S3InputMode.