You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::ListRxNormInferenceJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListRxNormInferenceJobsRequest as input to an Aws::Client method, you can use a vanilla 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,
}

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ComprehendMedicalAsyncJobFilter

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.

Returns:

#max_resultsInteger

Identifies the next page of results to return.

Returns:

  • (Integer)

    Identifies the next page of results to return.

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)

    Identifies the next page of results to return.