SentimentDetectionJobFilter class

Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.

Constructors

SentimentDetectionJobFilter({String? jobName, JobStatus? jobStatus, DateTime? submitTimeAfter, DateTime? submitTimeBefore})

Properties

hashCode int
The hash code for this object.
no setterinherited
jobName String?
Filters on the name of the job.
final
jobStatus JobStatus?
Filters the list of jobs based on job status. Returns only jobs with the specified status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitTimeAfter DateTime?
Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
final
submitTimeBefore DateTime?
Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited