Class CfnModelCardPropsMixin.IntendedUsesProperty
The intended uses of a model.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnModelCardPropsMixin.IntendedUsesProperty : CfnModelCardPropsMixin.IIntendedUsesProperty
Syntax (vb)
Public Class CfnModelCardPropsMixin.IntendedUsesProperty Implements CfnModelCardPropsMixin.IIntendedUsesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var intendedUsesProperty = new IntendedUsesProperty {
ExplanationsForRiskRating = "explanationsForRiskRating",
FactorsAffectingModelEfficiency = "factorsAffectingModelEfficiency",
IntendedUses = "intendedUses",
PurposeOfModel = "purposeOfModel",
RiskRating = "riskRating"
};
Synopsis
Constructors
| IntendedUsesProperty() | The intended uses of a model. |
Properties
| ExplanationsForRiskRating | An explanation of why your organization categorizes the model with its risk rating. |
| FactorsAffectingModelEfficiency | Factors affecting model efficacy. |
| IntendedUses | The intended use cases for the model. |
| PurposeOfModel | The general purpose of the model. |
| RiskRating | Your organization's risk rating. You can specify one the following values as the risk rating:. |
Constructors
IntendedUsesProperty()
The intended uses of a model.
public IntendedUsesProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var intendedUsesProperty = new IntendedUsesProperty {
ExplanationsForRiskRating = "explanationsForRiskRating",
FactorsAffectingModelEfficiency = "factorsAffectingModelEfficiency",
IntendedUses = "intendedUses",
PurposeOfModel = "purposeOfModel",
RiskRating = "riskRating"
};
Properties
ExplanationsForRiskRating
An explanation of why your organization categorizes the model with its risk rating.
public string? ExplanationsForRiskRating { get; set; }
Property Value
Remarks
FactorsAffectingModelEfficiency
Factors affecting model efficacy.
public string? FactorsAffectingModelEfficiency { get; set; }
Property Value
Remarks
IntendedUses
The intended use cases for the model.
public string? IntendedUses { get; set; }
Property Value
Remarks
PurposeOfModel
The general purpose of the model.
public string? PurposeOfModel { get; set; }
Property Value
Remarks
RiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:.
public string? RiskRating { get; set; }