FederatedComputeScheduler.Params


public static class FederatedComputeScheduler.Params
extends Object

java.lang.Object
   ↳ android.adservices.ondevicepersonalization.FederatedComputeScheduler.Params


This class is deprecated.
The ODP APIs are deprecated and will not be supported in future Android releases. There is no direct replacement API available. Developers currently integrated with these APIs must cease further integration efforts. For comprehensive details regarding this deprecation and the future roadmap of Privacy Sandbox on Android, please consult the official Privacy Sandbox developer documentation and announcements: https://privacysandbox.google.com

The parameters related to job scheduling.

Summary

Public constructors

Params(TrainingInterval trainingInterval)

Public methods

TrainingInterval getTrainingInterval()

Inherited methods

Public constructors

Params

Added in API level 35
public Params (TrainingInterval trainingInterval)

Parameters
trainingInterval TrainingInterval: This value cannot be null.

Public methods

getTrainingInterval

Added in API level 35
public TrainingInterval getTrainingInterval ()

Returns
TrainingInterval This value cannot be null.