Module: Aws::SageMaker::Client::_DescribeMlflowAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMlflowAppResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_default_status ⇒ "ENABLED", "DISABLED"
- #arn ⇒ ::String
- #artifact_store_uri ⇒ ::String
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #default_domain_id_list ⇒ ::Array[::String]
- #kms_key_id ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #maintenance_status ⇒ "MaintenanceInProgress", ...
- #mlflow_version ⇒ ::String
- #model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "Creating", ...
- #weekly_maintenance_window_start ⇒ ::String
Instance Method Details
#account_default_status ⇒ "ENABLED", "DISABLED"
4496 |
# File 'sig/client.rbs', line 4496 def account_default_status: () -> ("ENABLED" | "DISABLED") |
#arn ⇒ ::String
4488 |
# File 'sig/client.rbs', line 4488 def arn: () -> ::String |
#artifact_store_uri ⇒ ::String
4490 |
# File 'sig/client.rbs', line 4490 def artifact_store_uri: () -> ::String |
#created_by ⇒ Types::UserContext
4499 |
# File 'sig/client.rbs', line 4499 def created_by: () -> Types::UserContext |
#creation_time ⇒ ::Time
4498 |
# File 'sig/client.rbs', line 4498 def creation_time: () -> ::Time |
#default_domain_id_list ⇒ ::Array[::String]
4497 |
# File 'sig/client.rbs', line 4497 def default_domain_id_list: () -> ::Array[::String] |
#kms_key_id ⇒ ::String
4493 |
# File 'sig/client.rbs', line 4493 def kms_key_id: () -> ::String |
#last_modified_by ⇒ Types::UserContext
4501 |
# File 'sig/client.rbs', line 4501 def last_modified_by: () -> Types::UserContext |
#last_modified_time ⇒ ::Time
4500 |
# File 'sig/client.rbs', line 4500 def last_modified_time: () -> ::Time |
#maintenance_status ⇒ "MaintenanceInProgress", ...
4503 |
# File 'sig/client.rbs', line 4503 def maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed") |
#mlflow_version ⇒ ::String
4491 |
# File 'sig/client.rbs', line 4491 def mlflow_version: () -> ::String |
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
4495 |
# File 'sig/client.rbs', line 4495 def model_registration_mode: () -> ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled") |
#name ⇒ ::String
4489 |
# File 'sig/client.rbs', line 4489 def name: () -> ::String |
#role_arn ⇒ ::String
4492 |
# File 'sig/client.rbs', line 4492 def role_arn: () -> ::String |
#status ⇒ "Creating", ...
4494 |
# File 'sig/client.rbs', line 4494 def status: () -> ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted") |
#weekly_maintenance_window_start ⇒ ::String
4502 |
# File 'sig/client.rbs', line 4502 def weekly_maintenance_window_start: () -> ::String |