lookoutequipment_list_model_versions: Generates a list of all model versions for a given model,...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_model_versionsR Documentation

Generates a list of all model versions for a given model, including the model version, model version ARN, and status

Description

Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the MaxModelVersion and MinModelVersion fields.

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

Usage

lookoutequipment_list_model_versions(
  ModelName,
  NextToken = NULL,
  MaxResults = NULL,
  Status = NULL,
  SourceType = NULL,
  CreatedAtEndTime = NULL,
  CreatedAtStartTime = NULL,
  MaxModelVersion = NULL,
  MinModelVersion = NULL
)

Arguments

ModelName

[required] Then name of the machine learning model for which the model versions are to be listed.

NextToken

If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.

MaxResults

Specifies the maximum number of machine learning model versions to list.

Status

Filter the results based on the current status of the model version.

SourceType

Filter the results based on the way the model version was generated.

CreatedAtEndTime

Filter results to return all the model versions created before this time.

CreatedAtStartTime

Filter results to return all the model versions created after this time.

MaxModelVersion

Specifies the highest version of the model to return in the list.

MinModelVersion

Specifies the lowest version of the model to return in the list.


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