Class: Aws::SageMaker::Types::AutoMLJobArtifacts

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Artifacts that are generation during a job.

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_definition_notebook_locationString

The URL to the notebook location.

Returns:

  • (String)


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_locationString

The URL to the notebook location.

Returns:

  • (String)


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