| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.clone() |
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only jobs created after the specified time (timestamp).
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only jobs created before the specified time (timestamp).
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only jobs that were last modified after the specified time (timestamp).
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only jobs that were last modified before the specified time (timestamp).
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withMaxResults(Integer maxResults)
The maximum number of recommendations to return in the response.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withModelNameEquals(String modelNameEquals)
A filter that returns only jobs that were created for this model.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withModelPackageVersionArnEquals(String modelPackageVersionArnEquals)
A filter that returns only jobs that were created for this versioned model package.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withNameContains(String nameContains)
A string in the job name.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withNextToken(String nextToken)
If the response to a previous
ListInferenceRecommendationsJobsRequest request was truncated, the
response includes a NextToken. |
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withSortBy(ListInferenceRecommendationsJobsSortBy sortBy)
The parameter by which to sort the results.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withSortOrder(String sortOrder)
The sort order for the results.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withStatusEquals(RecommendationJobStatus statusEquals)
A filter that retrieves only inference recommendations jobs with a specific status.
|
ListInferenceRecommendationsJobsRequest |
ListInferenceRecommendationsJobsRequest.withStatusEquals(String statusEquals)
A filter that retrieves only inference recommendations jobs with a specific status.
|
Copyright © 2023. All rights reserved.