Class: Aws::Types::ModelPackage
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_inference_specifications ⇒ ::Array[Types::AdditionalInferenceSpecificationDefinition]
Returns the value of attribute additional_inference_specifications.
-
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
-
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#drift_check_baselines ⇒ Types::DriftCheckBaselines
Returns the value of attribute drift_check_baselines.
-
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
-
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
-
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
-
#model_metrics ⇒ Types::ModelMetrics
Returns the value of attribute model_metrics.
-
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
-
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
-
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
-
#model_package_status ⇒ "Pending", ...
Returns the value of attribute model_package_status.
-
#model_package_status_details ⇒ Types::ModelPackageStatusDetails
Returns the value of attribute model_package_status_details.
-
#model_package_version ⇒ ::Integer
Returns the value of attribute model_package_version.
-
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
-
#security_config ⇒ Types::ModelPackageSecurityConfig
Returns the value of attribute security_config.
-
#skip_model_validation ⇒ "All", "None"
Returns the value of attribute skip_model_validation.
-
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Returns the value of attribute source_algorithm_specification.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task ⇒ ::String
Returns the value of attribute task.
-
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Returns the value of attribute validation_specification.
Instance Attribute Details
#additional_inference_specifications ⇒ ::Array[Types::AdditionalInferenceSpecificationDefinition]
Returns the value of attribute additional_inference_specifications.
9066 9067 9068 |
# File 'sig/types.rbs', line 9066 def additional_inference_specifications @additional_inference_specifications end |
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
9062 9063 9064 |
# File 'sig/types.rbs', line 9062 def approval_description @approval_description end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
9055 9056 9057 |
# File 'sig/types.rbs', line 9055 def certify_for_marketplace @certify_for_marketplace end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
9057 9058 9059 |
# File 'sig/types.rbs', line 9057 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9049 9050 9051 |
# File 'sig/types.rbs', line 9049 def creation_time @creation_time end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
9072 9073 9074 |
# File 'sig/types.rbs', line 9072 def @customer_metadata_properties end |
#domain ⇒ ::String
Returns the value of attribute domain.
9063 9064 9065 |
# File 'sig/types.rbs', line 9063 def domain @domain end |
#drift_check_baselines ⇒ Types::DriftCheckBaselines
Returns the value of attribute drift_check_baselines.
9073 9074 9075 |
# File 'sig/types.rbs', line 9073 def drift_check_baselines @drift_check_baselines end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
9050 9051 9052 |
# File 'sig/types.rbs', line 9050 def inference_specification @inference_specification end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
9061 9062 9063 |
# File 'sig/types.rbs', line 9061 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9060 9061 9062 |
# File 'sig/types.rbs', line 9060 def last_modified_time @last_modified_time end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
9058 9059 9060 |
# File 'sig/types.rbs', line 9058 def @metadata_properties end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
9056 9057 9058 |
# File 'sig/types.rbs', line 9056 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
9069 9070 9071 |
# File 'sig/types.rbs', line 9069 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
9070 9071 9072 |
# File 'sig/types.rbs', line 9070 def model_life_cycle @model_life_cycle end |
#model_metrics ⇒ Types::ModelMetrics
Returns the value of attribute model_metrics.
9059 9060 9061 |
# File 'sig/types.rbs', line 9059 def model_metrics @model_metrics end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
9047 9048 9049 |
# File 'sig/types.rbs', line 9047 def model_package_arn @model_package_arn end |
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
9048 9049 9050 |
# File 'sig/types.rbs', line 9048 def model_package_description @model_package_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9044 9045 9046 |
# File 'sig/types.rbs', line 9044 def model_package_group_name @model_package_group_name end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
9043 9044 9045 |
# File 'sig/types.rbs', line 9043 def model_package_name @model_package_name end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
9046 9047 9048 |
# File 'sig/types.rbs', line 9046 def model_package_registration_type @model_package_registration_type end |
#model_package_status ⇒ "Pending", ...
Returns the value of attribute model_package_status.
9053 9054 9055 |
# File 'sig/types.rbs', line 9053 def model_package_status @model_package_status end |
#model_package_status_details ⇒ Types::ModelPackageStatusDetails
Returns the value of attribute model_package_status_details.
9054 9055 9056 |
# File 'sig/types.rbs', line 9054 def model_package_status_details @model_package_status_details end |
#model_package_version ⇒ ::Integer
Returns the value of attribute model_package_version.
9045 9046 9047 |
# File 'sig/types.rbs', line 9045 def model_package_version @model_package_version end |
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
9065 9066 9067 |
# File 'sig/types.rbs', line 9065 def sample_payload_url @sample_payload_url end |
#security_config ⇒ Types::ModelPackageSecurityConfig
Returns the value of attribute security_config.
9068 9069 9070 |
# File 'sig/types.rbs', line 9068 def security_config @security_config end |
#skip_model_validation ⇒ "All", "None"
Returns the value of attribute skip_model_validation.
9074 9075 9076 |
# File 'sig/types.rbs', line 9074 def skip_model_validation @skip_model_validation end |
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Returns the value of attribute source_algorithm_specification.
9051 9052 9053 |
# File 'sig/types.rbs', line 9051 def source_algorithm_specification @source_algorithm_specification end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
9067 9068 9069 |
# File 'sig/types.rbs', line 9067 def source_uri @source_uri end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9071 9072 9073 |
# File 'sig/types.rbs', line 9071 def @tags end |
#task ⇒ ::String
Returns the value of attribute task.
9064 9065 9066 |
# File 'sig/types.rbs', line 9064 def task @task end |
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Returns the value of attribute validation_specification.
9052 9053 9054 |
# File 'sig/types.rbs', line 9052 def validation_specification @validation_specification end |