SearchRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A cross account filter option. When the value is "CrossAccount" the search results will only include resources made discoverable to you from other accounts. When the value is "SameAccount" or null the search results will only include resources from your account. Default is null. For more information on searching for resources made discoverable to your account, see Search discoverable resources in the SageMaker Developer Guide. The maximum number of ResourceCatalogs viewable is 1000.

Link copied to clipboard

The maximum number of results to return.

Link copied to clipboard

If more than MaxResults resources match the specified SearchExpression, the response includes a NextToken. The NextToken can be passed to the next SearchRequest to continue retrieving results.

Link copied to clipboard

The name of the SageMaker resource to search for.

Link copied to clipboard

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 SubExpressions, NestedFilters, and Filters that can be included in a SearchExpression object is 50.

Link copied to clipboard

The name of the resource property used to sort the SearchResults. The default is LastModifiedTime.

Link copied to clipboard

How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

Link copied to clipboard

Limits the results of your search request to the resources that you can access.

Functions

Link copied to clipboard
inline fun copy(block: SearchRequest.Builder.() -> Unit = {}): SearchRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String