Struct aws_sdk_glue::model::TaskRun
source · #[non_exhaustive]pub struct TaskRun { /* private fields */ }Expand description
The sampling parameters that are associated with the machine learning transform.
Implementations§
source§impl TaskRun
impl TaskRun
sourcepub fn transform_id(&self) -> Option<&str>
pub fn transform_id(&self) -> Option<&str>
The unique identifier for the transform.
sourcepub fn task_run_id(&self) -> Option<&str>
pub fn task_run_id(&self) -> Option<&str>
The unique identifier for this task run.
sourcepub fn status(&self) -> Option<&TaskStatusType>
pub fn status(&self) -> Option<&TaskStatusType>
The current status of the requested task run.
sourcepub fn log_group_name(&self) -> Option<&str>
pub fn log_group_name(&self) -> Option<&str>
The names of the log group for secure logging, associated with this task run.
sourcepub fn properties(&self) -> Option<&TaskRunProperties>
pub fn properties(&self) -> Option<&TaskRunProperties>
Specifies configuration properties associated with this task run.
sourcepub fn error_string(&self) -> Option<&str>
pub fn error_string(&self) -> Option<&str>
The list of error strings associated with this task run.
sourcepub fn started_on(&self) -> Option<&DateTime>
pub fn started_on(&self) -> Option<&DateTime>
The date and time that this task run started.
sourcepub fn last_modified_on(&self) -> Option<&DateTime>
pub fn last_modified_on(&self) -> Option<&DateTime>
The last point in time that the requested task run was updated.
sourcepub fn completed_on(&self) -> Option<&DateTime>
pub fn completed_on(&self) -> Option<&DateTime>
The last point in time that the requested task run was completed.
sourcepub fn execution_time(&self) -> i32
pub fn execution_time(&self) -> i32
The amount of time (in seconds) that the task run consumed resources.