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.

Defines how to perform inference generation after a training job is run.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.InferenceSpecification

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

Syntax

C#
public class InferenceSpecification

The InferenceSpecification type exposes the following members

Constructors

NameDescription
Public Method InferenceSpecification()

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

This parameter is required for unversioned models, and optional for versioned models.

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.

This parameter is required for unversioned models, and optional for versioned models.

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