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

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeInferenceComponentResponse : AmazonWebServiceResponse

The DescribeInferenceComponentResponse type exposes the following members

Constructors

Properties

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

Gets and sets the property CreationTime.

The time when the inference component was created.

Public Property EndpointArn System.String

Gets and sets the property EndpointArn.

The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.

Public Property EndpointName System.String

Gets and sets the property EndpointName.

The name of the endpoint that hosts the inference component.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

If the inference component status is Failed, the reason for the failure.

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

Gets and sets the property InferenceComponentArn.

The Amazon Resource Name (ARN) of the inference component.

Public Property InferenceComponentName System.String

Gets and sets the property InferenceComponentName.

The name of the inference component.

Public Property InferenceComponentStatus Amazon.SageMaker.InferenceComponentStatus

Gets and sets the property InferenceComponentStatus.

The status of the inference component.

Public Property LastDeploymentConfig Amazon.SageMaker.Model.InferenceComponentDeploymentConfig

Gets and sets the property LastDeploymentConfig.

The deployment and rollback settings that you assigned to the inference component.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time when the inference component was last updated.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RuntimeConfig Amazon.SageMaker.Model.InferenceComponentRuntimeConfigSummary

Gets and sets the property RuntimeConfig.

Details about the runtime settings for the model that is deployed with the inference component.

Public Property Specification Amazon.SageMaker.Model.InferenceComponentSpecificationSummary

Gets and sets the property Specification.

Details about the resources that are deployed with this inference component.

Public Property VariantName System.String

Gets and sets the property VariantName.

The name of the production variant that hosts the inference component.

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