| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelCustomization |
ModelCustomization.fromValue(String value)
Use this in place of valueOf.
|
static ModelCustomization |
ModelCustomization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCustomization[] |
ModelCustomization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByCustomizationType(ModelCustomization byCustomizationType)
List by customization type.
|
FoundationModelDetails |
FoundationModelDetails.withCustomizationsSupported(ModelCustomization... customizationsSupported)
The customization that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withCustomizationsSupported(ModelCustomization... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
Copyright © 2023. All rights reserved.