Class: Aws::Types::DescribeMlflowTrackingServerResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_store_uri::String

Returns the value of attribute artifact_store_uri.

Returns:

  • (::String)


4670
4671
4672
# File 'sig/types.rbs', line 4670

def artifact_store_uri
  @artifact_store_uri
end

#automatic_model_registrationBoolean

Returns the value of attribute automatic_model_registration.

Returns:

  • (Boolean)


4679
4680
4681
# File 'sig/types.rbs', line 4679

def automatic_model_registration
  @automatic_model_registration
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4681
4682
4683
# File 'sig/types.rbs', line 4681

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4680
4681
4682
# File 'sig/types.rbs', line 4680

def creation_time
  @creation_time
end

#is_active"Active", "Inactive"

Returns the value of attribute is_active.

Returns:

  • ("Active", "Inactive")


4676
4677
4678
# File 'sig/types.rbs', line 4676

def is_active
  @is_active
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4683
4684
4685
# File 'sig/types.rbs', line 4683

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4682
4683
4684
# File 'sig/types.rbs', line 4682

def last_modified_time
  @last_modified_time
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


4672
4673
4674
# File 'sig/types.rbs', line 4672

def mlflow_version
  @mlflow_version
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4673
4674
4675
# File 'sig/types.rbs', line 4673

def role_arn
  @role_arn
end

#s3_bucket_owner_account_id::String

Returns the value of attribute s3_bucket_owner_account_id.

Returns:

  • (::String)


4684
4685
4686
# File 'sig/types.rbs', line 4684

def 
  @s3_bucket_owner_account_id
end

#s3_bucket_owner_verificationBoolean

Returns the value of attribute s3_bucket_owner_verification.

Returns:

  • (Boolean)


4685
4686
4687
# File 'sig/types.rbs', line 4685

def s3_bucket_owner_verification
  @s3_bucket_owner_verification
end

#tracking_server_arn::String

Returns the value of attribute tracking_server_arn.

Returns:

  • (::String)


4668
4669
4670
# File 'sig/types.rbs', line 4668

def tracking_server_arn
  @tracking_server_arn
end

#tracking_server_maintenance_status"MaintenanceInProgress", ...

Returns the value of attribute tracking_server_maintenance_status.

Returns:

  • ("MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed")


4675
4676
4677
# File 'sig/types.rbs', line 4675

def tracking_server_maintenance_status
  @tracking_server_maintenance_status
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:

  • (::String)


4669
4670
4671
# File 'sig/types.rbs', line 4669

def tracking_server_name
  @tracking_server_name
end

#tracking_server_size"Small", ...

Returns the value of attribute tracking_server_size.

Returns:

  • ("Small", "Medium", "Large")


4671
4672
4673
# File 'sig/types.rbs', line 4671

def tracking_server_size
  @tracking_server_size
end

#tracking_server_status"Creating", ...

Returns the value of attribute tracking_server_status.

Returns:

  • ("Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Stopping", "Stopped", "StopFailed", "Starting", "Started", "StartFailed", "MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed")


4674
4675
4676
# File 'sig/types.rbs', line 4674

def tracking_server_status
  @tracking_server_status
end

#tracking_server_url::String

Returns the value of attribute tracking_server_url.

Returns:

  • (::String)


4677
4678
4679
# File 'sig/types.rbs', line 4677

def tracking_server_url
  @tracking_server_url
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


4678
4679
4680
# File 'sig/types.rbs', line 4678

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end