TrainingExamplesOutput.Builder
public
static
final
class
TrainingExamplesOutput.Builder
extends Object
| java.lang.Object | |
| ↳ | android.adservices.ondevicepersonalization.TrainingExamplesOutput.Builder |
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
A builder for TrainingExamplesOutput
Summary
Public constructors | |
|---|---|
Builder()
|
|
Public methods | |
|---|---|
TrainingExamplesOutput.Builder
|
addTrainingExampleRecord(TrainingExampleRecord value)
|
TrainingExamplesOutput
|
build()
Builds the instance. |
TrainingExamplesOutput.Builder
|
setTrainingExampleRecords(List<TrainingExampleRecord> value)
The list of training example byte arrays. |
Inherited methods | |
|---|---|
Public constructors
Public methods
addTrainingExampleRecord
public TrainingExamplesOutput.Builder addTrainingExampleRecord (TrainingExampleRecord value)
| Parameters | |
|---|---|
value |
TrainingExampleRecord: This value cannot be null. |
| Returns | |
|---|---|
TrainingExamplesOutput.Builder |
This value cannot be null. |
See also:
build
public TrainingExamplesOutput build ()
Builds the instance. This builder should not be touched after calling this!
| Returns | |
|---|---|
TrainingExamplesOutput |
This value cannot be null. |
setTrainingExampleRecords
public TrainingExamplesOutput.Builder setTrainingExampleRecords (List<TrainingExampleRecord> value)
The list of training example byte arrays. The format is a binary serialized tensorflow.Example proto. The maximum allowed example size is 50KB.
| Parameters | |
|---|---|
value |
List: This value cannot be null. |
| Returns | |
|---|---|
TrainingExamplesOutput.Builder |
This value cannot be null. |