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:



12330
12331
12332
# File 'sig/types.rbs', line 12330

def artifact_store_uri
  @artifact_store_uri
end

#automatic_model_registrationBoolean

Returns the value of attribute automatic_model_registration.

Returns:



12332
12333
12334
# File 'sig/types.rbs', line 12332

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:



12334
12335
12336
# File 'sig/types.rbs', line 12334

def 
  
end

#s3_bucket_owner_verificationBoolean

Returns the value of attribute s3_bucket_owner_verification.

Returns:



12335
12336
12337
# File 'sig/types.rbs', line 12335

def s3_bucket_owner_verification
  @s3_bucket_owner_verification
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:



12329
12330
12331
# File 'sig/types.rbs', line 12329

def tracking_server_name
  @tracking_server_name
end

#tracking_server_size"Small", ...

Returns the value of attribute tracking_server_size.

Returns:



12331
12332
12333
# File 'sig/types.rbs', line 12331

def tracking_server_size
  @tracking_server_size
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:



12333
12334
12335
# File 'sig/types.rbs', line 12333

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end