Class GetMlTaskRunsRequest

    • Method Detail

      • transformId

        public final String transformId()

        The unique identifier of the machine learning transform.

        Returns:
        The unique identifier of the machine learning transform.
      • nextToken

        public final String nextToken()

        A token for pagination of the results. The default is empty.

        Returns:
        A token for pagination of the results. The default is empty.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return.

        Returns:
        The maximum number of results to return.
      • filter

        public final TaskRunFilterCriteria filter()

        The filter criteria, in the TaskRunFilterCriteria structure, for the task run.

        Returns:
        The filter criteria, in the TaskRunFilterCriteria structure, for the task run.
      • sort

        public final TaskRunSortCriteria sort()

        The sorting criteria, in the TaskRunSortCriteria structure, for the task run.

        Returns:
        The sorting criteria, in the TaskRunSortCriteria structure, for the task run.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object