| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.behaviorName(String behaviorName)
The name of the behavior.
|
static BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.builder() |
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.datapointsCollectionPercentage(Double datapointsCollectionPercentage)
The percentage of datapoints collected.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.lastModelRefreshDate(Instant lastModelRefreshDate)
The date the model was last refreshed.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.modelStatus(ModelStatus modelStatus)
The status of the behavior model.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.modelStatus(String modelStatus)
The status of the behavior model.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.securityProfileName(String securityProfileName)
The name of the security profile.
|
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.toBuilder() |
BehaviorModelTrainingSummary.Builder |
BehaviorModelTrainingSummary.Builder.trainingDataCollectionStartDate(Instant trainingDataCollectionStartDate)
The date a training model started collecting data.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BehaviorModelTrainingSummary.Builder> |
BehaviorModelTrainingSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.