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.

Defines the traffic pattern of the load test.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.TrafficPattern

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

Syntax

C#
public class TrafficPattern

The TrafficPattern type exposes the following members

Constructors

NameDescription
Public Method TrafficPattern()

Properties

NameTypeDescription
Public Property Phases System.Collections.Generic.List<Amazon.SageMaker.Model.Phase>

Gets and sets the property Phases.

Defines the phases traffic specification.

Public Property Stairs Amazon.SageMaker.Model.Stairs

Gets and sets the property Stairs.

Defines the stairs traffic pattern.

Public Property TrafficType Amazon.SageMaker.TrafficType

Gets and sets the property TrafficType.

Defines the traffic patterns. Choose either PHASES or STAIRS.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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