TaskRun

class TaskRun

The sampling parameters that are associated with the machine learning transform.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last point in time that the requested task run was completed.

Link copied to clipboard

The list of error strings associated with this task run.

Link copied to clipboard

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

Link copied to clipboard

The last point in time that the requested task run was updated.

Link copied to clipboard

The names of the log group for secure logging, associated with this task run.

Link copied to clipboard

Specifies configuration properties associated with this task run.

Link copied to clipboard

The date and time that this task run started.

Link copied to clipboard

The current status of the requested task run.

Link copied to clipboard

The unique identifier for this task run.

Link copied to clipboard

The unique identifier for the transform.

Functions

Link copied to clipboard
inline fun copy(block: TaskRun.Builder.() -> Unit = {}): TaskRun
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String