@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInferenceExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInferenceExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListInferenceExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<InferenceExecutionSummary> |
getInferenceExecutionSummaries()
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of inference executions.
|
int |
hashCode() |
void |
setInferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
void |
setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
String |
toString()
Returns a string representation of this object.
|
ListInferenceExecutionsResult |
withInferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
ListInferenceExecutionsResult |
withInferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
ListInferenceExecutionsResult |
withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
nextToken
- An opaque pagination token indicating where to continue the listing of inference executions.public String getNextToken()
An opaque pagination token indicating where to continue the listing of inference executions.
public ListInferenceExecutionsResult withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of inference executions.
nextToken
- An opaque pagination token indicating where to continue the listing of inference executions.public List<InferenceExecutionSummary> getInferenceExecutionSummaries()
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data configuration,
and so on.
ListInferenceExecutions
operation, including model used, inference scheduler, data
configuration, and so on.public void setInferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data configuration,
and so on.
inferenceExecutionSummaries
- Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data
configuration, and so on.public ListInferenceExecutionsResult withInferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data configuration,
and so on.
NOTE: This method appends the values to the existing list (if any). Use
setInferenceExecutionSummaries(java.util.Collection)
or
withInferenceExecutionSummaries(java.util.Collection)
if you want to override the existing values.
inferenceExecutionSummaries
- Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data
configuration, and so on.public ListInferenceExecutionsResult withInferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data configuration,
and so on.
inferenceExecutionSummaries
- Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions
operation, including model used, inference scheduler, data
configuration, and so on.public String toString()
toString
in class Object
Object.toString()
public ListInferenceExecutionsResult clone()