ModelCardModelOverviewArgs

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
val algorithmType: Output<String>? = null

Algorithm used to solve the problem.

Link copied to clipboard

Overview about the inference.

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

Location of the model artifact.

Link copied to clipboard
val modelCreator: Output<String>? = null

Creator of model.

Link copied to clipboard
val modelDescription: Output<String>? = null

description of model.

Link copied to clipboard
val modelId: Output<String>? = null

SageMaker Model Arn or Non SageMaker Model id.

Link copied to clipboard
val modelName: Output<String>? = null

Name of the model.

Link copied to clipboard
val modelOwner: Output<String>? = null

Owner of model.

Link copied to clipboard
val modelVersion: Output<Double>? = null

Version of the model.

Link copied to clipboard
val problemType: Output<String>? = null

Problem being solved with the model.

Functions

Link copied to clipboard
open override fun toJava(): ModelCardModelOverviewArgs