TrainingExamplesInput.GetResumptionToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Token used to support the resumption of training.
[Android.Runtime.Register("getResumptionToken", "()[B", "", ApiSince=35)]
public byte[]? GetResumptionToken ();
[<Android.Runtime.Register("getResumptionToken", "()[B", "", ApiSince=35)>]
member this.GetResumptionToken : unit -> byte[]
Returns
- Attributes
Remarks
Token used to support the resumption of training. If client app wants to use resumption token to track what examples are already used in previous federated compute jobs, it need set TrainingExampleRecord.Builder#setResumptionToken
, OnDevicePersonalization will store it and pass it here for generating new training examples.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.