| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineStatus |
PipelineStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PipelineStatus |
Pipeline.pipelineStatus()
The status of the pipeline.
|
PipelineStatus |
DescribePipelineResponse.pipelineStatus()
The status of the pipeline execution.
|
static PipelineStatus |
PipelineStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineStatus[] |
PipelineStatus.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<PipelineStatus> |
PipelineStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Pipeline.Builder |
Pipeline.Builder.pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
|
DescribePipelineResponse.Builder |
DescribePipelineResponse.Builder.pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline execution.
|
Copyright © 2022. All rights reserved.