Class: Aws::MachineLearning::Types::GetMLModelInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ml_model_idString

The ID assigned to the MLModel at creation.

Returns:

  • (String)


2151
2152
2153
2154
2155
2156
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2151

class GetMLModelInput < Struct.new(
  :ml_model_id,
  :verbose)
  SENSITIVE = []
  include Aws::Structure
end

#verboseBoolean

Specifies whether the GetMLModel operation should return Recipe.

If true, Recipe is returned.

If false, Recipe is not returned.

Returns:

  • (Boolean)


2151
2152
2153
2154
2155
2156
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2151

class GetMLModelInput < Struct.new(
  :ml_model_id,
  :verbose)
  SENSITIVE = []
  include Aws::Structure
end