@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrainingJobsForHyperParameterTuningJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTrainingJobsForHyperParameterTuningJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTrainingJobsForHyperParameterTuningJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHyperParameterTuningJobName()
The name of the tuning job whose training jobs you want to list.
|
Integer |
getMaxResults()
The maximum number of training jobs to return.
|
String |
getNextToken()
If the result of the previous
ListTrainingJobsForHyperParameterTuningJob request was truncated, the
response includes a NextToken. |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
String |
getStatusEquals()
A filter that returns only training jobs with the specified status.
|
int |
hashCode() |
void |
setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of training jobs to return.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListTrainingJobsForHyperParameterTuningJob request was truncated, the
response includes a NextToken. |
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
void |
setStatusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withMaxResults(Integer maxResults)
The maximum number of training jobs to return.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withNextToken(String nextToken)
If the result of the previous
ListTrainingJobsForHyperParameterTuningJob request was truncated, the
response includes a NextToken. |
ListTrainingJobsForHyperParameterTuningJobRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withSortBy(TrainingJobSortByOptions sortBy)
The field to sort results by.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withStatusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
|
ListTrainingJobsForHyperParameterTuningJobRequest |
withStatusEquals(TrainingJobStatus statusEquals)
A filter that returns only training jobs with the specified status.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListTrainingJobsForHyperParameterTuningJobRequest()
public void setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
hyperParameterTuningJobName - The name of the tuning job whose training jobs you want to list.public String getHyperParameterTuningJobName()
The name of the tuning job whose training jobs you want to list.
public ListTrainingJobsForHyperParameterTuningJobRequest withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job whose training jobs you want to list.
hyperParameterTuningJobName - The name of the tuning job whose training jobs you want to list.public void setNextToken(String nextToken)
If the result of the previous 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 the previous 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 the previous 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 ListTrainingJobsForHyperParameterTuningJobRequest withNextToken(String nextToken)
If the result of the previous 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 the previous 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 void setMaxResults(Integer maxResults)
The maximum number of training jobs to return. The default value is 10.
maxResults - The maximum number of training jobs to return. The default value is 10.public Integer getMaxResults()
The maximum number of training jobs to return. The default value is 10.
public ListTrainingJobsForHyperParameterTuningJobRequest withMaxResults(Integer maxResults)
The maximum number of training jobs to return. The default value is 10.
maxResults - The maximum number of training jobs to return. The default value is 10.public void setStatusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
statusEquals - A filter that returns only training jobs with the specified status.TrainingJobStatuspublic String getStatusEquals()
A filter that returns only training jobs with the specified status.
TrainingJobStatuspublic ListTrainingJobsForHyperParameterTuningJobRequest withStatusEquals(String statusEquals)
A filter that returns only training jobs with the specified status.
statusEquals - A filter that returns only training jobs with the specified status.TrainingJobStatuspublic ListTrainingJobsForHyperParameterTuningJobRequest withStatusEquals(TrainingJobStatus statusEquals)
A filter that returns only training jobs with the specified status.
statusEquals - A filter that returns only training jobs with the specified status.TrainingJobStatuspublic void setSortBy(String sortBy)
The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an
objective metric are not listed.
sortBy - The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not
return an objective metric are not listed.
TrainingJobSortByOptionspublic String getSortBy()
The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an
objective metric are not listed.
Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not
return an objective metric are not listed.
TrainingJobSortByOptionspublic ListTrainingJobsForHyperParameterTuningJobRequest withSortBy(String sortBy)
The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an
objective metric are not listed.
sortBy - The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not
return an objective metric are not listed.
TrainingJobSortByOptionspublic ListTrainingJobsForHyperParameterTuningJobRequest withSortBy(TrainingJobSortByOptions sortBy)
The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an
objective metric are not listed.
sortBy - The field to sort results by. The default is Name.
If the value of this field is FinalObjectiveMetricValue, any training jobs that did not
return an objective metric are not listed.
TrainingJobSortByOptionspublic void setSortOrder(String sortOrder)
The sort order for results. The default is Ascending.
sortOrder - The sort order for results. The default is Ascending.SortOrderpublic String getSortOrder()
The sort order for results. The default is Ascending.
Ascending.SortOrderpublic ListTrainingJobsForHyperParameterTuningJobRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending.
sortOrder - The sort order for results. The default is Ascending.SortOrderpublic ListTrainingJobsForHyperParameterTuningJobRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending.
sortOrder - The sort order for results. The default is Ascending.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListTrainingJobsForHyperParameterTuningJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()