| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelCustomizationJobStatus |
ModelCustomizationJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static ModelCustomizationJobStatus |
ModelCustomizationJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCustomizationJobStatus[] |
ModelCustomizationJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withStatus(ModelCustomizationJobStatus status)
The status of the job.
|
ModelCustomizationJobSummary |
ModelCustomizationJobSummary.withStatus(ModelCustomizationJobStatus status)
Status of the customization job.
|
Copyright © 2024. All rights reserved.