Class TrialComponentReference
A reference to a TrialComponent resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TrialComponentReference : ITrialComponentReference
Syntax (vb)
Public Class TrialComponentReference Implements ITrialComponentReference
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 trialComponentReference = new TrialComponentReference {
TrialComponentArn = "trialComponentArn"
};
Synopsis
Constructors
| TrialComponentReference() | A reference to a TrialComponent resource. |
Properties
| TrialComponentArn | The TrialComponentArn of the TrialComponent resource. |
Constructors
TrialComponentReference()
A reference to a TrialComponent resource.
public TrialComponentReference()
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 trialComponentReference = new TrialComponentReference {
TrialComponentArn = "trialComponentArn"
};
Properties
TrialComponentArn
The TrialComponentArn of the TrialComponent resource.
public string TrialComponentArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated