Class: Aws::Types::StartTrainedModelInferenceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTrainedModelInferenceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#container_execution_parameters ⇒ Types::InferenceContainerExecutionParameters
Returns the value of attribute container_execution_parameters.
-
#data_source ⇒ Types::ModelInferenceDataSource
Returns the value of attribute data_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_model_inference_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_inference_payer_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
-
#resource_config ⇒ Types::InferenceResourceConfig
Returns the value of attribute resource_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#container_execution_parameters ⇒ Types::InferenceContainerExecutionParameters
Returns the value of attribute container_execution_parameters.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def container_execution_parameters @container_execution_parameters end |
#data_source ⇒ Types::ModelInferenceDataSource
Returns the value of attribute data_source.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def data_source @data_source end |
#description ⇒ ::String
Returns the value of attribute description.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def description @description end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def environment @environment end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def membership_identifier @membership_identifier end |
#ml_model_inference_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_inference_payer_account_id.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def ml_model_inference_payer_account_id @ml_model_inference_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def name @name end |
#output_configuration ⇒ Types::InferenceOutputConfiguration
Returns the value of attribute output_configuration.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def output_configuration @output_configuration end |
#resource_config ⇒ Types::InferenceResourceConfig
Returns the value of attribute resource_config.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def resource_config @resource_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def @tags end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def trained_model_arn @trained_model_arn end |
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def trained_model_version_identifier @trained_model_version_identifier end |