Class: Aws::Bedrock::Types::CustomModelSummary

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

Overview

Summary information for a custom model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_arnString

The base model Amazon Resource Name (ARN).

Returns:

  • (String)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#base_model_nameString

The base model name.

Returns:

  • (String)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

Creation time of the model.

Returns:

  • (Time)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#customization_typeString

Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

Returns:

  • (String)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

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

Returns:

  • (String)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the custom model.

Returns:

  • (String)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

The unique identifier of the account that owns the model.

Returns:

  • (String)


865
866
867
868
869
870
871
872
873
874
875
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 865

class CustomModelSummary < Struct.new(
  :model_arn,
  :model_name,
  :creation_time,
  :base_model_arn,
  :base_model_name,
  :customization_type,
  :owner_account_id)
  SENSITIVE = []
  include Aws::Structure
end