Class: Aws::Types::FlywheelProperties
- Inherits:
-
Object
- Object
- Aws::Types::FlywheelProperties
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#latest_flywheel_iteration ⇒ ::String
Returns the value of attribute latest_flywheel_iteration.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#model_type ⇒ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"
Returns the value of attribute model_type.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#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.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def active_model_arn @active_model_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def creation_time @creation_time end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def data_access_role_arn @data_access_role_arn end |
#data_lake_s3_uri ⇒ ::String
Returns the value of attribute data_lake_s3_uri.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def data_lake_s3_uri @data_lake_s3_uri end |
#data_security_config ⇒ Types::DataSecurityConfig
Returns the value of attribute data_security_config.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def data_security_config @data_security_config end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def flywheel_arn @flywheel_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def last_modified_time @last_modified_time end |
#latest_flywheel_iteration ⇒ ::String
Returns the value of attribute latest_flywheel_iteration.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def latest_flywheel_iteration @latest_flywheel_iteration end |
#message ⇒ ::String
Returns the value of attribute message.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def end |
#model_type ⇒ "DOCUMENT_CLASSIFIER", "ENTITY_RECOGNIZER"
Returns the value of attribute model_type.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def model_type @model_type end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def status @status end |
#task_config ⇒ Types::TaskConfig
Returns the value of attribute task_config.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def task_config @task_config end |