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.

This is the response object from the DescribeAutoMLJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeAutoMLJobResponse

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

Syntax

C#
public class DescribeAutoMLJobResponse : AmazonWebServiceResponse

The DescribeAutoMLJobResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeAutoMLJobResponse()

Properties

NameTypeDescription
Public Property AutoMLJobArn System.String

Gets and sets the property AutoMLJobArn.

Returns the ARN of the AutoML job.

Public Property AutoMLJobArtifacts Amazon.SageMaker.Model.AutoMLJobArtifacts

Gets and sets the property AutoMLJobArtifacts.

Returns information on the job's artifacts found in AutoMLJobArtifacts.

Public Property AutoMLJobConfig Amazon.SageMaker.Model.AutoMLJobConfig

Gets and sets the property AutoMLJobConfig.

Returns the configuration for the AutoML job.

Public Property AutoMLJobName System.String

Gets and sets the property AutoMLJobName.

Returns the name of the AutoML job.

Public Property AutoMLJobObjective Amazon.SageMaker.Model.AutoMLJobObjective

Gets and sets the property AutoMLJobObjective.

Returns the job's objective.

Public Property AutoMLJobSecondaryStatus Amazon.SageMaker.AutoMLJobSecondaryStatus

Gets and sets the property AutoMLJobSecondaryStatus.

Returns the secondary status of the AutoML job.

Public Property AutoMLJobStatus Amazon.SageMaker.AutoMLJobStatus

Gets and sets the property AutoMLJobStatus.

Returns the status of the AutoML job.

Public Property BestCandidate Amazon.SageMaker.Model.AutoMLCandidate

Gets and sets the property BestCandidate.

The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

Returns the creation time of the AutoML job.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

Returns the end time of the AutoML job.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

Returns the failure reason for an AutoML job, when applicable.

Public Property GenerateCandidateDefinitionsOnly System.Boolean

Gets and sets the property GenerateCandidateDefinitionsOnly.

Indicates whether the output for an AutoML job generates candidate definitions only.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InputDataConfig System.Collections.Generic.List<Amazon.SageMaker.Model.AutoMLChannel>

Gets and sets the property InputDataConfig.

Returns the input data configuration for the AutoML job.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

Returns the job's last modified time.

Public Property ModelDeployConfig Amazon.SageMaker.Model.ModelDeployConfig

Gets and sets the property ModelDeployConfig.

Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

Public Property ModelDeployResult Amazon.SageMaker.Model.ModelDeployResult

Gets and sets the property ModelDeployResult.

Provides information about endpoint for the model deployment.

Public Property OutputDataConfig Amazon.SageMaker.Model.AutoMLOutputDataConfig

Gets and sets the property OutputDataConfig.

Returns the job's output data config.

Public Property PartialFailureReasons System.Collections.Generic.List<Amazon.SageMaker.Model.AutoMLPartialFailureReason>

Gets and sets the property PartialFailureReasons.

Returns a list of reasons for partial failures within an AutoML job.

Public Property ProblemType Amazon.SageMaker.ProblemType

Gets and sets the property ProblemType.

Returns the job's problem type.

Public Property ResolvedAttributes Amazon.SageMaker.Model.ResolvedAttributes

Gets and sets the property ResolvedAttributes.

Contains ProblemType, AutoMLJobObjective, and CompletionCriteria. If you do not provide these values, they are inferred.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.

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