Model Card Model Package Details Args
data class ModelCardModelPackageDetailsArgs(val approvalDescription: Output<String>? = null, val createdBy: Output<ModelCardModelPackageCreatorArgs>? = null, val domain: Output<String>? = null, val inferenceSpecification: Output<ModelCardInferenceSpecificationArgs>? = null, val modelApprovalStatus: Output<ModelCardModelPackageDetailsModelApprovalStatus>? = null, val modelPackageArn: Output<String>? = null, val modelPackageDescription: Output<String>? = null, val modelPackageGroupName: Output<String>? = null, val modelPackageName: Output<String>? = null, val modelPackageStatus: Output<ModelCardModelPackageDetailsModelPackageStatus>? = null, val modelPackageVersion: Output<Double>? = null, val sourceAlgorithms: Output<List<ModelCardSourceAlgorithmArgs>>? = null, val task: Output<String>? = null) : ConvertibleToJava<ModelCardModelPackageDetailsArgs>
Metadata information related to model package version
Constructors
Link copied to clipboard
constructor(approvalDescription: Output<String>? = null, createdBy: Output<ModelCardModelPackageCreatorArgs>? = null, domain: Output<String>? = null, inferenceSpecification: Output<ModelCardInferenceSpecificationArgs>? = null, modelApprovalStatus: Output<ModelCardModelPackageDetailsModelApprovalStatus>? = null, modelPackageArn: Output<String>? = null, modelPackageDescription: Output<String>? = null, modelPackageGroupName: Output<String>? = null, modelPackageName: Output<String>? = null, modelPackageStatus: Output<ModelCardModelPackageDetailsModelPackageStatus>? = null, modelPackageVersion: Output<Double>? = null, sourceAlgorithms: Output<List<ModelCardSourceAlgorithmArgs>>? = null, task: Output<String>? = null)
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
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
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.