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