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

Stratosphere.SageMaker.Pipeline

Documentation

data S3LocationProperty Source #

Instances

Instances details
ToJSON S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Show S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Eq S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

ToResourceProperties S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Property "Bucket" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Associated Types

type PropertyType "Bucket" S3LocationProperty 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Property "ETag" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Property "Key" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Property "Version" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

Associated Types

type PropertyType "Version" S3LocationProperty 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

type PropertyType "Bucket" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

type PropertyType "ETag" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

type PropertyType "Key" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

type PropertyType "Version" S3LocationProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.S3LocationProperty

data PipelineDefinitionProperty Source #

Instances

Instances details
ToJSON PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

Show PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

Eq PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

ToResourceProperties PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

Property "PipelineDefinitionBody" PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

Associated Types

type PropertyType "PipelineDefinitionBody" PipelineDefinitionProperty 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

type PropertyType "PipelineDefinitionBody" PipelineDefinitionProperty = Value Text
Property "PipelineDefinitionS3Location" PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

Associated Types

type PropertyType "PipelineDefinitionS3Location" PipelineDefinitionProperty 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

type PropertyType "PipelineDefinitionS3Location" PipelineDefinitionProperty = S3LocationProperty
type PropertyType "PipelineDefinitionBody" PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

type PropertyType "PipelineDefinitionBody" PipelineDefinitionProperty = Value Text
type PropertyType "PipelineDefinitionS3Location" PipelineDefinitionProperty Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline.PipelineDefinitionProperty

type PropertyType "PipelineDefinitionS3Location" PipelineDefinitionProperty = S3LocationProperty

data Pipeline Source #

Instances

Instances details
ToJSON Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Show Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Eq Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

ToResourceProperties Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Property "ParallelismConfiguration" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "ParallelismConfiguration" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "ParallelismConfiguration" Pipeline = ParallelismConfigurationProperty

Methods

set :: PropertyType "ParallelismConfiguration" Pipeline -> Pipeline -> Pipeline #

Property "PipelineDefinition" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "PipelineDefinition" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Methods

set :: PropertyType "PipelineDefinition" Pipeline -> Pipeline -> Pipeline #

Property "PipelineDescription" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "PipelineDescription" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineDescription" Pipeline = Value Text

Methods

set :: PropertyType "PipelineDescription" Pipeline -> Pipeline -> Pipeline #

Property "PipelineDisplayName" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "PipelineDisplayName" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineDisplayName" Pipeline = Value Text

Methods

set :: PropertyType "PipelineDisplayName" Pipeline -> Pipeline -> Pipeline #

Property "PipelineName" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "PipelineName" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineName" Pipeline = Value Text

Methods

set :: PropertyType "PipelineName" Pipeline -> Pipeline -> Pipeline #

Property "RoleArn" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "RoleArn" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "RoleArn" Pipeline = Value Text

Methods

set :: PropertyType "RoleArn" Pipeline -> Pipeline -> Pipeline #

Property "Tags" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

Associated Types

type PropertyType "Tags" Pipeline 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "Tags" Pipeline = [Tag]

Methods

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

type PropertyType "ParallelismConfiguration" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "ParallelismConfiguration" Pipeline = ParallelismConfigurationProperty
type PropertyType "PipelineDefinition" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineDescription" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineDescription" Pipeline = Value Text
type PropertyType "PipelineDisplayName" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineDisplayName" Pipeline = Value Text
type PropertyType "PipelineName" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "PipelineName" Pipeline = Value Text
type PropertyType "RoleArn" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "RoleArn" Pipeline = Value Text
type PropertyType "Tags" Pipeline Source # 
Instance details

Defined in Stratosphere.SageMaker.Pipeline

type PropertyType "Tags" Pipeline = [Tag]