@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
  ListInferenceExecutionsoperation, 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
  ListInferenceExecutionsoperation, 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
  ListInferenceExecutionsoperation, 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
  ListInferenceExecutionsoperation, 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, setSdkResponseMetadatapublic 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.
 
 If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an
 inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in
 InferenceExecutionSummaries.
 
ListInferenceExecutions operation, including model used, inference scheduler, data
         configuration, and so on.  
         If you don't supply the InferenceSchedulerName request parameter, or if you supply the name
         of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array
         in InferenceExecutionSummaries.
         
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.
 
 If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an
 inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in
 InferenceExecutionSummaries.
 
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.  
        If you don't supply the InferenceSchedulerName request parameter, or if you supply the name
        of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array
        in InferenceExecutionSummaries.
        
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.
 
 If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an
 inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in
 InferenceExecutionSummaries.
 
 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.  
        If you don't supply the InferenceSchedulerName request parameter, or if you supply the name
        of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array
        in InferenceExecutionSummaries.
        
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.
 
 If you don't supply the InferenceSchedulerName request parameter, or if you supply the name of an
 inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array in
 InferenceExecutionSummaries.
 
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.  
        If you don't supply the InferenceSchedulerName request parameter, or if you supply the name
        of an inference scheduler that doesn't exist, ListInferenceExecutions returns an empty array
        in InferenceExecutionSummaries.
        
public String toString()
toString in class ObjectObject.toString()public ListInferenceExecutionsResult clone()