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

Description

Describes a fleet.

Synopsis

Creating a Request

data GetDeviceFleetReport Source #

See: newGetDeviceFleetReport smart constructor.

Constructors

GetDeviceFleetReport' 

Fields

Instances

Instances details
Eq GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Read GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Show GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Generic GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Associated Types

type Rep GetDeviceFleetReport :: Type -> Type #

NFData GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Methods

rnf :: GetDeviceFleetReport -> () #

Hashable GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

ToJSON GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

AWSRequest GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Associated Types

type AWSResponse GetDeviceFleetReport #

ToHeaders GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

ToPath GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

ToQuery GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReport = D1 ('MetaData "GetDeviceFleetReport" "Amazonka.SageMaker.GetDeviceFleetReport" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetDeviceFleetReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

newGetDeviceFleetReport Source #

Create a value of GetDeviceFleetReport 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:deviceFleetName:GetDeviceFleetReport', getDeviceFleetReport_deviceFleetName - The name of the fleet.

Request Lenses

Destructuring the Response

data GetDeviceFleetReportResponse Source #

See: newGetDeviceFleetReportResponse smart constructor.

Constructors

GetDeviceFleetReportResponse' 

Fields

Instances

Instances details
Eq GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Read GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Show GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Generic GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Associated Types

type Rep GetDeviceFleetReportResponse :: Type -> Type #

NFData GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReportResponse = D1 ('MetaData "GetDeviceFleetReportResponse" "Amazonka.SageMaker.GetDeviceFleetReport" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetDeviceFleetReportResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "agentVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AgentVersion])) :*: S1 ('MetaSel ('Just "reportGenerated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceStats)) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgeOutputConfig)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeModelStat]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "deviceFleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newGetDeviceFleetReportResponse Source #

Create a value of GetDeviceFleetReportResponse 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:agentVersions:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_agentVersions - The versions of Edge Manager agent deployed on the fleet.

$sel:reportGenerated:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_reportGenerated - Timestamp of when the report was generated.

$sel:deviceStats:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_deviceStats - Status of devices.

$sel:outputConfig:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_outputConfig - The output configuration for storing sample data collected by the fleet.

$sel:description:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_description - Description of the fleet.

$sel:modelStats:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_modelStats - Status of model on device.

$sel:httpStatus:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_httpStatus - The response's http status code.

$sel:deviceFleetArn:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_deviceFleetArn - The Amazon Resource Name (ARN) of the device.

$sel:deviceFleetName:GetDeviceFleetReport', getDeviceFleetReportResponse_deviceFleetName - The name of the fleet.

Response Lenses

getDeviceFleetReportResponse_agentVersions :: Lens' GetDeviceFleetReportResponse (Maybe [AgentVersion]) Source #

The versions of Edge Manager agent deployed on the fleet.

getDeviceFleetReportResponse_outputConfig :: Lens' GetDeviceFleetReportResponse (Maybe EdgeOutputConfig) Source #

The output configuration for storing sample data collected by the fleet.