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.
dataCapturedDestinationS3UriThe Amazon S3 location being used to capture the data.datasetFormatThe dataset format for your batch transform job. Fields are documented below.localPathPath to the filesystem where the batch transform data is available to the container. Defaults to/opt/ml/processing/input.s3DataDistributionTypeWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults toFullyReplicated. Valid values areFullyReplicatedorShardedByS3Keys3InputModeWhether thePipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile. Valid values arePipeorFileconst -
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 areFullyReplicatedorShardedByS3Keyfinal -
s3InputMode
→ Input<
String?> ? -
Whether the
PipeorFileis used as the input mode for transferring data for the monitoring job.Pipemode is recommended for large datasets.Filemode is useful for small files that fit in memory. Defaults toFile. Valid values arePipeorFilefinal
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