Class: Aws::Types::AIRecommendationModelDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_specification_name::String

Returns the value of attribute inference_specification_name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def inference_specification_name
  @inference_specification_name
end

#instance_details::Array[Types::AIRecommendationInstanceDetail]

Returns the value of attribute instance_details.



203
204
205
# File 'sig/types.rbs', line 203

def instance_details
  @instance_details
end

#model_package_arn::String

Returns the value of attribute model_package_arn.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def model_package_arn
  @model_package_arn
end