SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.rest
/
SfapApiEmbeddingsResponseBody
/
Parameters
/
Usage
Usage
@
Serializable
data
class
Usage
(
val
promptTokens
:
Int
?
=
null
,
val
totalTokens
:
Int
?
=
null
)
Members
Constructors
Usage
Link copied to clipboard
constructor
(
promptTokens
:
Int
?
=
null
,
totalTokens
:
Int
?
=
null
)
Properties
prompt
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"prompt_tokens"
)
val
promptTokens
:
Int
?
=
null
total
Tokens
Link copied to clipboard
@
SerialName
(
value
=
"total_tokens"
)
val
totalTokens
:
Int
?
=
null