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 interface
MonitoringExecutionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringExecutionSummary.Builder
builder()
Instant
creationTime()
The time at which the monitoring job was created.String
endpointName()
The name of the endpoint used to run the monitoring job.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
failureReason()
Contains the reason a monitoring 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 monitoring job was modified.ExecutionStatus
monitoringExecutionStatus()
The status of the monitoring job.String
monitoringExecutionStatusAsString()
The status of the monitoring job.String
monitoringJobDefinitionName()
The name of the monitoring job.String
monitoringScheduleName()
The name of the monitoring schedule.MonitoringType
monitoringType()
The type of the monitoring job.String
monitoringTypeAsString()
The type of the monitoring job.String
processingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.Instant
scheduledTime()
The time the monitoring job was scheduled.List<SdkField<?>>
sdkFields()
static Class<? extends MonitoringExecutionSummary.Builder>
serializableBuilderClass()
MonitoringExecutionSummary.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
-
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,
monitoringExecutionStatus
will 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,
monitoringExecutionStatus
will 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,
monitoringType
will 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,
monitoringType
will 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:
toBuilder
in 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:
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.
-
-