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 interface
ProcessingJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessingJobSummary.Builder
builder()
Instant
creationTime()
The time at which the processing job was created.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
exitMessage()
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.String
failureReason()
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)
int
hashCode()
Instant
lastModifiedTime()
A timestamp that indicates the last time the processing job was modified.Instant
processingEndTime()
The time at which the processing job completed.String
processingJobArn()
The Amazon Resource Name (ARN) of the processing job..String
processingJobName()
The name of the processing job.ProcessingJobStatus
processingJobStatus()
The status of the processing job.String
processingJobStatusAsString()
The status of the processing job.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ProcessingJobSummary.Builder>
serializableBuilderClass()
ProcessingJobSummary.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
-
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,
processingJobStatus
will 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,
processingJobStatus
will 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:
toBuilder
in 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-