libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.ListHyperParameterTuningJobs

Description

Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListHyperParameterTuningJobs Source #

See: newListHyperParameterTuningJobs smart constructor.

Constructors

ListHyperParameterTuningJobs' 

Fields

Instances

Instances details
Eq ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Read ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Show ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Generic ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Associated Types

type Rep ListHyperParameterTuningJobs :: Type -> Type #

NFData ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Hashable ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToJSON ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

AWSPager ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

AWSRequest ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToHeaders ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToPath ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToQuery ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobs = D1 ('MetaData "ListHyperParameterTuningJobs" "Amazonka.SageMaker.ListHyperParameterTuningJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHyperParameterTuningJobs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobStatus)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobSortByOptions)))))))
type AWSResponse ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

newListHyperParameterTuningJobs :: ListHyperParameterTuningJobs Source #

Create a value of ListHyperParameterTuningJobs 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:nameContains:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_nameContains - A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_lastModifiedTimeBefore - A filter that returns only tuning jobs that were modified before the specified time.

$sel:creationTimeAfter:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_creationTimeAfter - A filter that returns only tuning jobs that were created after the specified time.

$sel:nextToken:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_nextToken - If the result of the previous ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

$sel:sortOrder:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_lastModifiedTimeAfter - A filter that returns only tuning jobs that were modified after the specified time.

$sel:creationTimeBefore:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_creationTimeBefore - A filter that returns only tuning jobs that were created before the specified time.

$sel:statusEquals:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_statusEquals - A filter that returns only tuning jobs with the specified status.

$sel:maxResults:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_maxResults - The maximum number of tuning jobs to return. The default value is 10.

$sel:sortBy:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_sortBy - The field to sort results by. The default is Name.

Request Lenses

listHyperParameterTuningJobs_nameContains :: Lens' ListHyperParameterTuningJobs (Maybe Text) Source #

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

listHyperParameterTuningJobs_lastModifiedTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #

A filter that returns only tuning jobs that were modified before the specified time.

listHyperParameterTuningJobs_creationTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #

A filter that returns only tuning jobs that were created after the specified time.

listHyperParameterTuningJobs_nextToken :: Lens' ListHyperParameterTuningJobs (Maybe Text) Source #

If the result of the previous ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

listHyperParameterTuningJobs_sortOrder :: Lens' ListHyperParameterTuningJobs (Maybe SortOrder) Source #

The sort order for results. The default is Ascending.

listHyperParameterTuningJobs_lastModifiedTimeAfter :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #

A filter that returns only tuning jobs that were modified after the specified time.

listHyperParameterTuningJobs_creationTimeBefore :: Lens' ListHyperParameterTuningJobs (Maybe UTCTime) Source #

A filter that returns only tuning jobs that were created before the specified time.

listHyperParameterTuningJobs_maxResults :: Lens' ListHyperParameterTuningJobs (Maybe Natural) Source #

The maximum number of tuning jobs to return. The default value is 10.

Destructuring the Response

data ListHyperParameterTuningJobsResponse Source #

Constructors

ListHyperParameterTuningJobsResponse' 

Fields

Instances

Instances details
Eq ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Read ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Show ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Generic ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

NFData ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobsResponse = D1 ('MetaData "ListHyperParameterTuningJobsResponse" "Amazonka.SageMaker.ListHyperParameterTuningJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHyperParameterTuningJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HyperParameterTuningJobSummary]))))

newListHyperParameterTuningJobsResponse Source #

Create a value of ListHyperParameterTuningJobsResponse 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:nextToken:ListHyperParameterTuningJobs', listHyperParameterTuningJobsResponse_nextToken - If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

$sel:httpStatus:ListHyperParameterTuningJobsResponse', listHyperParameterTuningJobsResponse_httpStatus - The response's http status code.

$sel:hyperParameterTuningJobSummaries:ListHyperParameterTuningJobsResponse', listHyperParameterTuningJobsResponse_hyperParameterTuningJobSummaries - A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.

Response Lenses

listHyperParameterTuningJobsResponse_nextToken :: Lens' ListHyperParameterTuningJobsResponse (Maybe Text) Source #

If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

listHyperParameterTuningJobsResponse_hyperParameterTuningJobSummaries :: Lens' ListHyperParameterTuningJobsResponse [HyperParameterTuningJobSummary] Source #

A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.