View source: R/bedrock_operations.R
| bedrock_list_custom_model_deployments | R Documentation |
Lists custom model deployments in your account. You can filter the results by creation time, name, status, and associated model. Use this operation to manage and monitor your custom model deployments.
See https://www.paws-r-sdk.com/docs/bedrock_list_custom_model_deployments/ for full documentation.
bedrock_list_custom_model_deployments(
createdBefore = NULL,
createdAfter = NULL,
nameContains = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL,
statusEquals = NULL,
modelArnEquals = NULL
)
createdBefore |
Filters deployments created before the specified date and time. |
createdAfter |
Filters deployments created after the specified date and time. |
nameContains |
Filters deployments whose names contain the specified string. |
maxResults |
The maximum number of results to return in a single call. |
nextToken |
The token for the next set of results. Use this token to retrieve additional results when the response is truncated. |
sortBy |
The field to sort the results by. The only supported value is |
sortOrder |
The sort order for the results. Valid values are |
statusEquals |
Filters deployments by status. Valid values are |
modelArnEquals |
Filters deployments by the Amazon Resource Name (ARN) of the associated custom model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.