@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransformJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after
in response to a ListTransformJobs
call.
| Constructor and Description |
|---|
TransformJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
TransformJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that shows when the transform Job was created.
|
String |
getFailureReason()
If the transform job failed, the reason it failed.
|
Date |
getLastModifiedTime()
Indicates when the transform job was last modified.
|
Date |
getTransformEndTime()
Indicates when the transform job ends on compute instances.
|
String |
getTransformJobArn()
The Amazon Resource Name (ARN) of the transform job.
|
String |
getTransformJobName()
The name of the transform job.
|
String |
getTransformJobStatus()
The status of the transform job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
|
void |
setFailureReason(String failureReason)
If the transform job failed, the reason it failed.
|
void |
setLastModifiedTime(Date lastModifiedTime)
Indicates when the transform job was last modified.
|
void |
setTransformEndTime(Date transformEndTime)
Indicates when the transform job ends on compute instances.
|
void |
setTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
void |
setTransformJobName(String transformJobName)
The name of the transform job.
|
void |
setTransformJobStatus(String transformJobStatus)
The status of the transform job.
|
String |
toString()
Returns a string representation of this object.
|
TransformJobSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
|
TransformJobSummary |
withFailureReason(String failureReason)
If the transform job failed, the reason it failed.
|
TransformJobSummary |
withLastModifiedTime(Date lastModifiedTime)
Indicates when the transform job was last modified.
|
TransformJobSummary |
withTransformEndTime(Date transformEndTime)
Indicates when the transform job ends on compute instances.
|
TransformJobSummary |
withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
TransformJobSummary |
withTransformJobName(String transformJobName)
The name of the transform job.
|
TransformJobSummary |
withTransformJobStatus(String transformJobStatus)
The status of the transform job.
|
TransformJobSummary |
withTransformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
public void setTransformJobName(String transformJobName)
The name of the transform job.
transformJobName - The name of the transform job.public String getTransformJobName()
The name of the transform job.
public TransformJobSummary withTransformJobName(String transformJobName)
The name of the transform job.
transformJobName - The name of the transform job.public void setTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn - The Amazon Resource Name (ARN) of the transform job.public String getTransformJobArn()
The Amazon Resource Name (ARN) of the transform job.
public TransformJobSummary withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
transformJobArn - The Amazon Resource Name (ARN) of the transform job.public void setCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
creationTime - A timestamp that shows when the transform Job was created.public Date getCreationTime()
A timestamp that shows when the transform Job was created.
public TransformJobSummary withCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
creationTime - A timestamp that shows when the transform Job was created.public void setTransformEndTime(Date transformEndTime)
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
transformEndTime - Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is
the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker
detected that the job failed.public Date getTransformEndTime()
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
public TransformJobSummary withTransformEndTime(Date transformEndTime)
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
transformEndTime - Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is
the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker
detected that the job failed.public void setLastModifiedTime(Date lastModifiedTime)
Indicates when the transform job was last modified.
lastModifiedTime - Indicates when the transform job was last modified.public Date getLastModifiedTime()
Indicates when the transform job was last modified.
public TransformJobSummary withLastModifiedTime(Date lastModifiedTime)
Indicates when the transform job was last modified.
lastModifiedTime - Indicates when the transform job was last modified.public void setTransformJobStatus(String transformJobStatus)
The status of the transform job.
transformJobStatus - The status of the transform job.TransformJobStatuspublic String getTransformJobStatus()
The status of the transform job.
TransformJobStatuspublic TransformJobSummary withTransformJobStatus(String transformJobStatus)
The status of the transform job.
transformJobStatus - The status of the transform job.TransformJobStatuspublic TransformJobSummary withTransformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
transformJobStatus - The status of the transform job.TransformJobStatuspublic void setFailureReason(String failureReason)
If the transform job failed, the reason it failed.
failureReason - If the transform job failed, the reason it failed.public String getFailureReason()
If the transform job failed, the reason it failed.
public TransformJobSummary withFailureReason(String failureReason)
If the transform job failed, the reason it failed.
failureReason - If the transform job failed, the reason it failed.public String toString()
toString in class ObjectObject.toString()public TransformJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.