lexmodelsv2_start_test_execution: The action to start test set execution

View source: R/lexmodelsv2_operations.R

lexmodelsv2_start_test_executionR Documentation

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.