Class: Aws::LexModelsV2::Types::DescribeTestSetGenerationResponse

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)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#descriptionString

The test set description for the test set generation.

Returns:

  • (String)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#failure_reasonsArray<String>

The reasons the test set generation failed.

Returns:

  • (Array<String>)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#generation_data_sourceTypes::TestSetGenerationDataSource

The data source of the test set used for the test set generation.



7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#last_updated_date_timeTime

The date and time of the last update for the test set generation.

Returns:

  • (Time)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#role_arnString

The roleARN of the test set used for the test set generation.

Returns:

  • (String)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#storage_locationTypes::TestSetStorageLocation

The Amazon S3 storage location for the test set generation.



7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#test_set_generation_idString

The unique identifier of the test set generation.

Returns:

  • (String)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#test_set_generation_statusString

The status for the test set generation.

Returns:

  • (String)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#test_set_idString

The unique identifier for the test set created for the generated test set.

Returns:

  • (String)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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

#test_set_nameString

The test set name for the generated test set.

Returns:

  • (String)


7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7002

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