Class: Aws::Bedrock::Types::FoundationModelSummary

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

Overview

Summary information for a foundation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customizations_supportedArray<String>

Whether the model supports fine-tuning or continual pre-training.

Returns:

  • (Array<String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#inference_types_supportedArray<String>

The inference types that the model supports.

Returns:

  • (Array<String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#input_modalitiesArray<String>

The input modalities that the model supports.

Returns:

  • (Array<String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) of the foundation model.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#model_idString

The model ID of the foundation model.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#model_lifecycleTypes::FoundationModelLifecycle

Contains details about whether a model version is available or deprecated.



1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#output_modalitiesArray<String>

The output modalities that the model supports.

Returns:

  • (Array<String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The model's provider name.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#response_streaming_supportedBoolean

Indicates whether the model supports streaming.

Returns:

  • (Boolean)


1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1010

class FoundationModelSummary < Struct.new(
  :model_arn,
  :model_id,
  :model_name,
  :provider_name,
  :input_modalities,
  :output_modalities,
  :response_streaming_supported,
  :customizations_supported,
  :inference_types_supported,
  :model_lifecycle)
  SENSITIVE = []
  include Aws::Structure
end