Show / Hide Table of Contents

Class InferenceComponentReference

A reference to a InferenceComponent resource.

Inheritance
object
InferenceComponentReference
Implements
IInferenceComponentReference
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 InferenceComponentReference : IInferenceComponentReference
Syntax (vb)
Public Class InferenceComponentReference Implements IInferenceComponentReference
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 inferenceComponentReference = new InferenceComponentReference {
                InferenceComponentArn = "inferenceComponentArn"
            };

Synopsis

Constructors

InferenceComponentReference()

A reference to a InferenceComponent resource.

Properties

InferenceComponentArn

The InferenceComponentArn of the InferenceComponent resource.

Constructors

InferenceComponentReference()

A reference to a InferenceComponent resource.

public InferenceComponentReference()
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 inferenceComponentReference = new InferenceComponentReference {
                InferenceComponentArn = "inferenceComponentArn"
            };

Properties

InferenceComponentArn

The InferenceComponentArn of the InferenceComponent resource.

public string InferenceComponentArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IInferenceComponentReference
Back to top Generated by DocFX