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

Description

 
Synopsis

Documentation

data DeviceStats Source #

Status of devices.

See: newDeviceStats smart constructor.

Constructors

DeviceStats' 

Fields

Instances

Instances details
Eq DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Read DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Show DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Generic DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Associated Types

type Rep DeviceStats :: Type -> Type #

NFData DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Methods

rnf :: DeviceStats -> () #

Hashable DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

FromJSON DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

type Rep DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

type Rep DeviceStats = D1 ('MetaData "DeviceStats" "Amazonka.SageMaker.Types.DeviceStats" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectedDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "registeredDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newDeviceStats Source #

Create a value of DeviceStats 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:connectedDeviceCount:DeviceStats', deviceStats_connectedDeviceCount - The number of devices connected with a heartbeat.

$sel:registeredDeviceCount:DeviceStats', deviceStats_registeredDeviceCount - The number of registered devices.

deviceStats_connectedDeviceCount :: Lens' DeviceStats Integer Source #

The number of devices connected with a heartbeat.