AWS SDK Version 2 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.

.NET Framework 4.5
 
Describes the real-time endpoint information for an MLModel.

Inheritance Hierarchy

System.Object
  Amazon.MachineLearning.Model.RealtimeEndpointInfo

Namespace: Amazon.MachineLearning.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RealtimeEndpointInfo : Object

The RealtimeEndpointInfo type exposes the following members

Constructors

NameDescription
Public Method RealtimeEndpointInfo()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime Gets and sets the property CreatedAt.

The time that the request to create the real-time endpoint for the MLModel was received. The time is expressed in epoch time.

Public Property EndpointStatus Amazon.MachineLearning.RealtimeEndpointStatus Gets and sets the property EndpointStatus.

The current status of the real-time endpoint for the MLModel. This element can have one of the following values:

  • NONE - Endpoint does not exist or was previously deleted.
  • READY - Endpoint is ready to be used for real-time predictions.
  • UPDATING - Updating/creating the endpoint.
Public Property EndpointUrl System.String Gets and sets the property EndpointUrl.

The URI that specifies where to send real-time prediction requests for the MLModel.

Note

The application must wait until the real-time endpoint is ready before using this URI.

Public Property PeakRequestsPerSecond System.Int32 Gets and sets the property PeakRequestsPerSecond.

The maximum processing rate for the real-time endpoint for MLModel, measured in incoming requests per second.

Version Information

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