@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskRun extends Object implements Serializable, Cloneable, StructuredPojo
The sampling parameters that are associated with the machine learning transform.
Constructor and Description |
---|
TaskRun() |
Modifier and Type | Method and Description |
---|---|
TaskRun |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletedOn()
The last point in time that the requested task run was completed.
|
String |
getErrorString()
The list of error strings associated with this task run.
|
Integer |
getExecutionTime()
The amount of time (in seconds) that the task run consumed resources.
|
Date |
getLastModifiedOn()
The last point in time that the requested task run was updated.
|
String |
getLogGroupName()
The names of the log group for secure logging, associated with this task run.
|
TaskRunProperties |
getProperties()
Specifies configuration properties associated with this task run.
|
Date |
getStartedOn()
The date and time that this task run started.
|
String |
getStatus()
The current status of the requested task run.
|
String |
getTaskRunId()
The unique identifier for this task run.
|
String |
getTransformId()
The unique identifier for the transform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletedOn(Date completedOn)
The last point in time that the requested task run was completed.
|
void |
setErrorString(String errorString)
The list of error strings associated with this task run.
|
void |
setExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
void |
setLastModifiedOn(Date lastModifiedOn)
The last point in time that the requested task run was updated.
|
void |
setLogGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
|
void |
setProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
|
void |
setStartedOn(Date startedOn)
The date and time that this task run started.
|
void |
setStatus(String status)
The current status of the requested task run.
|
void |
setTaskRunId(String taskRunId)
The unique identifier for this task run.
|
void |
setTransformId(String transformId)
The unique identifier for the transform.
|
String |
toString()
Returns a string representation of this object.
|
TaskRun |
withCompletedOn(Date completedOn)
The last point in time that the requested task run was completed.
|
TaskRun |
withErrorString(String errorString)
The list of error strings associated with this task run.
|
TaskRun |
withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
TaskRun |
withLastModifiedOn(Date lastModifiedOn)
The last point in time that the requested task run was updated.
|
TaskRun |
withLogGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
|
TaskRun |
withProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
|
TaskRun |
withStartedOn(Date startedOn)
The date and time that this task run started.
|
TaskRun |
withStatus(String status)
The current status of the requested task run.
|
TaskRun |
withStatus(TaskStatusType status)
The current status of the requested task run.
|
TaskRun |
withTaskRunId(String taskRunId)
The unique identifier for this task run.
|
TaskRun |
withTransformId(String transformId)
The unique identifier for the transform.
|
public void setTransformId(String transformId)
The unique identifier for the transform.
transformId
- The unique identifier for the transform.public String getTransformId()
The unique identifier for the transform.
public TaskRun withTransformId(String transformId)
The unique identifier for the transform.
transformId
- The unique identifier for the transform.public void setTaskRunId(String taskRunId)
The unique identifier for this task run.
taskRunId
- The unique identifier for this task run.public String getTaskRunId()
The unique identifier for this task run.
public TaskRun withTaskRunId(String taskRunId)
The unique identifier for this task run.
taskRunId
- The unique identifier for this task run.public void setStatus(String status)
The current status of the requested task run.
status
- The current status of the requested task run.TaskStatusType
public String getStatus()
The current status of the requested task run.
TaskStatusType
public TaskRun withStatus(String status)
The current status of the requested task run.
status
- The current status of the requested task run.TaskStatusType
public TaskRun withStatus(TaskStatusType status)
The current status of the requested task run.
status
- The current status of the requested task run.TaskStatusType
public void setLogGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
logGroupName
- The names of the log group for secure logging, associated with this task run.public String getLogGroupName()
The names of the log group for secure logging, associated with this task run.
public TaskRun withLogGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
logGroupName
- The names of the log group for secure logging, associated with this task run.public void setProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
properties
- Specifies configuration properties associated with this task run.public TaskRunProperties getProperties()
Specifies configuration properties associated with this task run.
public TaskRun withProperties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
properties
- Specifies configuration properties associated with this task run.public void setErrorString(String errorString)
The list of error strings associated with this task run.
errorString
- The list of error strings associated with this task run.public String getErrorString()
The list of error strings associated with this task run.
public TaskRun withErrorString(String errorString)
The list of error strings associated with this task run.
errorString
- The list of error strings associated with this task run.public void setStartedOn(Date startedOn)
The date and time that this task run started.
startedOn
- The date and time that this task run started.public Date getStartedOn()
The date and time that this task run started.
public TaskRun withStartedOn(Date startedOn)
The date and time that this task run started.
startedOn
- The date and time that this task run started.public void setLastModifiedOn(Date lastModifiedOn)
The last point in time that the requested task run was updated.
lastModifiedOn
- The last point in time that the requested task run was updated.public Date getLastModifiedOn()
The last point in time that the requested task run was updated.
public TaskRun withLastModifiedOn(Date lastModifiedOn)
The last point in time that the requested task run was updated.
lastModifiedOn
- The last point in time that the requested task run was updated.public void setCompletedOn(Date completedOn)
The last point in time that the requested task run was completed.
completedOn
- The last point in time that the requested task run was completed.public Date getCompletedOn()
The last point in time that the requested task run was completed.
public TaskRun withCompletedOn(Date completedOn)
The last point in time that the requested task run was completed.
completedOn
- The last point in time that the requested task run was completed.public void setExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
executionTime
- The amount of time (in seconds) that the task run consumed resources.public Integer getExecutionTime()
The amount of time (in seconds) that the task run consumed resources.
public TaskRun withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
executionTime
- The amount of time (in seconds) that the task run consumed resources.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.