TransformJobSummary class
Provides a summary of a transform job. Multiple
TransformJobSummary
objects are returned as a list after in
response to a ListTransformJobs call.
Constructors
- TransformJobSummary({required DateTime creationTime, required String transformJobArn, required String transformJobName, required TransformJobStatus transformJobStatus, String? failureReason, DateTime? lastModifiedTime, DateTime? transformEndTime})
-
TransformJobSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime
-
A timestamp that shows when the transform Job was created.
final
- failureReason → String?
-
If the transform job failed, the reason it failed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime?
-
Indicates when the transform job was last modified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transformEndTime → DateTime?
-
Indicates when the transform job ends on compute instances. For successful
jobs and stopped jobs, this is the exact time recorded after the results are
uploaded. For failed jobs, this is when Amazon SageMaker detected that the
job failed.
final
- transformJobArn → String
-
The Amazon Resource Name (ARN) of the transform job.
final
- transformJobName → String
-
The name of the transform job.
final
- transformJobStatus → TransformJobStatus
-
The status of the transform job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited