Show / Hide Table of Contents

Class TrialComponentReference

A reference to a TrialComponent resource.

Inheritance
object
TrialComponentReference
Implements
ITrialComponentReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITrialComponentReference
Back to top Generated by DocFX