ModelCardModelOverview

data class ModelCardModelOverview(val algorithmType: String? = null, val inferenceEnvironment: ModelCardModelOverviewInferenceEnvironmentProperties? = null, val modelArtifact: List<String>? = null, val modelCreator: String? = null, val modelDescription: String? = null, val modelId: String? = null, val modelName: String? = null, val modelOwner: String? = null, val modelVersion: Double? = null, val problemType: String? = null)

Overview about the model.

Constructors

Link copied to clipboard
constructor(algorithmType: String? = null, inferenceEnvironment: ModelCardModelOverviewInferenceEnvironmentProperties? = null, modelArtifact: List<String>? = null, modelCreator: String? = null, modelDescription: String? = null, modelId: String? = null, modelName: String? = null, modelOwner: String? = null, modelVersion: Double? = null, problemType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithmType: String? = null

Algorithm used to solve the problem.

Link copied to clipboard
Link copied to clipboard
val modelArtifact: List<String>? = null

Location of the model artifact.

Link copied to clipboard
val modelCreator: String? = null

Creator of model.

Link copied to clipboard

description of model.

Link copied to clipboard
val modelId: String? = null

SageMaker Model Arn or Non SageMaker Model id.

Link copied to clipboard
val modelName: String? = null

Name of the model.

Link copied to clipboard
val modelOwner: String? = null

Owner of model.

Link copied to clipboard
val modelVersion: Double? = null

Version of the model.

Link copied to clipboard
val problemType: String? = null

Problem being solved with the model.