Class: Aws::Types::AlgorithmSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AlgorithmSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
-
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
-
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
-
#enable_sage_maker_metrics_time_series ⇒ Boolean
Returns the value of attribute enable_sage_maker_metrics_time_series.
-
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
-
#training_image ⇒ ::String
Returns the value of attribute training_image.
-
#training_image_config ⇒ Types::TrainingImageConfig
Returns the value of attribute training_image_config.
-
#training_input_mode ⇒ "Pipe", ...
Returns the value of attribute training_input_mode.
Instance Attribute Details
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
372 373 374 |
# File 'sig/types.rbs', line 372 def algorithm_name @algorithm_name end |
#container_arguments ⇒ ::Array[::String]
Returns the value of attribute container_arguments.
377 378 379 |
# File 'sig/types.rbs', line 377 def container_arguments @container_arguments end |
#container_entrypoint ⇒ ::Array[::String]
Returns the value of attribute container_entrypoint.
376 377 378 |
# File 'sig/types.rbs', line 376 def container_entrypoint @container_entrypoint end |
#enable_sage_maker_metrics_time_series ⇒ Boolean
Returns the value of attribute enable_sage_maker_metrics_time_series.
375 376 377 |
# File 'sig/types.rbs', line 375 def enable_sage_maker_metrics_time_series @enable_sage_maker_metrics_time_series end |
#metric_definitions ⇒ ::Array[Types::MetricDefinition]
Returns the value of attribute metric_definitions.
374 375 376 |
# File 'sig/types.rbs', line 374 def metric_definitions @metric_definitions end |
#training_image ⇒ ::String
Returns the value of attribute training_image.
371 372 373 |
# File 'sig/types.rbs', line 371 def training_image @training_image end |
#training_image_config ⇒ Types::TrainingImageConfig
Returns the value of attribute training_image_config.
378 379 380 |
# File 'sig/types.rbs', line 378 def training_image_config @training_image_config end |
#training_input_mode ⇒ "Pipe", ...
Returns the value of attribute training_input_mode.
373 374 375 |
# File 'sig/types.rbs', line 373 def training_input_mode @training_input_mode end |