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 the configuration for a Amazon SageMaker endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.SageMakerEndpoint

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

Syntax

C#
public class SageMakerEndpoint

The SageMakerEndpoint type exposes the following members

Constructors

NameDescription
Public Method SageMakerEndpoint()

Properties

NameTypeDescription
Public Property ExecutionRole System.String

Gets and sets the property ExecutionRole.

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on Amazon EC2 compute instances or for batch transform jobs.

Public Property InitialInstanceCount System.Int32

Gets and sets the property InitialInstanceCount.

The number of Amazon EC2 compute instances to deploy for initial endpoint creation.

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The Amazon EC2 compute instance type to deploy for hosting the model.

Public Property KmsEncryptionKey System.String

Gets and sets the property KmsEncryptionKey.

The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the Amazon EC2 compute instance that hosts the endpoint.

Public Property Vpc Amazon.Bedrock.Model.VpcConfig

Gets and sets the property Vpc.

The VPC configuration for the endpoint.

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