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

Stratosphere.SageMaker.Endpoint

Documentation

data Endpoint Source #

Instances

Instances details
ToJSON Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Show Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Eq Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

ToResourceProperties Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Property "DeploymentConfig" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "DeploymentConfig" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Methods

set :: PropertyType "DeploymentConfig" Endpoint -> Endpoint -> Endpoint #

Property "EndpointConfigName" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "EndpointConfigName" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "EndpointConfigName" Endpoint = Value Text

Methods

set :: PropertyType "EndpointConfigName" Endpoint -> Endpoint -> Endpoint #

Property "EndpointName" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "EndpointName" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "EndpointName" Endpoint = Value Text

Methods

set :: PropertyType "EndpointName" Endpoint -> Endpoint -> Endpoint #

Property "ExcludeRetainedVariantProperties" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "ExcludeRetainedVariantProperties" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "ExcludeRetainedVariantProperties" Endpoint = [VariantPropertyProperty]

Methods

set :: PropertyType "ExcludeRetainedVariantProperties" Endpoint -> Endpoint -> Endpoint #

Property "RetainAllVariantProperties" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "RetainAllVariantProperties" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "RetainAllVariantProperties" Endpoint = Value Bool

Methods

set :: PropertyType "RetainAllVariantProperties" Endpoint -> Endpoint -> Endpoint #

Property "RetainDeploymentConfig" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "RetainDeploymentConfig" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "RetainDeploymentConfig" Endpoint = Value Bool

Methods

set :: PropertyType "RetainDeploymentConfig" Endpoint -> Endpoint -> Endpoint #

Property "Tags" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

Associated Types

type PropertyType "Tags" Endpoint 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "Tags" Endpoint = [Tag]

Methods

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

type PropertyType "DeploymentConfig" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "EndpointConfigName" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "EndpointConfigName" Endpoint = Value Text
type PropertyType "EndpointName" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "EndpointName" Endpoint = Value Text
type PropertyType "ExcludeRetainedVariantProperties" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "ExcludeRetainedVariantProperties" Endpoint = [VariantPropertyProperty]
type PropertyType "RetainAllVariantProperties" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "RetainAllVariantProperties" Endpoint = Value Bool
type PropertyType "RetainDeploymentConfig" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "RetainDeploymentConfig" Endpoint = Value Bool
type PropertyType "Tags" Endpoint Source # 
Instance details

Defined in Stratosphere.SageMaker.Endpoint

type PropertyType "Tags" Endpoint = [Tag]