Interface CfnModelCard.ModelOverviewProperty

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

@Stability(Stable) public static interface CfnModelCard.ModelOverviewProperty extends software.amazon.jsii.JsiiSerializable
An overview about the model.

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.*;
 ModelOverviewProperty modelOverviewProperty = ModelOverviewProperty.builder()
         .algorithmType("algorithmType")
         .inferenceEnvironment(InferenceEnvironmentProperty.builder()
                 .containerImage(List.of("containerImage"))
                 .build())
         .modelArtifact(List.of("modelArtifact"))
         .modelCreator("modelCreator")
         .modelDescription("modelDescription")
         .modelId("modelId")
         .modelName("modelName")
         .modelOwner("modelOwner")
         .modelVersion(123)
         .problemType("problemType")
         .build();
 
  • Method Details

    • getAlgorithmType

      @Stability(Stable) @Nullable default String getAlgorithmType()
      The algorithm used to solve the problem.
    • getInferenceEnvironment

      @Stability(Stable) @Nullable default Object getInferenceEnvironment()
      An overview about model inference.
    • getModelArtifact

      @Stability(Stable) @Nullable default List<String> getModelArtifact()
      The location of the model artifact.
    • getModelCreator

      @Stability(Stable) @Nullable default String getModelCreator()
      The creator of the model.
    • getModelDescription

      @Stability(Stable) @Nullable default String getModelDescription()
      A description of the model.
    • getModelId

      @Stability(Stable) @Nullable default String getModelId()
      The SageMaker Model ARN or non- SageMaker Model ID.
    • getModelName

      @Stability(Stable) @Nullable default String getModelName()
      The name of the model.
    • getModelOwner

      @Stability(Stable) @Nullable default String getModelOwner()
      The owner of the model.
    • getModelVersion

      @Stability(Stable) @Nullable default Number getModelVersion()
      The version of the model.
    • getProblemType

      @Stability(Stable) @Nullable default String getProblemType()
      The problem being solved with the model.
    • builder

      @Stability(Stable) static CfnModelCard.ModelOverviewProperty.Builder builder()
      Returns:
      a CfnModelCard.ModelOverviewProperty.Builder of CfnModelCard.ModelOverviewProperty