Class: Aws::Bedrock::Types::InferenceProfileModel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Contains information about a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_arnString

The Amazon Resource Name (ARN) of the model.

Returns:

  • (String)


9765
9766
9767
9768
9769
# File 'lib/aws-sdk-bedrock/types.rb', line 9765

class InferenceProfileModel < Struct.new(
  :model_arn)
  SENSITIVE = []
  include Aws::Structure
end