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
4470 |
# File 'sig/client.rbs', line 4470
def artifact_store_uri: () -> ::String
|
#automatic_model_registration ⇒ Boolean
4479 |
# File 'sig/client.rbs', line 4479
def automatic_model_registration: () -> bool
|
#created_by ⇒ Types::UserContext
4481 |
# File 'sig/client.rbs', line 4481
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
4480 |
# File 'sig/client.rbs', line 4480
def creation_time: () -> ::Time
|
#is_active ⇒ "Active", "Inactive"
4476 |
# File 'sig/client.rbs', line 4476
def is_active: () -> ("Active" | "Inactive")
|
#last_modified_by ⇒ Types::UserContext
4483 |
# File 'sig/client.rbs', line 4483
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
4482 |
# File 'sig/client.rbs', line 4482
def last_modified_time: () -> ::Time
|
#mlflow_version ⇒ ::String
4472 |
# File 'sig/client.rbs', line 4472
def mlflow_version: () -> ::String
|
#role_arn ⇒ ::String
4473 |
# File 'sig/client.rbs', line 4473
def role_arn: () -> ::String
|
#s3_bucket_owner_account_id ⇒ ::String
4484 |
# File 'sig/client.rbs', line 4484
def s3_bucket_owner_account_id: () -> ::String
|
#s3_bucket_owner_verification ⇒ Boolean
4485 |
# File 'sig/client.rbs', line 4485
def s3_bucket_owner_verification: () -> bool
|
#tracking_server_arn ⇒ ::String
4468 |
# File 'sig/client.rbs', line 4468
def tracking_server_arn: () -> ::String
|
#tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
4475 |
# File 'sig/client.rbs', line 4475
def tracking_server_maintenance_status: () -> ("MaintenanceInProgress" | "MaintenanceComplete" | "MaintenanceFailed")
|
#tracking_server_name ⇒ ::String
4469 |
# File 'sig/client.rbs', line 4469
def tracking_server_name: () -> ::String
|
#tracking_server_size ⇒ "Small", ...
4471 |
# File 'sig/client.rbs', line 4471
def tracking_server_size: () -> ("Small" | "Medium" | "Large")
|
#tracking_server_status ⇒ "Creating", ...
4474 |
# File 'sig/client.rbs', line 4474
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
4477 |
# File 'sig/client.rbs', line 4477
def tracking_server_url: () -> ::String
|
#weekly_maintenance_window_start ⇒ ::String
4478 |
# File 'sig/client.rbs', line 4478
def weekly_maintenance_window_start: () -> ::String
|