@Stability(value=Stable) @Internal public static final class CfnModelPackage.SourceAlgorithmProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelPackage.SourceAlgorithmProperty
CfnModelPackage.SourceAlgorithmPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnModelPackage.SourceAlgorithmProperty.Builder, CfnModelPackage.SourceAlgorithmProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnModelPackage.SourceAlgorithmProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAlgorithmName()
The name of an algorithm that was used to create the model package.
|
String |
getModelDataUrl()
The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnModelPackage.SourceAlgorithmProperty.Builder builder)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder.public final String getAlgorithmName()
CfnModelPackage.SourceAlgorithmPropertyThe algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
getAlgorithmName in interface CfnModelPackage.SourceAlgorithmPropertypublic final String getModelDataUrl()
CfnModelPackage.SourceAlgorithmProperty
This path must point to a single gzip compressed tar archive ( .tar.gz suffix).
The model artifacts must be in an S3 bucket that is in the same region as the algorithm.
getModelDataUrl in interface CfnModelPackage.SourceAlgorithmProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.