class Aws::SageMaker::Types::ListTrialComponentsRequest

@note When making an API call, you may pass ListTrialComponentsRequest

data as a hash:

    {
      experiment_name: "ExperimentEntityName",
      trial_name: "ExperimentEntityName",
      source_arn: "String256",
      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 components that are part of the specified
experiment. If you specify `ExperimentName`, you can't filter by
`SourceArn` or `TrialName`.
@return [String]

@!attribute [rw] trial_name

A filter that returns only components that are part of the specified
trial. If you specify `TrialName`, you can't filter by
`ExperimentName` or `SourceArn`.
@return [String]

@!attribute [rw] source_arn

A filter that returns only components that have the specified source
Amazon Resource Name (ARN). If you specify `SourceArn`, you can't
filter by `ExperimentName` or `TrialName`.
@return [String]

@!attribute [rw] created_after

A filter that returns only components created after the specified
time.
@return [Time]

@!attribute [rw] created_before

A filter that returns only components 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 components to return in the response. The
default value is 10.
@return [Integer]

@!attribute [rw] next_token

If the previous call to `ListTrialComponents` didn't return the
full set of components, the call returns a token for getting the
next set of components.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialComponentsRequest AWS API Documentation

Constants

SENSITIVE