Class: Aws::Types::MlflowConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mlflow_experiment_name::String

Returns the value of attribute mlflow_experiment_name.

Returns:

  • (::String)


8766
8767
8768
# File 'sig/types.rbs', line 8766

def mlflow_experiment_name
  @mlflow_experiment_name
end

#mlflow_resource_arn::String

Returns the value of attribute mlflow_resource_arn.

Returns:

  • (::String)


8765
8766
8767
# File 'sig/types.rbs', line 8765

def mlflow_resource_arn
  @mlflow_resource_arn
end

#mlflow_run_name::String

Returns the value of attribute mlflow_run_name.

Returns:

  • (::String)


8767
8768
8769
# File 'sig/types.rbs', line 8767

def mlflow_run_name
  @mlflow_run_name
end