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:



4688
4689
4690
# File 'sig/types.rbs', line 4688

def artifact_store_uri
  @artifact_store_uri
end

#automatic_model_registrationBoolean

Returns the value of attribute automatic_model_registration.

Returns:



4697
4698
4699
# File 'sig/types.rbs', line 4697

def automatic_model_registration
  @automatic_model_registration
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4699
4700
4701
# File 'sig/types.rbs', line 4699

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



4698
4699
4700
# File 'sig/types.rbs', line 4698

def creation_time
  @creation_time
end

#is_active"Active", "Inactive"

Returns the value of attribute is_active.

Returns:



4694
4695
4696
# File 'sig/types.rbs', line 4694

def is_active
  @is_active
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4701
4702
4703
# File 'sig/types.rbs', line 4701

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



4700
4701
4702
# File 'sig/types.rbs', line 4700

def last_modified_time
  @last_modified_time
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:



4690
4691
4692
# File 'sig/types.rbs', line 4690

def mlflow_version
  @mlflow_version
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



4691
4692
4693
# File 'sig/types.rbs', line 4691

def role_arn
  @role_arn
end

#s3_bucket_owner_account_id::String

Returns the value of attribute s3_bucket_owner_account_id.

Returns:



4702
4703
4704
# File 'sig/types.rbs', line 4702

def 
  
end

#s3_bucket_owner_verificationBoolean

Returns the value of attribute s3_bucket_owner_verification.

Returns:



4703
4704
4705
# File 'sig/types.rbs', line 4703

def s3_bucket_owner_verification
  @s3_bucket_owner_verification
end

#tracking_server_arn::String

Returns the value of attribute tracking_server_arn.

Returns:



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

def tracking_server_arn
  @tracking_server_arn
end

#tracking_server_maintenance_status"MaintenanceInProgress", ...

Returns the value of attribute tracking_server_maintenance_status.

Returns:



4693
4694
4695
# File 'sig/types.rbs', line 4693

def tracking_server_maintenance_status
  @tracking_server_maintenance_status
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:



4687
4688
4689
# File 'sig/types.rbs', line 4687

def tracking_server_name
  @tracking_server_name
end

#tracking_server_size"Small", ...

Returns the value of attribute tracking_server_size.

Returns:



4689
4690
4691
# File 'sig/types.rbs', line 4689

def tracking_server_size
  @tracking_server_size
end

#tracking_server_status"Creating", ...

Returns the value of attribute tracking_server_status.

Returns:



4692
4693
4694
# File 'sig/types.rbs', line 4692

def tracking_server_status
  @tracking_server_status
end

#tracking_server_url::String

Returns the value of attribute tracking_server_url.

Returns:



4695
4696
4697
# File 'sig/types.rbs', line 4695

def tracking_server_url
  @tracking_server_url
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:



4696
4697
4698
# File 'sig/types.rbs', line 4696

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end