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

Stratosphere.SageMaker.ModelCard

Documentation

data ModelCard Source #

Instances

Instances details
ToJSON ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Show ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Eq ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

ToResourceProperties ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Property "Content" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "Content" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Methods

set :: PropertyType "Content" ModelCard -> ModelCard -> ModelCard #

Property "CreatedBy" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "CreatedBy" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Methods

set :: PropertyType "CreatedBy" ModelCard -> ModelCard -> ModelCard #

Property "LastModifiedBy" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "LastModifiedBy" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Methods

set :: PropertyType "LastModifiedBy" ModelCard -> ModelCard -> ModelCard #

Property "ModelCardName" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "ModelCardName" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "ModelCardName" ModelCard = Value Text

Methods

set :: PropertyType "ModelCardName" ModelCard -> ModelCard -> ModelCard #

Property "ModelCardStatus" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "ModelCardStatus" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "ModelCardStatus" ModelCard = Value Text

Methods

set :: PropertyType "ModelCardStatus" ModelCard -> ModelCard -> ModelCard #

Property "SecurityConfig" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "SecurityConfig" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Methods

set :: PropertyType "SecurityConfig" ModelCard -> ModelCard -> ModelCard #

Property "Tags" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

Associated Types

type PropertyType "Tags" ModelCard 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "Tags" ModelCard = [Tag]
type PropertyType "Content" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "CreatedBy" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "LastModifiedBy" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "ModelCardName" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "ModelCardName" ModelCard = Value Text
type PropertyType "ModelCardStatus" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "ModelCardStatus" ModelCard = Value Text
type PropertyType "SecurityConfig" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "Tags" ModelCard Source # 
Instance details

Defined in Stratosphere.SageMaker.ModelCard

type PropertyType "Tags" ModelCard = [Tag]