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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder, CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The absolute local path of the resource inside the Lambda environment.final Object
The owner setting for the downloaded machine learning resource.final String
The Amazon Resource Name (ARN) of the Amazon SageMaker AI training job that represents the source model.final int
hashCode()
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(CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty.Builder
.
-
-
Method Details
-
getDestinationPath
Description copied from interface:CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
The absolute local path of the resource inside the Lambda environment.- Specified by:
getDestinationPath
in interfaceCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
- See Also:
-
getSageMakerJobArn
Description copied from interface:CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
The Amazon Resource Name (ARN) of the Amazon SageMaker AI training job that represents the source model.- Specified by:
getSageMakerJobArn
in interfaceCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
- See Also:
-
getOwnerSetting
Description copied from interface:CfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
The 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:
getOwnerSetting
in interfaceCfnResourceDefinitionVersion.SageMakerMachineLearningModelResourceDataProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-