Class: Humidifier::SageMaker::ModelPackage
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::SageMaker::ModelPackage resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#additional_inference_specification_definition ⇒ Object
returns the AdditionalInferenceSpecificationDefinition property.
-
#additional_inference_specification_definition=(value) ⇒ Object
sets the AdditionalInferenceSpecificationDefinition property (Structure).
-
#additional_inference_specifications ⇒ Object
returns the AdditionalInferenceSpecifications property.
-
#additional_inference_specifications=(value) ⇒ Object
sets the AdditionalInferenceSpecifications property (List).
-
#additional_inference_specifications_to_add ⇒ Object
returns the AdditionalInferenceSpecificationsToAdd property.
-
#additional_inference_specifications_to_add=(value) ⇒ Object
sets the AdditionalInferenceSpecificationsToAdd property (List).
-
#approval_description ⇒ Object
returns the ApprovalDescription property.
-
#approval_description=(value) ⇒ Object
sets the ApprovalDescription property (String).
-
#certify_for_marketplace ⇒ Object
returns the CertifyForMarketplace property.
-
#certify_for_marketplace=(value) ⇒ Object
sets the CertifyForMarketplace property (Boolean).
-
#client_token ⇒ Object
returns the ClientToken property.
-
#client_token=(value) ⇒ Object
sets the ClientToken property (String).
-
#customer_metadata_properties ⇒ Object
returns the CustomerMetadataProperties property.
-
#customer_metadata_properties=(value) ⇒ Object
sets the CustomerMetadataProperties property (Map).
-
#domain ⇒ Object
returns the Domain property.
-
#domain=(value) ⇒ Object
sets the Domain property (String).
-
#drift_check_baselines ⇒ Object
returns the DriftCheckBaselines property.
-
#drift_check_baselines=(value) ⇒ Object
sets the DriftCheckBaselines property (Structure).
-
#environment ⇒ Object
returns the Environment property.
-
#environment=(value) ⇒ Object
sets the Environment property (Map).
-
#inference_specification ⇒ Object
returns the InferenceSpecification property.
-
#inference_specification=(value) ⇒ Object
sets the InferenceSpecification property (Structure).
-
#last_modified_time ⇒ Object
returns the LastModifiedTime property.
-
#last_modified_time=(value) ⇒ Object
sets the LastModifiedTime property (String).
-
#metadata_properties ⇒ Object
returns the MetadataProperties property.
-
#metadata_properties=(value) ⇒ Object
sets the MetadataProperties property (Structure).
-
#model_approval_status ⇒ Object
returns the ModelApprovalStatus property.
-
#model_approval_status=(value) ⇒ Object
sets the ModelApprovalStatus property (String).
-
#model_metrics ⇒ Object
returns the ModelMetrics property.
-
#model_metrics=(value) ⇒ Object
sets the ModelMetrics property (Structure).
-
#model_package_description ⇒ Object
returns the ModelPackageDescription property.
-
#model_package_description=(value) ⇒ Object
sets the ModelPackageDescription property (String).
-
#model_package_group_name ⇒ Object
returns the ModelPackageGroupName property.
-
#model_package_group_name=(value) ⇒ Object
sets the ModelPackageGroupName property (String).
-
#model_package_name ⇒ Object
returns the ModelPackageName property.
-
#model_package_name=(value) ⇒ Object
sets the ModelPackageName property (String).
-
#model_package_status_details ⇒ Object
returns the ModelPackageStatusDetails property.
-
#model_package_status_details=(value) ⇒ Object
sets the ModelPackageStatusDetails property (Structure).
-
#model_package_status_item ⇒ Object
returns the ModelPackageStatusItem property.
-
#model_package_status_item=(value) ⇒ Object
sets the ModelPackageStatusItem property (Structure).
-
#model_package_version ⇒ Object
returns the ModelPackageVersion property.
-
#model_package_version=(value) ⇒ Object
sets the ModelPackageVersion property (Integer).
-
#sample_payload_url ⇒ Object
returns the SamplePayloadUrl property.
-
#sample_payload_url=(value) ⇒ Object
sets the SamplePayloadUrl property (String).
-
#source_algorithm_specification ⇒ Object
returns the SourceAlgorithmSpecification property.
-
#source_algorithm_specification=(value) ⇒ Object
sets the SourceAlgorithmSpecification property (Structure).
-
#tag ⇒ Object
returns the Tag property.
-
#tag=(value) ⇒ Object
sets the Tag property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#task ⇒ Object
returns the Task property.
-
#task=(value) ⇒ Object
sets the Task property (String).
-
#validation_specification ⇒ Object
returns the ValidationSpecification property.
-
#validation_specification=(value) ⇒ Object
sets the ValidationSpecification property (Structure).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#additional_inference_specification_definition ⇒ Object
returns the AdditionalInferenceSpecificationDefinition property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def additional_inference_specification_definition properties['additional_inference_specification_definition'] end |
#additional_inference_specification_definition=(value) ⇒ Object
sets the AdditionalInferenceSpecificationDefinition property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def additional_inference_specification_definition=(value) update_property('additional_inference_specification_definition', value) end |
#additional_inference_specifications ⇒ Object
returns the AdditionalInferenceSpecifications property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def additional_inference_specifications properties['additional_inference_specifications'] end |
#additional_inference_specifications=(value) ⇒ Object
sets the AdditionalInferenceSpecifications property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def additional_inference_specifications=(value) update_property('additional_inference_specifications', value) end |
#additional_inference_specifications_to_add ⇒ Object
returns the AdditionalInferenceSpecificationsToAdd property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def additional_inference_specifications_to_add properties['additional_inference_specifications_to_add'] end |
#additional_inference_specifications_to_add=(value) ⇒ Object
sets the AdditionalInferenceSpecificationsToAdd property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def additional_inference_specifications_to_add=(value) update_property('additional_inference_specifications_to_add', value) end |
#approval_description ⇒ Object
returns the ApprovalDescription property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def approval_description properties['approval_description'] end |
#approval_description=(value) ⇒ Object
sets the ApprovalDescription property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def approval_description=(value) update_property('approval_description', value) end |
#certify_for_marketplace ⇒ Object
returns the CertifyForMarketplace property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def certify_for_marketplace properties['certify_for_marketplace'] end |
#certify_for_marketplace=(value) ⇒ Object
sets the CertifyForMarketplace property (Boolean)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def certify_for_marketplace=(value) update_property('certify_for_marketplace', value) end |
#client_token ⇒ Object
returns the ClientToken property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def client_token properties['client_token'] end |
#client_token=(value) ⇒ Object
sets the ClientToken property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def client_token=(value) update_property('client_token', value) end |
#customer_metadata_properties ⇒ Object
returns the CustomerMetadataProperties property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def properties['customer_metadata_properties'] end |
#customer_metadata_properties=(value) ⇒ Object
sets the CustomerMetadataProperties property (Map)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def (value) update_property('customer_metadata_properties', value) end |
#domain ⇒ Object
returns the Domain property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def domain properties['domain'] end |
#domain=(value) ⇒ Object
sets the Domain property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def domain=(value) update_property('domain', value) end |
#drift_check_baselines ⇒ Object
returns the DriftCheckBaselines property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def drift_check_baselines properties['drift_check_baselines'] end |
#drift_check_baselines=(value) ⇒ Object
sets the DriftCheckBaselines property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def drift_check_baselines=(value) update_property('drift_check_baselines', value) end |
#environment ⇒ Object
returns the Environment property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def environment properties['environment'] end |
#environment=(value) ⇒ Object
sets the Environment property (Map)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def environment=(value) update_property('environment', value) end |
#inference_specification ⇒ Object
returns the InferenceSpecification property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def inference_specification properties['inference_specification'] end |
#inference_specification=(value) ⇒ Object
sets the InferenceSpecification property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def inference_specification=(value) update_property('inference_specification', value) end |
#last_modified_time ⇒ Object
returns the LastModifiedTime property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def last_modified_time properties['last_modified_time'] end |
#last_modified_time=(value) ⇒ Object
sets the LastModifiedTime property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def last_modified_time=(value) update_property('last_modified_time', value) end |
#metadata_properties ⇒ Object
returns the MetadataProperties property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def properties['metadata_properties'] end |
#metadata_properties=(value) ⇒ Object
sets the MetadataProperties property (Structure)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def (value) update_property('metadata_properties', value) end |
#model_approval_status ⇒ Object
returns the ModelApprovalStatus property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def model_approval_status properties['model_approval_status'] end |
#model_approval_status=(value) ⇒ Object
sets the ModelApprovalStatus property (String)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def model_approval_status=(value) update_property('model_approval_status', value) end |
#model_metrics ⇒ Object
returns the ModelMetrics property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def model_metrics properties['model_metrics'] end |
#model_metrics=(value) ⇒ Object
sets the ModelMetrics property (Structure)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def model_metrics=(value) update_property('model_metrics', value) end |
#model_package_description ⇒ Object
returns the ModelPackageDescription property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def model_package_description properties['model_package_description'] end |
#model_package_description=(value) ⇒ Object
sets the ModelPackageDescription property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def model_package_description=(value) update_property('model_package_description', value) end |
#model_package_group_name ⇒ Object
returns the ModelPackageGroupName property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def model_package_group_name properties['model_package_group_name'] end |
#model_package_group_name=(value) ⇒ Object
sets the ModelPackageGroupName property (String)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def model_package_group_name=(value) update_property('model_package_group_name', value) end |
#model_package_name ⇒ Object
returns the ModelPackageName property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def model_package_name properties['model_package_name'] end |
#model_package_name=(value) ⇒ Object
sets the ModelPackageName property (String)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def model_package_name=(value) update_property('model_package_name', value) end |
#model_package_status_details ⇒ Object
returns the ModelPackageStatusDetails property
190 191 192 |
# File 'lib/humidifier/magic.rb', line 190 def model_package_status_details properties['model_package_status_details'] end |
#model_package_status_details=(value) ⇒ Object
sets the ModelPackageStatusDetails property (Structure)
195 196 197 |
# File 'lib/humidifier/magic.rb', line 195 def model_package_status_details=(value) update_property('model_package_status_details', value) end |
#model_package_status_item ⇒ Object
returns the ModelPackageStatusItem property
200 201 202 |
# File 'lib/humidifier/magic.rb', line 200 def model_package_status_item properties['model_package_status_item'] end |
#model_package_status_item=(value) ⇒ Object
sets the ModelPackageStatusItem property (Structure)
205 206 207 |
# File 'lib/humidifier/magic.rb', line 205 def model_package_status_item=(value) update_property('model_package_status_item', value) end |
#model_package_version ⇒ Object
returns the ModelPackageVersion property
210 211 212 |
# File 'lib/humidifier/magic.rb', line 210 def model_package_version properties['model_package_version'] end |
#model_package_version=(value) ⇒ Object
sets the ModelPackageVersion property (Integer)
215 216 217 |
# File 'lib/humidifier/magic.rb', line 215 def model_package_version=(value) update_property('model_package_version', value) end |
#sample_payload_url ⇒ Object
returns the SamplePayloadUrl property
220 221 222 |
# File 'lib/humidifier/magic.rb', line 220 def sample_payload_url properties['sample_payload_url'] end |
#sample_payload_url=(value) ⇒ Object
sets the SamplePayloadUrl property (String)
225 226 227 |
# File 'lib/humidifier/magic.rb', line 225 def sample_payload_url=(value) update_property('sample_payload_url', value) end |
#source_algorithm_specification ⇒ Object
returns the SourceAlgorithmSpecification property
230 231 232 |
# File 'lib/humidifier/magic.rb', line 230 def source_algorithm_specification properties['source_algorithm_specification'] end |
#source_algorithm_specification=(value) ⇒ Object
sets the SourceAlgorithmSpecification property (Structure)
235 236 237 |
# File 'lib/humidifier/magic.rb', line 235 def source_algorithm_specification=(value) update_property('source_algorithm_specification', value) end |
#tag ⇒ Object
returns the Tag property
240 241 242 |
# File 'lib/humidifier/magic.rb', line 240 def tag properties['tag'] end |
#tag=(value) ⇒ Object
sets the Tag property (Structure)
245 246 247 |
# File 'lib/humidifier/magic.rb', line 245 def tag=(value) update_property('tag', value) end |
#tags ⇒ Object
returns the Tags property
250 251 252 |
# File 'lib/humidifier/magic.rb', line 250 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
255 256 257 |
# File 'lib/humidifier/magic.rb', line 255 def (value) update_property('tags', value) end |
#task ⇒ Object
returns the Task property
260 261 262 |
# File 'lib/humidifier/magic.rb', line 260 def task properties['task'] end |
#task=(value) ⇒ Object
sets the Task property (String)
265 266 267 |
# File 'lib/humidifier/magic.rb', line 265 def task=(value) update_property('task', value) end |
#validation_specification ⇒ Object
returns the ValidationSpecification property
270 271 272 |
# File 'lib/humidifier/magic.rb', line 270 def validation_specification properties['validation_specification'] end |
#validation_specification=(value) ⇒ Object
sets the ValidationSpecification property (Structure)
275 276 277 |
# File 'lib/humidifier/magic.rb', line 275 def validation_specification=(value) update_property('validation_specification', value) end |