Class: Aws::Types::DescribeTestSetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def description
  @description
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def last_updated_date_time
  @last_updated_date_time
end

#modality ⇒ "Text", "Audio"

Returns the value of attribute modality.

Returns:

  • ("Text", "Audio")


1702
1703
1704
# File 'sig/types.rbs', line 1702

def modality
  @modality
end

#num_turns ⇒ ::Integer

Returns the value of attribute num_turns.

Returns:

  • (::Integer)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def num_turns
  @num_turns
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def role_arn
  @role_arn
end

#status ⇒ "Importing", ...

Returns the value of attribute status.

Returns:

  • ("Importing", "PendingAnnotation", "Deleting", "ValidationError", "Ready")


1703
1704
1705
# File 'sig/types.rbs', line 1703

def status
  @status
end

#storage_location ⇒ Types::TestSetStorageLocation

Returns the value of attribute storage_location.



1706
1707
1708
# File 'sig/types.rbs', line 1706

def storage_location
  @storage_location
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def test_set_id
  @test_set_id
end

#test_set_name ⇒ ::String

Returns the value of attribute test_set_name.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def test_set_name
  @test_set_name
end