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

Description

Starts an inference experiment.

Synopsis

Creating a Request

data StartInferenceExperiment Source #

See: newStartInferenceExperiment smart constructor.

Constructors

StartInferenceExperiment' 

Fields

  • name :: Text

    The name of the inference experiment to start.

Instances

Instances details
ToJSON StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

ToHeaders StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

ToPath StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

ToQuery StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

AWSRequest StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Generic StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Associated Types

type Rep StartInferenceExperiment :: Type -> Type #

Read StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Show StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

NFData StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Eq StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Hashable StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

type AWSResponse StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

type Rep StartInferenceExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

type Rep StartInferenceExperiment = D1 ('MetaData "StartInferenceExperiment" "Amazonka.SageMaker.StartInferenceExperiment" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StartInferenceExperiment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartInferenceExperiment Source #

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

StartInferenceExperiment, startInferenceExperiment_name - The name of the inference experiment to start.

Request Lenses

startInferenceExperiment_name :: Lens' StartInferenceExperiment Text Source #

The name of the inference experiment to start.

Destructuring the Response

data StartInferenceExperimentResponse Source #

See: newStartInferenceExperimentResponse smart constructor.

Constructors

StartInferenceExperimentResponse' 

Fields

Instances

Instances details
Generic StartInferenceExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Associated Types

type Rep StartInferenceExperimentResponse :: Type -> Type #

Read StartInferenceExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Show StartInferenceExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

NFData StartInferenceExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

Eq StartInferenceExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

type Rep StartInferenceExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartInferenceExperiment

type Rep StartInferenceExperimentResponse = D1 ('MetaData "StartInferenceExperimentResponse" "Amazonka.SageMaker.StartInferenceExperiment" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StartInferenceExperimentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "inferenceExperimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartInferenceExperimentResponse Source #

Create a value of StartInferenceExperimentResponse 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:httpStatus:StartInferenceExperimentResponse', startInferenceExperimentResponse_httpStatus - The response's http status code.

$sel:inferenceExperimentArn:StartInferenceExperimentResponse', startInferenceExperimentResponse_inferenceExperimentArn - The ARN of the started inference experiment to start.

Response Lenses