Describe Test Set Generation
lexmodelsv2_describe_test_set_generation | R Documentation |
Gets metadata information about the test set generation¶
Description¶
Gets metadata information about the test set generation.
Usage¶
Arguments¶
testSetGenerationId
[required] The unique identifier of the test set generation.
Value¶
A list with the following syntax:
list(
testSetGenerationId = "string",
testSetGenerationStatus = "Generating"|"Ready"|"Failed"|"Pending",
failureReasons = list(
"string"
),
testSetId = "string",
testSetName = "string",
description = "string",
storageLocation = list(
s3BucketName = "string",
s3Path = "string",
kmsKeyArn = "string"
),
generationDataSource = list(
conversationLogsDataSource = list(
botId = "string",
botAliasId = "string",
localeId = "string",
filter = list(
startTime = as.POSIXct(
"2015-01-01"
),
endTime = as.POSIXct(
"2015-01-01"
),
inputMode = "Speech"|"Text"
)
)
),
roleArn = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
)
)