Interface ModelEvents.AWSAPICallViaCloudTrail.AlgorithmSpecification

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ModelEvents.AWSAPICallViaCloudTrail.AlgorithmSpecification.Jsii$Proxy
Enclosing class:
ModelEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface ModelEvents.AWSAPICallViaCloudTrail.AlgorithmSpecification extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for AlgorithmSpecification.

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.events.*;
 AlgorithmSpecification algorithmSpecification = AlgorithmSpecification.builder()
         .trainingImage(List.of("trainingImage"))
         .trainingInputMode(List.of("trainingInputMode"))
         .build();
 
  • Method Details