Class DescribePipelineResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribePipelineResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribePipelineResponse extends SageMakerResponse implements ToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribePipelineResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pipelineArn
public final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
- Returns:
- The Amazon Resource Name (ARN) of the pipeline.
-
pipelineName
public final String pipelineName()
The name of the pipeline.
- Returns:
- The name of the pipeline.
-
pipelineDisplayName
public final String pipelineDisplayName()
The display name of the pipeline.
- Returns:
- The display name of the pipeline.
-
pipelineDefinition
public final String pipelineDefinition()
The JSON pipeline definition.
- Returns:
- The JSON pipeline definition.
-
pipelineDescription
public final String pipelineDescription()
The description of the pipeline.
- Returns:
- The description of the pipeline.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
- Returns:
- The Amazon Resource Name (ARN) that the pipeline uses to execute.
-
pipelineStatus
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 returnPipelineStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipelineStatusAsString()
.- Returns:
- The status of the pipeline execution.
- See Also:
PipelineStatus
-
pipelineStatusAsString
public 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 returnPipelineStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipelineStatusAsString()
.- Returns:
- The status of the pipeline execution.
- See Also:
PipelineStatus
-
creationTime
public final Instant creationTime()
The time when the pipeline was created.
- Returns:
- The time when the pipeline was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
The time when the pipeline was last modified.
- Returns:
- The time when the pipeline was last modified.
-
lastRunTime
public final Instant lastRunTime()
The time when the pipeline was last run.
- Returns:
- The time when the pipeline was last run.
-
createdBy
public final UserContext createdBy()
Returns the value of the CreatedBy property for this object.- Returns:
- The value of the CreatedBy property for this object.
-
lastModifiedBy
public final UserContext lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.- Returns:
- The value of the LastModifiedBy property for this object.
-
parallelismConfiguration
public final ParallelismConfiguration parallelismConfiguration()
Lists the parallelism configuration applied to the pipeline.
- Returns:
- Lists the parallelism configuration applied to the pipeline.
-
toBuilder
public DescribePipelineResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static DescribePipelineResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePipelineResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkResponse
-
-