Show / Hide Table of Contents

Class CfnAlgorithmPropsMixin.ModelInputProperty

Inheritance
object
CfnAlgorithmPropsMixin.ModelInputProperty
Implements
CfnAlgorithmPropsMixin.IModelInputProperty
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 CfnAlgorithmPropsMixin.ModelInputProperty : CfnAlgorithmPropsMixin.IModelInputProperty
Syntax (vb)
Public Class CfnAlgorithmPropsMixin.ModelInputProperty Implements CfnAlgorithmPropsMixin.IModelInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelinput.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 modelInputProperty = new ModelInputProperty {
                 DataInputConfig = "dataInputConfig"
             };

Synopsis

Constructors

ModelInputProperty()

Properties

DataInputConfig

Constructors

ModelInputProperty()

public ModelInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelinput.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 modelInputProperty = new ModelInputProperty {
                 DataInputConfig = "dataInputConfig"
             };

Properties

DataInputConfig

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelinput.html#cfn-sagemaker-algorithm-modelinput-datainputconfig

Implements

CfnAlgorithmPropsMixin.IModelInputProperty
Back to top Generated by DocFX