| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCustomization |
ListFoundationModelsRequest.byCustomizationType()
List by customization type.
|
static ModelCustomization |
ModelCustomization.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<ModelCustomization> |
FoundationModelDetails.customizationsSupported()
The customization that the model supports.
|
List<ModelCustomization> |
FoundationModelSummary.customizationsSupported()
Whether the model supports fine-tuning or continual pre-training.
|
static Set<ModelCustomization> |
ModelCustomization.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsRequest.Builder |
ListFoundationModelsRequest.Builder.byCustomizationType(ModelCustomization byCustomizationType)
List by customization type.
|
FoundationModelDetails.Builder |
FoundationModelDetails.Builder.customizationsSupported(ModelCustomization... customizationsSupported)
The customization that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.customizationsSupported(ModelCustomization... customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
| Modifier and Type | Method and Description |
|---|---|
FoundationModelDetails.Builder |
FoundationModelDetails.Builder.customizationsSupported(Collection<ModelCustomization> customizationsSupported)
The customization that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.customizationsSupported(Collection<ModelCustomization> customizationsSupported)
Whether the model supports fine-tuning or continual pre-training.
|
Copyright © 2023. All rights reserved.