Lists the inference components in your account and their properties
Source:R/sagemaker_operations.R
sagemaker_list_inference_components.RdLists the inference components in your account and their properties.
See https://www.paws-r-sdk.com/docs/sagemaker_list_inference_components/ for full documentation.
Usage
sagemaker_list_inference_components(
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
StatusEquals = NULL,
EndpointNameEquals = NULL,
VariantNameEquals = NULL
)Arguments
- SortBy
The field by which to sort the inference components in the response. The default is
CreationTime.- SortOrder
The sort order for results. The default is
Descending.- NextToken
A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.
- MaxResults
The maximum number of inference components to return in the response. This value defaults to 10.
- NameContains
Filters the results to only those inference components with a name that contains the specified string.
- CreationTimeBefore
Filters the results to only those inference components that were created before the specified time.
- CreationTimeAfter
Filters the results to only those inference components that were created after the specified time.
- LastModifiedTimeBefore
Filters the results to only those inference components that were updated before the specified time.
- LastModifiedTimeAfter
Filters the results to only those inference components that were updated after the specified time.
- StatusEquals
Filters the results to only those inference components with the specified status.
- EndpointNameEquals
An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.
- VariantNameEquals
A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.