Class: Aws::Types::EvaluationBedrockModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:inference_params])

Instance Attribute Summary collapse

Instance Attribute Details

#inference_params::String

Returns the value of attribute inference_params.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def inference_params
  @inference_params
end

#model_identifier::String

Returns the value of attribute model_identifier.

Returns:

  • (::String)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def model_identifier
  @model_identifier
end

#performance_configTypes::PerformanceConfiguration

Returns the value of attribute performance_config.



1446
1447
1448
# File 'sig/types.rbs', line 1446

def performance_config
  @performance_config
end