@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHyperParameterTuningJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListHyperParameterTuningJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListHyperParameterTuningJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only tuning jobs that were created after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns only tuning jobs that were created before the specified time.
|
Date |
getLastModifiedTimeAfter()
A filter that returns only tuning jobs that were modified after the specified time.
|
Date |
getLastModifiedTimeBefore()
A filter that returns only tuning jobs that were modified before the specified time.
|
Integer |
getMaxResults()
The maximum number of tuning jobs to return.
|
String |
getNameContains()
A string in the tuning job name.
|
String |
getNextToken()
If the result of the previous
ListHyperParameterTuningJobs 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 tuning jobs with the specified status.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only tuning jobs that were created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only tuning jobs that were created before the specified time.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only tuning jobs that were modified after the specified time.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only tuning jobs that were modified before the specified time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of tuning jobs to return.
|
void |
setNameContains(String nameContains)
A string in the tuning job name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListHyperParameterTuningJobs 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 tuning jobs with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListHyperParameterTuningJobsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only tuning jobs that were created after the specified time.
|
ListHyperParameterTuningJobsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only tuning jobs that were created before the specified time.
|
ListHyperParameterTuningJobsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only tuning jobs that were modified after the specified time.
|
ListHyperParameterTuningJobsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only tuning jobs that were modified before the specified time.
|
ListHyperParameterTuningJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of tuning jobs to return.
|
ListHyperParameterTuningJobsRequest |
withNameContains(String nameContains)
A string in the tuning job name.
|
ListHyperParameterTuningJobsRequest |
withNextToken(String nextToken)
If the result of the previous
ListHyperParameterTuningJobs request was truncated, the response
includes a NextToken . |
ListHyperParameterTuningJobsRequest |
withSortBy(HyperParameterTuningJobSortByOptions sortBy)
The field to sort results by.
|
ListHyperParameterTuningJobsRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListHyperParameterTuningJobsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListHyperParameterTuningJobsRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListHyperParameterTuningJobsRequest |
withStatusEquals(HyperParameterTuningJobStatus statusEquals)
A filter that returns only tuning jobs with the specified status.
|
ListHyperParameterTuningJobsRequest |
withStatusEquals(String statusEquals)
A filter that returns only tuning 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, withSdkRequestTimeout
public void setNextToken(String nextToken)
If the result of the previous 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 the previous 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 the previous 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 ListHyperParameterTuningJobsRequest withNextToken(String nextToken)
If the result of the previous 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 the previous 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 void setMaxResults(Integer maxResults)
The maximum number of tuning jobs to return. The default value is 10.
maxResults
- The maximum number of tuning jobs to return. The default value is 10.public Integer getMaxResults()
The maximum number of tuning jobs to return. The default value is 10.
public ListHyperParameterTuningJobsRequest withMaxResults(Integer maxResults)
The maximum number of tuning jobs to return. The default value is 10.
maxResults
- The maximum number of tuning jobs to return. The default value is 10.public void setSortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.HyperParameterTuningJobSortByOptions
public String getSortBy()
The field to sort results by. The default is Name
.
Name
.HyperParameterTuningJobSortByOptions
public ListHyperParameterTuningJobsRequest withSortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.HyperParameterTuningJobSortByOptions
public ListHyperParameterTuningJobsRequest withSortBy(HyperParameterTuningJobSortByOptions sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.HyperParameterTuningJobSortByOptions
public void setSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public String getSortOrder()
The sort order for results. The default is Ascending
.
Ascending
.SortOrder
public ListHyperParameterTuningJobsRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public ListHyperParameterTuningJobsRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public void setNameContains(String nameContains)
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
nameContains
- A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified
string.public String getNameContains()
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
public ListHyperParameterTuningJobsRequest withNameContains(String nameContains)
A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.
nameContains
- A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified
string.public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only tuning jobs that were created after the specified time.
creationTimeAfter
- A filter that returns only tuning jobs that were created after the specified time.public Date getCreationTimeAfter()
A filter that returns only tuning jobs that were created after the specified time.
public ListHyperParameterTuningJobsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only tuning jobs that were created after the specified time.
creationTimeAfter
- A filter that returns only tuning jobs that were created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only tuning jobs that were created before the specified time.
creationTimeBefore
- A filter that returns only tuning jobs that were created before the specified time.public Date getCreationTimeBefore()
A filter that returns only tuning jobs that were created before the specified time.
public ListHyperParameterTuningJobsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only tuning jobs that were created before the specified time.
creationTimeBefore
- A filter that returns only tuning jobs that were created before the specified time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only tuning jobs that were modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only tuning jobs that were modified after the specified time.public Date getLastModifiedTimeAfter()
A filter that returns only tuning jobs that were modified after the specified time.
public ListHyperParameterTuningJobsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only tuning jobs that were modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only tuning jobs that were modified after the specified time.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only tuning jobs that were modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only tuning jobs that were modified before the specified time.public Date getLastModifiedTimeBefore()
A filter that returns only tuning jobs that were modified before the specified time.
public ListHyperParameterTuningJobsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only tuning jobs that were modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only tuning jobs that were modified before the specified time.public void setStatusEquals(String statusEquals)
A filter that returns only tuning jobs with the specified status.
statusEquals
- A filter that returns only tuning jobs with the specified status.HyperParameterTuningJobStatus
public String getStatusEquals()
A filter that returns only tuning jobs with the specified status.
HyperParameterTuningJobStatus
public ListHyperParameterTuningJobsRequest withStatusEquals(String statusEquals)
A filter that returns only tuning jobs with the specified status.
statusEquals
- A filter that returns only tuning jobs with the specified status.HyperParameterTuningJobStatus
public ListHyperParameterTuningJobsRequest withStatusEquals(HyperParameterTuningJobStatus statusEquals)
A filter that returns only tuning jobs with the specified status.
statusEquals
- A filter that returns only tuning jobs with the specified status.HyperParameterTuningJobStatus
public String toString()
toString
in class Object
Object.toString()
public ListHyperParameterTuningJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.