Class CfnFlywheelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.comprehend.CfnFlywheelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFlywheelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlywheelMixinProps
@Stability(Stable)
@Internal
public static final class CfnFlywheelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlywheelMixinProps
An implementation for
CfnFlywheelMixinProps-
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.comprehend.CfnFlywheelMixinProps
CfnFlywheelMixinProps.Builder, CfnFlywheelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFlywheelMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlywheelMixinProps.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 Amazon Resource Number (ARN) of the active model version.final StringThe Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.final StringAmazon S3 URI of the data lake location.final ObjectData security configuration.final StringName for the flywheel.final StringModel type of the flywheel's model.getTags()Tags associated with the endpoint being created.final ObjectConfiguration about the model associated with a flywheel.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
Constructor that initializes the object based on literal property values passed by theCfnFlywheelMixinProps.Builder.
-
-
Method Details
-
getActiveModelArn
Description copied from interface:CfnFlywheelMixinPropsThe Amazon Resource Number (ARN) of the active model version.- Specified by:
getActiveModelArnin interfaceCfnFlywheelMixinProps- See Also:
-
getDataAccessRoleArn
Description copied from interface:CfnFlywheelMixinPropsThe Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.- Specified by:
getDataAccessRoleArnin interfaceCfnFlywheelMixinProps- See Also:
-
getDataLakeS3Uri
Description copied from interface:CfnFlywheelMixinPropsAmazon S3 URI of the data lake location.- Specified by:
getDataLakeS3Uriin interfaceCfnFlywheelMixinProps- See Also:
-
getDataSecurityConfig
Description copied from interface:CfnFlywheelMixinPropsData security configuration.Returns union: either
IResolvableorCfnFlywheelPropsMixin.DataSecurityConfigProperty- Specified by:
getDataSecurityConfigin interfaceCfnFlywheelMixinProps- See Also:
-
getFlywheelName
Description copied from interface:CfnFlywheelMixinPropsName for the flywheel.- Specified by:
getFlywheelNamein interfaceCfnFlywheelMixinProps- See Also:
-
getModelType
Description copied from interface:CfnFlywheelMixinPropsModel type of the flywheel's model.- Specified by:
getModelTypein interfaceCfnFlywheelMixinProps- See Also:
-
getTags
Description copied from interface:CfnFlywheelMixinPropsTags associated with the endpoint being created.A tag is a key-value pair that adds metadata to the endpoint. For example, a tag with "Sales" as the key might be added to an endpoint to indicate its use by the sales department.
- Specified by:
getTagsin interfaceCfnFlywheelMixinProps- See Also:
-
getTaskConfig
Description copied from interface:CfnFlywheelMixinPropsConfiguration about the model associated with a flywheel.Returns union: either
IResolvableorCfnFlywheelPropsMixin.TaskConfigProperty- Specified by:
getTaskConfigin interfaceCfnFlywheelMixinProps- 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()
-