Model Card Model Overview Args
data class ModelCardModelOverviewArgs(val algorithmType: Output<String>? = null, val inferenceEnvironment: Output<ModelCardModelOverviewInferenceEnvironmentPropertiesArgs>? = null, val modelArtifact: Output<List<String>>? = null, val modelCreator: Output<String>? = null, val modelDescription: Output<String>? = null, val modelId: Output<String>? = null, val modelName: Output<String>? = null, val modelOwner: Output<String>? = null, val modelVersion: Output<Double>? = null, val problemType: Output<String>? = null) : ConvertibleToJava<ModelCardModelOverviewArgs>
Overview about the model.
Constructors
Link copied to clipboard
constructor(algorithmType: Output<String>? = null, inferenceEnvironment: Output<ModelCardModelOverviewInferenceEnvironmentPropertiesArgs>? = null, modelArtifact: Output<List<String>>? = null, modelCreator: Output<String>? = null, modelDescription: Output<String>? = null, modelId: Output<String>? = null, modelName: Output<String>? = null, modelOwner: Output<String>? = null, modelVersion: Output<Double>? = null, problemType: Output<String>? = null)
Properties
Link copied to clipboard
Algorithm used to solve the problem.
Link copied to clipboard
Overview about the inference.
Link copied to clipboard
Location of the model artifact.
Link copied to clipboard
Creator of model.
Link copied to clipboard
description of model.
Link copied to clipboard
Owner of model.
Link copied to clipboard
Version of the model.
Link copied to clipboard
Problem being solved with the model.