ModelCardModelPackageDetails

data class ModelCardModelPackageDetails(val approvalDescription: String? = null, val createdBy: ModelCardModelPackageCreator? = null, val domain: String? = null, val inferenceSpecification: ModelCardInferenceSpecification? = null, val modelApprovalStatus: ModelCardModelPackageDetailsModelApprovalStatus? = null, val modelPackageArn: String? = null, val modelPackageDescription: String? = null, val modelPackageGroupName: String? = null, val modelPackageName: String? = null, val modelPackageStatus: ModelCardModelPackageDetailsModelPackageStatus? = null, val modelPackageVersion: Double? = null, val sourceAlgorithms: List<ModelCardSourceAlgorithm>? = null, val task: String? = null)

Metadata information related to model package version

Constructors

Link copied to clipboard
constructor(approvalDescription: String? = null, createdBy: ModelCardModelPackageCreator? = null, domain: String? = null, inferenceSpecification: ModelCardInferenceSpecification? = null, modelApprovalStatus: ModelCardModelPackageDetailsModelApprovalStatus? = null, modelPackageArn: String? = null, modelPackageDescription: String? = null, modelPackageGroupName: String? = null, modelPackageName: String? = null, modelPackageStatus: ModelCardModelPackageDetailsModelPackageStatus? = null, modelPackageVersion: Double? = null, sourceAlgorithms: List<ModelCardSourceAlgorithm>? = null, task: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description provided for the model approval

Link copied to clipboard

Information about the user who created model package.

Link copied to clipboard
val domain: String? = null

The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.

Link copied to clipboard

Details about inference jobs that can be run with models based on this model package.

Link copied to clipboard

Current approval status of model package

Link copied to clipboard
val modelPackageArn: String? = null

The Amazon Resource Name (ARN) of the model package

Link copied to clipboard

A brief summary of the model package

Link copied to clipboard

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

Link copied to clipboard

Name of the model package

Link copied to clipboard

Current status of model package

Link copied to clipboard

Version of the model package

Link copied to clipboard

A list of algorithms that were used to create a model package.

Link copied to clipboard
val task: String? = null

The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.