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 DescribeAlgorithm operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeAlgorithmResponse : AmazonWebServiceResponse

The DescribeAlgorithmResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeAlgorithmResponse()

Properties

NameTypeDescription
Public Property AlgorithmArn System.String

Gets and sets the property AlgorithmArn.

The Amazon Resource Name (ARN) of the algorithm.

Public Property AlgorithmDescription System.String

Gets and sets the property AlgorithmDescription.

A brief summary about the algorithm.

Public Property AlgorithmName System.String

Gets and sets the property AlgorithmName.

The name of the algorithm being described.

Public Property AlgorithmStatus Amazon.SageMaker.AlgorithmStatus

Gets and sets the property AlgorithmStatus.

The current status of the algorithm.

Public Property AlgorithmStatusDetails Amazon.SageMaker.Model.AlgorithmStatusDetails

Gets and sets the property AlgorithmStatusDetails.

Details about the current status of the algorithm.

Public Property CertifyForMarketplace System.Boolean

Gets and sets the property CertifyForMarketplace.

Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

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

Gets and sets the property CreationTime.

A timestamp specifying when the algorithm was created.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InferenceSpecification Amazon.SageMaker.Model.InferenceSpecification

Gets and sets the property InferenceSpecification.

Details about inference jobs that the algorithm runs.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier of the algorithm.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TrainingSpecification Amazon.SageMaker.Model.TrainingSpecification

Gets and sets the property TrainingSpecification.

Details about training jobs run by this algorithm.

Public Property ValidationSpecification Amazon.SageMaker.Model.AlgorithmValidationSpecification

Gets and sets the property ValidationSpecification.

Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5