lookoutequipment_list_inference_schedulers: Retrieves a list of all inference schedulers currently...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_inference_schedulersR Documentation

Retrieves a list of all inference schedulers currently available for your account

Description

Retrieves a list of all inference schedulers currently available for your account.

See https://www.paws-r-sdk.com/docs/lookoutequipment_list_inference_schedulers/ for full documentation.

Usage

lookoutequipment_list_inference_schedulers(
  NextToken = NULL,
  MaxResults = NULL,
  InferenceSchedulerNameBeginsWith = NULL,
  ModelName = NULL,
  Status = NULL
)

Arguments

NextToken

An opaque pagination token indicating where to continue the listing of inference schedulers.

MaxResults

Specifies the maximum number of inference schedulers to list.

InferenceSchedulerNameBeginsWith

The beginning of the name of the inference schedulers to be listed.

ModelName

The name of the ML model used by the inference scheduler to be listed.

Status

Specifies the current status of the inference schedulers.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.