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.ListTrainingJobsForHyperParameterTuningJob

Description

Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.

This operation returns paginated results.

Synopsis

Creating a Request

data ListTrainingJobsForHyperParameterTuningJob Source #

Constructors

ListTrainingJobsForHyperParameterTuningJob' 

Fields

  • nextToken :: Maybe Text

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

  • sortOrder :: Maybe SortOrder

    The sort order for results. The default is Ascending.

  • statusEquals :: Maybe TrainingJobStatus

    A filter that returns only training jobs with the specified status.

  • maxResults :: Maybe Natural

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

  • sortBy :: Maybe TrainingJobSortByOptions

    The field to sort results by. The default is Name.

    If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

  • hyperParameterTuningJobName :: Text

    The name of the tuning job whose training jobs you want to list.

Instances

Instances details
Eq ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Read ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Show ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Generic ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

NFData ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Hashable ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToJSON ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

AWSPager ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

AWSRequest ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToHeaders ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToPath ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToQuery ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJob = D1 ('MetaData "ListTrainingJobsForHyperParameterTuningJob" "Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTrainingJobsForHyperParameterTuningJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobStatus)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobSortByOptions)) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

newListTrainingJobsForHyperParameterTuningJob Source #

Create a value of ListTrainingJobsForHyperParameterTuningJob 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:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_nextToken - If the result of the previous ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

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

$sel:statusEquals:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_statusEquals - A filter that returns only training jobs with the specified status.

$sel:maxResults:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_maxResults - The maximum number of training jobs to return. The default value is 10.

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

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

$sel:hyperParameterTuningJobName:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job whose training jobs you want to list.

Request Lenses

listTrainingJobsForHyperParameterTuningJob_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Text) Source #

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

listTrainingJobsForHyperParameterTuningJob_maxResults :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe Natural) Source #

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

listTrainingJobsForHyperParameterTuningJob_sortBy :: Lens' ListTrainingJobsForHyperParameterTuningJob (Maybe TrainingJobSortByOptions) Source #

The field to sort results by. The default is Name.

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

Destructuring the Response

data ListTrainingJobsForHyperParameterTuningJobResponse Source #

Constructors

ListTrainingJobsForHyperParameterTuningJobResponse' 

Fields

  • nextToken :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

  • trainingJobSummaries :: [HyperParameterTrainingJobSummary]

    A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.

Instances

Instances details
Eq ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Read ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Show ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Generic ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

NFData ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

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

newListTrainingJobsForHyperParameterTuningJobResponse Source #

Create a value of ListTrainingJobsForHyperParameterTuningJobResponse 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:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJobResponse_nextToken - If the result of this ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

$sel:httpStatus:ListTrainingJobsForHyperParameterTuningJobResponse', listTrainingJobsForHyperParameterTuningJobResponse_httpStatus - The response's http status code.

$sel:trainingJobSummaries:ListTrainingJobsForHyperParameterTuningJobResponse', listTrainingJobsForHyperParameterTuningJobResponse_trainingJobSummaries - A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.

Response Lenses

listTrainingJobsForHyperParameterTuningJobResponse_nextToken :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse (Maybe Text) Source #

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

listTrainingJobsForHyperParameterTuningJobResponse_trainingJobSummaries :: Lens' ListTrainingJobsForHyperParameterTuningJobResponse [HyperParameterTrainingJobSummary] Source #

A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.