Class: Aws::Types::UpdateMlflowTrackingServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMlflowTrackingServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
-
#automatic_model_registration ⇒ Boolean
Returns the value of attribute automatic_model_registration.
-
#s3_bucket_owner_account_id ⇒ ::String
Returns the value of attribute s3_bucket_owner_account_id.
-
#s3_bucket_owner_verification ⇒ Boolean
Returns the value of attribute s3_bucket_owner_verification.
-
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
-
#tracking_server_size ⇒ "Small", ...
Returns the value of attribute tracking_server_size.
-
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
Instance Attribute Details
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
12254 12255 12256 |
# File 'sig/types.rbs', line 12254 def artifact_store_uri @artifact_store_uri end |
#automatic_model_registration ⇒ Boolean
Returns the value of attribute automatic_model_registration.
12256 12257 12258 |
# File 'sig/types.rbs', line 12256 def automatic_model_registration @automatic_model_registration end |
#s3_bucket_owner_account_id ⇒ ::String
Returns the value of attribute s3_bucket_owner_account_id.
12258 12259 12260 |
# File 'sig/types.rbs', line 12258 def s3_bucket_owner_account_id @s3_bucket_owner_account_id end |
#s3_bucket_owner_verification ⇒ Boolean
Returns the value of attribute s3_bucket_owner_verification.
12259 12260 12261 |
# File 'sig/types.rbs', line 12259 def s3_bucket_owner_verification @s3_bucket_owner_verification end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
12253 12254 12255 |
# File 'sig/types.rbs', line 12253 def tracking_server_name @tracking_server_name end |
#tracking_server_size ⇒ "Small", ...
Returns the value of attribute tracking_server_size.
12255 12256 12257 |
# File 'sig/types.rbs', line 12255 def tracking_server_size @tracking_server_size end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
12257 12258 12259 |
# File 'sig/types.rbs', line 12257 def weekly_maintenance_window_start @weekly_maintenance_window_start end |