Class: Aws::Types::CreateMlflowAppRequest

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


2448
2449
2450
# File 'sig/types.rbs', line 2448

def 
  @account_default_status
end

#artifact_store_uri::String

Returns the value of attribute artifact_store_uri.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

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


2449
2450
2451
# File 'sig/types.rbs', line 2449

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


2446
2447
2448
# File 'sig/types.rbs', line 2446

def model_registration_mode
  @model_registration_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2450
2451
2452
# File 'sig/types.rbs', line 2450

def tags
  @tags
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end