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 conditions for stopping a job. When a job reaches a stopping condition limit, SageMaker ends the job.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.RecommendationJobStoppingConditions

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

Syntax

C#
public class RecommendationJobStoppingConditions

The RecommendationJobStoppingConditions type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FlatInvocations Amazon.SageMaker.FlatInvocations

Gets and sets the property FlatInvocations.

Stops a load test when the number of invocations (TPS) peaks and flattens, which means that the instance has reached capacity. The default value is Stop. If you want the load test to continue after invocations have flattened, set the value to Continue.

Public Property MaxInvocations System.Int32

Gets and sets the property MaxInvocations.

The maximum number of requests per minute expected for the endpoint.

Public Property ModelLatencyThresholds System.Collections.Generic.List<Amazon.SageMaker.Model.ModelLatencyThreshold>

Gets and sets the property ModelLatencyThresholds.

The interval of time taken by a model to respond as viewed from SageMaker. The interval includes the local communication time taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.

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