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.

This is the response object from the DescribeEndpointConfig operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeEndpointConfigResponse

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

Syntax

C#
public class DescribeEndpointConfigResponse : AmazonWebServiceResponse

The DescribeEndpointConfigResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AsyncInferenceConfig Amazon.SageMaker.Model.AsyncInferenceConfig

Gets and sets the property AsyncInferenceConfig.

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp that shows when the endpoint configuration was created.

Public Property DataCaptureConfig Amazon.SageMaker.Model.DataCaptureConfig

Gets and sets the property DataCaptureConfig.

Public Property EnableNetworkIsolation System.Boolean

Gets and sets the property EnableNetworkIsolation.

Indicates whether all model containers deployed to the endpoint are isolated. If they are, no inbound or outbound network calls can be made to or from the model containers.

Public Property EndpointConfigArn System.String

Gets and sets the property EndpointConfigArn.

The Amazon Resource Name (ARN) of the endpoint configuration.

Public Property EndpointConfigName System.String

Gets and sets the property EndpointConfigName.

Name of the SageMaker endpoint configuration.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The Amazon Resource Name (ARN) of the IAM role that you assigned to the endpoint configuration.

Public Property ExplainerConfig Amazon.SageMaker.Model.ExplainerConfig

Gets and sets the property ExplainerConfig.

The configuration parameters for an explainer.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

Public Property ProductionVariants System.Collections.Generic.List<Amazon.SageMaker.Model.ProductionVariant>

Gets and sets the property ProductionVariants.

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ShadowProductionVariants System.Collections.Generic.List<Amazon.SageMaker.Model.ProductionVariant>

Gets and sets the property ShadowProductionVariants.

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

Public Property VpcConfig Amazon.SageMaker.Model.VpcConfig

Gets and sets the property VpcConfig.

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