amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.ListInferenceRecommendationsJobs

Description

Lists recommendation jobs that satisfy various filters.

This operation returns paginated results.

Synopsis

Creating a Request

data ListInferenceRecommendationsJobs Source #

See: newListInferenceRecommendationsJobs smart constructor.

Constructors

ListInferenceRecommendationsJobs' 

Fields

Instances

Instances details
ToJSON ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

ToHeaders ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

ToPath ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

ToQuery ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

AWSPager ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

AWSRequest ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Generic ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Associated Types

type Rep ListInferenceRecommendationsJobs :: Type -> Type #

Read ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Show ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

NFData ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Eq ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Hashable ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

type AWSResponse ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

type Rep ListInferenceRecommendationsJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

type Rep ListInferenceRecommendationsJobs = D1 ('MetaData "ListInferenceRecommendationsJobs" "Amazonka.SageMaker.ListInferenceRecommendationsJobs" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListInferenceRecommendationsJobs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListInferenceRecommendationsJobsSortBy)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationJobStatus)))))))

newListInferenceRecommendationsJobs :: ListInferenceRecommendationsJobs Source #

Create a value of ListInferenceRecommendationsJobs 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:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_creationTimeAfter - A filter that returns only jobs created after the specified time (timestamp).

$sel:creationTimeBefore:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_creationTimeBefore - A filter that returns only jobs created before the specified time (timestamp).

$sel:lastModifiedTimeAfter:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_lastModifiedTimeAfter - A filter that returns only jobs that were last modified after the specified time (timestamp).

$sel:lastModifiedTimeBefore:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_lastModifiedTimeBefore - A filter that returns only jobs that were last modified before the specified time (timestamp).

$sel:maxResults:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_maxResults - The maximum number of recommendations to return in the response.

$sel:nameContains:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_nameContains - A string in the job name. This filter returns only recommendations whose name contains the specified string.

ListInferenceRecommendationsJobs, listInferenceRecommendationsJobs_nextToken - If the response to a previous ListInferenceRecommendationsJobsRequest request was truncated, the response includes a NextToken. To retrieve the next set of recommendations, use the token in the next request.

$sel:sortBy:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_sortBy - The parameter by which to sort the results.

$sel:sortOrder:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_sortOrder - The sort order for the results.

$sel:statusEquals:ListInferenceRecommendationsJobs', listInferenceRecommendationsJobs_statusEquals - A filter that retrieves only inference recommendations jobs with a specific status.

Request Lenses

listInferenceRecommendationsJobs_creationTimeAfter :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #

A filter that returns only jobs created after the specified time (timestamp).

listInferenceRecommendationsJobs_creationTimeBefore :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #

A filter that returns only jobs created before the specified time (timestamp).

listInferenceRecommendationsJobs_lastModifiedTimeAfter :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #

A filter that returns only jobs that were last modified after the specified time (timestamp).

listInferenceRecommendationsJobs_lastModifiedTimeBefore :: Lens' ListInferenceRecommendationsJobs (Maybe UTCTime) Source #

A filter that returns only jobs that were last modified before the specified time (timestamp).

listInferenceRecommendationsJobs_maxResults :: Lens' ListInferenceRecommendationsJobs (Maybe Natural) Source #

The maximum number of recommendations to return in the response.

listInferenceRecommendationsJobs_nameContains :: Lens' ListInferenceRecommendationsJobs (Maybe Text) Source #

A string in the job name. This filter returns only recommendations whose name contains the specified string.

listInferenceRecommendationsJobs_nextToken :: Lens' ListInferenceRecommendationsJobs (Maybe Text) Source #

If the response to a previous ListInferenceRecommendationsJobsRequest request was truncated, the response includes a NextToken. To retrieve the next set of recommendations, use the token in the next request.

listInferenceRecommendationsJobs_statusEquals :: Lens' ListInferenceRecommendationsJobs (Maybe RecommendationJobStatus) Source #

A filter that retrieves only inference recommendations jobs with a specific status.

Destructuring the Response

data ListInferenceRecommendationsJobsResponse Source #

Constructors

ListInferenceRecommendationsJobsResponse' 

Fields

Instances

Instances details
Generic ListInferenceRecommendationsJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Read ListInferenceRecommendationsJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Show ListInferenceRecommendationsJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

NFData ListInferenceRecommendationsJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

Eq ListInferenceRecommendationsJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

type Rep ListInferenceRecommendationsJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobs

type Rep ListInferenceRecommendationsJobsResponse = D1 ('MetaData "ListInferenceRecommendationsJobsResponse" "Amazonka.SageMaker.ListInferenceRecommendationsJobs" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListInferenceRecommendationsJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "inferenceRecommendationsJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [InferenceRecommendationsJob]))))

newListInferenceRecommendationsJobsResponse Source #

Create a value of ListInferenceRecommendationsJobsResponse 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:

ListInferenceRecommendationsJobs, listInferenceRecommendationsJobsResponse_nextToken - A token for getting the next set of recommendations, if there are any.

$sel:httpStatus:ListInferenceRecommendationsJobsResponse', listInferenceRecommendationsJobsResponse_httpStatus - The response's http status code.

$sel:inferenceRecommendationsJobs:ListInferenceRecommendationsJobsResponse', listInferenceRecommendationsJobsResponse_inferenceRecommendationsJobs - The recommendations created from the Amazon SageMaker Inference Recommender job.

Response Lenses

listInferenceRecommendationsJobsResponse_nextToken :: Lens' ListInferenceRecommendationsJobsResponse (Maybe Text) Source #

A token for getting the next set of recommendations, if there are any.