Class PipelineSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.PipelineSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
@Generated("software.amazon.awssdk:codegen") public final class PipelineSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
A summary of a pipeline.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PipelineSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipelineSummary.Builder
builder()
Instant
creationTime()
The creation time of the pipeline.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastExecutionTime()
The last time that a pipeline execution began.Instant
lastModifiedTime()
The time that the pipeline was last modified.String
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.String
pipelineDescription()
The description of the pipeline.String
pipelineDisplayName()
The display name of the pipeline.String
pipelineName()
The name of the pipeline.String
roleArn()
The Amazon Resource Name (ARN) that the pipeline used to execute.List<SdkField<?>>
sdkFields()
static Class<? extends PipelineSummary.Builder>
serializableBuilderClass()
PipelineSummary.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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.
-
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 used to execute.
- Returns:
- The Amazon Resource Name (ARN) that the pipeline used to execute.
-
creationTime
public final Instant creationTime()
The creation time of the pipeline.
- Returns:
- The creation time of the pipeline.
-
lastModifiedTime
public final Instant lastModifiedTime()
The time that the pipeline was last modified.
- Returns:
- The time that the pipeline was last modified.
-
lastExecutionTime
public final Instant lastExecutionTime()
The last time that a pipeline execution began.
- Returns:
- The last time that a pipeline execution began.
-
toBuilder
public PipelineSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
-
builder
public static PipelineSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PipelineSummary.Builder> serializableBuilderClass()
-
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.
-
-