Interface CfnInferenceExperimentPropsMixin.EndpointMetadataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInferenceExperimentPropsMixin.EndpointMetadataProperty.Jsii$Proxy
- Enclosing class:
CfnInferenceExperimentPropsMixin
@Stability(Stable)
public static interface CfnInferenceExperimentPropsMixin.EndpointMetadataProperty
extends software.amazon.jsii.JsiiSerializable
The metadata of the endpoint.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
EndpointMetadataProperty endpointMetadataProperty = EndpointMetadataProperty.builder()
.endpointConfigName("endpointConfigName")
.endpointName("endpointName")
.endpointStatus("endpointStatus")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInferenceExperimentPropsMixin.EndpointMetadataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndpointConfigName
The name of the endpoint configuration.- See Also:
-
getEndpointName
The name of the endpoint.- See Also:
-
getEndpointStatus
- See Also:
-
builder
@Stability(Stable) static CfnInferenceExperimentPropsMixin.EndpointMetadataProperty.Builder builder()
-