Class: Aws::Types::ModelSpeculativeDecodingTrainingDataSource
- Inherits:
-
Object
- Object
- Aws::Types::ModelSpeculativeDecodingTrainingDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_data_type ⇒ "S3Prefix", "ManifestFile"
Returns the value of attribute s3_data_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#s3_data_type ⇒ "S3Prefix", "ManifestFile"
Returns the value of attribute s3_data_type.
9231 9232 9233 |
# File 'sig/types.rbs', line 9231 def s3_data_type @s3_data_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
9230 9231 9232 |
# File 'sig/types.rbs', line 9230 def s3_uri @s3_uri end |