Class MonitoringAlertActions
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.MonitoringAlertActions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>
@Generated("software.amazon.awssdk:codegen") public final class MonitoringAlertActions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>
A list of alert actions taken in response to an alert going into
InAlertstatus.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonitoringAlertActions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringAlertActions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ModelDashboardIndicatorActionmodelDashboardIndicator()An alert action taken to light up an icon on the Model Dashboard when an alert goes intoInAlertstatus.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MonitoringAlertActions.Builder>serializableBuilderClass()MonitoringAlertActions.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
-
modelDashboardIndicator
public final ModelDashboardIndicatorAction modelDashboardIndicator()
An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlertstatus.- Returns:
- An alert action taken to light up an icon on the Model Dashboard when an alert goes into
InAlertstatus.
-
toBuilder
public MonitoringAlertActions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonitoringAlertActions.Builder,MonitoringAlertActions>
-
builder
public static MonitoringAlertActions.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonitoringAlertActions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-