stratosphere-sagemaker-1.0.0: Stratosphere integration for AWS SageMaker.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SageMaker.Device

Documentation

data Device Source #

Instances

Instances details
ToJSON Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Show Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Eq Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Methods

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

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

ToResourceProperties Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Property "Device" Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Associated Types

type PropertyType "Device" Device 
Instance details

Defined in Stratosphere.SageMaker.Device

Methods

set :: PropertyType "Device" Device -> Device -> Device #

Property "DeviceFleetName" Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Associated Types

type PropertyType "DeviceFleetName" Device 
Instance details

Defined in Stratosphere.SageMaker.Device

type PropertyType "DeviceFleetName" Device = Value Text

Methods

set :: PropertyType "DeviceFleetName" Device -> Device -> Device #

Property "Tags" Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

Associated Types

type PropertyType "Tags" Device 
Instance details

Defined in Stratosphere.SageMaker.Device

type PropertyType "Tags" Device = [Tag]

Methods

set :: PropertyType "Tags" Device -> Device -> Device #

type PropertyType "Device" Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

type PropertyType "DeviceFleetName" Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

type PropertyType "DeviceFleetName" Device = Value Text
type PropertyType "Tags" Device Source # 
Instance details

Defined in Stratosphere.SageMaker.Device

type PropertyType "Tags" Device = [Tag]