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

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeInferenceRecommendationsJobResponse : AmazonWebServiceResponse

The DescribeInferenceRecommendationsJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CompletionTime System.DateTime

Gets and sets the property CompletionTime.

A timestamp that shows when the job completed.

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

Public Property EndpointPerformances System.Collections.Generic.List<Amazon.SageMaker.Model.EndpointPerformance>

Gets and sets the property EndpointPerformances.

The performance results from running an Inference Recommender job on an existing endpoint.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

If the job fails, provides information why the job failed.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InferenceRecommendations System.Collections.Generic.List<Amazon.SageMaker.Model.InferenceRecommendation>

Gets and sets the property InferenceRecommendations.

The recommendations made by Inference Recommender.

Public Property InputConfig Amazon.SageMaker.Model.RecommendationJobInputConfig

Gets and sets the property InputConfig.

Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.

Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) of the job.

Public Property JobDescription System.String

Gets and sets the property JobDescription.

The job description that you provided when you initiated the job.

Public Property JobName System.String

Gets and sets the property JobName.

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Public Property JobType Amazon.SageMaker.RecommendationJobType

Gets and sets the property JobType.

The job type that you provided when you initiated the job.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

A timestamp that shows when the job was last modified.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.

Public Property Status Amazon.SageMaker.RecommendationJobStatus

Gets and sets the property Status.

The status of the job.

Public Property StoppingConditions Amazon.SageMaker.Model.RecommendationJobStoppingConditions

Gets and sets the property StoppingConditions.

The stopping conditions that you provided when you initiated the job.

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