Class: Aws::Bedrock::Types::CreateInferenceProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_profile_arnString

The ARN of the inference profile that you created.

Returns:

  • (String)


586
587
588
589
590
591
# File 'lib/aws-sdk-bedrock/types.rb', line 586

class CreateInferenceProfileResponse < Struct.new(
  :inference_profile_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the inference profile. ‘ACTIVE` means that the inference profile is ready to be used.

Returns:

  • (String)


586
587
588
589
590
591
# File 'lib/aws-sdk-bedrock/types.rb', line 586

class CreateInferenceProfileResponse < Struct.new(
  :inference_profile_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end