Class CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
An implementation for 
CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataPropertyCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder, CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier 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 StringThe Amazon Resource Name (ARN) of the Amazon SageMaker training job that represents the source model.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$Proxyprotected Jsii$Proxy(CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder.
 
- 
- 
Method Details- 
getDestinationPathDescription copied from interface:CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataPropertyThe absolute local path of the resource inside the Lambda environment.- Specified by:
- getDestinationPathin interface- CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
 
- 
getSageMakerJobArnDescription copied from interface:CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataPropertyThe Amazon Resource Name (ARN) of the Amazon SageMaker training job that represents the source model.- Specified by:
- getSageMakerJobArnin interface- CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
 
- 
getOwnerSettingDescription copied from interface:CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataPropertyThe owner setting for the downloaded machine learning resource.For more information, see Access Machine Learning Resources from Lambda Functions in the Developer Guide . - Specified by:
- getOwnerSettingin interface- CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-