@Generated(value="software.amazon.awssdk:codegen") public final class DescribePipelineResponse extends SageMakerResponse implements ToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePipelineResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePipelineResponse.Builder |
builder() |
UserContext |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
creationTime()
The time when the pipeline was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UserContext |
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Instant |
lastModifiedTime()
The time when the pipeline was last modified.
|
Instant |
lastRunTime()
The time when the pipeline was last run.
|
ParallelismConfiguration |
parallelismConfiguration()
Lists the parallelism configuration applied to the pipeline.
|
String |
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
String |
pipelineDefinition()
The JSON pipeline definition.
|
String |
pipelineDescription()
The description of the pipeline.
|
String |
pipelineDisplayName()
The display name of the pipeline.
|
String |
pipelineName()
The name of the pipeline.
|
PipelineStatus |
pipelineStatus()
The status of the pipeline execution.
|
String |
pipelineStatusAsString()
The status of the pipeline execution.
|
String |
roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePipelineResponse.Builder> |
serializableBuilderClass() |
DescribePipelineResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public final String pipelineName()
The name of the pipeline.
public final String pipelineDisplayName()
The display name of the pipeline.
public final String pipelineDefinition()
The JSON pipeline definition.
public final String pipelineDescription()
The description of the pipeline.
public final String roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
public final PipelineStatus pipelineStatus()
The status of the pipeline execution.
If the service returns an enum value that is not available in the current SDK version, pipelineStatus
will return PipelineStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from pipelineStatusAsString().
PipelineStatuspublic final String pipelineStatusAsString()
The status of the pipeline execution.
If the service returns an enum value that is not available in the current SDK version, pipelineStatus
will return PipelineStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from pipelineStatusAsString().
PipelineStatuspublic final Instant creationTime()
The time when the pipeline was created.
public final Instant lastModifiedTime()
The time when the pipeline was last modified.
public final Instant lastRunTime()
The time when the pipeline was last run.
public final UserContext createdBy()
public final UserContext lastModifiedBy()
public final ParallelismConfiguration parallelismConfiguration()
Lists the parallelism configuration applied to the pipeline.
public DescribePipelineResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>toBuilder in class AwsResponsepublic static DescribePipelineResponse.Builder builder()
public static Class<? extends DescribePipelineResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.