| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobStatus |
DescribeAutoMlJobResponse.autoMLJobStatus()
Returns the status of the AutoML job.
|
AutoMLJobStatus |
AutoMLJobSummary.autoMLJobStatus()
The status of the AutoML job.
|
static AutoMLJobStatus |
AutoMLJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AutoMLJobStatus |
ListAutoMlJobsRequest.statusEquals()
Request a list of jobs, using a filter for status.
|
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 |
|---|---|
static Set<AutoMLJobStatus> |
AutoMLJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job.
|
AutoMLJobSummary.Builder |
AutoMLJobSummary.Builder.autoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
The status of the AutoML job.
|
ListAutoMlJobsRequest.Builder |
ListAutoMlJobsRequest.Builder.statusEquals(AutoMLJobStatus statusEquals)
Request a list of jobs, using a filter for status.
|
Copyright © 2022. All rights reserved.