Class: Aws::Types::CreateMlflowTrackingServerRequest

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:



2477
2478
2479
# File 'sig/types.rbs', line 2477

def artifact_store_uri
  @artifact_store_uri
end

#automatic_model_registrationBoolean

Returns the value of attribute automatic_model_registration.

Returns:



2481
2482
2483
# File 'sig/types.rbs', line 2481

def automatic_model_registration
  @automatic_model_registration
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:



2479
2480
2481
# File 'sig/types.rbs', line 2479

def mlflow_version
  @mlflow_version
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



2480
2481
2482
# File 'sig/types.rbs', line 2480

def role_arn
  @role_arn
end

#s3_bucket_owner_account_id::String

Returns the value of attribute s3_bucket_owner_account_id.

Returns:



2484
2485
2486
# File 'sig/types.rbs', line 2484

def 
  
end

#s3_bucket_owner_verificationBoolean

Returns the value of attribute s3_bucket_owner_verification.

Returns:



2485
2486
2487
# File 'sig/types.rbs', line 2485

def s3_bucket_owner_verification
  @s3_bucket_owner_verification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2483
2484
2485
# File 'sig/types.rbs', line 2483

def tags
  @tags
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:



2476
2477
2478
# File 'sig/types.rbs', line 2476

def tracking_server_name
  @tracking_server_name
end

#tracking_server_size"Small", ...

Returns the value of attribute tracking_server_size.

Returns:



2478
2479
2480
# File 'sig/types.rbs', line 2478

def tracking_server_size
  @tracking_server_size
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:



2482
2483
2484
# File 'sig/types.rbs', line 2482

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end