Lists the inference components in your account and their properties.
See https://www.paws-r-sdk.com/docs/sagemaker_list_inference_components/ for full documentation.
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
)
The field by which to sort the inference components in the response. The
default is CreationTime
.
The sort order for results. The default is Descending
.
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.
The maximum number of inference components to return in the response. This value defaults to 10.
Filters the results to only those inference components with a name that contains the specified string.
Filters the results to only those inference components that were created before the specified time.
Filters the results to only those inference components that were created after the specified time.
Filters the results to only those inference components that were updated before the specified time.
Filters the results to only those inference components that were updated after the specified time.
Filters the results to only those inference components with the specified status.
An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.
A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.