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.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def algorithm_description @algorithm_description end |
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def algorithm_name @algorithm_name end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def certify_for_marketplace @certify_for_marketplace end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def inference_specification @inference_specification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def @tags end |
#training_specification ⇒ Types::TrainingSpecification
Returns the value of attribute training_specification.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def training_specification @training_specification end |
#validation_specification ⇒ Types::AlgorithmValidationSpecification
Returns the value of attribute validation_specification.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def validation_specification @validation_specification end |