GetMLTransformResponse constructor
GetMLTransformResponse({
- DateTime? createdOn,
- String? description,
- EvaluationMetrics? evaluationMetrics,
- String? glueVersion,
- List<
GlueTable> ? inputRecordTables, - int? labelCount,
- DateTime? lastModifiedOn,
- double? maxCapacity,
- int? maxRetries,
- String? name,
- int? numberOfWorkers,
- TransformParameters? parameters,
- String? role,
- List<
SchemaColumn> ? schema, - TransformStatusType? status,
- int? timeout,
- TransformEncryption? transformEncryption,
- String? transformId,
- WorkerType? workerType,
Implementation
GetMLTransformResponse({
this.createdOn,
this.description,
this.evaluationMetrics,
this.glueVersion,
this.inputRecordTables,
this.labelCount,
this.lastModifiedOn,
this.maxCapacity,
this.maxRetries,
this.name,
this.numberOfWorkers,
this.parameters,
this.role,
this.schema,
this.status,
this.timeout,
this.transformEncryption,
this.transformId,
this.workerType,
});