lexmodelsv2_start_test_set_generation: The action to start the generation of test set

View source: R/lexmodelsv2_operations.R

lexmodelsv2_start_test_set_generationR Documentation

The action to start the generation of test set

Description

The action to start the generation of test set.

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

Usage

lexmodelsv2_start_test_set_generation(
  testSetName,
  description = NULL,
  storageLocation,
  generationDataSource,
  roleArn,
  testSetTags = NULL
)

Arguments

testSetName

[required] The test set name for the test set generation request.

description

The test set description for the test set generation request.

storageLocation

[required] The Amazon S3 storage location for the test set generation.

generationDataSource

[required] The data source for the test set generation.

roleArn

[required] The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

testSetTags

A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can't use the update_test_set operation to update tags. To update tags, use the tag_resource operation.


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