Class: Aws::Bedrock::Types::ModelCustomizationJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ModelCustomizationJobSummary
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Information about one customization job
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 custom model.
-
#custom_model_arn ⇒ String
Amazon Resource Name (ARN) of the custom model.
-
#custom_model_name ⇒ String
Name of the custom model.
-
#customization_type ⇒ String
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it.
-
#end_time ⇒ Time
Time that the customization job ended.
-
#job_arn ⇒ String
Amazon Resource Name (ARN) of the customization job.
-
#job_name ⇒ String
Name of the customization job.
-
#last_modified_time ⇒ Time
Time that the customization job was last modified.
-
#status ⇒ String
Status of the customization job.
-
#status_details ⇒ Types::StatusDetails
Details about the status of the data processing sub-task of the job.
Instance Attribute Details
#base_model_arn ⇒ String
Amazon Resource Name (ARN) of the base model.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Creation time of the custom model.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#custom_model_arn ⇒ String
Amazon Resource Name (ARN) of the custom model.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#custom_model_name ⇒ String
Name of the custom model.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#customization_type ⇒ String
Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
Time that the customization job ended.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
Amazon Resource Name (ARN) of the customization job.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
Name of the customization job.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Time that the customization job was last modified.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the customization job.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ Types::StatusDetails
Details about the status of the data processing sub-task of the job.
7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7542 class ModelCustomizationJobSummary < Struct.new( :job_arn, :base_model_arn, :job_name, :status, :status_details, :last_modified_time, :creation_time, :end_time, :custom_model_arn, :custom_model_name, :customization_type) SENSITIVE = [] include Aws::Structure end |