Class: Aws::Types::UpdateMlflowAppRequest

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")


12258
12259
12260
# File 'sig/types.rbs', line 12258

def 
  @account_default_status
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12252
12253
12254
# File 'sig/types.rbs', line 12252

def arn
  @arn
end

#artifact_store_uri::String

Returns the value of attribute artifact_store_uri.

Returns:

  • (::String)


12254
12255
12256
# File 'sig/types.rbs', line 12254

def artifact_store_uri
  @artifact_store_uri
end

#default_domain_id_list::Array[::String]

Returns the value of attribute default_domain_id_list.

Returns:

  • (::Array[::String])


12257
12258
12259
# File 'sig/types.rbs', line 12257

def default_domain_id_list
  @default_domain_id_list
end

#model_registration_mode"AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"

Returns the value of attribute model_registration_mode.

Returns:

  • ("AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled")


12255
12256
12257
# File 'sig/types.rbs', line 12255

def model_registration_mode
  @model_registration_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12253
12254
12255
# File 'sig/types.rbs', line 12253

def name
  @name
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


12256
12257
12258
# File 'sig/types.rbs', line 12256

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end