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 DescribeModel operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeModelResponse : AmazonWebServiceResponse

The DescribeModelResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeModelResponse()

Properties

NameTypeDescription
Public Property Containers System.Collections.Generic.List<Amazon.SageMaker.Model.ContainerDefinition>

Gets and sets the property Containers.

The containers in the inference pipeline.

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 model was created.

Public Property DeploymentRecommendation Amazon.SageMaker.Model.DeploymentRecommendation

Gets and sets the property DeploymentRecommendation.

A set of recommended deployment configurations for the model.

Public Property EnableNetworkIsolation System.Boolean

Gets and sets the property EnableNetworkIsolation.

If True, no inbound or outbound network calls can be made to or from the model container.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InferenceExecutionConfig Amazon.SageMaker.Model.InferenceExecutionConfig

Gets and sets the property InferenceExecutionConfig.

Specifies details of how containers in a multi-container endpoint are called.

Public Property ModelArn System.String

Gets and sets the property ModelArn.

The Amazon Resource Name (ARN) of the model.

Public Property ModelName System.String

Gets and sets the property ModelName.

Name of the SageMaker model.

Public Property PrimaryContainer Amazon.SageMaker.Model.ContainerDefinition

Gets and sets the property PrimaryContainer.

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property VpcConfig Amazon.SageMaker.Model.VpcConfig

Gets and sets the property VpcConfig.

A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

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