class Aws::MachineLearning::Types::GetMLModelInput

@note When making an API call, you may pass GetMLModelInput

data as a hash:

    {
      ml_model_id: "EntityId", # required
      verbose: false,
    }

@!attribute [rw] ml_model_id

The ID assigned to the `MLModel` at creation.
@return [String]

@!attribute [rw] verbose

Specifies whether the `GetMLModel` operation should return `Recipe`.

If true, `Recipe` is returned.

If false, `Recipe` is not returned.
@return [Boolean]

Constants

SENSITIVE