| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SageMaker.ModelCard.ContentProperty
Documentation
data FunctionProperty Source #
Constructors
| FunctionProperty | |
Fields | |
Instances
data ObjectiveFunctionProperty Source #
Constructors
| ObjectiveFunctionProperty | |
Fields
| |
Instances
| ToJSON ObjectiveFunctionProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ObjectiveFunctionProperty Methods toJSON :: ObjectiveFunctionProperty -> Value # toEncoding :: ObjectiveFunctionProperty -> Encoding # toJSONList :: [ObjectiveFunctionProperty] -> Value # | |||||
| Show ObjectiveFunctionProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ObjectiveFunctionProperty Methods showsPrec :: Int -> ObjectiveFunctionProperty -> ShowS # show :: ObjectiveFunctionProperty -> String # showList :: [ObjectiveFunctionProperty] -> ShowS # | |||||
| Eq ObjectiveFunctionProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ObjectiveFunctionProperty Methods (==) :: ObjectiveFunctionProperty -> ObjectiveFunctionProperty -> Bool # (/=) :: ObjectiveFunctionProperty -> ObjectiveFunctionProperty -> Bool # | |||||
| ToResourceProperties ObjectiveFunctionProperty Source # | |||||
| Property "Function" ObjectiveFunctionProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ObjectiveFunctionProperty Associated Types
Methods set :: PropertyType "Function" ObjectiveFunctionProperty -> ObjectiveFunctionProperty -> ObjectiveFunctionProperty # | |||||
| Property "Notes" ObjectiveFunctionProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ObjectiveFunctionProperty Associated Types
Methods set :: PropertyType "Notes" ObjectiveFunctionProperty -> ObjectiveFunctionProperty -> ObjectiveFunctionProperty # | |||||
| type PropertyType "Function" ObjectiveFunctionProperty Source # | |||||
| type PropertyType "Notes" ObjectiveFunctionProperty Source # | |||||
data TrainingHyperParameterProperty Source #
Constructors
| TrainingHyperParameterProperty | |
Instances
| ToJSON TrainingHyperParameterProperty Source # | |||||
| Show TrainingHyperParameterProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingHyperParameterProperty Methods showsPrec :: Int -> TrainingHyperParameterProperty -> ShowS # show :: TrainingHyperParameterProperty -> String # showList :: [TrainingHyperParameterProperty] -> ShowS # | |||||
| Eq TrainingHyperParameterProperty Source # | |||||
| ToResourceProperties TrainingHyperParameterProperty Source # | |||||
| Property "Name" TrainingHyperParameterProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingHyperParameterProperty Associated Types
Methods set :: PropertyType "Name" TrainingHyperParameterProperty -> TrainingHyperParameterProperty -> TrainingHyperParameterProperty # | |||||
| Property "Value" TrainingHyperParameterProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingHyperParameterProperty Associated Types
Methods set :: PropertyType "Value" TrainingHyperParameterProperty -> TrainingHyperParameterProperty -> TrainingHyperParameterProperty # | |||||
| type PropertyType "Name" TrainingHyperParameterProperty Source # | |||||
| type PropertyType "Value" TrainingHyperParameterProperty Source # | |||||
data TrainingMetricProperty Source #
Constructors
| TrainingMetricProperty | |
Instances
| ToJSON TrainingMetricProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingMetricProperty Methods toJSON :: TrainingMetricProperty -> Value # toEncoding :: TrainingMetricProperty -> Encoding # toJSONList :: [TrainingMetricProperty] -> Value # toEncodingList :: [TrainingMetricProperty] -> Encoding # omitField :: TrainingMetricProperty -> Bool # | |||||
| Show TrainingMetricProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingMetricProperty Methods showsPrec :: Int -> TrainingMetricProperty -> ShowS # show :: TrainingMetricProperty -> String # showList :: [TrainingMetricProperty] -> ShowS # | |||||
| Eq TrainingMetricProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingMetricProperty Methods (==) :: TrainingMetricProperty -> TrainingMetricProperty -> Bool # (/=) :: TrainingMetricProperty -> TrainingMetricProperty -> Bool # | |||||
| ToResourceProperties TrainingMetricProperty Source # | |||||
| Property "Name" TrainingMetricProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingMetricProperty Associated Types
Methods set :: PropertyType "Name" TrainingMetricProperty -> TrainingMetricProperty -> TrainingMetricProperty # | |||||
| Property "Notes" TrainingMetricProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingMetricProperty Associated Types
Methods set :: PropertyType "Notes" TrainingMetricProperty -> TrainingMetricProperty -> TrainingMetricProperty # | |||||
| Property "Value" TrainingMetricProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingMetricProperty Associated Types
Methods set :: PropertyType "Value" TrainingMetricProperty -> TrainingMetricProperty -> TrainingMetricProperty # | |||||
| type PropertyType "Name" TrainingMetricProperty Source # | |||||
| type PropertyType "Notes" TrainingMetricProperty Source # | |||||
| type PropertyType "Value" TrainingMetricProperty Source # | |||||
data TrainingDetailsProperty Source #
Constructors
| TrainingDetailsProperty | |
Instances
| ToJSON TrainingDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingDetailsProperty Methods toJSON :: TrainingDetailsProperty -> Value # toEncoding :: TrainingDetailsProperty -> Encoding # toJSONList :: [TrainingDetailsProperty] -> Value # | |||||
| Show TrainingDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingDetailsProperty Methods showsPrec :: Int -> TrainingDetailsProperty -> ShowS # show :: TrainingDetailsProperty -> String # showList :: [TrainingDetailsProperty] -> ShowS # | |||||
| Eq TrainingDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingDetailsProperty Methods (==) :: TrainingDetailsProperty -> TrainingDetailsProperty -> Bool # (/=) :: TrainingDetailsProperty -> TrainingDetailsProperty -> Bool # | |||||
| ToResourceProperties TrainingDetailsProperty Source # | |||||
| Property "ObjectiveFunction" TrainingDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingDetailsProperty Associated Types
Methods set :: PropertyType "ObjectiveFunction" TrainingDetailsProperty -> TrainingDetailsProperty -> TrainingDetailsProperty # | |||||
| Property "TrainingJobDetails" TrainingDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingDetailsProperty Associated Types
Methods set :: PropertyType "TrainingJobDetails" TrainingDetailsProperty -> TrainingDetailsProperty -> TrainingDetailsProperty # | |||||
| Property "TrainingObservations" TrainingDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingDetailsProperty Associated Types
Methods set :: PropertyType "TrainingObservations" TrainingDetailsProperty -> TrainingDetailsProperty -> TrainingDetailsProperty # | |||||
| type PropertyType "ObjectiveFunction" TrainingDetailsProperty Source # | |||||
| type PropertyType "TrainingJobDetails" TrainingDetailsProperty Source # | |||||
| type PropertyType "TrainingObservations" TrainingDetailsProperty Source # | |||||
data TrainingJobDetailsProperty Source #
Constructors
| TrainingJobDetailsProperty | |
Fields
| |
Instances
| ToJSON TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Methods toJSON :: TrainingJobDetailsProperty -> Value # toEncoding :: TrainingJobDetailsProperty -> Encoding # toJSONList :: [TrainingJobDetailsProperty] -> Value # toEncodingList :: [TrainingJobDetailsProperty] -> Encoding # | |||||
| Show TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Methods showsPrec :: Int -> TrainingJobDetailsProperty -> ShowS # show :: TrainingJobDetailsProperty -> String # showList :: [TrainingJobDetailsProperty] -> ShowS # | |||||
| Eq TrainingJobDetailsProperty Source # | |||||
| ToResourceProperties TrainingJobDetailsProperty Source # | |||||
| Property "HyperParameters" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "HyperParameters" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| Property "TrainingArn" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "TrainingArn" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| Property "TrainingDatasets" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "TrainingDatasets" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| Property "TrainingEnvironment" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "TrainingEnvironment" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| Property "TrainingMetrics" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "TrainingMetrics" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| Property "UserProvidedHyperParameters" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "UserProvidedHyperParameters" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| Property "UserProvidedTrainingMetrics" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty Associated Types
Methods set :: PropertyType "UserProvidedTrainingMetrics" TrainingJobDetailsProperty -> TrainingJobDetailsProperty -> TrainingJobDetailsProperty # | |||||
| type PropertyType "HyperParameters" TrainingJobDetailsProperty Source # | |||||
| type PropertyType "TrainingArn" TrainingJobDetailsProperty Source # | |||||
| type PropertyType "TrainingDatasets" TrainingJobDetailsProperty Source # | |||||
| type PropertyType "TrainingEnvironment" TrainingJobDetailsProperty Source # | |||||
| type PropertyType "TrainingMetrics" TrainingJobDetailsProperty Source # | |||||
| type PropertyType "UserProvidedHyperParameters" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty type PropertyType "UserProvidedHyperParameters" TrainingJobDetailsProperty = [TrainingHyperParameterProperty] | |||||
| type PropertyType "UserProvidedTrainingMetrics" TrainingJobDetailsProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingJobDetailsProperty type PropertyType "UserProvidedTrainingMetrics" TrainingJobDetailsProperty = [TrainingMetricProperty] | |||||
data TrainingEnvironmentProperty Source #
Constructors
| TrainingEnvironmentProperty | |
Fields
| |
Instances
| ToJSON TrainingEnvironmentProperty Source # | |||||
| Show TrainingEnvironmentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingEnvironmentProperty Methods showsPrec :: Int -> TrainingEnvironmentProperty -> ShowS # show :: TrainingEnvironmentProperty -> String # showList :: [TrainingEnvironmentProperty] -> ShowS # | |||||
| Eq TrainingEnvironmentProperty Source # | |||||
| ToResourceProperties TrainingEnvironmentProperty Source # | |||||
| Property "ContainerImage" TrainingEnvironmentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.TrainingEnvironmentProperty Associated Types
Methods set :: PropertyType "ContainerImage" TrainingEnvironmentProperty -> TrainingEnvironmentProperty -> TrainingEnvironmentProperty # | |||||
| type PropertyType "ContainerImage" TrainingEnvironmentProperty Source # | |||||
mkTrainingHyperParameterProperty :: Value Text -> Value Text -> TrainingHyperParameterProperty Source #
data ContentProperty Source #
Constructors
| ContentProperty | |
Fields
| |
Instances
| ToJSON ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Methods toJSON :: ContentProperty -> Value # toEncoding :: ContentProperty -> Encoding # toJSONList :: [ContentProperty] -> Value # toEncodingList :: [ContentProperty] -> Encoding # omitField :: ContentProperty -> Bool # | |||||
| Show ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Methods showsPrec :: Int -> ContentProperty -> ShowS # show :: ContentProperty -> String # showList :: [ContentProperty] -> ShowS # | |||||
| Eq ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Methods (==) :: ContentProperty -> ContentProperty -> Bool # (/=) :: ContentProperty -> ContentProperty -> Bool # | |||||
| ToResourceProperties ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Methods toResourceProperties :: ContentProperty -> ResourceProperties # | |||||
| Property "AdditionalInformation" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "AdditionalInformation" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| Property "BusinessDetails" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "BusinessDetails" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| Property "EvaluationDetails" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "EvaluationDetails" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| Property "IntendedUses" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "IntendedUses" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| Property "ModelOverview" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "ModelOverview" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| Property "ModelPackageDetails" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "ModelPackageDetails" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| Property "TrainingDetails" ContentProperty Source # | |||||
Defined in Stratosphere.SageMaker.ModelCard.ContentProperty Associated Types
Methods set :: PropertyType "TrainingDetails" ContentProperty -> ContentProperty -> ContentProperty # | |||||
| type PropertyType "AdditionalInformation" ContentProperty Source # | |||||
| type PropertyType "BusinessDetails" ContentProperty Source # | |||||
| type PropertyType "EvaluationDetails" ContentProperty Source # | |||||
| type PropertyType "IntendedUses" ContentProperty Source # | |||||
| type PropertyType "ModelOverview" ContentProperty Source # | |||||
| type PropertyType "ModelPackageDetails" ContentProperty Source # | |||||
| type PropertyType "TrainingDetails" ContentProperty Source # | |||||