Class CfnAlgorithmPropsMixin.ModelInputProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAlgorithmPropsMixin.ModelInputProperty : CfnAlgorithmPropsMixin.IModelInputProperty
Syntax (vb)
Public Class CfnAlgorithmPropsMixin.ModelInputProperty Implements CfnAlgorithmPropsMixin.IModelInputProperty
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 modelInputProperty = new ModelInputProperty {
DataInputConfig = "dataInputConfig"
};
Synopsis
Constructors
| ModelInputProperty() |
Properties
| DataInputConfig |
Constructors
ModelInputProperty()
public ModelInputProperty()
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 modelInputProperty = new ModelInputProperty {
DataInputConfig = "dataInputConfig"
};
Properties
DataInputConfig
public string? DataInputConfig { get; set; }