@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInferenceEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInferenceEventsResult() |
Modifier and Type | Method and Description |
---|---|
ListInferenceEventsResult |
clone() |
boolean |
equals(Object obj) |
List<InferenceEventSummary> |
getInferenceEventSummaries()
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
String |
getNextToken()
An opaque pagination token indicating where to continue the listing of inference executions.
|
int |
hashCode() |
void |
setInferenceEventSummaries(Collection<InferenceEventSummary> inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, 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.
|
ListInferenceEventsResult |
withInferenceEventSummaries(Collection<InferenceEventSummary> inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
ListInferenceEventsResult |
withInferenceEventSummaries(InferenceEventSummary... inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents operation, including scheduler used, event start time, event end time,
diagnostics, and so on. |
ListInferenceEventsResult |
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 ListInferenceEventsResult 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<InferenceEventSummary> getInferenceEventSummaries()
Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.public void setInferenceEventSummaries(Collection<InferenceEventSummary> inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.
inferenceEventSummaries
- Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.public ListInferenceEventsResult withInferenceEventSummaries(InferenceEventSummary... inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.
NOTE: This method appends the values to the existing list (if any). Use
setInferenceEventSummaries(java.util.Collection)
or
withInferenceEventSummaries(java.util.Collection)
if you want to override the existing values.
inferenceEventSummaries
- Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.public ListInferenceEventsResult withInferenceEventSummaries(Collection<InferenceEventSummary> inferenceEventSummaries)
Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.
inferenceEventSummaries
- Provides an array of information about the individual inference events returned from the
ListInferenceEvents
operation, including scheduler used, event start time, event end time,
diagnostics, and so on.public String toString()
toString
in class Object
Object.toString()
public ListInferenceEventsResult clone()