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 interfacePipelineSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipelineSummary.Builderbuilder()InstantcreationTime()The creation time of the pipeline.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastExecutionTime()The last time that a pipeline execution began.InstantlastModifiedTime()The time that the pipeline was last modified.StringpipelineArn()The Amazon Resource Name (ARN) of the pipeline.StringpipelineDescription()The description of the pipeline.StringpipelineDisplayName()The display name of the pipeline.StringpipelineName()The name of the pipeline.StringroleArn()The Amazon Resource Name (ARN) that the pipeline used to execute.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PipelineSummary.Builder>serializableBuilderClass()PipelineSummary.BuildertoBuilder()StringtoString()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:
toBuilderin 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-