Class: Aws::Types::UpdateMlflowTrackingServerRequest

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:

  • (::String)


12246
12247
12248
# File 'sig/types.rbs', line 12246

def artifact_store_uri
  @artifact_store_uri
end

#automatic_model_registrationBoolean

Returns the value of attribute automatic_model_registration.

Returns:

  • (Boolean)


12248
12249
12250
# File 'sig/types.rbs', line 12248

def automatic_model_registration
  @automatic_model_registration
end

#s3_bucket_owner_account_id::String

Returns the value of attribute s3_bucket_owner_account_id.

Returns:

  • (::String)


12250
12251
12252
# File 'sig/types.rbs', line 12250

def 
  @s3_bucket_owner_account_id
end

#s3_bucket_owner_verificationBoolean

Returns the value of attribute s3_bucket_owner_verification.

Returns:

  • (Boolean)


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

def s3_bucket_owner_verification
  @s3_bucket_owner_verification
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:

  • (::String)


12245
12246
12247
# File 'sig/types.rbs', line 12245

def tracking_server_name
  @tracking_server_name
end

#tracking_server_size"Small", ...

Returns the value of attribute tracking_server_size.

Returns:

  • ("Small", "Medium", "Large")


12247
12248
12249
# File 'sig/types.rbs', line 12247

def tracking_server_size
  @tracking_server_size
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


12249
12250
12251
# File 'sig/types.rbs', line 12249

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end