amazonka-sagemaker-edge-2.0: Amazon Sagemaker Edge Manager 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.SageMakerEdge

Description

Derived from API version 2020-09-23 of the AWS service descriptions, licensed under Apache 2.0.

SageMaker Edge Manager dataplane service for communicating with active agents.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-09-23 of the Amazon Sagemaker Edge Manager SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by SageMakerEdge.

InternalServiceException

_InternalServiceException :: AsError a => Fold a ServiceError Source #

An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GetDeployments

data GetDeployments Source #

See: newGetDeployments smart constructor.

Constructors

GetDeployments' Text Text 

Instances

Instances details
ToJSON GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

ToHeaders GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

ToPath GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

ToQuery GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

AWSRequest GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Associated Types

type AWSResponse GetDeployments #

Generic GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Associated Types

type Rep GetDeployments :: Type -> Type #

Read GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Show GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

NFData GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Methods

rnf :: GetDeployments -> () #

Eq GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Hashable GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type AWSResponse GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeployments Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeployments = D1 ('MetaData "GetDeployments" "Amazonka.SageMakerEdge.GetDeployments" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "GetDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeployments Source #

Create a value of GetDeployments 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:deviceName:GetDeployments', getDeployments_deviceName - The unique name of the device you want to get the configuration of active deployments from.

$sel:deviceFleetName:GetDeployments', getDeployments_deviceFleetName - The name of the fleet that the device belongs to.

data GetDeploymentsResponse Source #

See: newGetDeploymentsResponse smart constructor.

Instances

Instances details
Generic GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Associated Types

type Rep GetDeploymentsResponse :: Type -> Type #

Read GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Show GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

NFData GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

Methods

rnf :: GetDeploymentsResponse -> () #

Eq GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeploymentsResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeployments

type Rep GetDeploymentsResponse = D1 ('MetaData "GetDeploymentsResponse" "Amazonka.SageMakerEdge.GetDeployments" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "GetDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeDeployment])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDeploymentsResponse Source #

Create a value of GetDeploymentsResponse 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:deployments:GetDeploymentsResponse', getDeploymentsResponse_deployments - Returns a list of the configurations of the active deployments on the device.

$sel:httpStatus:GetDeploymentsResponse', getDeploymentsResponse_httpStatus - The response's http status code.

GetDeviceRegistration

data GetDeviceRegistration Source #

See: newGetDeviceRegistration smart constructor.

Instances

Instances details
ToJSON GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

ToHeaders GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

ToPath GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

ToQuery GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

AWSRequest GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Associated Types

type AWSResponse GetDeviceRegistration #

Generic GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Associated Types

type Rep GetDeviceRegistration :: Type -> Type #

Read GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Show GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

NFData GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Methods

rnf :: GetDeviceRegistration -> () #

Eq GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Hashable GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

type AWSResponse GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

type Rep GetDeviceRegistration Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

type Rep GetDeviceRegistration = D1 ('MetaData "GetDeviceRegistration" "Amazonka.SageMakerEdge.GetDeviceRegistration" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "GetDeviceRegistration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeviceRegistration Source #

Create a value of GetDeviceRegistration 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:deviceName:GetDeviceRegistration', getDeviceRegistration_deviceName - The unique name of the device you want to get the registration status from.

$sel:deviceFleetName:GetDeviceRegistration', getDeviceRegistration_deviceFleetName - The name of the fleet that the device belongs to.

data GetDeviceRegistrationResponse Source #

See: newGetDeviceRegistrationResponse smart constructor.

Instances

Instances details
Generic GetDeviceRegistrationResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Associated Types

type Rep GetDeviceRegistrationResponse :: Type -> Type #

Read GetDeviceRegistrationResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Show GetDeviceRegistrationResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

NFData GetDeviceRegistrationResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

Eq GetDeviceRegistrationResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

type Rep GetDeviceRegistrationResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.GetDeviceRegistration

type Rep GetDeviceRegistrationResponse = D1 ('MetaData "GetDeviceRegistrationResponse" "Amazonka.SageMakerEdge.GetDeviceRegistration" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "GetDeviceRegistrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheTTL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceRegistration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDeviceRegistrationResponse Source #

Create a value of GetDeviceRegistrationResponse 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:cacheTTL:GetDeviceRegistrationResponse', getDeviceRegistrationResponse_cacheTTL - The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.

$sel:deviceRegistration:GetDeviceRegistrationResponse', getDeviceRegistrationResponse_deviceRegistration - Describes if the device is currently registered with SageMaker Edge Manager.

$sel:httpStatus:GetDeviceRegistrationResponse', getDeviceRegistrationResponse_httpStatus - The response's http status code.

SendHeartbeat

data SendHeartbeat Source #

See: newSendHeartbeat smart constructor.

Instances

Instances details
ToJSON SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

ToHeaders SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

ToPath SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

ToQuery SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

AWSRequest SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Associated Types

type AWSResponse SendHeartbeat #

Generic SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Associated Types

type Rep SendHeartbeat :: Type -> Type #

Read SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Show SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

NFData SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Methods

rnf :: SendHeartbeat -> () #

Eq SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Hashable SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type AWSResponse SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeat = D1 ('MetaData "SendHeartbeat" "Amazonka.SageMakerEdge.SendHeartbeat" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "SendHeartbeat'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "agentMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeMetric])) :*: (S1 ('MetaSel ('Just "deploymentResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentResult)) :*: S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Model])))) :*: (S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSendHeartbeat Source #

Create a value of SendHeartbeat 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:agentMetrics:SendHeartbeat', sendHeartbeat_agentMetrics - For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.

$sel:deploymentResult:SendHeartbeat', sendHeartbeat_deploymentResult - Returns the result of a deployment on the device.

$sel:models:SendHeartbeat', sendHeartbeat_models - Returns a list of models deployed on the the device.

$sel:agentVersion:SendHeartbeat', sendHeartbeat_agentVersion - Returns the version of the agent.

$sel:deviceName:SendHeartbeat', sendHeartbeat_deviceName - The unique name of the device.

$sel:deviceFleetName:SendHeartbeat', sendHeartbeat_deviceFleetName - The name of the fleet that the device belongs to.

data SendHeartbeatResponse Source #

See: newSendHeartbeatResponse smart constructor.

Instances

Instances details
Generic SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Associated Types

type Rep SendHeartbeatResponse :: Type -> Type #

Read SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Show SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

NFData SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Methods

rnf :: SendHeartbeatResponse -> () #

Eq SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeatResponse = D1 ('MetaData "SendHeartbeatResponse" "Amazonka.SageMakerEdge.SendHeartbeat" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "SendHeartbeatResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSendHeartbeatResponse :: SendHeartbeatResponse Source #

Create a value of SendHeartbeatResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Types

ChecksumType

newtype ChecksumType Source #

Constructors

ChecksumType' 

Bundled Patterns

pattern ChecksumType_SHA1 :: ChecksumType 

Instances

Instances details
FromJSON ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

FromJSONKey ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToJSON ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToJSONKey ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToByteString ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToHeader ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToLog ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToQuery ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

FromText ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToText ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Methods

toText :: ChecksumType -> Text #

FromXML ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

ToXML ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Methods

toXML :: ChecksumType -> XML #

Generic ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Associated Types

type Rep ChecksumType :: Type -> Type #

Read ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Show ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

NFData ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Methods

rnf :: ChecksumType -> () #

Eq ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Ord ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

Hashable ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

type Rep ChecksumType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ChecksumType

type Rep ChecksumType = D1 ('MetaData "ChecksumType" "Amazonka.SageMakerEdge.Types.ChecksumType" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'True) (C1 ('MetaCons "ChecksumType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChecksumType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentStatus

newtype DeploymentStatus Source #

Instances

Instances details
FromJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

FromJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToJSON DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToJSONKey DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToByteString DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToHeader DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToLog DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToQuery DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

FromText DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToText DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

FromXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

ToXML DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

Generic DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

Associated Types

type Rep DeploymentStatus :: Type -> Type #

Read DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

Show DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

NFData DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

Methods

rnf :: DeploymentStatus -> () #

Eq DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

Ord DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

Hashable DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

type Rep DeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentStatus

type Rep DeploymentStatus = D1 ('MetaData "DeploymentStatus" "Amazonka.SageMakerEdge.Types.DeploymentStatus" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'True) (C1 ('MetaCons "DeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentType

newtype DeploymentType Source #

Constructors

DeploymentType' 

Bundled Patterns

pattern DeploymentType_Model :: DeploymentType 

Instances

Instances details
FromJSON DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

FromJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToJSON DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToJSONKey DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToByteString DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToHeader DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToLog DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToQuery DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

FromText DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToText DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

FromXML DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

ToXML DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

Methods

toXML :: DeploymentType -> XML #

Generic DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

Associated Types

type Rep DeploymentType :: Type -> Type #

Read DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

Show DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

NFData DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

Methods

rnf :: DeploymentType -> () #

Eq DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

Ord DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

Hashable DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

type Rep DeploymentType Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentType

type Rep DeploymentType = D1 ('MetaData "DeploymentType" "Amazonka.SageMakerEdge.Types.DeploymentType" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'True) (C1 ('MetaCons "DeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FailureHandlingPolicy

newtype FailureHandlingPolicy Source #

Instances

Instances details
FromJSON FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

FromJSONKey FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToJSON FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToJSONKey FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToByteString FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToHeader FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToLog FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToQuery FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

FromText FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToText FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

FromXML FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

ToXML FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

Generic FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

Associated Types

type Rep FailureHandlingPolicy :: Type -> Type #

Read FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

Show FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

NFData FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

Methods

rnf :: FailureHandlingPolicy -> () #

Eq FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

Ord FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

Hashable FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

type Rep FailureHandlingPolicy Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.FailureHandlingPolicy

type Rep FailureHandlingPolicy = D1 ('MetaData "FailureHandlingPolicy" "Amazonka.SageMakerEdge.Types.FailureHandlingPolicy" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'True) (C1 ('MetaCons "FailureHandlingPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFailureHandlingPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelState

newtype ModelState Source #

Constructors

ModelState' 

Fields

Bundled Patterns

pattern ModelState_DEPLOY :: ModelState 
pattern ModelState_UNDEPLOY :: ModelState 

Instances

Instances details
FromJSON ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

FromJSONKey ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToJSON ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToJSONKey ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToByteString ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToHeader ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToLog ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToQuery ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

FromText ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToText ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Methods

toText :: ModelState -> Text #

FromXML ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

ToXML ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Methods

toXML :: ModelState -> XML #

Generic ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Associated Types

type Rep ModelState :: Type -> Type #

Read ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Show ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

NFData ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Methods

rnf :: ModelState -> () #

Eq ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Ord ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

Hashable ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

type Rep ModelState Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.ModelState

type Rep ModelState = D1 ('MetaData "ModelState" "Amazonka.SageMakerEdge.Types.ModelState" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'True) (C1 ('MetaCons "ModelState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Checksum

data Checksum Source #

Information about the checksum of a model deployed on a device.

See: newChecksum smart constructor.

Instances

Instances details
FromJSON Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

Generic Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

Associated Types

type Rep Checksum :: Type -> Type #

Methods

from :: Checksum -> Rep Checksum x #

to :: Rep Checksum x -> Checksum #

Read Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

Show Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

NFData Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

Methods

rnf :: Checksum -> () #

Eq Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

Hashable Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

Methods

hashWithSalt :: Int -> Checksum -> Int #

hash :: Checksum -> Int #

type Rep Checksum Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Checksum

type Rep Checksum = D1 ('MetaData "Checksum" "Amazonka.SageMakerEdge.Types.Checksum" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "Checksum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChecksumType))))

newChecksum :: Checksum Source #

Create a value of Checksum 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:sum:Checksum', checksum_sum - The checksum of the model.

$sel:type':Checksum', checksum_type - The type of the checksum.

Definition

data Definition Source #

See: newDefinition smart constructor.

Instances

Instances details
FromJSON Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

Generic Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

Associated Types

type Rep Definition :: Type -> Type #

Read Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

Show Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

NFData Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

Methods

rnf :: Definition -> () #

Eq Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

Hashable Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

type Rep Definition Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Definition

type Rep Definition = D1 ('MetaData "Definition" "Amazonka.SageMakerEdge.Types.Definition" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "Definition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "checksum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Checksum)) :*: S1 ('MetaSel ('Just "modelHandle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelState)))))

newDefinition :: Definition Source #

Create a value of Definition 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:checksum:Definition', definition_checksum - The checksum information of the model.

$sel:modelHandle:Definition', definition_modelHandle - The unique model handle.

$sel:s3Url:Definition', definition_s3Url - The absolute S3 location of the model.

$sel:state:Definition', definition_state - The desired state of the model.

DeploymentModel

data DeploymentModel Source #

See: newDeploymentModel smart constructor.

Instances

Instances details
ToJSON DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

Generic DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

Associated Types

type Rep DeploymentModel :: Type -> Type #

Read DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

Show DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

NFData DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

Methods

rnf :: DeploymentModel -> () #

Eq DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

Hashable DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

type Rep DeploymentModel Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentModel

newDeploymentModel :: DeploymentModel Source #

Create a value of DeploymentModel 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:desiredState:DeploymentModel', deploymentModel_desiredState - The desired state of the model.

$sel:modelHandle:DeploymentModel', deploymentModel_modelHandle - The unique handle of the model.

$sel:modelName:DeploymentModel', deploymentModel_modelName - The name of the model.

$sel:modelVersion:DeploymentModel', deploymentModel_modelVersion - The version of the model.

$sel:rollbackFailureReason:DeploymentModel', deploymentModel_rollbackFailureReason - Returns the error message if there is a rollback.

$sel:state:DeploymentModel', deploymentModel_state - Returns the current state of the model.

$sel:status:DeploymentModel', deploymentModel_status - Returns the deployment status of the model.

$sel:statusReason:DeploymentModel', deploymentModel_statusReason - Returns the error message for the deployment status result.

DeploymentResult

data DeploymentResult Source #

Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.

See: newDeploymentResult smart constructor.

Instances

Instances details
ToJSON DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Generic DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Associated Types

type Rep DeploymentResult :: Type -> Type #

Read DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Show DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

NFData DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Methods

rnf :: DeploymentResult -> () #

Eq DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Hashable DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

type Rep DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

type Rep DeploymentResult = D1 ('MetaData "DeploymentResult" "Amazonka.SageMakerEdge.Types.DeploymentResult" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "DeploymentResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "deploymentModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentModel])) :*: S1 ('MetaSel ('Just "deploymentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deploymentStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDeploymentResult :: DeploymentResult Source #

Create a value of DeploymentResult 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:deploymentEndTime:DeploymentResult', deploymentResult_deploymentEndTime - The timestamp of when the deployment was ended, and the agent got the deployment results.

$sel:deploymentModels:DeploymentResult', deploymentResult_deploymentModels - Returns a list of models deployed on the agent.

$sel:deploymentName:DeploymentResult', deploymentResult_deploymentName - The name and unique ID of the deployment.

$sel:deploymentStartTime:DeploymentResult', deploymentResult_deploymentStartTime - The timestamp of when the deployment was started on the agent.

$sel:deploymentStatus:DeploymentResult', deploymentResult_deploymentStatus - Returns the bucket error code.

$sel:deploymentStatusMessage:DeploymentResult', deploymentResult_deploymentStatusMessage - Returns the detailed error message.

EdgeDeployment

data EdgeDeployment Source #

Information about a deployment on an edge device that is registered with SageMaker Edge Manager.

See: newEdgeDeployment smart constructor.

Instances

Instances details
FromJSON EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

Generic EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

Associated Types

type Rep EdgeDeployment :: Type -> Type #

Read EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

Show EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

NFData EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

Methods

rnf :: EdgeDeployment -> () #

Eq EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

Hashable EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

type Rep EdgeDeployment Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeDeployment

type Rep EdgeDeployment = D1 ('MetaData "EdgeDeployment" "Amazonka.SageMakerEdge.Types.EdgeDeployment" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "EdgeDeployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "definitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Definition])) :*: S1 ('MetaSel ('Just "deploymentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureHandlingPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureHandlingPolicy)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentType)))))

newEdgeDeployment :: EdgeDeployment Source #

Create a value of EdgeDeployment 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:definitions:EdgeDeployment', edgeDeployment_definitions - Returns a list of Definition objects.

$sel:deploymentName:EdgeDeployment', edgeDeployment_deploymentName - The name and unique ID of the deployment.

$sel:failureHandlingPolicy:EdgeDeployment', edgeDeployment_failureHandlingPolicy - Determines whether to rollback to previous configuration if deployment fails.

$sel:type':EdgeDeployment', edgeDeployment_type - The type of the deployment.

EdgeMetric

data EdgeMetric Source #

Information required for edge device metrics.

See: newEdgeMetric smart constructor.

Instances

Instances details
ToJSON EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

Generic EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

Associated Types

type Rep EdgeMetric :: Type -> Type #

Read EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

Show EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

NFData EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

Methods

rnf :: EdgeMetric -> () #

Eq EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

Hashable EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

type Rep EdgeMetric Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.EdgeMetric

type Rep EdgeMetric = D1 ('MetaData "EdgeMetric" "Amazonka.SageMakerEdge.Types.EdgeMetric" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "EdgeMetric'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dimension") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newEdgeMetric :: EdgeMetric Source #

Create a value of EdgeMetric 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:dimension:EdgeMetric', edgeMetric_dimension - The dimension of metrics published.

$sel:metricName:EdgeMetric', edgeMetric_metricName - Returns the name of the metric.

$sel:timestamp:EdgeMetric', edgeMetric_timestamp - Timestamp of when the metric was requested.

$sel:value:EdgeMetric', edgeMetric_value - Returns the value of the metric.

Model

data Model Source #

Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.

See: newModel smart constructor.

Instances

Instances details
ToJSON Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Generic Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Associated Types

type Rep Model :: Type -> Type #

Methods

from :: Model -> Rep Model x #

to :: Rep Model x -> Model #

Read Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Show Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

NFData Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Methods

rnf :: Model -> () #

Eq Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Methods

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

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

Hashable Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

Methods

hashWithSalt :: Int -> Model -> Int #

hash :: Model -> Int #

type Rep Model Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.Model

type Rep Model = D1 ('MetaData "Model" "Amazonka.SageMakerEdge.Types.Model" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "Model'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestInference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "latestSampleTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeMetric])) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newModel :: Model Source #

Create a value of Model 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:latestInference:Model', model_latestInference - The timestamp of the last inference that was made.

$sel:latestSampleTime:Model', model_latestSampleTime - The timestamp of the last data sample taken.

$sel:modelMetrics:Model', model_modelMetrics - Information required for model metrics.

$sel:modelName:Model', model_modelName - The name of the model.

$sel:modelVersion:Model', model_modelVersion - The version of the model.