Class: Google::Apis::LanguageV2::XpsTfJsFormat
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV2::XpsTfJsFormat
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v2/classes.rb,
lib/google/apis/language_v2/representations.rb,
lib/google/apis/language_v2/representations.rb
Overview
A TensorFlow.js model that can be used in the browser and in Node.js using JavaScript.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsTfJsFormat
constructor
A new instance of XpsTfJsFormat.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsTfJsFormat
Returns a new instance of XpsTfJsFormat.
4237 4238 4239 |
# File 'lib/google/apis/language_v2/classes.rb', line 4237 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4242 4243 |
# File 'lib/google/apis/language_v2/classes.rb', line 4242 def update!(**args) end |