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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



3417
3418
3419
3420
3421
3422
# File 'lib/aws-sdk-sagemaker/types.rb', line 3417

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:



3417
3418
3419
3420
3421
3422
# File 'lib/aws-sdk-sagemaker/types.rb', line 3417

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