Class TrainingDatasetReference
A reference to a TrainingDataset resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TrainingDatasetReference : ITrainingDatasetReference
Syntax (vb)
Public Class TrainingDatasetReference Implements ITrainingDatasetReference
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.Interfaces.CleanRoomsML;
var trainingDatasetReference = new TrainingDatasetReference {
TrainingDatasetArn = "trainingDatasetArn"
};
Synopsis
Constructors
| TrainingDatasetReference() | A reference to a TrainingDataset resource. |
Properties
| TrainingDatasetArn | The TrainingDatasetArn of the TrainingDataset resource. |
Constructors
TrainingDatasetReference()
A reference to a TrainingDataset resource.
public TrainingDatasetReference()
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.Interfaces.CleanRoomsML;
var trainingDatasetReference = new TrainingDatasetReference {
TrainingDatasetArn = "trainingDatasetArn"
};
Properties
TrainingDatasetArn
The TrainingDatasetArn of the TrainingDataset resource.
public string TrainingDatasetArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated