Class: Aws::Bedrock::Types::FoundationModelDetails

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

Overview

Information about a foundation model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customizations_supportedArray<String>

The customization that the model supports.

Returns:

  • (Array<String>)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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>)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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>)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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 model Amazon Resource Name (ARN).

Returns:

  • (String)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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 identifier.

Returns:

  • (String)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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



935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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 model name.

Returns:

  • (String)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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>)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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)


935
936
937
938
939
940
941
942
943
944
945
946
947
948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 935

class FoundationModelDetails < 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