Class: Aws::LexModelsV2::Types::TestSetSummary

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

Overview

Contains summary information about the test set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the test set.

Returns:

  • (String)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

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

Returns:

  • (Time)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#modalityString

Specifies whether the test set contains written or spoken data.

Returns:

  • (String)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#num_turnsInteger

The number of turns in the test set.

Returns:

  • (Integer)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.

Returns:

  • (String)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the test set.

Returns:

  • (String)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#storage_locationTypes::TestSetStorageLocation

Contains information about the location at which the test set is stored.



13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_idString

The unique identifier of the test set.

Returns:

  • (String)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_nameString

The name of the test set.

Returns:

  • (String)


13898
13899
13900
13901
13902
13903
13904
13905
13906
13907
13908
13909
13910
13911
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13898

class TestSetSummary < Struct.new(
  :test_set_id,
  :test_set_name,
  :description,
  :modality,
  :status,
  :role_arn,
  :num_turns,
  :storage_location,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end