Class: Aws::LexModelsV2::Types::DescribeTestExecutionResponse

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

#api_modeString

Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.

Returns:

  • (String)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The execution creation date and time for the test set execution.

Returns:

  • (Time)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonsArray<String>

Reasons for the failure of the test set execution.

Returns:

  • (Array<String>)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time of the last update for the execution.

Returns:

  • (Time)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::TestExecutionTarget

The target bot for the test set execution details.



6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_idString

The execution Id for the test set execution.

Returns:

  • (String)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_modalityString

Indicates whether test set is audio or text.

Returns:

  • (String)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#test_execution_statusString

The test execution status for the test execution.

Returns:

  • (String)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The test set Id for the test set execution.

Returns:

  • (String)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The test set name of the test set execution.

Returns:

  • (String)


6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6860

class DescribeTestExecutionResponse < 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,
  :failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end