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]
- #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"
4467 |
# File 'sig/client.rbs', line 4467
def account_default_status: () -> ("ENABLED" | "DISABLED")
|
#arn ⇒ ::String
4460 |
# File 'sig/client.rbs', line 4460
def arn: () -> ::String
|
#artifact_store_uri ⇒ ::String
4462 |
# File 'sig/client.rbs', line 4462
def artifact_store_uri: () -> ::String
|
#created_by ⇒ Types::UserContext
4470 |
# File 'sig/client.rbs', line 4470
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4469 |
# File 'sig/client.rbs', line 4469
def creation_time: () -> ::Time
|
#default_domain_id_list ⇒ ::Array[::String]
4468 |
# File 'sig/client.rbs', line 4468
def default_domain_id_list: () -> ::Array[::String]
|
#last_modified_by ⇒ Types::UserContext
4472 |
# File 'sig/client.rbs', line 4472
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4471 |
# File 'sig/client.rbs', line 4471
def last_modified_time: () -> ::Time
|
#maintenance_status ⇒ "MaintenanceInProgress", ...
4474 |
# File 'sig/client.rbs', line 4474
def maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
#mlflow_version ⇒ ::String
4463 |
# File 'sig/client.rbs', line 4463
def mlflow_version: () -> ::String
|
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
4466 |
# File 'sig/client.rbs', line 4466
def model_registration_mode: () -> ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled")
|
#name ⇒ ::String
4461 |
# File 'sig/client.rbs', line 4461
def name: () -> ::String
|
#role_arn ⇒ ::String
4464 |
# File 'sig/client.rbs', line 4464
def role_arn: () -> ::String
|
#status ⇒ "Creating", ...
4465 |
# File 'sig/client.rbs', line 4465
def status: () -> ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted")
|
#weekly_maintenance_window_start ⇒ ::String
4473 |
# File 'sig/client.rbs', line 4473
def weekly_maintenance_window_start: () -> ::String
|