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