public class RequestCountsForListBatchInferenceJobsOutput extends Object
| Constructor and Description |
|---|
RequestCountsForListBatchInferenceJobsOutput() |
| Modifier and Type | Method and Description |
|---|---|
RequestCountsForListBatchInferenceJobsOutput |
completed(Long completed) |
boolean |
equals(Object o) |
RequestCountsForListBatchInferenceJobsOutput |
failed(Long failed) |
Long |
getCompleted()
Get completed
|
Long |
getFailed()
Get failed
|
Long |
getTotal()
Get total
|
int |
hashCode() |
void |
setCompleted(Long completed) |
void |
setFailed(Long failed) |
void |
setTotal(Long total) |
String |
toString() |
RequestCountsForListBatchInferenceJobsOutput |
total(Long total) |
public RequestCountsForListBatchInferenceJobsOutput()
public RequestCountsForListBatchInferenceJobsOutput completed(Long completed)
public Long getCompleted()
public void setCompleted(Long completed)
public RequestCountsForListBatchInferenceJobsOutput failed(Long failed)
public Long getFailed()
public void setFailed(Long failed)
public RequestCountsForListBatchInferenceJobsOutput total(Long total)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2025. All rights reserved.