CreateModelCardRequest

Types

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

Properties

Link copied to clipboard

The content of the model card. Content must be in model card JSON schema and provided as a string.

Link copied to clipboard

The unique name of the model card.

Link copied to clipboard

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

Link copied to clipboard

An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.

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

Key-value pairs used to manage metadata for model cards.

Functions

Link copied to clipboard
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