Class InferenceComponentReference
A reference to a InferenceComponent resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated