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

Stratosphere.SageMaker.Model

Documentation

data Model Source #

Constructors

Model

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

Instances

Instances details
ToJSON Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Show Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Methods

showsPrec :: Int -> Model -> ShowS #

show :: Model -> String #

showList :: [Model] -> ShowS #

Eq Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Methods

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

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

ToResourceProperties Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Property "Containers" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "Containers" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

Methods

set :: PropertyType "Containers" Model -> Model -> Model #

Property "EnableNetworkIsolation" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "EnableNetworkIsolation" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "EnableNetworkIsolation" Model = Value Bool

Methods

set :: PropertyType "EnableNetworkIsolation" Model -> Model -> Model #

Property "ExecutionRoleArn" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "ExecutionRoleArn" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "ExecutionRoleArn" Model = Value Text

Methods

set :: PropertyType "ExecutionRoleArn" Model -> Model -> Model #

Property "InferenceExecutionConfig" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "InferenceExecutionConfig" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "InferenceExecutionConfig" Model = InferenceExecutionConfigProperty

Methods

set :: PropertyType "InferenceExecutionConfig" Model -> Model -> Model #

Property "ModelName" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "ModelName" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "ModelName" Model = Value Text

Methods

set :: PropertyType "ModelName" Model -> Model -> Model #

Property "PrimaryContainer" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "PrimaryContainer" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

Methods

set :: PropertyType "PrimaryContainer" Model -> Model -> Model #

Property "Tags" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "Tags" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "Tags" Model = [Tag]

Methods

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

Property "VpcConfig" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

Associated Types

type PropertyType "VpcConfig" Model 
Instance details

Defined in Stratosphere.SageMaker.Model

Methods

set :: PropertyType "VpcConfig" Model -> Model -> Model #

type PropertyType "Containers" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "EnableNetworkIsolation" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "EnableNetworkIsolation" Model = Value Bool
type PropertyType "ExecutionRoleArn" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "ExecutionRoleArn" Model = Value Text
type PropertyType "InferenceExecutionConfig" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "InferenceExecutionConfig" Model = InferenceExecutionConfigProperty
type PropertyType "ModelName" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "ModelName" Model = Value Text
type PropertyType "PrimaryContainer" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "Tags" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model

type PropertyType "Tags" Model = [Tag]
type PropertyType "VpcConfig" Model Source # 
Instance details

Defined in Stratosphere.SageMaker.Model