Class: Aws::Bedrock::Types::GetInferenceProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time at which the inference profile was created.

Returns:

  • (Time)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the inference profile.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#inference_profile_arnString

The Amazon Resource Name (ARN) of the inference profile.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#inference_profile_idString

The unique identifier of the inference profile.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#inference_profile_nameString

The name of the inference profile.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#modelsArray<Types::InferenceProfileModel>

A list of information about each model in the inference profile.

Returns:



1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the inference profile. ACTIVE means that the inference profile is available to use.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the inference profile was last updated.

Returns:

  • (Time)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1786

class GetInferenceProfileResponse < Struct.new(
  :inference_profile_name,
  :models,
  :description,
  :created_at,
  :updated_at,
  :inference_profile_arn,
  :inference_profile_id,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end