BatchInferenceJob class
Contains information on a batch inference job.
Constructors
- BatchInferenceJob({String? batchInferenceJobArn, BatchInferenceJobConfig? batchInferenceJobConfig, DateTime? creationDateTime, String? failureReason, String? filterArn, BatchInferenceJobInput? jobInput, String? jobName, BatchInferenceJobOutput? jobOutput, DateTime? lastUpdatedDateTime, int? numResults, String? roleArn, String? solutionVersionArn, String? status})
-
BatchInferenceJob.fromJson(Map<
String, dynamic> json) -
factory
Properties
- batchInferenceJobArn → String?
-
The Amazon Resource Name (ARN) of the batch inference job.
final
- batchInferenceJobConfig → BatchInferenceJobConfig?
-
A string to string map of the configuration details of a 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
- filterArn → String?
-
The ARN of the filter used on the batch inference job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobInput → BatchInferenceJobInput?
-
The Amazon S3 path that leads to the input data used to generate the batch
inference job.
final
- jobName → String?
-
The name of the batch inference job.
final
- jobOutput → BatchInferenceJobOutput?
-
The Amazon S3 bucket that contains the output data generated by the batch
inference job.
final
- lastUpdatedDateTime → DateTime?
-
The time at which the batch inference job was last updated.
final
- numResults → int?
-
The number of recommendations generated by the batch inference job. This
number includes the error messages generated for failed input records.
final
- roleArn → String?
-
The ARN of the Amazon Identity and Access Management (IAM) role that
requested the batch inference job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- solutionVersionArn → String?
-
The Amazon Resource Name (ARN) of the solution version from which the batch
inference job was created.
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