Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::LexModelsV2::Types::TestExecutionSummary

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

Overview

Summarizes metadata about the test execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_modeString

Specifies whether the API mode for the test execution is streaming or non-streaming.

Returns:

  • (String)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time at which the test execution was created.

Returns:

  • (Time)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time at which the test execution was last updated.

Returns:

  • (Time)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::TestExecutionTarget

Contains information about the bot used for the test execution..


13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_idString

The unique identifier of the test execution.

Returns:

  • (String)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_modalityString

Specifies whether the data used for the test execution is written or spoken.

Returns:

  • (String)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_statusString

The current status of the test execution.

Returns:

  • (String)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The unique identifier of the test set used in the test execution.

Returns:

  • (String)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The name of the test set used in the test execution.

Returns:

  • (String)

13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13638

class TestExecutionSummary < Struct.new(
  :test_execution_id,
  :creation_date_time,
  :last_updated_date_time,
  :test_execution_status,
  :test_set_id,
  :test_set_name,
  :target,
  :api_mode,
  :test_execution_modality)
  SENSITIVE = []
  include Aws::Structure
end