Class MonitoringExecutionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.MonitoringExecutionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>
@Generated("software.amazon.awssdk:codegen") public final class MonitoringExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>
Summary of information about the last monitoring job to run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitoringExecutionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringExecutionSummary.Builderbuilder()InstantcreationTime()The time at which the monitoring job was created.StringendpointName()The name of the endpoint used to run the monitoring job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()Contains the reason a monitoring job failed, if it failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()A timestamp that indicates the last time the monitoring job was modified.ExecutionStatusmonitoringExecutionStatus()The status of the monitoring job.StringmonitoringExecutionStatusAsString()The status of the monitoring job.StringmonitoringJobDefinitionName()The name of the monitoring job.StringmonitoringScheduleName()The name of the monitoring schedule.MonitoringTypemonitoringType()The type of the monitoring job.StringmonitoringTypeAsString()The type of the monitoring job.StringprocessingJobArn()The Amazon Resource Name (ARN) of the monitoring job.InstantscheduledTime()The time the monitoring job was scheduled.List<SdkField<?>>sdkFields()static Class<? extends MonitoringExecutionSummary.Builder>serializableBuilderClass()MonitoringExecutionSummary.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
-
monitoringScheduleName
public final String monitoringScheduleName()
The name of the monitoring schedule.
- Returns:
- The name of the monitoring schedule.
-
scheduledTime
public final Instant scheduledTime()
The time the monitoring job was scheduled.
- Returns:
- The time the monitoring job was scheduled.
-
creationTime
public final Instant creationTime()
The time at which the monitoring job was created.
- Returns:
- The time at which the monitoring job was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
A timestamp that indicates the last time the monitoring job was modified.
- Returns:
- A timestamp that indicates the last time the monitoring job was modified.
-
monitoringExecutionStatus
public final ExecutionStatus monitoringExecutionStatus()
The status of the monitoring job.
If the service returns an enum value that is not available in the current SDK version,
monitoringExecutionStatuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommonitoringExecutionStatusAsString().- Returns:
- The status of the monitoring job.
- See Also:
ExecutionStatus
-
monitoringExecutionStatusAsString
public final String monitoringExecutionStatusAsString()
The status of the monitoring job.
If the service returns an enum value that is not available in the current SDK version,
monitoringExecutionStatuswill returnExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommonitoringExecutionStatusAsString().- Returns:
- The status of the monitoring job.
- See Also:
ExecutionStatus
-
processingJobArn
public final String processingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.
- Returns:
- The Amazon Resource Name (ARN) of the monitoring job.
-
endpointName
public final String endpointName()
The name of the endpoint used to run the monitoring job.
- Returns:
- The name of the endpoint used to run the monitoring job.
-
failureReason
public final String failureReason()
Contains the reason a monitoring job failed, if it failed.
- Returns:
- Contains the reason a monitoring job failed, if it failed.
-
monitoringJobDefinitionName
public final String monitoringJobDefinitionName()
The name of the monitoring job.
- Returns:
- The name of the monitoring job.
-
monitoringType
public final MonitoringType monitoringType()
The type of the monitoring job.
If the service returns an enum value that is not available in the current SDK version,
monitoringTypewill returnMonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommonitoringTypeAsString().- Returns:
- The type of the monitoring job.
- See Also:
MonitoringType
-
monitoringTypeAsString
public final String monitoringTypeAsString()
The type of the monitoring job.
If the service returns an enum value that is not available in the current SDK version,
monitoringTypewill returnMonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommonitoringTypeAsString().- Returns:
- The type of the monitoring job.
- See Also:
MonitoringType
-
toBuilder
public MonitoringExecutionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>
-
builder
public static MonitoringExecutionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitoringExecutionSummary.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.
-
-