InferenceInput.Params.Builder.SetKeyValueStore(IKeyValueStore) 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.
A KeyValueStore where pre-trained model is stored.
[Android.Runtime.Register("setKeyValueStore", "(Landroid/adservices/ondevicepersonalization/KeyValueStore;)Landroid/adservices/ondevicepersonalization/InferenceInput$Params$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.InferenceInput.Params.Builder SetKeyValueStore(Android.AdServices.OnDevicePersonalization.IKeyValueStore value);
[<Android.Runtime.Register("setKeyValueStore", "(Landroid/adservices/ondevicepersonalization/KeyValueStore;)Landroid/adservices/ondevicepersonalization/InferenceInput$Params$Builder;", "", ApiSince=35)>]
member this.SetKeyValueStore : Android.AdServices.OnDevicePersonalization.IKeyValueStore -> Android.AdServices.OnDevicePersonalization.InferenceInput.Params.Builder
Parameters
- value
- IKeyValueStore
Returns
- Attributes
Remarks
A KeyValueStore where pre-trained model is stored.
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.