Class: Aws::Types::AIRecommendationOutputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mlflow_configTypes::AIMlflowConfig

Returns the value of attribute mlflow_config.



216
217
218
# File 'sig/types.rbs', line 216

def mlflow_config
  @mlflow_config
end

#model_package_group_identifier::String

Returns the value of attribute model_package_group_identifier.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def model_package_group_identifier
  @model_package_group_identifier
end

#s3_output_location::String

Returns the value of attribute s3_output_location.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def s3_output_location
  @s3_output_location
end