| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelCardExportJobStatus |
ModelCardExportJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelCardExportJobStatus |
ModelCardExportJobSummary.status()
The completion status of the model card export job.
|
ModelCardExportJobStatus |
DescribeModelCardExportJobResponse.status()
The completion status of the model card export job.
|
ModelCardExportJobStatus |
ListModelCardExportJobsRequest.statusEquals()
Only list model card export jobs with the specified status.
|
static ModelCardExportJobStatus |
ModelCardExportJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelCardExportJobStatus[] |
ModelCardExportJobStatus.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<ModelCardExportJobStatus> |
ModelCardExportJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModelCardExportJobSummary.Builder |
ModelCardExportJobSummary.Builder.status(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
DescribeModelCardExportJobResponse.Builder |
DescribeModelCardExportJobResponse.Builder.status(ModelCardExportJobStatus status)
The completion status of the model card export job.
|
ListModelCardExportJobsRequest.Builder |
ListModelCardExportJobsRequest.Builder.statusEquals(ModelCardExportJobStatus statusEquals)
Only list model card export jobs with the specified status.
|
Copyright © 2023. All rights reserved.