Interface CfnMonitoringSchedulePropsMixin.EndpointInputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMonitoringSchedulePropsMixin.EndpointInputProperty.Jsii$Proxy
Enclosing class:
CfnMonitoringSchedulePropsMixin

@Stability(Stable) public static interface CfnMonitoringSchedulePropsMixin.EndpointInputProperty extends software.amazon.jsii.JsiiSerializable
Input object for 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.mixins.preview.services.sagemaker.mixins.*;
 EndpointInputProperty endpointInputProperty = EndpointInputProperty.builder()
         .endpointName("endpointName")
         .excludeFeaturesAttribute("excludeFeaturesAttribute")
         .localPath("localPath")
         .s3DataDistributionType("s3DataDistributionType")
         .s3InputMode("s3InputMode")
         .build();
 

See Also: