| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardExportJobSortBy |
ModelCardExportJobSortBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelCardExportJobSortBy |
ListModelCardExportJobsRequest.sortBy()
Sort model card export jobs by either name or creation time.
|
static ModelCardExportJobSortBy |
ModelCardExportJobSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCardExportJobSortBy[] |
ModelCardExportJobSortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ModelCardExportJobSortBy> |
ModelCardExportJobSortBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListModelCardExportJobsRequest.Builder |
ListModelCardExportJobsRequest.Builder.sortBy(ModelCardExportJobSortBy sortBy)
Sort model card export jobs by either name or creation time.
|
Copyright © 2023. All rights reserved.