@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListModelVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListModelVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListModelVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ModelVersionSummary> |
getModelVersionSummaries()
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
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.
|
int |
hashCode() |
void |
setModelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListModelVersionsResult |
withModelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
ListModelVersionsResult |
withModelVersionSummaries(ModelVersionSummary... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
ListModelVersionsResult |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListModelVersionsResult 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 List<ModelVersionSummary> getModelVersionSummaries()
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model that
doesn't exist, ListModelVersions returns an empty array in ModelVersionSummaries.
If you don't supply the ModelName request parameter, or if you supply the name of a model
that doesn't exist, ListModelVersions returns an empty array in
ModelVersionSummaries.
public void setModelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model that
doesn't exist, ListModelVersions returns an empty array in ModelVersionSummaries.
modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset ARNs,
and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model
that doesn't exist, ListModelVersions returns an empty array in
ModelVersionSummaries.
public ListModelVersionsResult withModelVersionSummaries(ModelVersionSummary... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model that
doesn't exist, ListModelVersions returns an empty array in ModelVersionSummaries.
NOTE: This method appends the values to the existing list (if any). Use
setModelVersionSummaries(java.util.Collection) or
withModelVersionSummaries(java.util.Collection) if you want to override the existing values.
modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset ARNs,
and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model
that doesn't exist, ListModelVersions returns an empty array in
ModelVersionSummaries.
public ListModelVersionsResult withModelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model that
doesn't exist, ListModelVersions returns an empty array in ModelVersionSummaries.
modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset ARNs,
and status.
If you don't supply the ModelName request parameter, or if you supply the name of a model
that doesn't exist, ListModelVersions returns an empty array in
ModelVersionSummaries.
public String toString()
toString in class ObjectObject.toString()public ListModelVersionsResult clone()