Interface IWorkteamReference
A reference to a Workteam resource.
Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWorkteamReference
Syntax (vb)
Public Interface IWorkteamReference
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.Sagemaker;
var workteamReference = new WorkteamReference {
WorkteamId = "workteamId"
};
Synopsis
Properties
| WorkteamId | The Id of the Workteam resource. |
Properties
WorkteamId
The Id of the Workteam resource.
string WorkteamId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated