訓練範例輸出.Builder

public static final class TrainingExampleOutput.Builder
extends Object

java.lang.Object
   ↳ android.adservices.ondevicepersonalization.TrainingExampleOutput.Builder


TrainingExampleOutput 的建構工具。

摘要

公用建構函式

Builder()

公用方法

TrainingExampleOutput.Builder addResumptionToken(byte[] value)
TrainingExampleOutput.Builder addTrainingExample(byte[] value)
TrainingExampleOutput build()

建構例項。

TrainingExampleOutput.Builder setResumptionTokens(List<byte[]> value)

訓練範例對應的接續符號位元組陣列清單。

TrainingExampleOutput.Builder setTrainingExamples(List<byte[]> value)

訓練範例位元組陣列的清單。

繼承方法

公用建構函式

公用方法

addResumptionToken

public TrainingExampleOutput.Builder addResumptionToken (byte[] value)

參數
value byte:此值不能為 null

傳回
TrainingExampleOutput.Builder 此值不能為 null

另請參閱:

addTrainingExample

public TrainingExampleOutput.Builder addTrainingExample (byte[] value)

參數
value byte:此值不能為 null

傳回
TrainingExampleOutput.Builder 此值不能為 null

另請參閱:

build

public TrainingExampleOutput build ()

建構例項。呼叫這個方法後,就不宜再對這個建構工具進行任何操作。

傳回
TrainingExampleOutput 此值不能為 null

setResumptionTokens

public TrainingExampleOutput.Builder setResumptionTokens (List<byte[]> value)

訓練範例對應的接續符號位元組陣列清單。系統會將最後一個處理範例的相應恢復權杖傳遞至 TrainingExampleInput,以支援恢復功能。resumptionTokens 的長度應與 trainingExamples 相符。

參數
value List:此值不能為 null

傳回
TrainingExampleOutput.Builder 此值不能為 null

setTrainingExamples

public TrainingExampleOutput.Builder setTrainingExamples (List<byte[]> value)

訓練範例位元組陣列清單。預設格式為二進位序列化 tf.Example 原型。為了避免達到 Binder IPC 大小限制,示例的最大大小為 50 KB。

參數
value List:此值不能為 null

傳回
TrainingExampleOutput.Builder 此值不能為 null