listTrials

inline suspend fun SageMakerClient.listTrials(crossinline block: ListTrialsRequest.Builder.() -> Unit): ListTrialsResponse

Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.