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

Stratosphere.SageMaker.ProcessingJob

Documentation

data VpcConfigProperty Source #

Instances

Instances details
ToJSON VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

Show VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

Eq VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

ToResourceProperties VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

Property "SecurityGroupIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

Associated Types

type PropertyType "SecurityGroupIds" VpcConfigProperty 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty = ValueList Text
Property "Subnets" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

type PropertyType "SecurityGroupIds" VpcConfigProperty = ValueList Text
type PropertyType "Subnets" VpcConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.VpcConfigProperty

data NetworkConfigProperty Source #

Instances

Instances details
ToJSON NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

Show NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

Eq NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

ToResourceProperties NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

Property "EnableInterContainerTrafficEncryption" NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

Associated Types

type PropertyType "EnableInterContainerTrafficEncryption" NetworkConfigProperty 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

type PropertyType "EnableInterContainerTrafficEncryption" NetworkConfigProperty = Value Bool

Methods

set :: PropertyType "EnableInterContainerTrafficEncryption" NetworkConfigProperty -> NetworkConfigProperty -> NetworkConfigProperty #

Property "EnableNetworkIsolation" NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

Associated Types

type PropertyType "EnableNetworkIsolation" NetworkConfigProperty 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

type PropertyType "EnableNetworkIsolation" NetworkConfigProperty = Value Bool
Property "VpcConfig" NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

type PropertyType "EnableInterContainerTrafficEncryption" NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

type PropertyType "EnableInterContainerTrafficEncryption" NetworkConfigProperty = Value Bool
type PropertyType "EnableNetworkIsolation" NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

type PropertyType "EnableNetworkIsolation" NetworkConfigProperty = Value Bool
type PropertyType "VpcConfig" NetworkConfigProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob.NetworkConfigProperty

data ProcessingJob Source #

Constructors

ProcessingJob

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-processingjob.html

Fields

Instances

Instances details
ToJSON ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Show ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Eq ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

ToResourceProperties ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Property "AppSpecification" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "AppSpecification" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "AppSpecification" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "Environment" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "Environment" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "Environment" ProcessingJob = Map Text (Value Text)
Property "ExperimentConfig" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "ExperimentConfig" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "ExperimentConfig" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "NetworkConfig" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "NetworkConfig" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "NetworkConfig" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "ProcessingInputs" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "ProcessingInputs" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "ProcessingInputs" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "ProcessingJobName" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "ProcessingJobName" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "ProcessingJobName" ProcessingJob = Value Text

Methods

set :: PropertyType "ProcessingJobName" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "ProcessingOutputConfig" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "ProcessingOutputConfig" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "ProcessingOutputConfig" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "ProcessingResources" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "ProcessingResources" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "ProcessingResources" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "RoleArn" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "RoleArn" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Property "StoppingCondition" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "StoppingCondition" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Methods

set :: PropertyType "StoppingCondition" ProcessingJob -> ProcessingJob -> ProcessingJob #

Property "Tags" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

Associated Types

type PropertyType "Tags" ProcessingJob 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "AppSpecification" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "Environment" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "Environment" ProcessingJob = Map Text (Value Text)
type PropertyType "ExperimentConfig" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "NetworkConfig" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "ProcessingInputs" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "ProcessingJobName" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "ProcessingJobName" ProcessingJob = Value Text
type PropertyType "ProcessingOutputConfig" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "ProcessingResources" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "RoleArn" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "StoppingCondition" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob

type PropertyType "Tags" ProcessingJob Source # 
Instance details

Defined in Stratosphere.SageMaker.ProcessingJob