Show / Hide Table of Contents

Class CfnInferenceExperimentPropsMixin.EndpointMetadataProperty

The metadata of the endpoint.

Inheritance
object
CfnInferenceExperimentPropsMixin.EndpointMetadataProperty
Implements
CfnInferenceExperimentPropsMixin.IEndpointMetadataProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnInferenceExperimentPropsMixin.EndpointMetadataProperty : CfnInferenceExperimentPropsMixin.IEndpointMetadataProperty
Syntax (vb)
Public Class CfnInferenceExperimentPropsMixin.EndpointMetadataProperty Implements CfnInferenceExperimentPropsMixin.IEndpointMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferenceexperiment-endpointmetadata.html

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.Mixins.Preview.AWS.SageMaker.Mixins;

             var endpointMetadataProperty = new EndpointMetadataProperty {
                 EndpointConfigName = "endpointConfigName",
                 EndpointName = "endpointName",
                 EndpointStatus = "endpointStatus"
             };

Synopsis

Constructors

EndpointMetadataProperty()

The metadata of the endpoint.

Properties

EndpointConfigName

The name of the endpoint configuration.

EndpointName

The name of the endpoint.

EndpointStatus

The status of the endpoint.

Constructors

EndpointMetadataProperty()

The metadata of the endpoint.

public EndpointMetadataProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferenceexperiment-endpointmetadata.html

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.Mixins.Preview.AWS.SageMaker.Mixins;

             var endpointMetadataProperty = new EndpointMetadataProperty {
                 EndpointConfigName = "endpointConfigName",
                 EndpointName = "endpointName",
                 EndpointStatus = "endpointStatus"
             };

Properties

EndpointConfigName

The name of the endpoint configuration.

public string? EndpointConfigName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferenceexperiment-endpointmetadata.html#cfn-sagemaker-inferenceexperiment-endpointmetadata-endpointconfigname

EndpointName

The name of the endpoint.

public string? EndpointName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferenceexperiment-endpointmetadata.html#cfn-sagemaker-inferenceexperiment-endpointmetadata-endpointname

EndpointStatus

The status of the endpoint.

public string? EndpointStatus { get; set; }
Property Value

string

Remarks

For possible values of the status of an endpoint, see .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferenceexperiment-endpointmetadata.html#cfn-sagemaker-inferenceexperiment-endpointmetadata-endpointstatus

Implements

CfnInferenceExperimentPropsMixin.IEndpointMetadataProperty
Back to top Generated by DocFX