Class: Aws::SageMaker::Types::CandidateProperties

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

Overview

The properties of an AutoML candidate job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_artifact_locationsTypes::CandidateArtifactLocations

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



3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3203

class CandidateProperties < Struct.new(
  :candidate_artifact_locations,
  :candidate_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#candidate_metricsArray<Types::MetricDatum>

Information about the candidate metrics for an AutoML job.

Returns:



3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3203

class CandidateProperties < Struct.new(
  :candidate_artifact_locations,
  :candidate_metrics)
  SENSITIVE = []
  include Aws::Structure
end