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.

Lists a summary of properties of an inference experiment.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.InferenceExperimentSummary

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

Syntax

C#
public class InferenceExperimentSummary

The InferenceExperimentSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CompletionTime System.DateTime

Gets and sets the property CompletionTime.

The timestamp at which the inference experiment was completed.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The timestamp at which the inference experiment was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the inference experiment.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The timestamp when you last modified the inference experiment.

Public Property Name System.String

Gets and sets the property Name.

The name of the inference experiment.

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.

The maximum duration that you can set for an inference experiment is 30 days.

Public Property Status Amazon.SageMaker.InferenceExperimentStatus

Gets and sets the property Status.

The status of the inference experiment.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The error message for the inference experiment status result.

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