Class: Aws::Bedrock::Types::ListFoundationModelsRequest

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

#by_customization_typeString

Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2500

class ListFoundationModelsRequest < Struct.new(
  :by_provider,
  :by_customization_type,
  :by_output_modality,
  :by_inference_type)
  SENSITIVE = []
  include Aws::Structure
end

#by_inference_typeString

Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2500

class ListFoundationModelsRequest < Struct.new(
  :by_provider,
  :by_customization_type,
  :by_output_modality,
  :by_inference_type)
  SENSITIVE = []
  include Aws::Structure
end

#by_output_modalityString

Return models that support the output modality that you specify.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2500

class ListFoundationModelsRequest < Struct.new(
  :by_provider,
  :by_customization_type,
  :by_output_modality,
  :by_inference_type)
  SENSITIVE = []
  include Aws::Structure
end

#by_providerString

Return models belonging to the model provider that you specify.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
2506
2507
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2500

class ListFoundationModelsRequest < Struct.new(
  :by_provider,
  :by_customization_type,
  :by_output_modality,
  :by_inference_type)
  SENSITIVE = []
  include Aws::Structure
end