GitHub
Preparing search index...
The search index is not available
Viam SDK
Viam SDK
MLModelClient
Class MLModelClient
Implements
MLModel
Index
Constructors
constructor
Properties
call
Options
name
Methods
infer
metadata
Constructors
constructor
new
MLModelClient
(
client
:
RobotClient
,
name
:
string
,
options
?:
Options
,
)
:
MLModelClient
Parameters
client
:
RobotClient
name
:
string
options
:
Options
= {}
Returns
MLModelClient
Properties
call
Options
callOptions
:
CallOptions
= ...
Readonly
name
name
:
string
Methods
infer
infer
(
inputTensors
:
FlatTensors
,
extra
?:
{}
,
callOptions
?:
CallOptions
,
)
:
Promise
<
InferResponse
>
Parameters
inputTensors
:
FlatTensors
extra
:
{}
= {}
callOptions
:
CallOptions
= ...
Returns
Promise
<
InferResponse
>
metadata
metadata
(
extra
?:
{}
,
callOptions
?:
CallOptions
)
:
Promise
<
MetadataResponse
>
Parameters
extra
:
{}
= {}
callOptions
:
CallOptions
= ...
Returns
Promise
<
MetadataResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
call
Options
name
Methods
infer
metadata
GitHub
Viam SDK
Loading...