@Generated(value="software.amazon.awssdk:codegen") public final class DescribeMonitoringScheduleResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeMonitoringScheduleResponse.Builder,DescribeMonitoringScheduleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeMonitoringScheduleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeMonitoringScheduleResponse.Builder |
builder() |
Instant |
creationTime()
The time at which the monitoring job was created.
|
String |
endpointName()
The name of the endpoint for the monitoring job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The time at which the monitoring job was last modified.
|
MonitoringExecutionSummary |
lastMonitoringExecutionSummary()
Describes metadata on the last execution to run, if there was one.
|
String |
monitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
|
MonitoringScheduleConfig |
monitoringScheduleConfig()
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
String |
monitoringScheduleName()
Name of the monitoring schedule.
|
ScheduleStatus |
monitoringScheduleStatus()
The status of an monitoring job.
|
String |
monitoringScheduleStatusAsString()
The status of an monitoring job.
|
MonitoringType |
monitoringType()
The type of the monitoring job that this schedule runs.
|
String |
monitoringTypeAsString()
The type of the monitoring job that this schedule runs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeMonitoringScheduleResponse.Builder> |
serializableBuilderClass() |
DescribeMonitoringScheduleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String monitoringScheduleArn()
The Amazon Resource Name (ARN) of the monitoring schedule.
public String monitoringScheduleName()
Name of the monitoring schedule.
public ScheduleStatus monitoringScheduleStatus()
The status of an monitoring job.
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().
ScheduleStatuspublic String monitoringScheduleStatusAsString()
The status of an monitoring job.
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().
ScheduleStatuspublic MonitoringType monitoringType()
The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
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().
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
MonitoringTypepublic String monitoringTypeAsString()
The type of the monitoring job that this schedule runs. This is one of the following values.
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
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().
DATA_QUALITY - The schedule is for a data quality monitoring job.
MODEL_QUALITY - The schedule is for a model quality monitoring job.
MODEL_BIAS - The schedule is for a bias monitoring job.
MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.
MonitoringTypepublic String failureReason()
A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.
public Instant creationTime()
The time at which the monitoring job was created.
public Instant lastModifiedTime()
The time at which the monitoring job was last modified.
public MonitoringScheduleConfig monitoringScheduleConfig()
The configuration object that specifies the monitoring schedule and defines the monitoring job.
public String endpointName()
The name of the endpoint for the monitoring job.
public MonitoringExecutionSummary lastMonitoringExecutionSummary()
Describes metadata on the last execution to run, if there was one.
public DescribeMonitoringScheduleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeMonitoringScheduleResponse.Builder,DescribeMonitoringScheduleResponse>toBuilder in class AwsResponsepublic static DescribeMonitoringScheduleResponse.Builder builder()
public static Class<? extends DescribeMonitoringScheduleResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.