AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrock
/
aws.sdk.kotlin.services.bedrock.model
/
CustomizationType
Customization
Type
sealed
class
CustomizationType
Inheritors
ContinuedPreTraining
Distillation
FineTuning
Imported
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continued
Pre
Training
Link copied to clipboard
object
ContinuedPreTraining
:
CustomizationType
Distillation
Link copied to clipboard
object
Distillation
:
CustomizationType
Fine
Tuning
Link copied to clipboard
object
FineTuning
:
CustomizationType
Imported
Link copied to clipboard
object
Imported
:
CustomizationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomizationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String