class Aws::ComprehendMedical::Types::ListRxNormInferenceJobsRequest

@note When making an API call, you may pass ListRxNormInferenceJobsRequest

data as a hash:

    {
      filter: {
        job_name: "JobName",
        job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED, PARTIAL_SUCCESS, FAILED, STOP_REQUESTED, STOPPED
        submit_time_before: Time.now,
        submit_time_after: Time.now,
      },
      next_token: "String",
      max_results: 1,
    }

@!attribute [rw] filter

Filters the jobs that are returned. You can filter jobs based on
their names, status, or the date and time that they were submitted.
You can only set one filter at a time.
@return [Types::ComprehendMedicalAsyncJobFilter]

@!attribute [rw] next_token

Identifies the next page of results to return.
@return [String]

@!attribute [rw] max_results

Identifies the next page of results to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/ListRxNormInferenceJobsRequest AWS API Documentation

Constants

SENSITIVE