Class: Aws::Types::SageMakerModelRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute recommended_batch_transform_instance_type.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def recommended_batch_transform_instance_type
  @recommended_batch_transform_instance_type
end

Returns the value of attribute recommended_realtime_inference_instance_type.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def recommended_realtime_inference_instance_type
  @recommended_realtime_inference_instance_type
end