Class: Aws::Types::InferenceRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_configurationTypes::EndpointOutputConfiguration

Returns the value of attribute endpoint_configuration.



6697
6698
6699
# File 'sig/types.rbs', line 6697

def endpoint_configuration
  @endpoint_configuration
end

#invocation_end_time::Time

Returns the value of attribute invocation_end_time.

Returns:

  • (::Time)


6699
6700
6701
# File 'sig/types.rbs', line 6699

def invocation_end_time
  @invocation_end_time
end

#invocation_start_time::Time

Returns the value of attribute invocation_start_time.

Returns:

  • (::Time)


6700
6701
6702
# File 'sig/types.rbs', line 6700

def invocation_start_time
  @invocation_start_time
end

#metricsTypes::RecommendationMetrics

Returns the value of attribute metrics.



6696
6697
6698
# File 'sig/types.rbs', line 6696

def metrics
  @metrics
end

#model_configurationTypes::ModelConfiguration

Returns the value of attribute model_configuration.



6698
6699
6700
# File 'sig/types.rbs', line 6698

def model_configuration
  @model_configuration
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


6695
6696
6697
# File 'sig/types.rbs', line 6695

def recommendation_id
  @recommendation_id
end