AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.AutoMLCandidate

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class AutoMLCandidate

The AutoMLCandidate type exposes the following members

Constructors

NameDescription
Public Method AutoMLCandidate()

Properties

NameTypeDescription
Public Property CandidateName System.String

Gets and sets the property CandidateName.

The name of the candidate.

Public Property CandidateProperties Amazon.SageMaker.Model.CandidateProperties

Gets and sets the property CandidateProperties.

The properties of an AutoML candidate job.

Public Property CandidateStatus Amazon.SageMaker.CandidateStatus

Gets and sets the property CandidateStatus.

The candidate's status.

Public Property CandidateSteps System.Collections.Generic.List<Amazon.SageMaker.Model.AutoMLCandidateStep>

Gets and sets the property CandidateSteps.

Information about the candidate's steps.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The creation time.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end time.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The failure reason.

Public Property FinalAutoMLJobObjectiveMetric Amazon.SageMaker.Model.FinalAutoMLJobObjectiveMetric

Gets and sets the property FinalAutoMLJobObjectiveMetric.

Public Property InferenceContainerDefinitions System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Amazon.SageMaker.Model.AutoMLContainerDefinition>>

Gets and sets the property InferenceContainerDefinitions.

The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the AutoML jobs V2 (for example, for jobs created by calling CreateAutoMLJobV2) related to image or text classification problem types only.

Public Property InferenceContainers System.Collections.Generic.List<Amazon.SageMaker.Model.AutoMLContainerDefinition>

Gets and sets the property InferenceContainers.

Information about the recommended inference container definitions.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The last modified time.

Public Property ObjectiveStatus Amazon.SageMaker.ObjectiveStatus

Gets and sets the property ObjectiveStatus.

The objective's status.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5