Stratosphere.SageMaker.Model
module Stratosphere.SageMaker.Model.ContainerDefinitionProperty
module Stratosphere.SageMaker.Model.InferenceExecutionConfigProperty
module Stratosphere.SageMaker.Model.VpcConfigProperty
data Model Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-containers
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-enablenetworkisolation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-executionrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-inferenceexecutionconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-modelname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-primarycontainer
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-model.html#cfn-sagemaker-model-vpcconfig
Defined in Stratosphere.SageMaker.Model
Methods
toJSON :: Model -> Value #
toEncoding :: Model -> Encoding #
toJSONList :: [Model] -> Value #
toEncodingList :: [Model] -> Encoding #
omitField :: Model -> Bool #
showsPrec :: Int -> Model -> ShowS #
show :: Model -> String #
showList :: [Model] -> ShowS #
(==) :: Model -> Model -> Bool #
(/=) :: Model -> Model -> Bool #
toResourceProperties :: Model -> ResourceProperties #
Associated Types
set :: PropertyType "Containers" Model -> Model -> Model #
set :: PropertyType "EnableNetworkIsolation" Model -> Model -> Model #
set :: PropertyType "ExecutionRoleArn" Model -> Model -> Model #
set :: PropertyType "InferenceExecutionConfig" Model -> Model -> Model #
set :: PropertyType "ModelName" Model -> Model -> Model #
set :: PropertyType "PrimaryContainer" Model -> Model -> Model #
set :: PropertyType "Tags" Model -> Model -> Model #
set :: PropertyType "VpcConfig" Model -> Model -> Model #
mkModel :: Model Source #