Stratosphere.SageMaker.Endpoint
module Stratosphere.SageMaker.Endpoint.DeploymentConfigProperty
module Stratosphere.SageMaker.Endpoint.VariantPropertyProperty
data Endpoint Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-deploymentconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointconfigname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-endpointname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-excluderetainedvariantproperties
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retainallvariantproperties
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-retaindeploymentconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpoint.html#cfn-sagemaker-endpoint-tags
Defined in Stratosphere.SageMaker.Endpoint
Methods
toJSON :: Endpoint -> Value #
toEncoding :: Endpoint -> Encoding #
toJSONList :: [Endpoint] -> Value #
toEncodingList :: [Endpoint] -> Encoding #
omitField :: Endpoint -> Bool #
showsPrec :: Int -> Endpoint -> ShowS #
show :: Endpoint -> String #
showList :: [Endpoint] -> ShowS #
(==) :: Endpoint -> Endpoint -> Bool #
(/=) :: Endpoint -> Endpoint -> Bool #
toResourceProperties :: Endpoint -> ResourceProperties #
Associated Types
set :: PropertyType "DeploymentConfig" Endpoint -> Endpoint -> Endpoint #
set :: PropertyType "EndpointConfigName" Endpoint -> Endpoint -> Endpoint #
set :: PropertyType "EndpointName" Endpoint -> Endpoint -> Endpoint #
set :: PropertyType "ExcludeRetainedVariantProperties" Endpoint -> Endpoint -> Endpoint #
set :: PropertyType "RetainAllVariantProperties" Endpoint -> Endpoint -> Endpoint #
set :: PropertyType "RetainDeploymentConfig" Endpoint -> Endpoint -> Endpoint #
set :: PropertyType "Tags" Endpoint -> Endpoint -> Endpoint #
mkEndpoint :: Value Text -> Endpoint Source #