Class GetMlTaskRunResponse

    • Method Detail

      • transformId

        public final String transformId()

        The unique identifier of the task run.

        Returns:
        The unique identifier of the task run.
      • taskRunId

        public final String taskRunId()

        The unique run identifier associated with this run.

        Returns:
        The unique run identifier associated with this run.
      • statusAsString

        public final String statusAsString()

        The status for this task run.

        If the service returns an enum value that is not available in the current SDK version, status will return TaskStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status for this task run.
        See Also:
        TaskStatusType
      • logGroupName

        public final String logGroupName()

        The names of the log groups that are associated with the task run.

        Returns:
        The names of the log groups that are associated with the task run.
      • properties

        public final TaskRunProperties properties()

        The list of properties that are associated with the task run.

        Returns:
        The list of properties that are associated with the task run.
      • errorString

        public final String errorString()

        The error strings that are associated with the task run.

        Returns:
        The error strings that are associated with the task run.
      • startedOn

        public final Instant startedOn()

        The date and time when this task run started.

        Returns:
        The date and time when this task run started.
      • lastModifiedOn

        public final Instant lastModifiedOn()

        The date and time when this task run was last modified.

        Returns:
        The date and time when this task run was last modified.
      • completedOn

        public final Instant completedOn()

        The date and time when this task run was completed.

        Returns:
        The date and time when this task run was completed.
      • executionTime

        public final Integer executionTime()

        The amount of time (in seconds) that the task run consumed resources.

        Returns:
        The amount of time (in seconds) that the task run consumed resources.
      • 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