Class CfnFlywheelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.comprehend.CfnFlywheelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFlywheelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlywheelProps
@Stability(Stable)
@Internal
public static final class CfnFlywheelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlywheelProps
An implementation for
CfnFlywheelProps
-
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.comprehend.CfnFlywheelProps
CfnFlywheelProps.Builder, CfnFlywheelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFlywheelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlywheelProps.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 Amazon Resource Number (ARN) of the active model version.final String
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.final String
Amazon S3 URI of the data lake location.final Object
Data security configuration.final String
Name for the flywheel.final String
Model type of the flywheel's model.getTags()
Tags associated with the endpoint being created.final Object
Configuration about the model associated with a flywheel.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 theCfnFlywheelProps.Builder
.
-
-
Method Details
-
getDataAccessRoleArn
Description copied from interface:CfnFlywheelProps
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.- Specified by:
getDataAccessRoleArn
in interfaceCfnFlywheelProps
- See Also:
-
getDataLakeS3Uri
Description copied from interface:CfnFlywheelProps
Amazon S3 URI of the data lake location.- Specified by:
getDataLakeS3Uri
in interfaceCfnFlywheelProps
- See Also:
-
getFlywheelName
Description copied from interface:CfnFlywheelProps
Name for the flywheel.- Specified by:
getFlywheelName
in interfaceCfnFlywheelProps
- See Also:
-
getActiveModelArn
Description copied from interface:CfnFlywheelProps
The Amazon Resource Number (ARN) of the active model version.- Specified by:
getActiveModelArn
in interfaceCfnFlywheelProps
- See Also:
-
getDataSecurityConfig
Description copied from interface:CfnFlywheelProps
Data security configuration.- Specified by:
getDataSecurityConfig
in interfaceCfnFlywheelProps
- See Also:
-
getModelType
Description copied from interface:CfnFlywheelProps
Model type of the flywheel's model.- Specified by:
getModelType
in interfaceCfnFlywheelProps
- See Also:
-
getTags
Description copied from interface:CfnFlywheelProps
Tags 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:
getTags
in interfaceCfnFlywheelProps
- See Also:
-
getTaskConfig
Description copied from interface:CfnFlywheelProps
Configuration about the model associated with a flywheel.- Specified by:
getTaskConfig
in interfaceCfnFlywheelProps
- 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()
-