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.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def additional_inference_specifications @additional_inference_specifications end |
#certify_for_marketplace ⇒ Boolean
Returns the value of attribute certify_for_marketplace.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def certify_for_marketplace @certify_for_marketplace end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def client_token @client_token end |
#customer_metadata_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute customer_metadata_properties.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def @customer_metadata_properties end |
#domain ⇒ ::String
Returns the value of attribute domain.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def domain @domain end |
#drift_check_baselines ⇒ Types::DriftCheckBaselines
Returns the value of attribute drift_check_baselines.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def drift_check_baselines @drift_check_baselines end |
#inference_specification ⇒ Types::InferenceSpecification
Returns the value of attribute inference_specification.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def inference_specification @inference_specification end |
#managed_storage_type ⇒ "Restricted"
Returns the value of attribute managed_storage_type.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def managed_storage_type @managed_storage_type end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def @metadata_properties end |
#model_approval_status ⇒ "Approved", ...
Returns the value of attribute model_approval_status.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def model_approval_status @model_approval_status end |
#model_card ⇒ Types::ModelPackageModelCard
Returns the value of attribute model_card.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def model_card @model_card end |
#model_life_cycle ⇒ Types::ModelLifeCycle
Returns the value of attribute model_life_cycle.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def model_life_cycle @model_life_cycle end |
#model_metrics ⇒ Types::ModelMetrics
Returns the value of attribute model_metrics.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def model_metrics @model_metrics end |
#model_package_description ⇒ ::String
Returns the value of attribute model_package_description.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def model_package_description @model_package_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def model_package_group_name @model_package_group_name end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def model_package_name @model_package_name end |
#model_package_registration_type ⇒ "Logged", "Registered"
Returns the value of attribute model_package_registration_type.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def model_package_registration_type @model_package_registration_type end |
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def sample_payload_url @sample_payload_url end |
#security_config ⇒ Types::ModelPackageSecurityConfig
Returns the value of attribute security_config.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def security_config @security_config end |
#skip_model_validation ⇒ "All", "None"
Returns the value of attribute skip_model_validation.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def skip_model_validation @skip_model_validation end |
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Returns the value of attribute source_algorithm_specification.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def source_algorithm_specification @source_algorithm_specification end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def source_uri @source_uri end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def @tags end |
#task ⇒ ::String
Returns the value of attribute task.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def task @task end |
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Returns the value of attribute validation_specification.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def validation_specification @validation_specification end |