| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomizationType |
CustomizationType.fromValue(String value)
Use this in place of valueOf.
|
static CustomizationType |
CustomizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomizationType[] |
CustomizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelCustomizationJobSummary |
ModelCustomizationJobSummary.withCustomizationType(CustomizationType customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withCustomizationType(CustomizationType customizationType)
The type of model customization.
|
GetCustomModelResult |
GetCustomModelResult.withCustomizationType(CustomizationType customizationType)
The type of model customization.
|
CustomModelSummary |
CustomModelSummary.withCustomizationType(CustomizationType customizationType)
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
|
CreateModelCustomizationJobRequest |
CreateModelCustomizationJobRequest.withCustomizationType(CustomizationType customizationType)
The customization type.
|
Copyright © 2024. All rights reserved.