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

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeInferenceExperimentResponse : AmazonWebServiceResponse

The DescribeInferenceExperimentResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the inference experiment being described.

Public Property CompletionTime System.DateTime

Gets and sets the property CompletionTime.

The timestamp at which the inference experiment was completed.

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

Gets and sets the property CreationTime.

The timestamp at which you created the inference experiment.

Public Property DataStorageConfig Amazon.SageMaker.Model.InferenceExperimentDataStorageConfig

Gets and sets the property DataStorageConfig.

The Amazon S3 location and configuration for storing inference request and response data.

Public Property Description System.String

Gets and sets the property Description.

The description of the inference experiment.

Public Property EndpointMetadata Amazon.SageMaker.Model.EndpointMetadata

Gets and sets the property EndpointMetadata.

The metadata of the endpoint on which the inference experiment ran.

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

Gets and sets the property KmsKey.

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. For more information, see CreateInferenceExperiment.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The timestamp at which you last modified the inference experiment.

Public Property ModelVariants System.Collections.Generic.List<Amazon.SageMaker.Model.ModelVariantConfigSummary>

Gets and sets the property ModelVariants.

An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.

Public Property Name System.String

Gets and sets the property Name.

The name of the inference experiment.

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

Gets and sets the property RoleArn.

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

Public Property Schedule Amazon.SageMaker.Model.InferenceExperimentSchedule

Gets and sets the property Schedule.

The duration for which the inference experiment ran or will run.

Public Property ShadowModeConfig Amazon.SageMaker.Model.ShadowModeConfig

Gets and sets the property ShadowModeConfig.

The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.

Public Property Status Amazon.SageMaker.InferenceExperimentStatus

Gets and sets the property Status.

The status of the inference experiment. The following are the possible statuses for an inference experiment:

  • Creating - Amazon SageMaker is creating your experiment.

  • Created - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time.

  • Updating - When you make changes to your experiment, your experiment shows as updating.

  • Starting - Amazon SageMaker is beginning your experiment.

  • Running - Your experiment is in progress.

  • Stopping - Amazon SageMaker is stopping your experiment.

  • Completed - Your experiment has completed.

  • Cancelled - When you conclude your experiment early using the StopInferenceExperiment API, or if any operation fails with an unexpected error, it shows as cancelled.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.

Public Property Type Amazon.SageMaker.InferenceExperimentType

Gets and sets the property Type.

The type of the inference experiment.

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