Class CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty
An implementation for
CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty
CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Builder, CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe absolute local path of the resource inside the Lambda environment.final ObjectThe owner setting for the downloaded machine learning resource.final StringgetS3Uri()The URI of the source model in an Amazon S3 bucket.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty.Builder.
-
-
Method Details
-
getDestinationPath
Description copied from interface:CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataPropertyThe absolute local path of the resource inside the Lambda environment.- Specified by:
getDestinationPathin interfaceCfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty- See Also:
-
getOwnerSetting
Description copied from interface:CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataPropertyThe owner setting for the downloaded machine learning resource.For more information, see Access Machine Learning Resources from Lambda Functions in the Developer Guide .
Returns union: either
IResolvableorCfnResourceDefinitionPropsMixin.ResourceDownloadOwnerSettingProperty- Specified by:
getOwnerSettingin interfaceCfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty- See Also:
-
getS3Uri
Description copied from interface:CfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataPropertyThe URI of the source model in an Amazon S3 bucket.The model package must be in
tar.gzor.zipformat.- Specified by:
getS3Uriin interfaceCfnResourceDefinitionPropsMixin.S3MachineLearningModelResourceDataProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-