Interface BehaviorModelTrainingSummary.Builder

    • Method Detail

      • securityProfileName

        BehaviorModelTrainingSummary.Builder securityProfileName​(String securityProfileName)

        The name of the security profile.

        Parameters:
        securityProfileName - The name of the security profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • behaviorName

        BehaviorModelTrainingSummary.Builder behaviorName​(String behaviorName)

        The name of the behavior.

        Parameters:
        behaviorName - The name of the behavior.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trainingDataCollectionStartDate

        BehaviorModelTrainingSummary.Builder trainingDataCollectionStartDate​(Instant trainingDataCollectionStartDate)

        The date a training model started collecting data.

        Parameters:
        trainingDataCollectionStartDate - The date a training model started collecting data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datapointsCollectionPercentage

        BehaviorModelTrainingSummary.Builder datapointsCollectionPercentage​(Double datapointsCollectionPercentage)

        The percentage of datapoints collected.

        Parameters:
        datapointsCollectionPercentage - The percentage of datapoints collected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModelRefreshDate

        BehaviorModelTrainingSummary.Builder lastModelRefreshDate​(Instant lastModelRefreshDate)

        The date the model was last refreshed.

        Parameters:
        lastModelRefreshDate - The date the model was last refreshed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.