Class: Aws::Types::GetImportedModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImportedModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_model_units ⇒ Types::CustomModelUnits
Returns the value of attribute custom_model_units.
-
#instruct_supported ⇒ Boolean
Returns the value of attribute instruct_supported.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#model_architecture ⇒ ::String
Returns the value of attribute model_architecture.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
-
#model_kms_key_arn ⇒ ::String
Returns the value of attribute model_kms_key_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def creation_time @creation_time end |
#custom_model_units ⇒ Types::CustomModelUnits
Returns the value of attribute custom_model_units.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def custom_model_units @custom_model_units end |
#instruct_supported ⇒ Boolean
Returns the value of attribute instruct_supported.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def instruct_supported @instruct_supported end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def job_name @job_name end |
#model_architecture ⇒ ::String
Returns the value of attribute model_architecture.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def model_architecture @model_architecture end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def model_arn @model_arn end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def model_data_source @model_data_source end |
#model_kms_key_arn ⇒ ::String
Returns the value of attribute model_kms_key_arn.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def model_kms_key_arn @model_kms_key_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def model_name @model_name end |