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.
644 645 646 |
# File 'sig/types.rbs', line 644 def candidate_definition_notebook_location @candidate_definition_notebook_location end |
#data_exploration_notebook_location ⇒ ::String
Returns the value of attribute data_exploration_notebook_location.
645 646 647 |
# File 'sig/types.rbs', line 645 def data_exploration_notebook_location @data_exploration_notebook_location end |