BatchInferenceJob constructor
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,
Implementation
BatchInferenceJob({
this.batchInferenceJobArn,
this.batchInferenceJobConfig,
this.creationDateTime,
this.failureReason,
this.filterArn,
this.jobInput,
this.jobName,
this.jobOutput,
this.lastUpdatedDateTime,
this.numResults,
this.roleArn,
this.solutionVersionArn,
this.status,
});