@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BehaviorModelTrainingSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
behaviorName()
The name of the behavior.
|
static BehaviorModelTrainingSummary.Builder |
builder() |
Double |
datapointsCollectionPercentage()
The percentage of datapoints collected.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModelRefreshDate()
The date the model was last refreshed.
|
ModelStatus |
modelStatus()
The status of the behavior model.
|
String |
modelStatusAsString()
The status of the behavior model.
|
List<SdkField<?>> |
sdkFields() |
String |
securityProfileName()
The name of the security profile.
|
static Class<? extends BehaviorModelTrainingSummary.Builder> |
serializableBuilderClass() |
BehaviorModelTrainingSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
trainingDataCollectionStartDate()
The date a training model started collecting data.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String securityProfileName()
The name of the security profile.
public final String behaviorName()
The name of the behavior.
public final Instant trainingDataCollectionStartDate()
The date a training model started collecting data.
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, modelStatus will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelStatusAsString().
ModelStatuspublic 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, modelStatus will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelStatusAsString().
ModelStatuspublic final Double datapointsCollectionPercentage()
The percentage of datapoints collected.
public final Instant lastModelRefreshDate()
The date the model was last refreshed.
public BehaviorModelTrainingSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BehaviorModelTrainingSummary.Builder,BehaviorModelTrainingSummary>public static BehaviorModelTrainingSummary.Builder builder()
public static Class<? extends BehaviorModelTrainingSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.