@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHyperParameterTuningJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHyperParameterTuningJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListHyperParameterTuningJobsResult |
clone() |
boolean |
equals(Object obj) |
List<HyperParameterTuningJobSummary> |
getHyperParameterTuningJobSummaries()
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
String |
getNextToken()
If the result of this
ListHyperParameterTuningJobs request was truncated, the response includes a
NextToken . |
int |
hashCode() |
void |
setHyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
void |
setNextToken(String nextToken)
If the result of this
ListHyperParameterTuningJobs request was truncated, the response includes a
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListHyperParameterTuningJobsResult |
withHyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
ListHyperParameterTuningJobsResult |
withHyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
ListHyperParameterTuningJobsResult |
withNextToken(String nextToken)
If the result of this
ListHyperParameterTuningJobs request was truncated, the response includes a
NextToken . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HyperParameterTuningJobSummary> getHyperParameterTuningJobSummaries()
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.
ListHyperParameterTuningJobs
request returned.public void setHyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.
hyperParameterTuningJobSummaries
- A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.public ListHyperParameterTuningJobsResult withHyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.
NOTE: This method appends the values to the existing list (if any). Use
setHyperParameterTuningJobSummaries(java.util.Collection)
or
withHyperParameterTuningJobSummaries(java.util.Collection)
if you want to override the existing values.
hyperParameterTuningJobSummaries
- A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.public ListHyperParameterTuningJobsResult withHyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.
hyperParameterTuningJobSummaries
- A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs
request returned.public void setNextToken(String nextToken)
If the result of this ListHyperParameterTuningJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of tuning jobs, use the token in the next request.
nextToken
- If the result of this ListHyperParameterTuningJobs
request was truncated, the response
includes a NextToken
. To retrieve the next set of tuning jobs, use the token in the next
request.public String getNextToken()
If the result of this ListHyperParameterTuningJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of tuning jobs, use the token in the next request.
ListHyperParameterTuningJobs
request was truncated, the response
includes a NextToken
. To retrieve the next set of tuning jobs, use the token in the next
request.public ListHyperParameterTuningJobsResult withNextToken(String nextToken)
If the result of this ListHyperParameterTuningJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of tuning jobs, use the token in the next request.
nextToken
- If the result of this ListHyperParameterTuningJobs
request was truncated, the response
includes a NextToken
. To retrieve the next set of tuning jobs, use the token in the next
request.public String toString()
toString
in class Object
Object.toString()
public ListHyperParameterTuningJobsResult clone()