Class: Aws::Types::S3ModelDataSource
- Inherits:
-
Object
- Object
- Aws::Types::S3ModelDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#hub_access_config ⇒ Types::InferenceHubAccessConfig
Returns the value of attribute hub_access_config.
-
#manifest_etag ⇒ ::String
Returns the value of attribute manifest_etag.
-
#manifest_s3_uri ⇒ ::String
Returns the value of attribute manifest_s3_uri.
-
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
-
#s3_data_type ⇒ "S3Prefix", "S3Object"
Returns the value of attribute s3_data_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
10681 10682 10683 |
# File 'sig/types.rbs', line 10681 def compression_type @compression_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
10685 10686 10687 |
# File 'sig/types.rbs', line 10685 def etag @etag end |
#hub_access_config ⇒ Types::InferenceHubAccessConfig
Returns the value of attribute hub_access_config.
10683 10684 10685 |
# File 'sig/types.rbs', line 10683 def hub_access_config @hub_access_config end |
#manifest_etag ⇒ ::String
Returns the value of attribute manifest_etag.
10686 10687 10688 |
# File 'sig/types.rbs', line 10686 def manifest_etag @manifest_etag end |
#manifest_s3_uri ⇒ ::String
Returns the value of attribute manifest_s3_uri.
10684 10685 10686 |
# File 'sig/types.rbs', line 10684 def manifest_s3_uri @manifest_s3_uri end |
#model_access_config ⇒ Types::ModelAccessConfig
Returns the value of attribute model_access_config.
10682 10683 10684 |
# File 'sig/types.rbs', line 10682 def model_access_config @model_access_config end |
#s3_data_type ⇒ "S3Prefix", "S3Object"
Returns the value of attribute s3_data_type.
10680 10681 10682 |
# File 'sig/types.rbs', line 10680 def s3_data_type @s3_data_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10679 10680 10681 |
# File 'sig/types.rbs', line 10679 def s3_uri @s3_uri end |