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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3144

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)


3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3144

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)


3144
3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3144

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