Class: Aws::Types::DescribeAlgorithmOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAlgorithmOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
-
#algorithm_description ⇒ ::String
Returns the value of attribute algorithm_description.
-
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
-
#algorithm_status ⇒ "Pending", ...
Returns the value of attribute algorithm_status.
-
#algorithm_status_details ⇒ Types::AlgorithmStatusDetails
Returns the value of attribute algorithm_status_details.
-
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#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_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def algorithm_arn @algorithm_arn end |
#algorithm_description ⇒ ::String
Returns the value of attribute algorithm_description.
3788 3789 3790 |
# File 'sig/types.rbs', line 3788 def algorithm_description @algorithm_description end |
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def algorithm_name @algorithm_name end |
#algorithm_status ⇒ "Pending", ...
Returns the value of attribute algorithm_status.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def algorithm_status @algorithm_status end |
#algorithm_status_details ⇒ Types::AlgorithmStatusDetails
Returns the value of attribute algorithm_status_details.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def algorithm_status_details @algorithm_status_details end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def certify_for_marketplace @certify_for_marketplace end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def creation_time @creation_time end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def inference_specification @inference_specification end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
3795 3796 3797 |
# File 'sig/types.rbs', line 3795 def product_id @product_id end |
#training_specification ⇒ Types::TrainingSpecification
Returns the value of attribute training_specification.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def training_specification @training_specification end |
#validation_specification ⇒ Types::AlgorithmValidationSpecification
Returns the value of attribute validation_specification.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def validation_specification @validation_specification end |