অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-05 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["MLKRemoteModel represents a machine learning model stored on a server and downloaded for local use."],["It has a read-only property called `name` to identify the model."],["Instantiation using the default `init` method is unavailable for this class."]]],["The `MLKRemoteModel` is a model stored on a server and downloaded to a device. It has a `name` property, which is a read-only string representing the model's name. The model's initializer method, `-init`, is unavailable for direct use. The model must be created in another way, not through direct instantiation.\n"]]