Class: Aws::Types::Algorithm
- Inherits:
-
Object
- Object
- Aws::Types::Algorithm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
-
#algorithm_image ⇒ Types::AlgorithmImage
Returns the value of attribute algorithm_image.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#default_hyper_parameter_ranges ⇒ Types::DefaultHyperParameterRanges
Returns the value of attribute default_hyper_parameter_ranges.
-
#default_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_hyper_parameters.
-
#default_resource_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_resource_config.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#training_input_mode ⇒ ::String
Returns the value of attribute training_input_mode.
Instance Attribute Details
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
13 14 15 |
# File 'sig/types.rbs', line 13 def algorithm_arn @algorithm_arn end |
#algorithm_image ⇒ Types::AlgorithmImage
Returns the value of attribute algorithm_image.
14 15 16 |
# File 'sig/types.rbs', line 14 def algorithm_image @algorithm_image end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
20 21 22 |
# File 'sig/types.rbs', line 20 def creation_date_time @creation_date_time end |
#default_hyper_parameter_ranges ⇒ Types::DefaultHyperParameterRanges
Returns the value of attribute default_hyper_parameter_ranges.
16 17 18 |
# File 'sig/types.rbs', line 16 def default_hyper_parameter_ranges @default_hyper_parameter_ranges end |
#default_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_hyper_parameters.
15 16 17 |
# File 'sig/types.rbs', line 15 def default_hyper_parameters @default_hyper_parameters end |
#default_resource_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_resource_config.
17 18 19 |
# File 'sig/types.rbs', line 17 def default_resource_config @default_resource_config end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
21 22 23 |
# File 'sig/types.rbs', line 21 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
12 13 14 |
# File 'sig/types.rbs', line 12 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def role_arn @role_arn end |
#training_input_mode ⇒ ::String
Returns the value of attribute training_input_mode.
18 19 20 |
# File 'sig/types.rbs', line 18 def training_input_mode @training_input_mode end |