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.

Container for the parameters to the CreateInferenceRecommendationsJob operation. Starts a recommendation job. You can create either an instance recommendation or load test job.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateInferenceRecommendationsJobRequest

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

Syntax

C#
public class CreateInferenceRecommendationsJobRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateInferenceRecommendationsJobRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InputConfig Amazon.SageMaker.Model.RecommendationJobInputConfig

Gets and sets the property InputConfig.

Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations.

Public Property JobDescription System.String

Gets and sets the property JobDescription.

Description of the recommendation job.

Public Property JobName System.String

Gets and sets the property JobName.

A name for the recommendation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account. The job name is passed down to the resources created by the recommendation job. The names of resources (such as the model, endpoint configuration, endpoint, and compilation) that are prefixed with the job name are truncated at 40 characters.

Public Property JobType Amazon.SageMaker.RecommendationJobType

Gets and sets the property JobType.

Defines the type of recommendation job. Specify Default to initiate an instance recommendation and Advanced to initiate a load test. If left unspecified, Amazon SageMaker Inference Recommender will run an instance recommendation (DEFAULT) job.

Public Property OutputConfig Amazon.SageMaker.Model.RecommendationJobOutputConfig

Gets and sets the property OutputConfig.

Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

Public Property StoppingConditions Amazon.SageMaker.Model.RecommendationJobStoppingConditions

Gets and sets the property StoppingConditions.

A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.

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