Class: Aws::Bedrock::Types::GetCustomModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetCustomModelResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_model_arn ⇒ String
Amazon Resource Name (ARN) of the base model.
-
#creation_time ⇒ Time
Creation time of the model.
-
#customization_config ⇒ Types::CustomizationConfig
The customization configuration for the custom model.
-
#customization_type ⇒ String
The type of model customization.
-
#hyper_parameters ⇒ Hash<String,String>
Hyperparameter values associated with this model.
-
#job_arn ⇒ String
Job Amazon Resource Name (ARN) associated with this model.
-
#job_name ⇒ String
Job name associated with this model.
-
#model_arn ⇒ String
Amazon Resource Name (ARN) associated with this model.
-
#model_kms_key_arn ⇒ String
The custom model is encrypted at rest using this key.
-
#model_name ⇒ String
Model name associated with this model.
-
#output_data_config ⇒ Types::OutputDataConfig
Output data configuration associated with this custom model.
-
#training_data_config ⇒ Types::TrainingDataConfig
Contains information about the training dataset.
-
#training_metrics ⇒ Types::TrainingMetrics
Contains training metrics from the job creation.
-
#validation_data_config ⇒ Types::ValidationDataConfig
Contains information about the validation dataset.
-
#validation_metrics ⇒ Array<Types::ValidatorMetric>
The validation metrics from the job creation.
Instance Attribute Details
#base_model_arn ⇒ String
Amazon Resource Name (ARN) of the base model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Creation time of the model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#customization_config ⇒ Types::CustomizationConfig
The customization configuration for the custom model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#customization_type ⇒ String
The type of model customization.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#hyper_parameters ⇒ Hash<String,String>
Hyperparameter values associated with this model. For details on the format for different models, see Custom model hyperparameters.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
Job Amazon Resource Name (ARN) associated with this model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
Job name associated with this model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
Amazon Resource Name (ARN) associated with this model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#model_kms_key_arn ⇒ String
The custom model is encrypted at rest using this key.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
Model name associated with this model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#output_data_config ⇒ Types::OutputDataConfig
Output data configuration associated with this custom model.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#training_data_config ⇒ Types::TrainingDataConfig
Contains information about the training dataset.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#training_metrics ⇒ Types::TrainingMetrics
Contains training metrics from the job creation.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#validation_data_config ⇒ Types::ValidationDataConfig
Contains information about the validation dataset.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |
#validation_metrics ⇒ Array<Types::ValidatorMetric>
The validation metrics from the job creation.
1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1986 class GetCustomModelResponse < Struct.new( :model_arn, :model_name, :job_name, :job_arn, :base_model_arn, :customization_type, :model_kms_key_arn, :hyper_parameters, :training_data_config, :validation_data_config, :output_data_config, :training_metrics, :validation_metrics, :creation_time, :customization_config) SENSITIVE = [] include Aws::Structure end |