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.

A structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.AdditionalInferenceSpecificationDefinition

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

Syntax

C#
public class AdditionalInferenceSpecificationDefinition

The AdditionalInferenceSpecificationDefinition type exposes the following members

Constructors

Properties

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

Gets and sets the property Containers.

The Amazon ECR registry path of the Docker image that contains the inference code.

Public Property Description System.String

Gets and sets the property Description.

A description of the additional Inference specification

Public Property Name System.String

Gets and sets the property Name.

A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.

Public Property SupportedContentTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedContentTypes.

The supported MIME types for the input data.

Public Property SupportedRealtimeInferenceInstanceTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedRealtimeInferenceInstanceTypes.

A list of the instance types that are used to generate inferences in real-time.

Public Property SupportedResponseMIMETypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedResponseMIMETypes.

The supported MIME types for the output data.

Public Property SupportedTransformInstanceTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedTransformInstanceTypes.

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

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