View source: R/lookoutequipment_operations.R
lookoutequipment_list_model_versions | R Documentation |
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.
lookoutequipment_list_model_versions(
ModelName,
NextToken = NULL,
MaxResults = NULL,
Status = NULL,
SourceType = NULL,
CreatedAtEndTime = NULL,
CreatedAtStartTime = NULL,
MaxModelVersion = NULL,
MinModelVersion = NULL
)
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.