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

Description

 
Synopsis

Documentation

data Device Source #

Information of a particular device.

See: newDevice smart constructor.

Constructors

Device' 

Fields

Instances

Instances details
Eq Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

(==) :: Device -> Device -> Bool #

(/=) :: Device -> Device -> Bool #

Read Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Show Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Generic Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Associated Types

type Rep Device :: Type -> Type #

Methods

from :: Device -> Rep Device x #

to :: Rep Device x -> Device #

NFData Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

rnf :: Device -> () #

Hashable Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

hashWithSalt :: Int -> Device -> Int #

hash :: Device -> Int #

ToJSON Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

type Rep Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

type Rep Device = D1 ('MetaData "Device" "Amazonka.SageMaker.Types.Device" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Device'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDevice Source #

Create a value of Device 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:description:Device', device_description - Description of the device.

$sel:iotThingName:Device', device_iotThingName - Amazon Web Services Internet of Things (IoT) object name.

$sel:deviceName:Device', device_deviceName - The name of the device.

device_description :: Lens' Device (Maybe Text) Source #

Description of the device.

device_iotThingName :: Lens' Device (Maybe Text) Source #

Amazon Web Services Internet of Things (IoT) object name.

device_deviceName :: Lens' Device Text Source #

The name of the device.