Class: Aws::LexModelsV2::Types::StartTestSetGenerationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time for the test set generation.

Returns:

  • (Time)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description used for the test set generation.

Returns:

  • (String)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#generation_data_sourceTypes::TestSetGenerationDataSource

The data source for the test set generation.



13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#storage_locationTypes::TestSetStorageLocation

The Amazon S3 storage location for the test set generation.



13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_generation_idString

The unique identifier of the test set generation to describe.

Returns:

  • (String)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_generation_statusString

The status for the test set generation.

Returns:

  • (String)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The test set name used for the test set generation.

Returns:

  • (String)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_tagsHash<String,String>

A list of tags that was used for the test set that is being generated.

Returns:

  • (Hash<String,String>)


13194
13195
13196
13197
13198
13199
13200
13201
13202
13203
13204
13205
13206
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13194

class StartTestSetGenerationResponse < Struct.new(
  :test_set_generation_id,
  :creation_date_time,
  :test_set_generation_status,
  :test_set_name,
  :description,
  :storage_location,
  :generation_data_source,
  :role_arn,
  :test_set_tags)
  SENSITIVE = []
  include Aws::Structure
end