| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static HyperParameterTuningJobStatus |
HyperParameterTuningJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HyperParameterTuningJobStatus |
HyperParameterTuningJobSummary.hyperParameterTuningJobStatus()
The status of the tuning job.
|
HyperParameterTuningJobStatus |
DescribeHyperParameterTuningJobResponse.hyperParameterTuningJobStatus()
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
HyperParameterTuningJobStatus |
ListHyperParameterTuningJobsRequest.statusEquals()
A filter that returns only tuning jobs with the specified status.
|
static HyperParameterTuningJobStatus |
HyperParameterTuningJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperParameterTuningJobStatus[] |
HyperParameterTuningJobStatus.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<HyperParameterTuningJobStatus> |
HyperParameterTuningJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSummary.Builder |
HyperParameterTuningJobSummary.Builder.hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.hyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
|
ListHyperParameterTuningJobsRequest.Builder |
ListHyperParameterTuningJobsRequest.Builder.statusEquals(HyperParameterTuningJobStatus statusEquals)
A filter that returns only tuning jobs with the specified status.
|
Copyright © 2021. All rights reserved.