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 interfaceDescribePipelineResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribePipelineResponse.Builderbuilder()UserContextcreatedBy()Returns the value of the CreatedBy property for this object.InstantcreationTime()The time when the pipeline was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UserContextlastModifiedBy()Returns the value of the LastModifiedBy property for this object.InstantlastModifiedTime()The time when the pipeline was last modified.InstantlastRunTime()The time when the pipeline was last run.ParallelismConfigurationparallelismConfiguration()Lists the parallelism configuration applied to the pipeline.StringpipelineArn()The Amazon Resource Name (ARN) of the pipeline.StringpipelineDefinition()The JSON pipeline definition.StringpipelineDescription()The description of the pipeline.StringpipelineDisplayName()The display name of the pipeline.StringpipelineName()The name of the pipeline.PipelineStatuspipelineStatus()The status of the pipeline execution.StringpipelineStatusAsString()The status of the pipeline execution.StringroleArn()The Amazon Resource Name (ARN) that the pipeline uses to execute.List<SdkField<?>>sdkFields()static Class<? extends DescribePipelineResponse.Builder>serializableBuilderClass()DescribePipelineResponse.BuildertoBuilder()StringtoString()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,
pipelineStatuswill 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,
pipelineStatuswill 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:
toBuilderin interfaceToCopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribePipelineResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribePipelineResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkResponse
-
-