Class: Aws::Types::CreateFlywheelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlywheelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_model_arn ⇒ ::String
Returns the value of attribute active_model_arn.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#data_lake_s3_uri ⇒ ::String
Returns the value of attribute data_lake_s3_uri.
-
#data_security_config ⇒ Types::DataSecurityConfig
Returns the value of attribute data_security_config.
-
#flywheel_name ⇒ ::String
Returns the value of attribute flywheel_name.
-
#model_type ⇒ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"
Returns the value of attribute model_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_config ⇒ Types::TaskConfig
Returns the value of attribute task_config.
Instance Attribute Details
#active_model_arn ⇒ ::String
Returns the value of attribute active_model_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def active_model_arn @active_model_arn end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
311 312 313 |
# File 'sig/types.rbs', line 311 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
306 307 308 |
# File 'sig/types.rbs', line 306 def data_access_role_arn @data_access_role_arn end |
#data_lake_s3_uri ⇒ ::String
Returns the value of attribute data_lake_s3_uri.
309 310 311 |
# File 'sig/types.rbs', line 309 def data_lake_s3_uri @data_lake_s3_uri end |
#data_security_config ⇒ Types::DataSecurityConfig
Returns the value of attribute data_security_config.
310 311 312 |
# File 'sig/types.rbs', line 310 def data_security_config @data_security_config end |
#flywheel_name ⇒ ::String
Returns the value of attribute flywheel_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def flywheel_name @flywheel_name end |
#model_type ⇒ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"
Returns the value of attribute model_type.
308 309 310 |
# File 'sig/types.rbs', line 308 def model_type @model_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
312 313 314 |
# File 'sig/types.rbs', line 312 def @tags end |
#task_config ⇒ Types::TaskConfig
Returns the value of attribute task_config.
307 308 309 |
# File 'sig/types.rbs', line 307 def task_config @task_config end |