InferenceInput.Builder.SetParams(InferenceInput+Params) 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 configuration that controls runtime interpreter behavior.
[Android.Runtime.Register("setParams", "(Landroid/adservices/ondevicepersonalization/InferenceInput$Params;)Landroid/adservices/ondevicepersonalization/InferenceInput$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.InferenceInput.Builder SetParams(Android.AdServices.OnDevicePersonalization.InferenceInput.Params value);
[<Android.Runtime.Register("setParams", "(Landroid/adservices/ondevicepersonalization/InferenceInput$Params;)Landroid/adservices/ondevicepersonalization/InferenceInput$Builder;", "", ApiSince=35)>]
member this.SetParams : Android.AdServices.OnDevicePersonalization.InferenceInput.Params -> Android.AdServices.OnDevicePersonalization.InferenceInput.Builder
Parameters
- value
- InferenceInput.Params
Returns
- Attributes
Remarks
The configuration that controls runtime interpreter behavior.
Android reference for android.adservices.ondevicepersonalization.InferenceInput.Builder.setParams.
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.