| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLJobStatus |
AutoMLJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static AutoMLJobStatus |
AutoMLJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMLJobStatus[] |
AutoMLJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job V2.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job.
|
AutoMLJobSummary |
AutoMLJobSummary.withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
The status of the AutoML job.
|
ListAutoMLJobsRequest |
ListAutoMLJobsRequest.withStatusEquals(AutoMLJobStatus statusEquals)
Request a list of jobs, using a filter for status.
|
Copyright © 2024. All rights reserved.