Returns the list of all inference experiments.
See https://www.paws-r-sdk.com/docs/sagemaker_list_inference_experiments/ for full documentation.
sagemaker_list_inference_experiments(
NameContains = NULL,
Type = NULL,
StatusEquals = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
Selects inference experiments whose names contain this name.
Selects inference experiments of this type. For the possible types of
inference experiments, see
create_inference_experiment
.
Selects inference experiments which are in this status. For the possible
statuses, see
describe_inference_experiment
.
Selects inference experiments which were created after this timestamp.
Selects inference experiments which were created before this timestamp.
Selects inference experiments which were last modified after this timestamp.
Selects inference experiments which were last modified before this timestamp.
The column by which to sort the listed inference experiments.
The direction of sorting (ascending or descending).
The response from the last list when returning a list large enough to need tokening.
The maximum number of results to select.