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.

Input object for the endpoint

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.EndpointInput

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

Syntax

C#
public class EndpointInput

The EndpointInput type exposes the following members

Constructors

NameDescription
Public Method EndpointInput()

Properties

NameTypeDescription
Public Property EndpointName System.String

Gets and sets the property EndpointName.

An endpoint in customer's account which has enabled DataCaptureConfig enabled.

Public Property EndTimeOffset System.String

Gets and sets the property EndTimeOffset.

If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

Public Property ExcludeFeaturesAttribute System.String

Gets and sets the property ExcludeFeaturesAttribute.

The attributes of the input data to exclude from the analysis.

Public Property FeaturesAttribute System.String

Gets and sets the property FeaturesAttribute.

The attributes of the input data that are the input features.

Public Property InferenceAttribute System.String

Gets and sets the property InferenceAttribute.

The attribute of the input data that represents the ground truth label.

Public Property LocalPath System.String

Gets and sets the property LocalPath.

Path to the filesystem where the endpoint data is available to the container.

Public Property ProbabilityAttribute System.String

Gets and sets the property ProbabilityAttribute.

In a classification problem, the attribute that represents the class probability.

Public Property ProbabilityThresholdAttribute System.Double

Gets and sets the property ProbabilityThresholdAttribute.

The threshold for the class probability to be evaluated as a positive result.

Public Property S3DataDistributionType Amazon.SageMaker.ProcessingS3DataDistributionType

Gets and sets the property S3DataDistributionType.

Whether input data distributed in Amazon S3 is fully replicated or sharded by an Amazon S3 key. Defaults to FullyReplicated

Public Property S3InputMode Amazon.SageMaker.ProcessingS3InputMode

Gets and sets the property S3InputMode.

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

Public Property StartTimeOffset System.String

Gets and sets the property StartTimeOffset.

If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

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