GetModelPackageResult

data class GetModelPackageResult(val additionalInferenceSpecifications: List<ModelPackageAdditionalInferenceSpecificationDefinition>? = null, val approvalDescription: String? = null, val certifyForMarketplace: Boolean? = null, val creationTime: String? = null, val customerMetadataProperties: ModelPackageCustomerMetadataProperties? = null, val lastModifiedTime: String? = null, val modelApprovalStatus: ModelPackageModelApprovalStatus? = null, val modelCard: ModelPackageModelCard? = null, val modelPackageArn: String? = null, val modelPackageName: String? = null, val modelPackageStatus: ModelPackageStatus? = null, val modelPackageStatusDetails: ModelPackageStatusDetails? = null, val modelPackageVersion: Int? = null, val skipModelValidation: ModelPackageSkipModelValidation? = null, val sourceUri: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(additionalInferenceSpecifications: List<ModelPackageAdditionalInferenceSpecificationDefinition>? = null, approvalDescription: String? = null, certifyForMarketplace: Boolean? = null, creationTime: String? = null, customerMetadataProperties: ModelPackageCustomerMetadataProperties? = null, lastModifiedTime: String? = null, modelApprovalStatus: ModelPackageModelApprovalStatus? = null, modelCard: ModelPackageModelCard? = null, modelPackageArn: String? = null, modelPackageName: String? = null, modelPackageStatus: ModelPackageStatus? = null, modelPackageStatusDetails: ModelPackageStatusDetails? = null, modelPackageVersion: Int? = null, skipModelValidation: ModelPackageSkipModelValidation? = null, sourceUri: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of additional Inference Specification objects.

Link copied to clipboard

A description provided when the model approval is set.

Link copied to clipboard

Whether the model package is to be certified to be listed on AWS Marketplace. For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .

Link copied to clipboard
val creationTime: String? = null

The time that the model package was created.

Link copied to clipboard

The metadata properties for the model package.

Link copied to clipboard

The last time the model package was modified.

Link copied to clipboard

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

Link copied to clipboard

An Amazon SageMaker Model Card.

Link copied to clipboard
val modelPackageArn: String? = null

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

Link copied to clipboard

The name of the model.

Link copied to clipboard

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

Link copied to clipboard

Specifies the validation and image scan statuses of the model package.

Link copied to clipboard

The version number of a versioned model.

Link copied to clipboard

Indicates if you want to skip model validation.

Link copied to clipboard
val sourceUri: String? = null

The URI of the source for the model package.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.