Class CfnModelPackageGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelPackageGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackageGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelPackageGroupProps
@Stability(Stable)
@Internal
public static final class CfnModelPackageGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackageGroupProps
An implementation for
CfnModelPackageGroupProps
-
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.sagemaker.CfnModelPackageGroupProps
CfnModelPackageGroupProps.Builder, CfnModelPackageGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelPackageGroupProps.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 description for the model group.final String
The name of the model group.final Object
A resouce policy to control access to a model group.getTags()
An array of key-value pairs to apply to this resource.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
Constructor that initializes the object based on literal property values passed by theCfnModelPackageGroupProps.Builder
.
-
-
Method Details
-
getModelPackageGroupName
Description copied from interface:CfnModelPackageGroupProps
The name of the model group.- Specified by:
getModelPackageGroupName
in interfaceCfnModelPackageGroupProps
- See Also:
-
getModelPackageGroupDescription
Description copied from interface:CfnModelPackageGroupProps
The description for the model group.- Specified by:
getModelPackageGroupDescription
in interfaceCfnModelPackageGroupProps
- See Also:
-
getModelPackageGroupPolicy
Description copied from interface:CfnModelPackageGroupProps
A resouce policy to control access to a model group.For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. .
- Specified by:
getModelPackageGroupPolicy
in interfaceCfnModelPackageGroupProps
- See Also:
-
getTags
Description copied from interface:CfnModelPackageGroupProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnModelPackageGroupProps
- 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()
-