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.

A hosted endpoint for real-time inference.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.Endpoint

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

Syntax

C#
public class Endpoint

The Endpoint type exposes the following members

Constructors

NameDescription
Public Method Endpoint()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time that the endpoint was created.

Public Property DataCaptureConfig Amazon.SageMaker.Model.DataCaptureConfigSummary

Gets and sets the property DataCaptureConfig.

Public Property EndpointArn System.String

Gets and sets the property EndpointArn.

The Amazon Resource Name (ARN) of the endpoint.

Public Property EndpointConfigName System.String

Gets and sets the property EndpointConfigName.

The endpoint configuration associated with the endpoint.

Public Property EndpointName System.String

Gets and sets the property EndpointName.

The name of the endpoint.

Public Property EndpointStatus Amazon.SageMaker.EndpointStatus

Gets and sets the property EndpointStatus.

The status of the endpoint.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

If the endpoint failed, the reason it failed.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The last time the endpoint was modified.

Public Property MonitoringSchedules System.Collections.Generic.List<Amazon.SageMaker.Model.MonitoringSchedule>

Gets and sets the property MonitoringSchedules.

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

Public Property ProductionVariants System.Collections.Generic.List<Amazon.SageMaker.Model.ProductionVariantSummary>

Gets and sets the property ProductionVariants.

A list of the production variants hosted on the endpoint. Each production variant is a model.

Public Property ShadowProductionVariants System.Collections.Generic.List<Amazon.SageMaker.Model.ProductionVariantSummary>

Gets and sets the property ShadowProductionVariants.

A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

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