AlgorithmValidationSpecificationValidationProfilesTransformJobDefinition class

Constructors

AlgorithmValidationSpecificationValidationProfilesTransformJobDefinition({Input<String?>? batchStrategy, Input<Map<String, String>?>? environment, Input<int?>? maxConcurrentTransforms, Input<int?>? maxPayloadInMb, required Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput> transformInput, required Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput> transformOutput, required Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformResources> transformResources})
Creates a new AlgorithmValidationSpecificationValidationProfilesTransformJobDefinition. batchStrategy Batch strategy for the transform job. Allowed values are: MultiRecord and SingleRecord. environment Environment variables to pass to the transform container. maxConcurrentTransforms Maximum number of parallel transform requests. maxPayloadInMb Maximum payload size, in MiB, for transform requests. transformInput Input configuration for the transform job. See Transform Input. transformOutput Output configuration for the transform job. See Transform Output. transformResources Compute resources for the transform job. See Transform Resources.
const
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinition.fromMap(Map<String, dynamic> map)
factory

Properties

batchStrategy → Input<String?>?
Batch strategy for the transform job. Allowed values are: MultiRecord and SingleRecord.
final
environment → Input<Map<String, String>?>?
Environment variables to pass to the transform container.
final
hashCode int
The hash code for this object.
no setterinherited
maxConcurrentTransforms → Input<int?>?
Maximum number of parallel transform requests.
final
maxPayloadInMb → Input<int?>?
Maximum payload size, in MiB, for transform requests.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformInput → Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput>
Input configuration for the transform job. See Transform Input.
final
transformOutput → Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput>
Output configuration for the transform job. See Transform Output.
final
transformResources → Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformResources>
Compute resources for the transform job. See Transform Resources.
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