AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the test set that is imported.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.TestSetImportResourceSpecification

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class TestSetImportResourceSpecification

The TestSetImportResourceSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the test set.

Public Property ImportInputLocation Amazon.LexModelsV2.Model.TestSetImportInputLocation

Gets and sets the property ImportInputLocation.

Contains information about the input location from where test-set should be imported.

Public Property Modality Amazon.LexModelsV2.TestSetModality

Gets and sets the property Modality.

Specifies whether the test-set being imported contains written or spoken data.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.

Public Property StorageLocation Amazon.LexModelsV2.Model.TestSetStorageLocation

Gets and sets the property StorageLocation.

Contains information about the location that Amazon Lex uses to store the test-set.

Public Property TestSetName System.String

Gets and sets the property TestSetName.

The name of the test set.

Public Property TestSetTags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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 UpdateTestSet operation to update tags. To update tags, use the TagResource operation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5