Class: Aws::Types::ImportModelVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportModelVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#inference_data_import_strategy ⇒ "NO_IMPORT", ...
Returns the value of attribute inference_data_import_strategy.
-
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
-
#source_model_version_arn ⇒ ::String
Returns the value of attribute source_model_version_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
473 474 475 |
# File 'sig/types.rbs', line 473 def client_token @client_token end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
471 472 473 |
# File 'sig/types.rbs', line 471 def dataset_name @dataset_name end |
#inference_data_import_strategy ⇒ "NO_IMPORT", ...
Returns the value of attribute inference_data_import_strategy.
477 478 479 |
# File 'sig/types.rbs', line 477 def inference_data_import_strategy @inference_data_import_strategy end |
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
472 473 474 |
# File 'sig/types.rbs', line 472 def labels_input_configuration @labels_input_configuration end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def model_name @model_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
474 475 476 |
# File 'sig/types.rbs', line 474 def role_arn @role_arn end |
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
475 476 477 |
# File 'sig/types.rbs', line 475 def server_side_kms_key_id @server_side_kms_key_id end |
#source_model_version_arn ⇒ ::String
Returns the value of attribute source_model_version_arn.
469 470 471 |
# File 'sig/types.rbs', line 469 def source_model_version_arn @source_model_version_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
476 477 478 |
# File 'sig/types.rbs', line 476 def end |