InferenceOutput.Builder


public static final class InferenceOutput.Builder
extends Object

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


A builder for InferenceOutput

Summary

Public constructors

Builder()

Public methods

InferenceOutput.Builder addDataOutput(int key, Object value)
InferenceOutput build()

Builds the instance.

InferenceOutput.Builder setDataOutputs(Map<IntegerObject> value)

A map mapping output indices to multidimensional arrays of output.

Inherited methods

Public constructors

Builder

public Builder ()

Public methods

addDataOutput

public InferenceOutput.Builder addDataOutput (int key, 
                Object value)

Parameters
key int

value Object: This value cannot be null.

Returns
InferenceOutput.Builder This value cannot be null.

build

public InferenceOutput build ()

Builds the instance. This builder should not be touched after calling this!

Returns
InferenceOutput This value cannot be null.

setDataOutputs

public InferenceOutput.Builder setDataOutputs (Map<IntegerObject> value)

A map mapping output indices to multidimensional arrays of output.

For TFLite, this field is mapped to outputs of runForMultipleInputsOutputs: https://www.tensorflow.org/lite/api_docs/java/org/tensorflow/lite/InterpreterApi#parameters_9

Parameters
value Map: This value cannot be null.

Returns
InferenceOutput.Builder This value cannot be null.