DataQualityJobDefinitionDataQualityJobInputBatchTransformInput class

Constructors

DataQualityJobDefinitionDataQualityJobInputBatchTransformInput({required Input<String> dataCapturedDestinationS3Uri, required Input<DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat> datasetFormat, Input<String?>? localPath, Input<String?>? s3DataDistributionType, Input<String?>? s3InputMode})
Creates a new DataQualityJobDefinitionDataQualityJobInputBatchTransformInput. dataCapturedDestinationS3Uri The Amazon S3 location being used to capture the data. datasetFormat The dataset format for your batch transform job. Fields are documented below. localPath Path to the filesystem where the batch transform data is available to the container. Defaults to /opt/ml/processing/input. s3DataDistributionType Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated. Valid values are FullyReplicated or ShardedByS3Key s3InputMode Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File. Valid values are Pipe or File
const
DataQualityJobDefinitionDataQualityJobInputBatchTransformInput.fromMap(Map<String, dynamic> map)
factory

Properties

dataCapturedDestinationS3Uri → Input<String>
The Amazon S3 location being used to capture the data.
final
datasetFormat → Input<DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormat>
The dataset format for your batch transform job. Fields are documented below.
final
hashCode int
The hash code for this object.
no setterinherited
localPath → Input<String?>?
Path to the filesystem where the batch transform data is available to the container. Defaults to /opt/ml/processing/input.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3DataDistributionType → Input<String?>?
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated. Valid values are FullyReplicated or ShardedByS3Key
final
s3InputMode → Input<String?>?
Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File. Valid values are Pipe or File
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited