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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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..



13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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)


13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13565

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