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


2464
2465
2466
# File 'sig/types.rbs', line 2464

def 
  @account_default_status
end

#artifact_store_uri::String

Returns the value of attribute artifact_store_uri.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

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


2465
2466
2467
# File 'sig/types.rbs', line 2465

def default_domain_id_list
  @default_domain_id_list
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2461
2462
2463
# File 'sig/types.rbs', line 2461

def kms_key_id
  @kms_key_id
end

#model_registration_mode"AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"

Returns the value of attribute model_registration_mode.

Returns:

  • ("AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled")


2462
2463
2464
# File 'sig/types.rbs', line 2462

def model_registration_mode
  @model_registration_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2466
2467
2468
# File 'sig/types.rbs', line 2466

def tags
  @tags
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


2463
2464
2465
# File 'sig/types.rbs', line 2463

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end