View source: R/sagemaker_operations.R
sagemaker_search | R Documentation |
Finds SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord
objects in the response. You can sort the search results by any resource property in a ascending or descending order.
See https://www.paws-r-sdk.com/docs/sagemaker_search/ for full documentation.
sagemaker_search(
Resource,
SearchExpression = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
CrossAccountFilterOption = NULL,
VisibilityConditions = NULL
)
Resource |
[required] The name of the SageMaker resource to search for. |
SearchExpression |
A Boolean conditional statement. Resources must satisfy this condition
to be included in search results. You must provide at least one
subexpression, filter, or nested filter. The maximum number of recursive
|
SortBy |
The name of the resource property used to sort the |
SortOrder |
How |
NextToken |
If more than |
MaxResults |
The maximum number of results to return. |
CrossAccountFilterOption |
A cross account filter option. When the value is |
VisibilityConditions |
Limits the results of your search request to the resources that you can access. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.