Class CfnDataSourcePropsMixin.SageMakerRunConfigurationInputProperty
The configuration details of the Amazon SageMaker data source.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or Dictionary<string, (string)[]>