Interface GetMlTaskRunResponse.Builder

    • Method Detail

      • transformId

        GetMlTaskRunResponse.Builder transformId​(String transformId)

        The unique identifier of the task run.

        Parameters:
        transformId - The unique identifier of the task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskRunId

        GetMlTaskRunResponse.Builder taskRunId​(String taskRunId)

        The unique run identifier associated with this run.

        Parameters:
        taskRunId - The unique run identifier associated with this run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupName

        GetMlTaskRunResponse.Builder logGroupName​(String logGroupName)

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

        Parameters:
        logGroupName - The names of the log groups that are associated with the task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        GetMlTaskRunResponse.Builder properties​(TaskRunProperties properties)

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

        Parameters:
        properties - The list of properties that are associated with the task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorString

        GetMlTaskRunResponse.Builder errorString​(String errorString)

        The error strings that are associated with the task run.

        Parameters:
        errorString - The error strings that are associated with the task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedOn

        GetMlTaskRunResponse.Builder startedOn​(Instant startedOn)

        The date and time when this task run started.

        Parameters:
        startedOn - The date and time when this task run started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedOn

        GetMlTaskRunResponse.Builder lastModifiedOn​(Instant lastModifiedOn)

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

        Parameters:
        lastModifiedOn - The date and time when this task run was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • completedOn

        GetMlTaskRunResponse.Builder completedOn​(Instant completedOn)

        The date and time when this task run was completed.

        Parameters:
        completedOn - The date and time when this task run was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionTime

        GetMlTaskRunResponse.Builder executionTime​(Integer executionTime)

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

        Parameters:
        executionTime - The amount of time (in seconds) that the task run consumed resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.