BatchInferenceJobSummary class
A truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
Constructors
Properties
- batchInferenceJobArn → String?
-
The Amazon Resource Name (ARN) of the batch inference job.
final
- creationDateTime → DateTime?
-
The time at which the batch inference job was created.
final
- failureReason → String?
-
If the batch inference job failed, the reason for the failure.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobName → String?
-
The name of the batch inference job.
final
- lastUpdatedDateTime → DateTime?
-
The time at which the batch inference job was last updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- solutionVersionArn → String?
-
The ARN of the solution version used by the batch inference job.
final
- status → String?
-
The status of the batch inference job. The status is one of the following
values:
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