AWS::SageMaker::ModelCard ModelOverview
An overview about the model.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AlgorithmType" :String, "InferenceEnvironment" :InferenceEnvironment, "ModelArtifact" :[ String, ... ], "ModelCreator" :String, "ModelDescription" :String, "ModelId" :String, "ModelName" :String, "ModelOwner" :String, "ModelVersion" :Double, "ProblemType" :String}
YAML
AlgorithmType:StringInferenceEnvironment:InferenceEnvironmentModelArtifact:- StringModelCreator:StringModelDescription:StringModelId:StringModelName:StringModelOwner:StringModelVersion:DoubleProblemType:String
Properties
AlgorithmType-
The algorithm used to solve the problem.
Required: No
Type: String
Update requires: No interruption
InferenceEnvironment-
An overview about model inference.
Required: No
Type: InferenceEnvironment
Update requires: No interruption
ModelArtifact-
The location of the model artifact.
Required: No
Type: List of String
Update requires: No interruption
ModelCreator-
The creator of the model.
Required: No
Type: String
Update requires: No interruption
ModelDescription-
A description of the model.
Required: No
Type: String
Update requires: No interruption
ModelId-
The SageMaker Model ARN or non-SageMaker Model ID.
Required: No
Type: String
Update requires: No interruption
ModelName-
The name of the model.
Required: No
Type: String
Update requires: No interruption
ModelOwner-
The owner of the model.
Required: No
Type: String
Update requires: No interruption
ModelVersion-
The version of the model.
Required: No
Type: Double
Update requires: No interruption
ProblemType-
The problem being solved with the model.
Required: No
Type: String
Update requires: No interruption