@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListModelVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListModelVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreatedAtEndTime()
Filter results to return all the model versions created before this time.
|
Date |
getCreatedAtStartTime()
Filter results to return all the model versions created after this time.
|
Long |
getMaxModelVersion()
Specifies the highest version of the model to return in the list.
|
Integer |
getMaxResults()
Specifies the maximum number of machine learning model versions to list.
|
Long |
getMinModelVersion()
Specifies the lowest version of the model to return in the list.
|
String |
getModelName()
Then name of the machine learning model for which the model versions are to be listed.
|
String |
getNextToken()
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions.
|
String |
getSourceType()
Filter the results based on the way the model version was generated.
|
String |
getStatus()
Filter the results based on the current status of the model version.
|
int |
hashCode() |
void |
setCreatedAtEndTime(Date createdAtEndTime)
Filter results to return all the model versions created before this time.
|
void |
setCreatedAtStartTime(Date createdAtStartTime)
Filter results to return all the model versions created after this time.
|
void |
setMaxModelVersion(Long maxModelVersion)
Specifies the highest version of the model to return in the list.
|
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of machine learning model versions to list.
|
void |
setMinModelVersion(Long minModelVersion)
Specifies the lowest version of the model to return in the list.
|
void |
setModelName(String modelName)
Then name of the machine learning model for which the model versions are to be listed.
|
void |
setNextToken(String nextToken)
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions.
|
void |
setSourceType(String sourceType)
Filter the results based on the way the model version was generated.
|
void |
setStatus(String status)
Filter the results based on the current status of the model version.
|
String |
toString()
Returns a string representation of this object.
|
ListModelVersionsRequest |
withCreatedAtEndTime(Date createdAtEndTime)
Filter results to return all the model versions created before this time.
|
ListModelVersionsRequest |
withCreatedAtStartTime(Date createdAtStartTime)
Filter results to return all the model versions created after this time.
|
ListModelVersionsRequest |
withMaxModelVersion(Long maxModelVersion)
Specifies the highest version of the model to return in the list.
|
ListModelVersionsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of machine learning model versions to list.
|
ListModelVersionsRequest |
withMinModelVersion(Long minModelVersion)
Specifies the lowest version of the model to return in the list.
|
ListModelVersionsRequest |
withModelName(String modelName)
Then name of the machine learning model for which the model versions are to be listed.
|
ListModelVersionsRequest |
withNextToken(String nextToken)
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions.
|
ListModelVersionsRequest |
withSourceType(ModelVersionSourceType sourceType)
Filter the results based on the way the model version was generated.
|
ListModelVersionsRequest |
withSourceType(String sourceType)
Filter the results based on the way the model version was generated.
|
ListModelVersionsRequest |
withStatus(ModelVersionStatus status)
Filter the results based on the current status of the model version.
|
ListModelVersionsRequest |
withStatus(String status)
Filter the results based on the current status of the model version.
|
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 setModelName(String modelName)
Then name of the machine learning model for which the model versions are to be listed.
modelName
- Then name of the machine learning model for which the model versions are to be listed.public String getModelName()
Then name of the machine learning model for which the model versions are to be listed.
public ListModelVersionsRequest withModelName(String modelName)
Then name of the machine learning model for which the model versions are to be listed.
modelName
- Then name of the machine learning model for which the model versions are to be listed.public void setNextToken(String nextToken)
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions. Use this token in
the NextToken
field in the request to list the next page of results.
nextToken
- If the total number of results exceeds the limit that the response can display, the response returns an
opaque pagination token indicating where to continue the listing of machine learning model versions. Use
this token in the NextToken
field in the request to list the next page of results.public String getNextToken()
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions. Use this token in
the NextToken
field in the request to list the next page of results.
NextToken
field in the request to list the next page of results.public ListModelVersionsRequest withNextToken(String nextToken)
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions. Use this token in
the NextToken
field in the request to list the next page of results.
nextToken
- If the total number of results exceeds the limit that the response can display, the response returns an
opaque pagination token indicating where to continue the listing of machine learning model versions. Use
this token in the NextToken
field in the request to list the next page of results.public void setMaxResults(Integer maxResults)
Specifies the maximum number of machine learning model versions to list.
maxResults
- Specifies the maximum number of machine learning model versions to list.public Integer getMaxResults()
Specifies the maximum number of machine learning model versions to list.
public ListModelVersionsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of machine learning model versions to list.
maxResults
- Specifies the maximum number of machine learning model versions to list.public void setStatus(String status)
Filter the results based on the current status of the model version.
status
- Filter the results based on the current status of the model version.ModelVersionStatus
public String getStatus()
Filter the results based on the current status of the model version.
ModelVersionStatus
public ListModelVersionsRequest withStatus(String status)
Filter the results based on the current status of the model version.
status
- Filter the results based on the current status of the model version.ModelVersionStatus
public ListModelVersionsRequest withStatus(ModelVersionStatus status)
Filter the results based on the current status of the model version.
status
- Filter the results based on the current status of the model version.ModelVersionStatus
public void setSourceType(String sourceType)
Filter the results based on the way the model version was generated.
sourceType
- Filter the results based on the way the model version was generated.ModelVersionSourceType
public String getSourceType()
Filter the results based on the way the model version was generated.
ModelVersionSourceType
public ListModelVersionsRequest withSourceType(String sourceType)
Filter the results based on the way the model version was generated.
sourceType
- Filter the results based on the way the model version was generated.ModelVersionSourceType
public ListModelVersionsRequest withSourceType(ModelVersionSourceType sourceType)
Filter the results based on the way the model version was generated.
sourceType
- Filter the results based on the way the model version was generated.ModelVersionSourceType
public void setCreatedAtEndTime(Date createdAtEndTime)
Filter results to return all the model versions created before this time.
createdAtEndTime
- Filter results to return all the model versions created before this time.public Date getCreatedAtEndTime()
Filter results to return all the model versions created before this time.
public ListModelVersionsRequest withCreatedAtEndTime(Date createdAtEndTime)
Filter results to return all the model versions created before this time.
createdAtEndTime
- Filter results to return all the model versions created before this time.public void setCreatedAtStartTime(Date createdAtStartTime)
Filter results to return all the model versions created after this time.
createdAtStartTime
- Filter results to return all the model versions created after this time.public Date getCreatedAtStartTime()
Filter results to return all the model versions created after this time.
public ListModelVersionsRequest withCreatedAtStartTime(Date createdAtStartTime)
Filter results to return all the model versions created after this time.
createdAtStartTime
- Filter results to return all the model versions created after this time.public void setMaxModelVersion(Long maxModelVersion)
Specifies the highest version of the model to return in the list.
maxModelVersion
- Specifies the highest version of the model to return in the list.public Long getMaxModelVersion()
Specifies the highest version of the model to return in the list.
public ListModelVersionsRequest withMaxModelVersion(Long maxModelVersion)
Specifies the highest version of the model to return in the list.
maxModelVersion
- Specifies the highest version of the model to return in the list.public void setMinModelVersion(Long minModelVersion)
Specifies the lowest version of the model to return in the list.
minModelVersion
- Specifies the lowest version of the model to return in the list.public Long getMinModelVersion()
Specifies the lowest version of the model to return in the list.
public ListModelVersionsRequest withMinModelVersion(Long minModelVersion)
Specifies the lowest version of the model to return in the list.
minModelVersion
- Specifies the lowest version of the model to return in the list.public String toString()
toString
in class Object
Object.toString()
public ListModelVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()