Class: Aws::Types::CreateModelPackageInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelPackageInput
- 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.
-
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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_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.
-
#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.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def additional_inference_specifications @additional_inference_specifications end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def certify_for_marketplace @certify_for_marketplace end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def client_token @client_token end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def end |
#domain ⇒ ::String
Returns the value of attribute domain.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def domain @domain end |
#drift_check_baselines ⇒ Types::DriftCheckBaselines
Returns the value of attribute drift_check_baselines.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def drift_check_baselines @drift_check_baselines end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def inference_specification @inference_specification end |
#managed_storage_type ⇒ "Restricted"
Returns the value of attribute managed_storage_type.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def managed_storage_type @managed_storage_type end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def model_life_cycle @model_life_cycle end |
#model_metrics ⇒ Types::ModelMetrics
Returns the value of attribute model_metrics.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def model_metrics @model_metrics end |
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def model_package_description @model_package_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def model_package_group_name @model_package_group_name end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def model_package_name @model_package_name end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def model_package_registration_type @model_package_registration_type end |
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def sample_payload_url @sample_payload_url end |
#security_config ⇒ Types::ModelPackageSecurityConfig
Returns the value of attribute security_config.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def security_config @security_config end |
#skip_model_validation ⇒ "All", "None"
Returns the value of attribute skip_model_validation.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def skip_model_validation @skip_model_validation end |
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Returns the value of attribute source_algorithm_specification.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def source_algorithm_specification @source_algorithm_specification end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def source_uri @source_uri end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def end |
#task ⇒ ::String
Returns the value of attribute task.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def task @task end |
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Returns the value of attribute validation_specification.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def validation_specification @validation_specification end |