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"
4451 |
# File 'sig/client.rbs', line 4451
def account_default_status: () -> ("ENABLED" | "DISABLED")
|
#arn ⇒ ::String
4444 |
# File 'sig/client.rbs', line 4444
def arn: () -> ::String
|
#artifact_store_uri ⇒ ::String
4446 |
# File 'sig/client.rbs', line 4446
def artifact_store_uri: () -> ::String
|
#created_by ⇒ Types::UserContext
4454 |
# File 'sig/client.rbs', line 4454
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4453 |
# File 'sig/client.rbs', line 4453
def creation_time: () -> ::Time
|
#default_domain_id_list ⇒ ::Array[::String]
4452 |
# File 'sig/client.rbs', line 4452
def default_domain_id_list: () -> ::Array[::String]
|
#last_modified_by ⇒ Types::UserContext
4456 |
# File 'sig/client.rbs', line 4456
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4455 |
# File 'sig/client.rbs', line 4455
def last_modified_time: () -> ::Time
|
#maintenance_status ⇒ "MaintenanceInProgress", ...
4458 |
# File 'sig/client.rbs', line 4458
def maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
#mlflow_version ⇒ ::String
4447 |
# File 'sig/client.rbs', line 4447
def mlflow_version: () -> ::String
|
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
4450 |
# File 'sig/client.rbs', line 4450
def model_registration_mode: () -> ("AutoModelRegistrationEnabled" | "AutoModelRegistrationDisabled")
|
#name ⇒ ::String
4445 |
# File 'sig/client.rbs', line 4445
def name: () -> ::String
|
#role_arn ⇒ ::String
4448 |
# File 'sig/client.rbs', line 4448
def role_arn: () -> ::String
|
#status ⇒ "Creating", ...
4449 |
# File 'sig/client.rbs', line 4449
def status: () -> ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Deleted")
|
#weekly_maintenance_window_start ⇒ ::String
4457 |
# File 'sig/client.rbs', line 4457
def weekly_maintenance_window_start: () -> ::String
|