Learn R Programming

paws.machine.learning (version 0.9.0)

lexmodelsv2_start_test_execution: The action to start test set execution

Description

The action to start test set execution.

See https://www.paws-r-sdk.com/docs/lexmodelsv2_start_test_execution/ for full documentation.

Usage

lexmodelsv2_start_test_execution(
  testSetId,
  target,
  apiMode,
  testExecutionModality = NULL
)

Arguments

testSetId

[required] The test set Id for the test set execution.

target

[required] The target bot for the test set execution.

apiMode

[required] Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Runtime API is used. Whereas, for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.

testExecutionModality

Indicates whether audio or text is used.