FirebaseAutoMLLocalModel.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Public Constructor Summary
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Constructors
public FirebaseAutoMLLocalModel.Builder ()
Public Methods
Sets the asset subpath of the asset model file
Make sure your model asset file is not compressed by using aaptOptions. For more
details, refer to documentation.
Sets the absolute file path of the local model file.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-08-14 UTC.
[null,null,["Last updated 2020-08-14 UTC."],[],[],null,["# FirebaseAutoMLLocalModel.Builder\n\npublic static class **FirebaseAutoMLLocalModel.Builder** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nBuilder class of [FirebaseAutoMLLocalModel](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel). \n\n### Public Constructor Summary\n\n|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [FirebaseAutoMLLocalModel.Builder](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder#FirebaseAutoMLLocalModel.Builder())() Creates a new builder to build [FirebaseAutoMLLocalModel](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel). |\n\n### Public Method Summary\n\n|-----------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FirebaseAutoMLLocalModel](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel) | [build](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder#build())() |\n| [FirebaseAutoMLLocalModel.Builder](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder) | [setAssetFilePath](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder#setAssetFilePath(java.lang.String))([String](//developer.android.com/reference/java/lang/String.html) assetFilePath) Sets the asset subpath of the asset model file Make sure your model asset file is not compressed by using aaptOptions. |\n| [FirebaseAutoMLLocalModel.Builder](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder) | [setFilePath](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder#setFilePath(java.lang.String))([String](//developer.android.com/reference/java/lang/String.html) filePath) Sets the absolute file path of the local model file. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public **FirebaseAutoMLLocalModel.Builder** ()\n\nCreates a new builder to build [FirebaseAutoMLLocalModel](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel).\n\nPublic Methods\n--------------\n\n#### public [FirebaseAutoMLLocalModel](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel) **build**\n()\n\n##### Returns\n\n- an instance of [FirebaseAutoMLLocalModel](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel) with provided info. \n\n#### public [FirebaseAutoMLLocalModel.Builder](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder) **setAssetFilePath** ([String](//developer.android.com/reference/java/lang/String.html) assetFilePath)\n\nSets the asset subpath of the asset model file\n\nMake sure your model asset file is not compressed by using aaptOptions. For more\ndetails, refer to [documentation](//firebase.google.com/docs/ml/android/use-custom-models#local_model). \n\n#### public [FirebaseAutoMLLocalModel.Builder](/docs/reference/android/com/google/firebase/ml/vision/automl/FirebaseAutoMLLocalModel.Builder) **setFilePath** ([String](//developer.android.com/reference/java/lang/String.html) filePath)\n\nSets the absolute file path of the local model file."]]