| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListInferenceExperiments
Description
Returns the list of all inference experiments.
This operation returns paginated results.
Synopsis
- data ListInferenceExperiments = ListInferenceExperiments' {
- creationTimeAfter :: Maybe POSIX
 - creationTimeBefore :: Maybe POSIX
 - lastModifiedTimeAfter :: Maybe POSIX
 - lastModifiedTimeBefore :: Maybe POSIX
 - maxResults :: Maybe Natural
 - nameContains :: Maybe Text
 - nextToken :: Maybe Text
 - sortBy :: Maybe SortInferenceExperimentsBy
 - sortOrder :: Maybe SortOrder
 - statusEquals :: Maybe InferenceExperimentStatus
 - type' :: Maybe InferenceExperimentType
 
 - newListInferenceExperiments :: ListInferenceExperiments
 - listInferenceExperiments_creationTimeAfter :: Lens' ListInferenceExperiments (Maybe UTCTime)
 - listInferenceExperiments_creationTimeBefore :: Lens' ListInferenceExperiments (Maybe UTCTime)
 - listInferenceExperiments_lastModifiedTimeAfter :: Lens' ListInferenceExperiments (Maybe UTCTime)
 - listInferenceExperiments_lastModifiedTimeBefore :: Lens' ListInferenceExperiments (Maybe UTCTime)
 - listInferenceExperiments_maxResults :: Lens' ListInferenceExperiments (Maybe Natural)
 - listInferenceExperiments_nameContains :: Lens' ListInferenceExperiments (Maybe Text)
 - listInferenceExperiments_nextToken :: Lens' ListInferenceExperiments (Maybe Text)
 - listInferenceExperiments_sortBy :: Lens' ListInferenceExperiments (Maybe SortInferenceExperimentsBy)
 - listInferenceExperiments_sortOrder :: Lens' ListInferenceExperiments (Maybe SortOrder)
 - listInferenceExperiments_statusEquals :: Lens' ListInferenceExperiments (Maybe InferenceExperimentStatus)
 - listInferenceExperiments_type :: Lens' ListInferenceExperiments (Maybe InferenceExperimentType)
 - data ListInferenceExperimentsResponse = ListInferenceExperimentsResponse' {}
 - newListInferenceExperimentsResponse :: Int -> ListInferenceExperimentsResponse
 - listInferenceExperimentsResponse_inferenceExperiments :: Lens' ListInferenceExperimentsResponse (Maybe [InferenceExperimentSummary])
 - listInferenceExperimentsResponse_nextToken :: Lens' ListInferenceExperimentsResponse (Maybe Text)
 - listInferenceExperimentsResponse_httpStatus :: Lens' ListInferenceExperimentsResponse Int
 
Creating a Request
data ListInferenceExperiments Source #
See: newListInferenceExperiments smart constructor.
Constructors
| ListInferenceExperiments' | |
Fields 
  | |
Instances
newListInferenceExperiments :: ListInferenceExperiments Source #
Create a value of ListInferenceExperiments with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTimeAfter:ListInferenceExperiments', listInferenceExperiments_creationTimeAfter - Selects inference experiments which were created after this timestamp.
$sel:creationTimeBefore:ListInferenceExperiments', listInferenceExperiments_creationTimeBefore - Selects inference experiments which were created before this timestamp.
$sel:lastModifiedTimeAfter:ListInferenceExperiments', listInferenceExperiments_lastModifiedTimeAfter - Selects inference experiments which were last modified after this
 timestamp.
$sel:lastModifiedTimeBefore:ListInferenceExperiments', listInferenceExperiments_lastModifiedTimeBefore - Selects inference experiments which were last modified before this
 timestamp.
$sel:maxResults:ListInferenceExperiments', listInferenceExperiments_maxResults - The maximum number of results to select.
$sel:nameContains:ListInferenceExperiments', listInferenceExperiments_nameContains - Selects inference experiments whose names contain this name.
ListInferenceExperiments, listInferenceExperiments_nextToken - The response from the last list when returning a list large enough to
 need tokening.
$sel:sortBy:ListInferenceExperiments', listInferenceExperiments_sortBy - The column by which to sort the listed inference experiments.
$sel:sortOrder:ListInferenceExperiments', listInferenceExperiments_sortOrder - The direction of sorting (ascending or descending).
$sel:statusEquals:ListInferenceExperiments', listInferenceExperiments_statusEquals - Selects inference experiments which are in this status. For the possible
 statuses, see DescribeInferenceExperimentResponse$Status.
ListInferenceExperiments, listInferenceExperiments_type - Selects inference experiments of this type. For the possible types of
 inference experiments, see CreateInferenceExperimentRequest$Type.
Request Lenses
listInferenceExperiments_creationTimeAfter :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #
Selects inference experiments which were created after this timestamp.
listInferenceExperiments_creationTimeBefore :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #
Selects inference experiments which were created before this timestamp.
listInferenceExperiments_lastModifiedTimeAfter :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #
Selects inference experiments which were last modified after this timestamp.
listInferenceExperiments_lastModifiedTimeBefore :: Lens' ListInferenceExperiments (Maybe UTCTime) Source #
Selects inference experiments which were last modified before this timestamp.
listInferenceExperiments_maxResults :: Lens' ListInferenceExperiments (Maybe Natural) Source #
The maximum number of results to select.
listInferenceExperiments_nameContains :: Lens' ListInferenceExperiments (Maybe Text) Source #
Selects inference experiments whose names contain this name.
listInferenceExperiments_nextToken :: Lens' ListInferenceExperiments (Maybe Text) Source #
The response from the last list when returning a list large enough to need tokening.
listInferenceExperiments_sortBy :: Lens' ListInferenceExperiments (Maybe SortInferenceExperimentsBy) Source #
The column by which to sort the listed inference experiments.
listInferenceExperiments_sortOrder :: Lens' ListInferenceExperiments (Maybe SortOrder) Source #
The direction of sorting (ascending or descending).
listInferenceExperiments_statusEquals :: Lens' ListInferenceExperiments (Maybe InferenceExperimentStatus) Source #
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.
listInferenceExperiments_type :: Lens' ListInferenceExperiments (Maybe InferenceExperimentType) Source #
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.
Destructuring the Response
data ListInferenceExperimentsResponse Source #
See: newListInferenceExperimentsResponse smart constructor.
Constructors
| ListInferenceExperimentsResponse' | |
Fields 
  | |
Instances
newListInferenceExperimentsResponse Source #
Create a value of ListInferenceExperimentsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inferenceExperiments:ListInferenceExperimentsResponse', listInferenceExperimentsResponse_inferenceExperiments - List of inference experiments.
ListInferenceExperiments, listInferenceExperimentsResponse_nextToken - The token to use when calling the next page of results.
$sel:httpStatus:ListInferenceExperimentsResponse', listInferenceExperimentsResponse_httpStatus - The response's http status code.
Response Lenses
listInferenceExperimentsResponse_inferenceExperiments :: Lens' ListInferenceExperimentsResponse (Maybe [InferenceExperimentSummary]) Source #
List of inference experiments.
listInferenceExperimentsResponse_nextToken :: Lens' ListInferenceExperimentsResponse (Maybe Text) Source #
The token to use when calling the next page of results.
listInferenceExperimentsResponse_httpStatus :: Lens' ListInferenceExperimentsResponse Int Source #
The response's http status code.