class Aws::SageMaker::Types::ListExperimentsRequest
@note When making an API call, you may pass ListExperimentsRequest
data as a hash: { 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] created_after
A filter that returns only experiments created after the specified time. @return [Time]
@!attribute [rw] created_before
A filter that returns only experiments created 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 `ListExperiments` didn't return the full set of experiments, the call returns a token for getting the next set of experiments. @return [String]
@!attribute [rw] max_results
The maximum number of experiments to return in the response. The default value is 10. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListExperimentsRequest AWS API Documentation
Constants
- SENSITIVE