Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

list_experiment_templates

list_experiment_templates(**kwargs)

Lists your experiment templates.

See also: AWS API Documentation

Request Syntax

response = client.list_experiment_templates(
    maxResults=123,
    nextToken='string'
)
Parameters
  • maxResults (integer) -- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
  • nextToken (string) -- The token for the next page of results.
Return type

dict

Returns

Response Syntax

{
    'experimentTemplates': [
        {
            'id': 'string',
            'description': 'string',
            'creationTime': datetime(2015, 1, 1),
            'lastUpdateTime': datetime(2015, 1, 1),
            'tags': {
                'string': 'string'
            }
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • experimentTemplates (list) --

      The experiment templates.

      • (dict) --

        Provides a summary of an experiment template.

        • id (string) --

          The ID of the experiment template.

        • description (string) --

          The description of the experiment template.

        • creationTime (datetime) --

          The time that the experiment template was created.

        • lastUpdateTime (datetime) --

          The time that the experiment template was last updated.

        • tags (dict) --

          The tags for the experiment template.

          • (string) --
            • (string) --
    • nextToken (string) --

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Exceptions

  • FIS.Client.exceptions.ValidationException