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.Types.EndpointInputConfiguration

Description

 
Synopsis

Documentation

data EndpointInputConfiguration Source #

The endpoint configuration for the load test.

See: newEndpointInputConfiguration smart constructor.

Constructors

EndpointInputConfiguration' 

Fields

Instances

Instances details
FromJSON EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

ToJSON EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

Generic EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

Associated Types

type Rep EndpointInputConfiguration :: Type -> Type #

Read EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

Show EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

NFData EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

Eq EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

Hashable EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

type Rep EndpointInputConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInputConfiguration

type Rep EndpointInputConfiguration = D1 ('MetaData "EndpointInputConfiguration" "Amazonka.SageMaker.Types.EndpointInputConfiguration" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "EndpointInputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentParameterRanges)) :*: (S1 ('MetaSel ('Just "inferenceSpecificationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProductionVariantInstanceType))))

newEndpointInputConfiguration Source #

Create a value of EndpointInputConfiguration 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:environmentParameterRanges:EndpointInputConfiguration', endpointInputConfiguration_environmentParameterRanges - The parameter you want to benchmark against.

$sel:inferenceSpecificationName:EndpointInputConfiguration', endpointInputConfiguration_inferenceSpecificationName - The inference specification name in the model package version.

$sel:instanceType:EndpointInputConfiguration', endpointInputConfiguration_instanceType - The instance types to use for the load test.

endpointInputConfiguration_inferenceSpecificationName :: Lens' EndpointInputConfiguration (Maybe Text) Source #

The inference specification name in the model package version.