Show / Hide Table of Contents

Class EndpointReference

A reference to a Endpoint resource.

Inheritance
object
EndpointReference
Implements
IEndpointReference
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 EndpointReference : IEndpointReference
Syntax (vb)
Public Class EndpointReference Implements IEndpointReference
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 endpointReference = new EndpointReference {
                EndpointArn = "endpointArn"
            };

Synopsis

Constructors

EndpointReference()

A reference to a Endpoint resource.

Properties

EndpointArn

The EndpointArn of the Endpoint resource.

Constructors

EndpointReference()

A reference to a Endpoint resource.

public EndpointReference()
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 endpointReference = new EndpointReference {
                EndpointArn = "endpointArn"
            };

Properties

EndpointArn

The EndpointArn of the Endpoint resource.

public string EndpointArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEndpointReference
Back to top Generated by DocFX