Class: Aws::SageMaker::Types::CandidateProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CandidateProperties
- 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
-
#candidate_artifact_locations ⇒ Types::CandidateArtifactLocations
The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
-
#candidate_metrics ⇒ Array<Types::MetricDatum>
Information about the candidate metrics for an AutoML job.
Instance Attribute Details
#candidate_artifact_locations ⇒ Types::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_metrics ⇒ Array<Types::MetricDatum>
Information about the candidate metrics for an AutoML job.
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 |