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.

Provides summary information about a model package.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ModelPackageSummary

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

Syntax

C#
public class ModelPackageSummary

The ModelPackageSummary type exposes the following members

Constructors

NameDescription
Public Method ModelPackageSummary()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp that shows when the model package was created.

Public Property ModelApprovalStatus Amazon.SageMaker.ModelApprovalStatus

Gets and sets the property ModelApprovalStatus.

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved

  • REJECTED - The model is rejected.

  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

Public Property ModelPackageArn System.String

Gets and sets the property ModelPackageArn.

The Amazon Resource Name (ARN) of the model package.

Public Property ModelPackageDescription System.String

Gets and sets the property ModelPackageDescription.

A brief description of the model package.

Public Property ModelPackageGroupName System.String

Gets and sets the property ModelPackageGroupName.

If the model package is a versioned model, the model group that the versioned model belongs to.

Public Property ModelPackageName System.String

Gets and sets the property ModelPackageName.

The name of the model package.

Public Property ModelPackageStatus Amazon.SageMaker.ModelPackageStatus

Gets and sets the property ModelPackageStatus.

The overall status of the model package.

Public Property ModelPackageVersion System.Int32

Gets and sets the property ModelPackageVersion.

If the model package is a versioned model, the version of the model.

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