AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information for filtering a list of document classification jobs. For more information, see the operation. You can provide only one filter parameter in each request.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.DocumentClassificationJobFilter

Namespace: Amazon.Comprehend.Model
Assembly: AWSSDK.Comprehend.dll
Version: 3.x.y.z

Syntax

C#
public class DocumentClassificationJobFilter

The DocumentClassificationJobFilter type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property JobName System.String

Gets and sets the property JobName.

Filters on the name of the job.

Public Property JobStatus Amazon.Comprehend.JobStatus

Gets and sets the property JobStatus.

Filters the list based on job status. Returns only jobs with the specified status.

Public Property SubmitTimeAfter System.DateTime

Gets and sets the property SubmitTimeAfter.

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.

Public Property SubmitTimeBefore System.DateTime

Gets and sets the property SubmitTimeBefore.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5