Class: Aws::Types::DescribeModelPackageOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelPackageOutput
- 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.
-
#managed_storage_type ⇒ "Restricted"
Returns the value of attribute managed_storage_type.
-
#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.
-
#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.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def additional_inference_specifications @additional_inference_specifications end |
#approval_description ⇒ ::String
Returns the value of attribute approval_description.
4831 4832 4833 |
# File 'sig/types.rbs', line 4831 def approval_description @approval_description end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
4824 4825 4826 |
# File 'sig/types.rbs', line 4824 def certify_for_marketplace @certify_for_marketplace end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4818 4819 4820 |
# File 'sig/types.rbs', line 4818 def creation_time @creation_time end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def @customer_metadata_properties end |
#domain ⇒ ::String
Returns the value of attribute domain.
4832 4833 4834 |
# File 'sig/types.rbs', line 4832 def domain @domain end |
#drift_check_baselines ⇒ Types::DriftCheckBaselines
Returns the value of attribute drift_check_baselines.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def drift_check_baselines @drift_check_baselines end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
4819 4820 4821 |
# File 'sig/types.rbs', line 4819 def inference_specification @inference_specification end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4830 4831 4832 |
# File 'sig/types.rbs', line 4830 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4829 4830 4831 |
# File 'sig/types.rbs', line 4829 def last_modified_time @last_modified_time end |
#managed_storage_type ⇒ "Restricted"
Returns the value of attribute managed_storage_type.
4843 4844 4845 |
# File 'sig/types.rbs', line 4843 def managed_storage_type @managed_storage_type end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def @metadata_properties end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
4825 4826 4827 |
# File 'sig/types.rbs', line 4825 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
4841 4842 4843 |
# File 'sig/types.rbs', line 4841 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
4842 4843 4844 |
# File 'sig/types.rbs', line 4842 def model_life_cycle @model_life_cycle end |
#model_metrics ⇒ Types::ModelMetrics
Returns the value of attribute model_metrics.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def model_metrics @model_metrics end |
#model_package_arn ⇒ ::String
Returns the value of attribute model_package_arn.
4816 4817 4818 |
# File 'sig/types.rbs', line 4816 def model_package_arn @model_package_arn end |
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
4817 4818 4819 |
# File 'sig/types.rbs', line 4817 def model_package_description @model_package_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
4813 4814 4815 |
# File 'sig/types.rbs', line 4813 def model_package_group_name @model_package_group_name end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
4812 4813 4814 |
# File 'sig/types.rbs', line 4812 def model_package_name @model_package_name end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
4815 4816 4817 |
# File 'sig/types.rbs', line 4815 def model_package_registration_type @model_package_registration_type end |
#model_package_status ⇒ "Pending", ...
Returns the value of attribute model_package_status.
4822 4823 4824 |
# File 'sig/types.rbs', line 4822 def model_package_status @model_package_status end |
#model_package_status_details ⇒ Types::ModelPackageStatusDetails
Returns the value of attribute model_package_status_details.
4823 4824 4825 |
# File 'sig/types.rbs', line 4823 def model_package_status_details @model_package_status_details end |
#model_package_version ⇒ ::Integer
Returns the value of attribute model_package_version.
4814 4815 4816 |
# File 'sig/types.rbs', line 4814 def model_package_version @model_package_version end |
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def sample_payload_url @sample_payload_url end |
#security_config ⇒ Types::ModelPackageSecurityConfig
Returns the value of attribute security_config.
4840 4841 4842 |
# File 'sig/types.rbs', line 4840 def security_config @security_config end |
#skip_model_validation ⇒ "All", "None"
Returns the value of attribute skip_model_validation.
4838 4839 4840 |
# File 'sig/types.rbs', line 4838 def skip_model_validation @skip_model_validation end |
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Returns the value of attribute source_algorithm_specification.
4820 4821 4822 |
# File 'sig/types.rbs', line 4820 def source_algorithm_specification @source_algorithm_specification end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
4839 4840 4841 |
# File 'sig/types.rbs', line 4839 def source_uri @source_uri end |
#task ⇒ ::String
Returns the value of attribute task.
4833 4834 4835 |
# File 'sig/types.rbs', line 4833 def task @task end |
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Returns the value of attribute validation_specification.
4821 4822 4823 |
# File 'sig/types.rbs', line 4821 def validation_specification @validation_specification end |