Class BehaviorModelTrainingSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.BehaviorModelTrainingSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BehaviorModelTrainingSummary.Builder,BehaviorModelTrainingSummary>
@Generated("software.amazon.awssdk:codegen") public final class BehaviorModelTrainingSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BehaviorModelTrainingSummary.Builder,BehaviorModelTrainingSummary>
The summary of an ML Detect behavior model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBehaviorModelTrainingSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbehaviorName()The name of the behavior.static BehaviorModelTrainingSummary.Builderbuilder()DoubledatapointsCollectionPercentage()The percentage of datapoints collected.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModelRefreshDate()The date the model was last refreshed.ModelStatusmodelStatus()The status of the behavior model.StringmodelStatusAsString()The status of the behavior model.List<SdkField<?>>sdkFields()StringsecurityProfileName()The name of the security profile.static Class<? extends BehaviorModelTrainingSummary.Builder>serializableBuilderClass()BehaviorModelTrainingSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstanttrainingDataCollectionStartDate()The date a training model started collecting data.-
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
-
securityProfileName
public final String securityProfileName()
The name of the security profile.
- Returns:
- The name of the security profile.
-
behaviorName
public final String behaviorName()
The name of the behavior.
- Returns:
- The name of the behavior.
-
trainingDataCollectionStartDate
public final Instant trainingDataCollectionStartDate()
The date a training model started collecting data.
- Returns:
- The date a training model started collecting data.
-
modelStatus
public final ModelStatus modelStatus()
The status of the behavior model.
If the service returns an enum value that is not available in the current SDK version,
modelStatuswill returnModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelStatusAsString().- Returns:
- The status of the behavior model.
- See Also:
ModelStatus
-
modelStatusAsString
public final String modelStatusAsString()
The status of the behavior model.
If the service returns an enum value that is not available in the current SDK version,
modelStatuswill returnModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelStatusAsString().- Returns:
- The status of the behavior model.
- See Also:
ModelStatus
-
datapointsCollectionPercentage
public final Double datapointsCollectionPercentage()
The percentage of datapoints collected.
- Returns:
- The percentage of datapoints collected.
-
lastModelRefreshDate
public final Instant lastModelRefreshDate()
The date the model was last refreshed.
- Returns:
- The date the model was last refreshed.
-
toBuilder
public BehaviorModelTrainingSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BehaviorModelTrainingSummary.Builder,BehaviorModelTrainingSummary>
-
builder
public static BehaviorModelTrainingSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends BehaviorModelTrainingSummary.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.
-
-