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

Description

Returns a list of the subtasks for an Inference Recommender job.

The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.

This operation returns paginated results.

Synopsis

Creating a Request

data ListInferenceRecommendationsJobSteps Source #

Constructors

ListInferenceRecommendationsJobSteps' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to return.

  • nextToken :: Maybe Text

    A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.

  • status :: Maybe RecommendationJobStatus

    A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

  • stepType :: Maybe RecommendationStepType

    A filter to return details about the specified type of subtask.

    BENCHMARK: Evaluate the performance of your model on different instance types.

  • jobName :: Text

    The name for the Inference Recommender job.

Instances

Instances details
ToJSON ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

ToHeaders ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

ToPath ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

ToQuery ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

AWSPager ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

AWSRequest ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Generic ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Read ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Show ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

NFData ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Eq ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Hashable ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

type AWSResponse ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

type Rep ListInferenceRecommendationsJobSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

type Rep ListInferenceRecommendationsJobSteps = D1 ('MetaData "ListInferenceRecommendationsJobSteps" "Amazonka.SageMaker.ListInferenceRecommendationsJobSteps" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListInferenceRecommendationsJobSteps'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationJobStatus)) :*: (S1 ('MetaSel ('Just "stepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationStepType)) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListInferenceRecommendationsJobSteps Source #

Create a value of ListInferenceRecommendationsJobSteps 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:maxResults:ListInferenceRecommendationsJobSteps', listInferenceRecommendationsJobSteps_maxResults - The maximum number of results to return.

ListInferenceRecommendationsJobSteps, listInferenceRecommendationsJobSteps_nextToken - A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.

ListInferenceRecommendationsJobSteps, listInferenceRecommendationsJobSteps_status - A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

ListInferenceRecommendationsJobSteps, listInferenceRecommendationsJobSteps_stepType - A filter to return details about the specified type of subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

ListInferenceRecommendationsJobSteps, listInferenceRecommendationsJobSteps_jobName - The name for the Inference Recommender job.

Request Lenses

listInferenceRecommendationsJobSteps_nextToken :: Lens' ListInferenceRecommendationsJobSteps (Maybe Text) Source #

A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.

listInferenceRecommendationsJobSteps_status :: Lens' ListInferenceRecommendationsJobSteps (Maybe RecommendationJobStatus) Source #

A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

listInferenceRecommendationsJobSteps_stepType :: Lens' ListInferenceRecommendationsJobSteps (Maybe RecommendationStepType) Source #

A filter to return details about the specified type of subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

Destructuring the Response

data ListInferenceRecommendationsJobStepsResponse Source #

Constructors

ListInferenceRecommendationsJobStepsResponse' 

Fields

Instances

Instances details
Generic ListInferenceRecommendationsJobStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Read ListInferenceRecommendationsJobStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Show ListInferenceRecommendationsJobStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

NFData ListInferenceRecommendationsJobStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

Eq ListInferenceRecommendationsJobStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

type Rep ListInferenceRecommendationsJobStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListInferenceRecommendationsJobSteps

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

newListInferenceRecommendationsJobStepsResponse Source #

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

ListInferenceRecommendationsJobSteps, listInferenceRecommendationsJobStepsResponse_nextToken - A token that you can specify in your next request to return more results from the list.

$sel:steps:ListInferenceRecommendationsJobStepsResponse', listInferenceRecommendationsJobStepsResponse_steps - A list of all subtask details in Inference Recommender.

$sel:httpStatus:ListInferenceRecommendationsJobStepsResponse', listInferenceRecommendationsJobStepsResponse_httpStatus - The response's http status code.

Response Lenses

listInferenceRecommendationsJobStepsResponse_nextToken :: Lens' ListInferenceRecommendationsJobStepsResponse (Maybe Text) Source #

A token that you can specify in your next request to return more results from the list.