Interface ModelDataConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ModelDataConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:16.028Z") @Stability(Experimental) public interface ModelDataConfig extends software.amazon.jsii.JsiiSerializable
(experimental) The configuration needed to reference model artifacts.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.alpha.*;
 ModelDataConfig modelDataConfig = ModelDataConfig.builder()
         .uri("uri")
         .build();
 
  • Method Details

    • getUri

      @Stability(Experimental) @NotNull String getUri()
      (experimental) The S3 path where the model artifacts, which result from model training, are stored.

      This path must point to a single gzip compressed tar archive (.tar.gz suffix).

    • builder

      @Stability(Experimental) static ModelDataConfig.Builder builder()
      Returns:
      a ModelDataConfig.Builder of ModelDataConfig