Class: Aws::SageMaker::Types::CandidateArtifactLocations
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CandidateArtifactLocations
- 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
-
#backtest_results ⇒ String
The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window.
-
#explainability ⇒ String
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
-
#model_insights ⇒ String
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
Instance Attribute Details
#backtest_results ⇒ String
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.
3333 3334 3335 3336 3337 3338 3339 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3333 class CandidateArtifactLocations < Struct.new( :explainability, :model_insights, :backtest_results) SENSITIVE = [] include Aws::Structure end |
#explainability ⇒ String
The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
3333 3334 3335 3336 3337 3338 3339 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3333 class CandidateArtifactLocations < Struct.new( :explainability, :model_insights, :backtest_results) SENSITIVE = [] include Aws::Structure end |
#model_insights ⇒ String
The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
3333 3334 3335 3336 3337 3338 3339 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3333 class CandidateArtifactLocations < Struct.new( :explainability, :model_insights, :backtest_results) SENSITIVE = [] include Aws::Structure end |