class Aws::SageMaker::Types::ListContextsRequest
@note When making an API call, you may pass ListContextsRequest
data as a hash: { source_uri: "SourceUri", context_type: "String256", created_after: Time.now, created_before: Time.now, sort_by: "Name", # accepts Name, CreationTime sort_order: "Ascending", # accepts Ascending, Descending next_token: "NextToken", max_results: 1, }
@!attribute [rw] source_uri
A filter that returns only contexts with the specified source URI. @return [String]
@!attribute [rw] context_type
A filter that returns only contexts of the specified type. @return [String]
@!attribute [rw] created_after
A filter that returns only contexts created on or after the specified time. @return [Time]
@!attribute [rw] created_before
A filter that returns only contexts created on or before the specified time. @return [Time]
@!attribute [rw] sort_by
The property used to sort results. The default value is `CreationTime`. @return [String]
@!attribute [rw] sort_order
The sort order. The default value is `Descending`. @return [String]
@!attribute [rw] next_token
If the previous call to `ListContexts` didn't return the full set of contexts, the call returns a token for getting the next set of contexts. @return [String]
@!attribute [rw] max_results
The maximum number of contexts to return in the response. The default value is 10. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListContextsRequest AWS API Documentation
Constants
- SENSITIVE