Class: Aws::Types::AutoMLJobArtifacts
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLJobArtifacts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidate_definition_notebook_location ⇒ ::String
Returns the value of attribute candidate_definition_notebook_location.
-
#data_exploration_notebook_location ⇒ ::String
Returns the value of attribute data_exploration_notebook_location.
Instance Attribute Details
#candidate_definition_notebook_location ⇒ ::String
Returns the value of attribute candidate_definition_notebook_location.
659 660 661 |
# File 'sig/types.rbs', line 659 def candidate_definition_notebook_location @candidate_definition_notebook_location end |
#data_exploration_notebook_location ⇒ ::String
Returns the value of attribute data_exploration_notebook_location.
660 661 662 |
# File 'sig/types.rbs', line 660 def data_exploration_notebook_location @data_exploration_notebook_location end |