| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.InferenceComponent
Documentation
data InferenceComponentSpecificationProperty Source #
Constructors
Instances
data DeployedImageProperty Source #
Constructors
| DeployedImageProperty | |
Fields
| |
Instances
| ToJSON DeployedImageProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty Methods toJSON :: DeployedImageProperty -> Value # toEncoding :: DeployedImageProperty -> Encoding # toJSONList :: [DeployedImageProperty] -> Value # toEncodingList :: [DeployedImageProperty] -> Encoding # omitField :: DeployedImageProperty -> Bool # | |||||
| Show DeployedImageProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty Methods showsPrec :: Int -> DeployedImageProperty -> ShowS # show :: DeployedImageProperty -> String # showList :: [DeployedImageProperty] -> ShowS # | |||||
| Eq DeployedImageProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty Methods (==) :: DeployedImageProperty -> DeployedImageProperty -> Bool # (/=) :: DeployedImageProperty -> DeployedImageProperty -> Bool # | |||||
| ToResourceProperties DeployedImageProperty Source # | |||||
| Property "ResolutionTime" DeployedImageProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty Associated Types
Methods set :: PropertyType "ResolutionTime" DeployedImageProperty -> DeployedImageProperty -> DeployedImageProperty # | |||||
| Property "ResolvedImage" DeployedImageProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty Associated Types
Methods set :: PropertyType "ResolvedImage" DeployedImageProperty -> DeployedImageProperty -> DeployedImageProperty # | |||||
| Property "SpecifiedImage" DeployedImageProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.DeployedImageProperty Associated Types
Methods set :: PropertyType "SpecifiedImage" DeployedImageProperty -> DeployedImageProperty -> DeployedImageProperty # | |||||
| type PropertyType "ResolutionTime" DeployedImageProperty Source # | |||||
| type PropertyType "ResolvedImage" DeployedImageProperty Source # | |||||
| type PropertyType "SpecifiedImage" DeployedImageProperty Source # | |||||
data InferenceComponentComputeResourceRequirementsProperty Source #
Constructors
| InferenceComponentComputeResourceRequirementsProperty | |
Fields | |
Instances
| ToJSON InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty Methods toJSON :: InferenceComponentComputeResourceRequirementsProperty -> Value # toEncoding :: InferenceComponentComputeResourceRequirementsProperty -> Encoding # toJSONList :: [InferenceComponentComputeResourceRequirementsProperty] -> Value # toEncodingList :: [InferenceComponentComputeResourceRequirementsProperty] -> Encoding # omitField :: InferenceComponentComputeResourceRequirementsProperty -> Bool # | |||||
| Show InferenceComponentComputeResourceRequirementsProperty Source # | |||||
| Eq InferenceComponentComputeResourceRequirementsProperty Source # | |||||
| ToResourceProperties InferenceComponentComputeResourceRequirementsProperty Source # | |||||
| Property "MaxMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty Associated Types
Methods set :: PropertyType "MaxMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty # | |||||
| Property "MinMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty Associated Types
Methods set :: PropertyType "MinMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty # | |||||
| Property "NumberOfAcceleratorDevicesRequired" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty Associated Types
Methods set :: PropertyType "NumberOfAcceleratorDevicesRequired" InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty # | |||||
| Property "NumberOfCpuCoresRequired" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty Associated Types
Methods set :: PropertyType "NumberOfCpuCoresRequired" InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty -> InferenceComponentComputeResourceRequirementsProperty # | |||||
| type PropertyType "MaxMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty type PropertyType "MaxMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty = Value Integer | |||||
| type PropertyType "MinMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty type PropertyType "MinMemoryRequiredInMb" InferenceComponentComputeResourceRequirementsProperty = Value Integer | |||||
| type PropertyType "NumberOfAcceleratorDevicesRequired" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty type PropertyType "NumberOfAcceleratorDevicesRequired" InferenceComponentComputeResourceRequirementsProperty = Value Double | |||||
| type PropertyType "NumberOfCpuCoresRequired" InferenceComponentComputeResourceRequirementsProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentComputeResourceRequirementsProperty type PropertyType "NumberOfCpuCoresRequired" InferenceComponentComputeResourceRequirementsProperty = Value Double | |||||
data InferenceComponentContainerSpecificationProperty Source #
Constructors
| InferenceComponentContainerSpecificationProperty | |
Fields
| |
Instances
| ToJSON InferenceComponentContainerSpecificationProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty Methods toJSON :: InferenceComponentContainerSpecificationProperty -> Value # toEncoding :: InferenceComponentContainerSpecificationProperty -> Encoding # toJSONList :: [InferenceComponentContainerSpecificationProperty] -> Value # toEncodingList :: [InferenceComponentContainerSpecificationProperty] -> Encoding # omitField :: InferenceComponentContainerSpecificationProperty -> Bool # | |||||
| Show InferenceComponentContainerSpecificationProperty Source # | |||||
| Eq InferenceComponentContainerSpecificationProperty Source # | |||||
| ToResourceProperties InferenceComponentContainerSpecificationProperty Source # | |||||
| Property "ArtifactUrl" InferenceComponentContainerSpecificationProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty Associated Types
| |||||
| Property "DeployedImage" InferenceComponentContainerSpecificationProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty Associated Types
| |||||
| Property "Environment" InferenceComponentContainerSpecificationProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty Associated Types
| |||||
| Property "Image" InferenceComponentContainerSpecificationProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentContainerSpecificationProperty Associated Types
| |||||
| type PropertyType "ArtifactUrl" InferenceComponentContainerSpecificationProperty Source # | |||||
| type PropertyType "DeployedImage" InferenceComponentContainerSpecificationProperty Source # | |||||
| type PropertyType "Environment" InferenceComponentContainerSpecificationProperty Source # | |||||
| type PropertyType "Image" InferenceComponentContainerSpecificationProperty Source # | |||||
data InferenceComponentStartupParametersProperty Source #
Constructors
| InferenceComponentStartupParametersProperty | |
Instances
| ToJSON InferenceComponentStartupParametersProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty Methods toJSON :: InferenceComponentStartupParametersProperty -> Value # toEncoding :: InferenceComponentStartupParametersProperty -> Encoding # toJSONList :: [InferenceComponentStartupParametersProperty] -> Value # toEncodingList :: [InferenceComponentStartupParametersProperty] -> Encoding # omitField :: InferenceComponentStartupParametersProperty -> Bool # | |||||
| Show InferenceComponentStartupParametersProperty Source # | |||||
| Eq InferenceComponentStartupParametersProperty Source # | |||||
| ToResourceProperties InferenceComponentStartupParametersProperty Source # | |||||
| Property "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty Associated Types
Methods set :: PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty -> InferenceComponentStartupParametersProperty -> InferenceComponentStartupParametersProperty # | |||||
| Property "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty Associated Types
Methods set :: PropertyType "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty -> InferenceComponentStartupParametersProperty -> InferenceComponentStartupParametersProperty # | |||||
| type PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty type PropertyType "ContainerStartupHealthCheckTimeoutInSeconds" InferenceComponentStartupParametersProperty = Value Integer | |||||
| type PropertyType "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent.InferenceComponentStartupParametersProperty type PropertyType "ModelDataDownloadTimeoutInSeconds" InferenceComponentStartupParametersProperty = Value Integer | |||||
mkInferenceComponentComputeResourceRequirementsProperty :: InferenceComponentComputeResourceRequirementsProperty Source #
mkInferenceComponentContainerSpecificationProperty :: InferenceComponentContainerSpecificationProperty Source #
mkInferenceComponentStartupParametersProperty :: InferenceComponentStartupParametersProperty Source #
data InferenceComponent Source #
Constructors
| InferenceComponent | |
Fields
| |
Instances
| ToJSON InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Methods toJSON :: InferenceComponent -> Value # toEncoding :: InferenceComponent -> Encoding # toJSONList :: [InferenceComponent] -> Value # toEncodingList :: [InferenceComponent] -> Encoding # omitField :: InferenceComponent -> Bool # | |||||
| Show InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Methods showsPrec :: Int -> InferenceComponent -> ShowS # show :: InferenceComponent -> String # showList :: [InferenceComponent] -> ShowS # | |||||
| Eq InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Methods (==) :: InferenceComponent -> InferenceComponent -> Bool # (/=) :: InferenceComponent -> InferenceComponent -> Bool # | |||||
| ToResourceProperties InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Methods toResourceProperties :: InferenceComponent -> ResourceProperties # | |||||
| Property "DeploymentConfig" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "DeploymentConfig" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "EndpointArn" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "EndpointArn" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "EndpointName" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "EndpointName" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "InferenceComponentName" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "InferenceComponentName" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "RuntimeConfig" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "RuntimeConfig" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "Specification" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "Specification" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "Tags" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "Tags" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| Property "VariantName" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent Associated Types
Methods set :: PropertyType "VariantName" InferenceComponent -> InferenceComponent -> InferenceComponent # | |||||
| type PropertyType "DeploymentConfig" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent type PropertyType "DeploymentConfig" InferenceComponent = InferenceComponentDeploymentConfigProperty | |||||
| type PropertyType "EndpointArn" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||
| type PropertyType "EndpointName" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||
| type PropertyType "InferenceComponentName" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||
| type PropertyType "RuntimeConfig" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||
| type PropertyType "Specification" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||
| type PropertyType "Tags" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||
| type PropertyType "VariantName" InferenceComponent Source # | |||||
Defined in Stratosphere.SageMaker.InferenceComponent | |||||