Class: Aws::Types::DescribeMlflowAppResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_default_status"ENABLED", "DISABLED"

Returns the value of attribute account_default_status.

Returns:

  • ("ENABLED", "DISABLED")


4651
4652
4653
# File 'sig/types.rbs', line 4651

def 
  @account_default_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4644
4645
4646
# File 'sig/types.rbs', line 4644

def arn
  @arn
end

#artifact_store_uri::String

Returns the value of attribute artifact_store_uri.

Returns:

  • (::String)


4646
4647
4648
# File 'sig/types.rbs', line 4646

def artifact_store_uri
  @artifact_store_uri
end

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



4654
4655
4656
# File 'sig/types.rbs', line 4654

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4653
4654
4655
# File 'sig/types.rbs', line 4653

def creation_time
  @creation_time
end

#default_domain_id_list::Array[::String]

Returns the value of attribute default_domain_id_list.

Returns:

  • (::Array[::String])


4652
4653
4654
# File 'sig/types.rbs', line 4652

def default_domain_id_list
  @default_domain_id_list
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4656
4657
4658
# File 'sig/types.rbs', line 4656

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4655
4656
4657
# File 'sig/types.rbs', line 4655

def last_modified_time
  @last_modified_time
end

#maintenance_status"MaintenanceInProgress", ...

Returns the value of attribute maintenance_status.

Returns:

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


4658
4659
4660
# File 'sig/types.rbs', line 4658

def maintenance_status
  @maintenance_status
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


4647
4648
4649
# File 'sig/types.rbs', line 4647

def mlflow_version
  @mlflow_version
end

#model_registration_mode"AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"

Returns the value of attribute model_registration_mode.

Returns:

  • ("AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled")


4650
4651
4652
# File 'sig/types.rbs', line 4650

def model_registration_mode
  @model_registration_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4645
4646
4647
# File 'sig/types.rbs', line 4645

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4648
4649
4650
# File 'sig/types.rbs', line 4648

def role_arn
  @role_arn
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Deleted")


4649
4650
4651
# File 'sig/types.rbs', line 4649

def status
  @status
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


4657
4658
4659
# File 'sig/types.rbs', line 4657

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end