Class: Aws::Bedrock::Types::ModelCustomizationJobSummary

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

Overview

Information about one customization job

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_arnString

Amazon Resource Name (ARN) of the base model.

Returns:

  • (String)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_timeTime

Creation time of the custom model.

Returns:

  • (Time)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_arnString

Amazon Resource Name (ARN) of the custom model.

Returns:

  • (String)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_nameString

Name of the custom model.

Returns:

  • (String)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_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)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_timeTime

Time that the customization job ended.

Returns:

  • (Time)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_arnString

Amazon Resource Name (ARN) of the customization job.

Returns:

  • (String)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_nameString

Name of the customization job.

Returns:

  • (String)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_timeTime

Time that the customization job was last modified.

Returns:

  • (Time)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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

#statusString

Status of the customization job.

Returns:

  • (String)


11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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_detailsTypes::StatusDetails

Details about the status of the data processing sub-task of the job.



11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
# File 'lib/aws-sdk-bedrock/types.rb', line 11835

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