Show / Hide Table of Contents

Class CfnDataSourcePropsMixin.SageMakerRunConfigurationInputProperty

The configuration details of the Amazon SageMaker data source.

Inheritance
object
CfnDataSourcePropsMixin.SageMakerRunConfigurationInputProperty
Implements
CfnDataSourcePropsMixin.ISageMakerRunConfigurationInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSourcePropsMixin.SageMakerRunConfigurationInputProperty : CfnDataSourcePropsMixin.ISageMakerRunConfigurationInputProperty
Syntax (vb)
Public Class CfnDataSourcePropsMixin.SageMakerRunConfigurationInputProperty Implements CfnDataSourcePropsMixin.ISageMakerRunConfigurationInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-sagemakerrunconfigurationinput.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.Mixins.Preview.AWS.DataZone.Mixins;

             var sageMakerRunConfigurationInputProperty = new SageMakerRunConfigurationInputProperty {
                 TrackingAssets = new Dictionary<string, string[]> {
                     { "trackingAssetsKey", new [] { "trackingAssets" } }
                 }
             };

Synopsis

Constructors

SageMakerRunConfigurationInputProperty()

The configuration details of the Amazon SageMaker data source.

Properties

TrackingAssets

The tracking assets of the Amazon SageMaker run.

Constructors

SageMakerRunConfigurationInputProperty()

The configuration details of the Amazon SageMaker data source.

public SageMakerRunConfigurationInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-sagemakerrunconfigurationinput.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.Mixins.Preview.AWS.DataZone.Mixins;

             var sageMakerRunConfigurationInputProperty = new SageMakerRunConfigurationInputProperty {
                 TrackingAssets = new Dictionary<string, string[]> {
                     { "trackingAssetsKey", new [] { "trackingAssets" } }
                 }
             };

Properties

TrackingAssets

The tracking assets of the Amazon SageMaker run.

public object? TrackingAssets { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-sagemakerrunconfigurationinput.html#cfn-datazone-datasource-sagemakerrunconfigurationinput-trackingassets

Type union: either IResolvable or Dictionary<string, (string)[]>

Implements

CfnDataSourcePropsMixin.ISageMakerRunConfigurationInputProperty
Back to top Generated by DocFX