class Aws::LookoutEquipment::Types::ListInferenceSchedulersRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      inference_scheduler_name_begins_with: "InferenceSchedulerIdentifier",
      model_name: "ModelName",
    }

@!attribute [rw] next_token

An opaque pagination token indicating where to continue the listing
of inference schedulers.
@return [String]

@!attribute [rw] max_results

Specifies the maximum number of inference schedulers to list.
@return [Integer]

@!attribute [rw] inference_scheduler_name_begins_with

The beginning of the name of the inference schedulers to be listed.
@return [String]

@!attribute [rw] model_name

The name of the ML model used by the inference scheduler to be
listed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListInferenceSchedulersRequest AWS API Documentation

Constants

SENSITIVE