Class: Aws::Types::DatasetProperties
- Inherits:
-
Object
- Object
- Aws::Types::DatasetProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_s3_uri ⇒ ::String
Returns the value of attribute dataset_s3_uri.
-
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#number_of_documents ⇒ ::Integer
Returns the value of attribute number_of_documents.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
393 394 395 |
# File 'sig/types.rbs', line 393 def creation_time @creation_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
385 386 387 |
# File 'sig/types.rbs', line 385 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
386 387 388 |
# File 'sig/types.rbs', line 386 def dataset_name @dataset_name end |
#dataset_s3_uri ⇒ ::String
Returns the value of attribute dataset_s3_uri.
388 389 390 |
# File 'sig/types.rbs', line 388 def dataset_s3_uri @dataset_s3_uri end |
#dataset_type ⇒ "TRAIN", "TEST"
Returns the value of attribute dataset_type.
387 388 389 |
# File 'sig/types.rbs', line 387 def dataset_type @dataset_type end |
#description ⇒ ::String
Returns the value of attribute description.
389 390 391 |
# File 'sig/types.rbs', line 389 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
394 395 396 |
# File 'sig/types.rbs', line 394 def end_time @end_time end |
#message ⇒ ::String
Returns the value of attribute message.
391 392 393 |
# File 'sig/types.rbs', line 391 def @message end |
#number_of_documents ⇒ ::Integer
Returns the value of attribute number_of_documents.
392 393 394 |
# File 'sig/types.rbs', line 392 def number_of_documents @number_of_documents end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
390 391 392 |
# File 'sig/types.rbs', line 390 def status @status end |