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
Artifacts that are generation during a job.
Instance Attribute Summary collapse
-
#candidate_definition_notebook_location ⇒ String
The URL to the notebook location.
-
#data_exploration_notebook_location ⇒ String
The URL to the notebook location.
Instance Attribute Details
#candidate_definition_notebook_location ⇒ String
The URL to the notebook location.
1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1043 class AutoMLJobArtifacts < Struct.new( :candidate_definition_notebook_location, :data_exploration_notebook_location) include Aws::Structure end |
#data_exploration_notebook_location ⇒ String
The URL to the notebook location.
1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1043 class AutoMLJobArtifacts < Struct.new( :candidate_definition_notebook_location, :data_exploration_notebook_location) include Aws::Structure end |