Class: Aws::Types::CreateMlflowTrackingServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMlflowTrackingServerRequest
- 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.
-
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def artifact_store_uri @artifact_store_uri end |
#automatic_model_registration ⇒ Boolean
Returns the value of attribute automatic_model_registration.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def automatic_model_registration @automatic_model_registration end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def mlflow_version @mlflow_version end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def role_arn @role_arn end |
#s3_bucket_owner_account_id ⇒ ::String
Returns the value of attribute s3_bucket_owner_account_id.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 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.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def s3_bucket_owner_verification @s3_bucket_owner_verification end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def @tags end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def tracking_server_name @tracking_server_name end |
#tracking_server_size ⇒ "Small", ...
Returns the value of attribute tracking_server_size.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def tracking_server_size @tracking_server_size end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def weekly_maintenance_window_start @weekly_maintenance_window_start end |