amazonka-lookoutvision-2.0: Amazon Lookout for Vision 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.LookoutVision.Types.GreengrassConfiguration

Description

 
Synopsis

Documentation

data GreengrassConfiguration Source #

Configuration information for the AWS IoT Greengrass component created in a model packaging job. For more information, see StartModelPackagingJob.

You can't specify a component with the same ComponentName and Componentversion as an existing component with the same component name and component version.

See: newGreengrassConfiguration smart constructor.

Constructors

GreengrassConfiguration' 

Fields

  • compilerOptions :: Maybe Text

    Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify CompilerOptions.

    For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.

  • componentDescription :: Maybe Text

    A description for the AWS IoT Greengrass component.

  • componentVersion :: Maybe Text

    A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of Model Version.0.0 is used.

  • tags :: Maybe [Tag]

    A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.

  • targetDevice :: Maybe TargetDevice

    The target device for the model. Currently the only supported value is jetson_xavier. If you specify TargetDevice, you can't specify TargetPlatform.

  • targetPlatform :: Maybe TargetPlatform

    The target platform for the model. If you specify TargetPlatform, you can't specify TargetDevice.

  • s3OutputLocation :: S3Location

    An S3 location in which Lookout for Vision stores the component artifacts.

  • componentName :: Text

    A name for the AWS IoT Greengrass component.

Instances

Instances details
FromJSON GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

ToJSON GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

Generic GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

Associated Types

type Rep GreengrassConfiguration :: Type -> Type #

Read GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

Show GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

NFData GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

Methods

rnf :: GreengrassConfiguration -> () #

Eq GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

Hashable GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

type Rep GreengrassConfiguration Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassConfiguration

type Rep GreengrassConfiguration = D1 ('MetaData "GreengrassConfiguration" "Amazonka.LookoutVision.Types.GreengrassConfiguration" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "GreengrassConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "compilerOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "componentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "targetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDevice)) :*: S1 ('MetaSel ('Just "targetPlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatform))) :*: (S1 ('MetaSel ('Just "s3OutputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGreengrassConfiguration Source #

Create a value of GreengrassConfiguration 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:compilerOptions:GreengrassConfiguration', greengrassConfiguration_compilerOptions - Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify CompilerOptions.

For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.

$sel:componentDescription:GreengrassConfiguration', greengrassConfiguration_componentDescription - A description for the AWS IoT Greengrass component.

$sel:componentVersion:GreengrassConfiguration', greengrassConfiguration_componentVersion - A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of Model Version.0.0 is used.

$sel:tags:GreengrassConfiguration', greengrassConfiguration_tags - A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.

$sel:targetDevice:GreengrassConfiguration', greengrassConfiguration_targetDevice - The target device for the model. Currently the only supported value is jetson_xavier. If you specify TargetDevice, you can't specify TargetPlatform.

$sel:targetPlatform:GreengrassConfiguration', greengrassConfiguration_targetPlatform - The target platform for the model. If you specify TargetPlatform, you can't specify TargetDevice.

$sel:s3OutputLocation:GreengrassConfiguration', greengrassConfiguration_s3OutputLocation - An S3 location in which Lookout for Vision stores the component artifacts.

$sel:componentName:GreengrassConfiguration', greengrassConfiguration_componentName - A name for the AWS IoT Greengrass component.

greengrassConfiguration_compilerOptions :: Lens' GreengrassConfiguration (Maybe Text) Source #

Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify CompilerOptions.

For more information, see Compiler options in the Amazon Lookout for Vision Developer Guide.

greengrassConfiguration_componentDescription :: Lens' GreengrassConfiguration (Maybe Text) Source #

A description for the AWS IoT Greengrass component.

greengrassConfiguration_componentVersion :: Lens' GreengrassConfiguration (Maybe Text) Source #

A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of Model Version.0.0 is used.

greengrassConfiguration_tags :: Lens' GreengrassConfiguration (Maybe [Tag]) Source #

A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.

greengrassConfiguration_targetDevice :: Lens' GreengrassConfiguration (Maybe TargetDevice) Source #

The target device for the model. Currently the only supported value is jetson_xavier. If you specify TargetDevice, you can't specify TargetPlatform.

greengrassConfiguration_targetPlatform :: Lens' GreengrassConfiguration (Maybe TargetPlatform) Source #

The target platform for the model. If you specify TargetPlatform, you can't specify TargetDevice.

greengrassConfiguration_s3OutputLocation :: Lens' GreengrassConfiguration S3Location Source #

An S3 location in which Lookout for Vision stores the component artifacts.

greengrassConfiguration_componentName :: Lens' GreengrassConfiguration Text Source #

A name for the AWS IoT Greengrass component.