lookoutequipment_list_models: Generates a list of all models in the account, including...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_modelsR Documentation

Generates a list of all models in the account, including model name and ARN, dataset, and status

Description

Generates a list of all models in the account, including model name and ARN, dataset, and status.

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

Usage

lookoutequipment_list_models(
  NextToken = NULL,
  MaxResults = NULL,
  Status = NULL,
  ModelNameBeginsWith = NULL,
  DatasetNameBeginsWith = NULL
)

Arguments

NextToken

An opaque pagination token indicating where to continue the listing of ML models.

MaxResults

Specifies the maximum number of ML models to list.

Status

The status of the ML model.

ModelNameBeginsWith

The beginning of the name of the ML models being listed.

DatasetNameBeginsWith

The beginning of the name of the dataset of the ML models to be listed.


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