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.

Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.SourceAlgorithm

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

Syntax

C#
public class SourceAlgorithm

The SourceAlgorithm type exposes the following members

Constructors

NameDescription
Public Method SourceAlgorithm()

Properties

NameTypeDescription
Public Property AlgorithmName System.String

Gets and sets the property AlgorithmName.

The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

Public Property ModelDataETag System.String

Gets and sets the property ModelDataETag.

The ETag associated with Model Data URL.

Public Property ModelDataSource Amazon.SageMaker.Model.ModelDataSource

Gets and sets the property ModelDataSource.

Specifies the location of ML model data to deploy during endpoint creation.

Public Property ModelDataUrl System.String

Gets and sets the property ModelDataUrl.

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same Amazon Web Services region as the algorithm.

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