@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchInferenceJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
A truncated version of the BatchInferenceJob. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
Constructor and Description |
---|
BatchInferenceJobSummary() |
Modifier and Type | Method and Description |
---|---|
BatchInferenceJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBatchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
|
String |
getBatchInferenceJobMode()
The job's mode.
|
Date |
getCreationDateTime()
The time at which the batch inference job was created.
|
String |
getFailureReason()
If the batch inference job failed, the reason for the failure.
|
String |
getJobName()
The name of the batch inference job.
|
Date |
getLastUpdatedDateTime()
The time at which the batch inference job was last updated.
|
String |
getSolutionVersionArn()
The ARN of the solution version used by the batch inference job.
|
String |
getStatus()
The status of the batch inference job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBatchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
|
void |
setBatchInferenceJobMode(String batchInferenceJobMode)
The job's mode.
|
void |
setCreationDateTime(Date creationDateTime)
The time at which the batch inference job was created.
|
void |
setFailureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
|
void |
setJobName(String jobName)
The name of the batch inference job.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch inference job was last updated.
|
void |
setSolutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
|
void |
setStatus(String status)
The status of the batch inference job.
|
String |
toString()
Returns a string representation of this object.
|
BatchInferenceJobSummary |
withBatchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
|
BatchInferenceJobSummary |
withBatchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)
The job's mode.
|
BatchInferenceJobSummary |
withBatchInferenceJobMode(String batchInferenceJobMode)
The job's mode.
|
BatchInferenceJobSummary |
withCreationDateTime(Date creationDateTime)
The time at which the batch inference job was created.
|
BatchInferenceJobSummary |
withFailureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
|
BatchInferenceJobSummary |
withJobName(String jobName)
The name of the batch inference job.
|
BatchInferenceJobSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch inference job was last updated.
|
BatchInferenceJobSummary |
withSolutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
|
BatchInferenceJobSummary |
withStatus(String status)
The status of the batch inference job.
|
public void setBatchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
batchInferenceJobArn
- The Amazon Resource Name (ARN) of the batch inference job.public String getBatchInferenceJobArn()
The Amazon Resource Name (ARN) of the batch inference job.
public BatchInferenceJobSummary withBatchInferenceJobArn(String batchInferenceJobArn)
The Amazon Resource Name (ARN) of the batch inference job.
batchInferenceJobArn
- The Amazon Resource Name (ARN) of the batch inference job.public void setJobName(String jobName)
The name of the batch inference job.
jobName
- The name of the batch inference job.public String getJobName()
The name of the batch inference job.
public BatchInferenceJobSummary withJobName(String jobName)
The name of the batch inference job.
jobName
- The name of the batch inference job.public void setStatus(String status)
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
status
- The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
public String getStatus()
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
public BatchInferenceJobSummary withStatus(String status)
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
status
- The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
public void setCreationDateTime(Date creationDateTime)
The time at which the batch inference job was created.
creationDateTime
- The time at which the batch inference job was created.public Date getCreationDateTime()
The time at which the batch inference job was created.
public BatchInferenceJobSummary withCreationDateTime(Date creationDateTime)
The time at which the batch inference job was created.
creationDateTime
- The time at which the batch inference job was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch inference job was last updated.
lastUpdatedDateTime
- The time at which the batch inference job was last updated.public Date getLastUpdatedDateTime()
The time at which the batch inference job was last updated.
public BatchInferenceJobSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the batch inference job was last updated.
lastUpdatedDateTime
- The time at which the batch inference job was last updated.public void setFailureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
failureReason
- If the batch inference job failed, the reason for the failure.public String getFailureReason()
If the batch inference job failed, the reason for the failure.
public BatchInferenceJobSummary withFailureReason(String failureReason)
If the batch inference job failed, the reason for the failure.
failureReason
- If the batch inference job failed, the reason for the failure.public void setSolutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
solutionVersionArn
- The ARN of the solution version used by the batch inference job.public String getSolutionVersionArn()
The ARN of the solution version used by the batch inference job.
public BatchInferenceJobSummary withSolutionVersionArn(String solutionVersionArn)
The ARN of the solution version used by the batch inference job.
solutionVersionArn
- The ARN of the solution version used by the batch inference job.public void setBatchInferenceJobMode(String batchInferenceJobMode)
The job's mode.
batchInferenceJobMode
- The job's mode.BatchInferenceJobMode
public String getBatchInferenceJobMode()
The job's mode.
BatchInferenceJobMode
public BatchInferenceJobSummary withBatchInferenceJobMode(String batchInferenceJobMode)
The job's mode.
batchInferenceJobMode
- The job's mode.BatchInferenceJobMode
public BatchInferenceJobSummary withBatchInferenceJobMode(BatchInferenceJobMode batchInferenceJobMode)
The job's mode.
batchInferenceJobMode
- The job's mode.BatchInferenceJobMode
public String toString()
toString
in class Object
Object.toString()
public BatchInferenceJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.