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