Skip to content

/AWS1/CL_SGM=>LISTTRIALCOMPONENTS()

About ListTrialComponents

Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:

  • ExperimentName

  • SourceArn

  • TrialName

Method Signature

IMPORTING

Optional arguments:

IV_EXPERIMENTNAME TYPE /AWS1/SGMEXPERIMENTENTITYNAME /AWS1/SGMEXPERIMENTENTITYNAME

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.

IV_TRIALNAME TYPE /AWS1/SGMEXPERIMENTENTITYNAME /AWS1/SGMEXPERIMENTENTITYNAME

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.

IV_SOURCEARN TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256

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.

IV_CREATEDAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only components created after the specified time.

IV_CREATEDBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only components created before the specified time.

IV_SORTBY TYPE /AWS1/SGMSORTTRIALCOMPONENTSBY /AWS1/SGMSORTTRIALCOMPONENTSBY

The property used to sort results. The default value is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order. The default value is Descending.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of components to return in the response. The default value is 10.

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLSTTRIALCOMPONEN01 /AWS1/CL_SGMLSTTRIALCOMPONEN01