@Generated(value="software.amazon.awssdk:codegen") public final class MonitoringSchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringSchedule.Builder,MonitoringSchedule>
A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitoringSchedule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringSchedule.Builder |
builder() |
Instant |
creationTime()
The time that the monitoring schedule was created.
|
String |
endpointName()
The endpoint that hosts the model being monitored.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the monitoring schedule failed, the reason it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
Instant |
lastModifiedTime()
The last time the monitoring schedule was changed.
|
MonitoringExecutionSummary |
lastMonitoringExecutionSummary()
Returns the value of the LastMonitoringExecutionSummary property for this object.
|
String |
monitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
|
MonitoringScheduleConfig |
monitoringScheduleConfig()
Returns the value of the MonitoringScheduleConfig property for this object.
|
String |
monitoringScheduleName()
The name of the monitoring schedule.
|
ScheduleStatus |
monitoringScheduleStatus()
The status of the monitoring schedule.
|
String |
monitoringScheduleStatusAsString()
The status of the monitoring schedule.
|
MonitoringType |
monitoringType()
The type of the monitoring job definition to schedule.
|
String |
monitoringTypeAsString()
The type of the monitoring job definition to schedule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringSchedule.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
public final String monitoringScheduleName()
The name of the monitoring schedule.
public final ScheduleStatus monitoringScheduleStatus()
The status of the monitoring schedule. This can be one of the following values.
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
If the service returns an enum value that is not available in the current SDK version,
monitoringScheduleStatus will return ScheduleStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from monitoringScheduleStatusAsString().
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
ScheduleStatuspublic final String monitoringScheduleStatusAsString()
The status of the monitoring schedule. This can be one of the following values.
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
If the service returns an enum value that is not available in the current SDK version,
monitoringScheduleStatus will return ScheduleStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from monitoringScheduleStatusAsString().
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
ScheduleStatuspublic final MonitoringType monitoringType()
The type of the monitoring job definition to schedule.
If the service returns an enum value that is not available in the current SDK version, monitoringType
will return MonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from monitoringTypeAsString().
MonitoringTypepublic final String monitoringTypeAsString()
The type of the monitoring job definition to schedule.
If the service returns an enum value that is not available in the current SDK version, monitoringType
will return MonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from monitoringTypeAsString().
MonitoringTypepublic final String failureReason()
If the monitoring schedule failed, the reason it failed.
public final Instant creationTime()
The time that the monitoring schedule was created.
public final Instant lastModifiedTime()
The last time the monitoring schedule was changed.
public final MonitoringScheduleConfig monitoringScheduleConfig()
public final String endpointName()
The endpoint that hosts the model being monitored.
public final MonitoringExecutionSummary lastMonitoringExecutionSummary()
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<Tag> tags()
A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public MonitoringSchedule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonitoringSchedule.Builder,MonitoringSchedule>public static MonitoringSchedule.Builder builder()
public static Class<? extends MonitoringSchedule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.