| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static SortJobsBy |
SortJobsBy.fromValue(String value)
Use this in place of valueOf.
|
static SortJobsBy |
SortJobsBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortJobsBy[] |
SortJobsBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelCustomizationJobsRequest |
ListModelCustomizationJobsRequest.withSortBy(SortJobsBy sortBy)
The field to sort by in the returned list of jobs.
|
ListEvaluationJobsRequest |
ListEvaluationJobsRequest.withSortBy(SortJobsBy sortBy)
Allows you to sort model evaluation jobs by when they were created.
|
Copyright © 2024. All rights reserved.