Class: Aws::SageMaker::Types::CandidateArtifactLocations

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

Overview

The location of artifacts for an AutoML candidate job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backtest_resultsString

The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.

Returns:

  • (String)


3018
3019
3020
3021
3022
3023
3024
# File 'lib/aws-sdk-sagemaker/types.rb', line 3018

class CandidateArtifactLocations < Struct.new(
  :explainability,
  :model_insights,
  :backtest_results)
  SENSITIVE = []
  include Aws::Structure
end

#explainabilityString

The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

Returns:

  • (String)


3018
3019
3020
3021
3022
3023
3024
# File 'lib/aws-sdk-sagemaker/types.rb', line 3018

class CandidateArtifactLocations < Struct.new(
  :explainability,
  :model_insights,
  :backtest_results)
  SENSITIVE = []
  include Aws::Structure
end

#model_insightsString

The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.

Returns:

  • (String)


3018
3019
3020
3021
3022
3023
3024
# File 'lib/aws-sdk-sagemaker/types.rb', line 3018

class CandidateArtifactLocations < Struct.new(
  :explainability,
  :model_insights,
  :backtest_results)
  SENSITIVE = []
  include Aws::Structure
end