Class: Aws::Types::BedrockModelSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_prompt ⇒ ::String

Returns the value of attribute custom_prompt.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def custom_prompt
  @custom_prompt
end

#guardrail ⇒ Types::BedrockGuardrailConfiguration

Returns the value of attribute guardrail.



376
377
378
# File 'sig/types.rbs', line 376

def guardrail
  @guardrail
end

#model_arn ⇒ ::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def model_arn
  @model_arn
end

#trace_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute trace_status.

Returns:

  • ("ENABLED", "DISABLED")


377
378
379
# File 'sig/types.rbs', line 377

def trace_status
  @trace_status
end