@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BehaviorModelTrainingSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of an ML Detect behavior model.
| Constructor and Description | 
|---|
| BehaviorModelTrainingSummary() | 
| Modifier and Type | Method and Description | 
|---|---|
| BehaviorModelTrainingSummary | clone() | 
| boolean | equals(Object obj) | 
| String | getBehaviorName()
 The name of the behavior. | 
| Double | getDatapointsCollectionPercentage()
 The percentage of datapoints collected. | 
| Date | getLastModelRefreshDate()
 The date the model was last refreshed. | 
| String | getModelStatus()
 The status of the behavior model. | 
| String | getSecurityProfileName()
 The name of the security profile. | 
| Date | getTrainingDataCollectionStartDate()
 The date a training model started collecting data. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setBehaviorName(String behaviorName)
 The name of the behavior. | 
| void | setDatapointsCollectionPercentage(Double datapointsCollectionPercentage)
 The percentage of datapoints collected. | 
| void | setLastModelRefreshDate(Date lastModelRefreshDate)
 The date the model was last refreshed. | 
| void | setModelStatus(String modelStatus)
 The status of the behavior model. | 
| void | setSecurityProfileName(String securityProfileName)
 The name of the security profile. | 
| void | setTrainingDataCollectionStartDate(Date trainingDataCollectionStartDate)
 The date a training model started collecting data. | 
| String | toString()Returns a string representation of this object. | 
| BehaviorModelTrainingSummary | withBehaviorName(String behaviorName)
 The name of the behavior. | 
| BehaviorModelTrainingSummary | withDatapointsCollectionPercentage(Double datapointsCollectionPercentage)
 The percentage of datapoints collected. | 
| BehaviorModelTrainingSummary | withLastModelRefreshDate(Date lastModelRefreshDate)
 The date the model was last refreshed. | 
| BehaviorModelTrainingSummary | withModelStatus(ModelStatus modelStatus)
 The status of the behavior model. | 
| BehaviorModelTrainingSummary | withModelStatus(String modelStatus)
 The status of the behavior model. | 
| BehaviorModelTrainingSummary | withSecurityProfileName(String securityProfileName)
 The name of the security profile. | 
| BehaviorModelTrainingSummary | withTrainingDataCollectionStartDate(Date trainingDataCollectionStartDate)
 The date a training model started collecting data. | 
public void setSecurityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName - The name of the security profile.public String getSecurityProfileName()
The name of the security profile.
public BehaviorModelTrainingSummary withSecurityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName - The name of the security profile.public void setBehaviorName(String behaviorName)
The name of the behavior.
behaviorName - The name of the behavior.public String getBehaviorName()
The name of the behavior.
public BehaviorModelTrainingSummary withBehaviorName(String behaviorName)
The name of the behavior.
behaviorName - The name of the behavior.public void setTrainingDataCollectionStartDate(Date trainingDataCollectionStartDate)
The date a training model started collecting data.
trainingDataCollectionStartDate - The date a training model started collecting data.public Date getTrainingDataCollectionStartDate()
The date a training model started collecting data.
public BehaviorModelTrainingSummary withTrainingDataCollectionStartDate(Date trainingDataCollectionStartDate)
The date a training model started collecting data.
trainingDataCollectionStartDate - The date a training model started collecting data.public void setModelStatus(String modelStatus)
The status of the behavior model.
modelStatus - The status of the behavior model.ModelStatuspublic String getModelStatus()
The status of the behavior model.
ModelStatuspublic BehaviorModelTrainingSummary withModelStatus(String modelStatus)
The status of the behavior model.
modelStatus - The status of the behavior model.ModelStatuspublic BehaviorModelTrainingSummary withModelStatus(ModelStatus modelStatus)
The status of the behavior model.
modelStatus - The status of the behavior model.ModelStatuspublic void setDatapointsCollectionPercentage(Double datapointsCollectionPercentage)
The percentage of datapoints collected.
datapointsCollectionPercentage - The percentage of datapoints collected.public Double getDatapointsCollectionPercentage()
The percentage of datapoints collected.
public BehaviorModelTrainingSummary withDatapointsCollectionPercentage(Double datapointsCollectionPercentage)
The percentage of datapoints collected.
datapointsCollectionPercentage - The percentage of datapoints collected.public void setLastModelRefreshDate(Date lastModelRefreshDate)
The date the model was last refreshed.
lastModelRefreshDate - The date the model was last refreshed.public Date getLastModelRefreshDate()
The date the model was last refreshed.
public BehaviorModelTrainingSummary withLastModelRefreshDate(Date lastModelRefreshDate)
The date the model was last refreshed.
lastModelRefreshDate - The date the model was last refreshed.public String toString()
toString in class ObjectObject.toString()public BehaviorModelTrainingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.