stratosphere-bedrock-1.0.0: Stratosphere integration for AWS Bedrock.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Bedrock.Prompt

Documentation

data Prompt Source #

Instances

Instances details
ToJSON Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Show Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Eq Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Methods

(==) :: Prompt -> Prompt -> Bool #

(/=) :: Prompt -> Prompt -> Bool #

ToResourceProperties Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Property "CustomerEncryptionKeyArn" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Associated Types

type PropertyType "CustomerEncryptionKeyArn" Prompt 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "CustomerEncryptionKeyArn" Prompt = Value Text

Methods

set :: PropertyType "CustomerEncryptionKeyArn" Prompt -> Prompt -> Prompt #

Property "DefaultVariant" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Associated Types

type PropertyType "DefaultVariant" Prompt 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "DefaultVariant" Prompt = Value Text

Methods

set :: PropertyType "DefaultVariant" Prompt -> Prompt -> Prompt #

Property "Description" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Associated Types

type PropertyType "Description" Prompt 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "Description" Prompt = Value Text

Methods

set :: PropertyType "Description" Prompt -> Prompt -> Prompt #

Property "Name" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Associated Types

type PropertyType "Name" Prompt 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Methods

set :: PropertyType "Name" Prompt -> Prompt -> Prompt #

Property "Tags" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Associated Types

type PropertyType "Tags" Prompt 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Methods

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

Property "Variants" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Associated Types

type PropertyType "Variants" Prompt 
Instance details

Defined in Stratosphere.Bedrock.Prompt

Methods

set :: PropertyType "Variants" Prompt -> Prompt -> Prompt #

type PropertyType "CustomerEncryptionKeyArn" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "CustomerEncryptionKeyArn" Prompt = Value Text
type PropertyType "DefaultVariant" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "DefaultVariant" Prompt = Value Text
type PropertyType "Description" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "Description" Prompt = Value Text
type PropertyType "Name" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "Tags" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt

type PropertyType "Variants" Prompt Source # 
Instance details

Defined in Stratosphere.Bedrock.Prompt