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
4486 |
# File 'sig/client.rbs', line 4486
def artifact_store_uri: () -> ::String
|
#automatic_model_registration ⇒ Boolean
4495 |
# File 'sig/client.rbs', line 4495
def automatic_model_registration: () -> bool
|
#created_by ⇒ Types::UserContext
4497 |
# File 'sig/client.rbs', line 4497
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4496 |
# File 'sig/client.rbs', line 4496
def creation_time: () -> ::Time
|
#is_active ⇒ "Active", "Inactive"
4492 |
# File 'sig/client.rbs', line 4492
def is_active: () -> ("Active" | "Inactive")
|
#last_modified_by ⇒ Types::UserContext
4499 |
# File 'sig/client.rbs', line 4499
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4498 |
# File 'sig/client.rbs', line 4498
def last_modified_time: () -> ::Time
|
#mlflow_version ⇒ ::String
4488 |
# File 'sig/client.rbs', line 4488
def mlflow_version: () -> ::String
|
#role_arn ⇒ ::String
4489 |
# File 'sig/client.rbs', line 4489
def role_arn: () -> ::String
|
#s3_bucket_owner_account_id ⇒ ::String
4500 |
# File 'sig/client.rbs', line 4500
def s3_bucket_owner_account_id: () -> ::String
|
#s3_bucket_owner_verification ⇒ Boolean
4501 |
# File 'sig/client.rbs', line 4501
def s3_bucket_owner_verification: () -> bool
|
#tracking_server_arn ⇒ ::String
4484 |
# File 'sig/client.rbs', line 4484
def tracking_server_arn: () -> ::String
|
#tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
4491 |
# File 'sig/client.rbs', line 4491
def tracking_server_maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
#tracking_server_name ⇒ ::String
4485 |
# File 'sig/client.rbs', line 4485
def tracking_server_name: () -> ::String
|
#tracking_server_size ⇒ "Small", ...
4487 |
# File 'sig/client.rbs', line 4487
def tracking_server_size: () -> ("Small" | "Medium" | "Large")
|
#tracking_server_status ⇒ "Creating", ...
4490 |
# File 'sig/client.rbs', line 4490
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
4493 |
# File 'sig/client.rbs', line 4493
def tracking_server_url: () -> ::String
|
#weekly_maintenance_window_start ⇒ ::String
4494 |
# File 'sig/client.rbs', line 4494
def weekly_maintenance_window_start: () -> ::String
|