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:

  • (::String)


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

def artifact_store_uri
  @artifact_store_uri
end

#automatic_model_registrationBoolean

Returns the value of attribute automatic_model_registration.

Returns:

  • (Boolean)


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

def automatic_model_registration
  @automatic_model_registration
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


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

def mlflow_version
  @mlflow_version
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#s3_bucket_owner_account_id::String

Returns the value of attribute s3_bucket_owner_account_id.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def 
  @s3_bucket_owner_account_id
end

#s3_bucket_owner_verificationBoolean

Returns the value of attribute s3_bucket_owner_verification.

Returns:

  • (Boolean)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def s3_bucket_owner_verification
  @s3_bucket_owner_verification
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:

  • (::String)


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

def tracking_server_name
  @tracking_server_name
end

#tracking_server_size"Small", ...

Returns the value of attribute tracking_server_size.

Returns:

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


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

def tracking_server_size
  @tracking_server_size
end

#weekly_maintenance_window_start::String

Returns the value of attribute weekly_maintenance_window_start.

Returns:

  • (::String)


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

def weekly_maintenance_window_start
  @weekly_maintenance_window_start
end