Class: Aws::SageMaker::Types::AutoMLJobArtifacts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobArtifacts
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The artifacts that are generated during an AutoML job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#candidate_definition_notebook_location ⇒ String
The URL of the notebook location.
-
#data_exploration_notebook_location ⇒ String
The URL of the notebook location.
Instance Attribute Details
#candidate_definition_notebook_location ⇒ String
The URL of the notebook location.
2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2230 class AutoMLJobArtifacts < Struct.new( :candidate_definition_notebook_location, :data_exploration_notebook_location) SENSITIVE = [] include Aws::Structure end |
#data_exploration_notebook_location ⇒ String
The URL of the notebook location.
2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2230 class AutoMLJobArtifacts < Struct.new( :candidate_definition_notebook_location, :data_exploration_notebook_location) SENSITIVE = [] include Aws::Structure end |