Interface CfnModelCard.IntendedUsesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelCard.IntendedUsesProperty.Jsii$Proxy
- Enclosing class:
CfnModelCard
@Stability(Stable)
public static interface CfnModelCard.IntendedUsesProperty
extends software.amazon.jsii.JsiiSerializable
The intended uses of a model.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; IntendedUsesProperty intendedUsesProperty = IntendedUsesProperty.builder() .explanationsForRiskRating("explanationsForRiskRating") .factorsAffectingModelEfficiency("factorsAffectingModelEfficiency") .intendedUses("intendedUses") .purposeOfModel("purposeOfModel") .riskRating("riskRating") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnModelCard.IntendedUsesProperty
static final class
An implementation forCfnModelCard.IntendedUsesProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
An explanation of why your organization categorizes the model with its risk rating.default String
Factors affecting model efficacy.default String
The intended use cases for the model.default String
The general purpose of the model.default String
Your organization's risk rating.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExplanationsForRiskRating
An explanation of why your organization categorizes the model with its risk rating.- See Also:
-
getFactorsAffectingModelEfficiency
Factors affecting model efficacy.- See Also:
-
getIntendedUses
The intended use cases for the model.- See Also:
-
getPurposeOfModel
The general purpose of the model.- See Also:
-
getRiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:.- High
- Medium
- Low
- Unknown
- See Also:
-
builder
-