Class: Aws::Types::RecommendationJobInferenceBenchmark

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.



10359
10360
10361
# File 'sig/types.rbs', line 10359

def endpoint_configuration
  @endpoint_configuration
end

#endpoint_metricsTypes::InferenceMetrics

Returns the value of attribute endpoint_metrics.



10358
10359
10360
# File 'sig/types.rbs', line 10358

def endpoint_metrics
  @endpoint_metrics
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


10361
10362
10363
# File 'sig/types.rbs', line 10361

def failure_reason
  @failure_reason
end

#invocation_end_time::Time

Returns the value of attribute invocation_end_time.

Returns:

  • (::Time)


10362
10363
10364
# File 'sig/types.rbs', line 10362

def invocation_end_time
  @invocation_end_time
end

#invocation_start_time::Time

Returns the value of attribute invocation_start_time.

Returns:

  • (::Time)


10363
10364
10365
# File 'sig/types.rbs', line 10363

def invocation_start_time
  @invocation_start_time
end

#metricsTypes::RecommendationMetrics

Returns the value of attribute metrics.



10357
10358
10359
# File 'sig/types.rbs', line 10357

def metrics
  @metrics
end

#model_configurationTypes::ModelConfiguration

Returns the value of attribute model_configuration.



10360
10361
10362
# File 'sig/types.rbs', line 10360

def model_configuration
  @model_configuration
end