Class: Aws::Types::SourceAlgorithm
- Inherits:
-
Object
- Object
- Aws::Types::SourceAlgorithm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
-
#model_data_etag ⇒ ::String
Returns the value of attribute model_data_etag.
-
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
-
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
Instance Attribute Details
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
10902 10903 10904 |
# File 'sig/types.rbs', line 10902 def algorithm_name @algorithm_name end |
#model_data_etag ⇒ ::String
Returns the value of attribute model_data_etag.
10901 10902 10903 |
# File 'sig/types.rbs', line 10901 def model_data_etag @model_data_etag end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
10900 10901 10902 |
# File 'sig/types.rbs', line 10900 def model_data_source @model_data_source end |
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
10899 10900 10901 |
# File 'sig/types.rbs', line 10899 def model_data_url @model_data_url end |