Class CfnInferenceExperimentPropsMixin.EndpointMetadataProperty
The metadata of the endpoint.
Inherited Members
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
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
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
Remarks
EndpointName
The name of the endpoint.
public string? EndpointName { get; set; }
Property Value
Remarks
EndpointStatus
The status of the endpoint.
public string? EndpointStatus { get; set; }