Module: Aws::SageMaker::Client::_DescribeMlflowTrackingServerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMlflowTrackingServerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #artifact_store_uri ⇒ ::String
- #automatic_model_registration ⇒ Boolean
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #is_active ⇒ "Active", "Inactive"
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #mlflow_version ⇒ ::String
- #role_arn ⇒ ::String
- #s3_bucket_owner_account_id ⇒ ::String
- #s3_bucket_owner_verification ⇒ Boolean
- #tracking_server_arn ⇒ ::String
- #tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
- #tracking_server_name ⇒ ::String
- #tracking_server_size ⇒ "Small", ...
- #tracking_server_status ⇒ "Creating", ...
- #tracking_server_url ⇒ ::String
- #weekly_maintenance_window_start ⇒ ::String
Instance Method Details
#artifact_store_uri ⇒ ::String
4515 |
# File 'sig/client.rbs', line 4515
def artifact_store_uri: () -> ::String
|
#automatic_model_registration ⇒ Boolean
4524 |
# File 'sig/client.rbs', line 4524
def automatic_model_registration: () -> bool
|
#created_by ⇒ Types::UserContext
4526 |
# File 'sig/client.rbs', line 4526
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4525 |
# File 'sig/client.rbs', line 4525
def creation_time: () -> ::Time
|
#is_active ⇒ "Active", "Inactive"
4521 |
# File 'sig/client.rbs', line 4521
def is_active: () -> ("Active" | "Inactive")
|
#last_modified_by ⇒ Types::UserContext
4528 |
# File 'sig/client.rbs', line 4528
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4527 |
# File 'sig/client.rbs', line 4527
def last_modified_time: () -> ::Time
|
#mlflow_version ⇒ ::String
4517 |
# File 'sig/client.rbs', line 4517
def mlflow_version: () -> ::String
|
#role_arn ⇒ ::String
4518 |
# File 'sig/client.rbs', line 4518
def role_arn: () -> ::String
|
#s3_bucket_owner_account_id ⇒ ::String
4529 |
# File 'sig/client.rbs', line 4529
def s3_bucket_owner_account_id: () -> ::String
|
#s3_bucket_owner_verification ⇒ Boolean
4530 |
# File 'sig/client.rbs', line 4530
def s3_bucket_owner_verification: () -> bool
|
#tracking_server_arn ⇒ ::String
4513 |
# File 'sig/client.rbs', line 4513
def tracking_server_arn: () -> ::String
|
#tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
4520 |
# File 'sig/client.rbs', line 4520
def tracking_server_maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
#tracking_server_name ⇒ ::String
4514 |
# File 'sig/client.rbs', line 4514
def tracking_server_name: () -> ::String
|
#tracking_server_size ⇒ "Small", ...
4516 |
# File 'sig/client.rbs', line 4516
def tracking_server_size: () -> ("Small" | "Medium" | "Large")
|
#tracking_server_status ⇒ "Creating", ...
4519 |
# File 'sig/client.rbs', line 4519
def tracking_server_status: () -> ("Creating" | "Created" | "CreateFailed" | "Updating" | "Updated" | "UpdateFailed" | "Deleting" | "DeleteFailed" | "Stopping" | "Stopped" | "StopFailed" | "Starting" | "Started" | "StartFailed" | "MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
#tracking_server_url ⇒ ::String
4522 |
# File 'sig/client.rbs', line 4522
def tracking_server_url: () -> ::String
|
#weekly_maintenance_window_start ⇒ ::String
4523 |
# File 'sig/client.rbs', line 4523
def weekly_maintenance_window_start: () -> ::String
|