Show / Hide Table of Contents

Class CfnModelCardPropsMixin.IntendedUsesProperty

The intended uses of a model.

Inheritance
object
CfnModelCardPropsMixin.IntendedUsesProperty
Implements
CfnModelCardPropsMixin.IIntendedUsesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html#cfn-sagemaker-modelcard-intendeduses-explanationsforriskrating

FactorsAffectingModelEfficiency

Factors affecting model efficacy.

public string? FactorsAffectingModelEfficiency { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html#cfn-sagemaker-modelcard-intendeduses-factorsaffectingmodelefficiency

IntendedUses

The intended use cases for the model.

public string? IntendedUses { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html#cfn-sagemaker-modelcard-intendeduses-intendeduses

PurposeOfModel

The general purpose of the model.

public string? PurposeOfModel { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html#cfn-sagemaker-modelcard-intendeduses-purposeofmodel

RiskRating

Your organization's risk rating. You can specify one the following values as the risk rating:.

public string? RiskRating { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-intendeduses.html#cfn-sagemaker-modelcard-intendeduses-riskrating

    Implements

    CfnModelCardPropsMixin.IIntendedUsesProperty
    Back to top Generated by DocFX