public static final class CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.Builder, CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getDestinationPath()
The absolute local path of the resource inside the Lambda environment.
|
java.lang.Object |
getOwnerSetting()
The owner setting for the downloaded machine learning resource.
|
java.lang.String |
getS3Uri()
The URI of the source model in an Amazon S3 bucket.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDestinationPath()
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
getDestinationPath
in interface CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
public final java.lang.String getS3Uri()
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
The model package must be in tar.gz
or .zip
format.
getS3Uri
in interface CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
public final java.lang.Object getOwnerSetting()
CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
For more information, see Access Machine Learning Resources from Lambda Functions in the Developer Guide .
getOwnerSetting
in interface CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()