class Aws::SageMaker::Types::ListTrialsRequest
@note When making an API call, you may pass ListTrialsRequest
data as a hash: { experiment_name: "ExperimentEntityName", trial_component_name: "ExperimentEntityName", created_after: Time.now, created_before: Time.now, sort_by: "Name", # accepts Name, CreationTime sort_order: "Ascending", # accepts Ascending, Descending max_results: 1, next_token: "NextToken", }
@!attribute [rw] experiment_name
A filter that returns only trials that are part of the specified experiment. @return [String]
@!attribute [rw] trial_component_name
A filter that returns only trials that are associated with the specified trial component. @return [String]
@!attribute [rw] created_after
A filter that returns only trials created after the specified time. @return [Time]
@!attribute [rw] created_before
A filter that returns only trials 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] max_results
The maximum number of trials to return in the response. The default value is 10. @return [Integer]
@!attribute [rw] next_token
If the previous call to `ListTrials` didn't return the full set of trials, the call returns a token for getting the next set of trials. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialsRequest AWS API Documentation
Constants
- SENSITIVE