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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


3328
3329
3330
3331
3332
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3328

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