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

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

Overview

The artifacts that are generated during an AutoML job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_definition_notebook_locationString

The URL of the notebook location.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2137

class AutoMLJobArtifacts < Struct.new(
  :candidate_definition_notebook_location,
  :data_exploration_notebook_location)
  SENSITIVE = []
  include Aws::Structure
end

#data_exploration_notebook_locationString

The URL of the notebook location.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2137

class AutoMLJobArtifacts < Struct.new(
  :candidate_definition_notebook_location,
  :data_exploration_notebook_location)
  SENSITIVE = []
  include Aws::Structure
end