TrainingExampleRecord.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.
The resumption token byte arrays corresponding to training examples.
[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
The resumption token byte arrays corresponding to training examples. The last processed example's corresponding resumption token will be passed to IsolatedWorker#onTrainingExamples
to support resumption.
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.