@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEvaluationJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEvaluationJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEvaluationJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that includes model evaluation jobs created after the time specified.
|
Date |
getCreationTimeBefore()
A filter that includes model evaluation jobs created prior to the time specified.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNameContains()
Query parameter string for model evaluation job names.
|
String |
getNextToken()
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
String |
getSortBy()
Allows you to sort model evaluation jobs by when they were created.
|
String |
getSortOrder()
How you want the order of jobs sorted.
|
String |
getStatusEquals()
Only return jobs where the status condition is met.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that includes model evaluation jobs created after the time specified.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that includes model evaluation jobs created prior to the time specified.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNameContains(String nameContains)
Query parameter string for model evaluation job names.
|
void |
setNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
void |
setSortBy(String sortBy)
Allows you to sort model evaluation jobs by when they were created.
|
void |
setSortOrder(String sortOrder)
How you want the order of jobs sorted.
|
void |
setStatusEquals(String statusEquals)
Only return jobs where the status condition is met.
|
String |
toString()
Returns a string representation of this object.
|
ListEvaluationJobsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that includes model evaluation jobs created after the time specified.
|
ListEvaluationJobsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that includes model evaluation jobs created prior to the time specified.
|
ListEvaluationJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListEvaluationJobsRequest |
withNameContains(String nameContains)
Query parameter string for model evaluation job names.
|
ListEvaluationJobsRequest |
withNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
|
ListEvaluationJobsRequest |
withSortBy(SortJobsBy sortBy)
Allows you to sort model evaluation jobs by when they were created.
|
ListEvaluationJobsRequest |
withSortBy(String sortBy)
Allows you to sort model evaluation jobs by when they were created.
|
ListEvaluationJobsRequest |
withSortOrder(SortOrder sortOrder)
How you want the order of jobs sorted.
|
ListEvaluationJobsRequest |
withSortOrder(String sortOrder)
How you want the order of jobs sorted.
|
ListEvaluationJobsRequest |
withStatusEquals(EvaluationJobStatus statusEquals)
Only return jobs where the status condition is met.
|
ListEvaluationJobsRequest |
withStatusEquals(String statusEquals)
Only return jobs where the status condition is met.
|
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 setCreationTimeAfter(Date creationTimeAfter)
A filter that includes model evaluation jobs created after the time specified.
creationTimeAfter
- A filter that includes model evaluation jobs created after the time specified.public Date getCreationTimeAfter()
A filter that includes model evaluation jobs created after the time specified.
public ListEvaluationJobsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that includes model evaluation jobs created after the time specified.
creationTimeAfter
- A filter that includes model evaluation jobs created after the time specified.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that includes model evaluation jobs created prior to the time specified.
creationTimeBefore
- A filter that includes model evaluation jobs created prior to the time specified.public Date getCreationTimeBefore()
A filter that includes model evaluation jobs created prior to the time specified.
public ListEvaluationJobsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that includes model evaluation jobs created prior to the time specified.
creationTimeBefore
- A filter that includes model evaluation jobs created prior to the time specified.public void setStatusEquals(String statusEquals)
Only return jobs where the status condition is met.
statusEquals
- Only return jobs where the status condition is met.EvaluationJobStatus
public String getStatusEquals()
Only return jobs where the status condition is met.
EvaluationJobStatus
public ListEvaluationJobsRequest withStatusEquals(String statusEquals)
Only return jobs where the status condition is met.
statusEquals
- Only return jobs where the status condition is met.EvaluationJobStatus
public ListEvaluationJobsRequest withStatusEquals(EvaluationJobStatus statusEquals)
Only return jobs where the status condition is met.
statusEquals
- Only return jobs where the status condition is met.EvaluationJobStatus
public void setNameContains(String nameContains)
Query parameter string for model evaluation job names.
nameContains
- Query parameter string for model evaluation job names.public String getNameContains()
Query parameter string for model evaluation job names.
public ListEvaluationJobsRequest withNameContains(String nameContains)
Query parameter string for model evaluation job names.
nameContains
- Query parameter string for model evaluation job names.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListEvaluationJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
nextToken
- Continuation token from the previous response, for Amazon Bedrock to list the next set of results.public String getNextToken()
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
public ListEvaluationJobsRequest withNextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
nextToken
- Continuation token from the previous response, for Amazon Bedrock to list the next set of results.public void setSortBy(String sortBy)
Allows you to sort model evaluation jobs by when they were created.
sortBy
- Allows you to sort model evaluation jobs by when they were created.SortJobsBy
public String getSortBy()
Allows you to sort model evaluation jobs by when they were created.
SortJobsBy
public ListEvaluationJobsRequest withSortBy(String sortBy)
Allows you to sort model evaluation jobs by when they were created.
sortBy
- Allows you to sort model evaluation jobs by when they were created.SortJobsBy
public ListEvaluationJobsRequest withSortBy(SortJobsBy sortBy)
Allows you to sort model evaluation jobs by when they were created.
sortBy
- Allows you to sort model evaluation jobs by when they were created.SortJobsBy
public void setSortOrder(String sortOrder)
How you want the order of jobs sorted.
sortOrder
- How you want the order of jobs sorted.SortOrder
public String getSortOrder()
How you want the order of jobs sorted.
SortOrder
public ListEvaluationJobsRequest withSortOrder(String sortOrder)
How you want the order of jobs sorted.
sortOrder
- How you want the order of jobs sorted.SortOrder
public ListEvaluationJobsRequest withSortOrder(SortOrder sortOrder)
How you want the order of jobs sorted.
sortOrder
- How you want the order of jobs sorted.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListEvaluationJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()