ModelPackageGroup

A group of versioned models in the model registry.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Link copied to clipboard

The time that the model group was created.

Link copied to clipboard

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

Link copied to clipboard

The description for the model group.

Link copied to clipboard

The name of the model group.

Link copied to clipboard

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

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

A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

Functions

Link copied to clipboard
inline fun copy(block: ModelPackageGroup.Builder.() -> Unit = {}): ModelPackageGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String