Class: Aws::Types::GetModelImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#imported_model_arn ⇒ ::String
Returns the value of attribute imported_model_arn.
-
#imported_model_kms_key_arn ⇒ ::String
Returns the value of attribute imported_model_kms_key_arn.
-
#imported_model_name ⇒ ::String
Returns the value of attribute imported_model_name.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def end_time @end_time end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def @failure_message end |
#imported_model_arn ⇒ ::String
Returns the value of attribute imported_model_arn.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def imported_model_arn @imported_model_arn end |
#imported_model_kms_key_arn ⇒ ::String
Returns the value of attribute imported_model_kms_key_arn.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def imported_model_kms_key_arn @imported_model_kms_key_arn end |
#imported_model_name ⇒ ::String
Returns the value of attribute imported_model_name.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def imported_model_name @imported_model_name end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def job_name @job_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def last_modified_time @last_modified_time end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def model_data_source @model_data_source end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def role_arn @role_arn end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def status @status end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def vpc_config @vpc_config end |