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

Stratosphere.SageMaker.InferenceComponent

Documentation

data InferenceComponentSpecificationProperty Source #

Instances

Instances details
ToJSON InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Show InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Eq InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

ToResourceProperties InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Property "BaseInferenceComponentName" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Property "ComputeResourceRequirements" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Property "Container" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Property "ModelName" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

Property "StartupParameters" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

type PropertyType "BaseInferenceComponentName" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

type PropertyType "ComputeResourceRequirements" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

type PropertyType "Container" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

type PropertyType "ModelName" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

type PropertyType "StartupParameters" InferenceComponentSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentSpecificationProperty

data DeployedImageProperty Source #

Instances

Instances details
ToJSON DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Show DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Eq DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

ToResourceProperties DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Property "ResolutionTime" DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Associated Types

type PropertyType "ResolutionTime" DeployedImageProperty 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Property "ResolvedImage" DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Associated Types

type PropertyType "ResolvedImage" DeployedImageProperty 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Property "SpecifiedImage" DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

Associated Types

type PropertyType "SpecifiedImage" DeployedImageProperty 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

type PropertyType "ResolutionTime" DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

type PropertyType "ResolvedImage" DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

type PropertyType "SpecifiedImage" DeployedImageProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty

data InferenceComponentComputeResourceRequirementsProperty Source #

Constructors

InferenceComponentComputeResourceRequirementsProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentcomputeresourcerequirements.html

Instances

Instances details
ToJSON InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

Show InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

Eq InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

ToResourceProperties InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

Property "MaxMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

Property "MinMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

Property "NumberOfAcceleratorDevicesRequired" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

Property "NumberOfCpuCoresRequired" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

type PropertyType "MaxMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

type PropertyType "MinMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

type PropertyType "NumberOfAcceleratorDevicesRequired" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

type PropertyType "NumberOfCpuCoresRequired" InferenceComponentComputeResourceRequirementsProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty

data InferenceComponentContainerSpecificationProperty Source #

Instances

Instances details
ToJSON InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

Show InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

Eq InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

ToResourceProperties InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

Property "ArtifactUrl" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

Property "DeployedImage" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

Property "Environment" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

Property "Image" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

type PropertyType "ArtifactUrl" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

type PropertyType "DeployedImage" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

type PropertyType "Environment" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

type PropertyType "Image" InferenceComponentContainerSpecificationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty

data InferenceComponentStartupParametersProperty Source #

Instances

Instances details
ToJSON InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

Show InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

Eq InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

ToResourceProperties InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

Property "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

Associated Types

type PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

type PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty = Value Integer
Property "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

type PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

type PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty = Value Integer
type PropertyType "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty

type PropertyType "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty = Value Integer

data InferenceComponent Source #

Constructors

InferenceComponent

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

Fields

Instances

Instances details
ToJSON InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Show InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Eq InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

ToResourceProperties InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "DeploymentConfig" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "DeploymentConfig" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "EndpointArn" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "EndpointArn" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "EndpointName" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "EndpointName" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "InferenceComponentName" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "InferenceComponentName" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "InferenceComponentName" InferenceComponent = Value Text
Property "RuntimeConfig" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "RuntimeConfig" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "Specification" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "Specification" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "Tags" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "Tags" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Property "VariantName" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

Associated Types

type PropertyType "VariantName" InferenceComponent 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "DeploymentConfig" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "EndpointArn" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "EndpointName" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "InferenceComponentName" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "InferenceComponentName" InferenceComponent = Value Text
type PropertyType "RuntimeConfig" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "Specification" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "Tags" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent

type PropertyType "VariantName" InferenceComponent Source # 
Instance details

Defined in Stratosphere.SageMaker.InferenceComponent