Class ProcessingJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.ProcessingJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class ProcessingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
Summary of information about a processing job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProcessingJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessingJobSummary.Builderbuilder()InstantcreationTime()The time at which the processing job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexitMessage()An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.StringfailureReason()A string, up to one KB in size, that contains the reason a processing job failed, if it failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()A timestamp that indicates the last time the processing job was modified.InstantprocessingEndTime()The time at which the processing job completed.StringprocessingJobArn()The Amazon Resource Name (ARN) of the processing job..StringprocessingJobName()The name of the processing job.ProcessingJobStatusprocessingJobStatus()The status of the processing job.StringprocessingJobStatusAsString()The status of the processing job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProcessingJobSummary.Builder>serializableBuilderClass()ProcessingJobSummary.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
-
processingJobName
public final String processingJobName()
The name of the processing job.
- Returns:
- The name of the processing job.
-
processingJobArn
public final String processingJobArn()
The Amazon Resource Name (ARN) of the processing job..
- Returns:
- The Amazon Resource Name (ARN) of the processing job..
-
creationTime
public final Instant creationTime()
The time at which the processing job was created.
- Returns:
- The time at which the processing job was created.
-
processingEndTime
public final Instant processingEndTime()
The time at which the processing job completed.
- Returns:
- The time at which the processing job completed.
-
lastModifiedTime
public final Instant lastModifiedTime()
A timestamp that indicates the last time the processing job was modified.
- Returns:
- A timestamp that indicates the last time the processing job was modified.
-
processingJobStatus
public final ProcessingJobStatus processingJobStatus()
The status of the processing job.
If the service returns an enum value that is not available in the current SDK version,
processingJobStatuswill returnProcessingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprocessingJobStatusAsString().- Returns:
- The status of the processing job.
- See Also:
ProcessingJobStatus
-
processingJobStatusAsString
public final String processingJobStatusAsString()
The status of the processing job.
If the service returns an enum value that is not available in the current SDK version,
processingJobStatuswill returnProcessingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprocessingJobStatusAsString().- Returns:
- The status of the processing job.
- See Also:
ProcessingJobStatus
-
failureReason
public final String failureReason()
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
- Returns:
- A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
-
exitMessage
public final String exitMessage()
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
- Returns:
- An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
-
toBuilder
public ProcessingJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProcessingJobSummary.Builder,ProcessingJobSummary>
-
builder
public static ProcessingJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProcessingJobSummary.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
-
-