Class: Aws::Types::CreateAlgorithmInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAlgorithmInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_description ⇒ ::String
Returns the value of attribute algorithm_description.
-
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
-
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
-
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_specification ⇒ Types::TrainingSpecification
Returns the value of attribute training_specification.
-
#validation_specification ⇒ Types::AlgorithmValidationSpecification
Returns the value of attribute validation_specification.
Instance Attribute Details
#algorithm_description ⇒ ::String
Returns the value of attribute algorithm_description.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def algorithm_description @algorithm_description end |
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def algorithm_name @algorithm_name end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def certify_for_marketplace @certify_for_marketplace end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def inference_specification @inference_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def @tags end |
#training_specification ⇒ Types::TrainingSpecification
Returns the value of attribute training_specification.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def training_specification @training_specification end |
#validation_specification ⇒ Types::AlgorithmValidationSpecification
Returns the value of attribute validation_specification.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def validation_specification @validation_specification end |