Class: Aws::Types::DescribeEdgePackagingJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEdgePackagingJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#edge_packaging_job_arn ⇒ ::String
Returns the value of attribute edge_packaging_job_arn.
-
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
-
#edge_packaging_job_status ⇒ "STARTING", ...
Returns the value of attribute edge_packaging_job_status.
-
#edge_packaging_job_status_message ⇒ ::String
Returns the value of attribute edge_packaging_job_status_message.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_artifact ⇒ ::String
Returns the value of attribute model_artifact.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_signature ⇒ ::String
Returns the value of attribute model_signature.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
-
#preset_deployment_output ⇒ Types::EdgePresetDeploymentOutput
Returns the value of attribute preset_deployment_output.
-
#resource_key ⇒ ::String
Returns the value of attribute resource_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
4205 4206 4207 |
# File 'sig/types.rbs', line 4205 def compilation_job_name @compilation_job_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4213 4214 4215 |
# File 'sig/types.rbs', line 4213 def creation_time @creation_time end |
#edge_packaging_job_arn ⇒ ::String
Returns the value of attribute edge_packaging_job_arn.
4203 4204 4205 |
# File 'sig/types.rbs', line 4203 def edge_packaging_job_arn @edge_packaging_job_arn end |
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
4204 4205 4206 |
# File 'sig/types.rbs', line 4204 def edge_packaging_job_name @edge_packaging_job_name end |
#edge_packaging_job_status ⇒ "STARTING", ...
Returns the value of attribute edge_packaging_job_status.
4211 4212 4213 |
# File 'sig/types.rbs', line 4211 def edge_packaging_job_status @edge_packaging_job_status end |
#edge_packaging_job_status_message ⇒ ::String
Returns the value of attribute edge_packaging_job_status_message.
4212 4213 4214 |
# File 'sig/types.rbs', line 4212 def @edge_packaging_job_status_message end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4214 4215 4216 |
# File 'sig/types.rbs', line 4214 def last_modified_time @last_modified_time end |
#model_artifact ⇒ ::String
Returns the value of attribute model_artifact.
4215 4216 4217 |
# File 'sig/types.rbs', line 4215 def model_artifact @model_artifact end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
4206 4207 4208 |
# File 'sig/types.rbs', line 4206 def model_name @model_name end |
#model_signature ⇒ ::String
Returns the value of attribute model_signature.
4216 4217 4218 |
# File 'sig/types.rbs', line 4216 def model_signature @model_signature end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
4207 4208 4209 |
# File 'sig/types.rbs', line 4207 def model_version @model_version end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
4209 4210 4211 |
# File 'sig/types.rbs', line 4209 def output_config @output_config end |
#preset_deployment_output ⇒ Types::EdgePresetDeploymentOutput
Returns the value of attribute preset_deployment_output.
4217 4218 4219 |
# File 'sig/types.rbs', line 4217 def preset_deployment_output @preset_deployment_output end |
#resource_key ⇒ ::String
Returns the value of attribute resource_key.
4210 4211 4212 |
# File 'sig/types.rbs', line 4210 def resource_key @resource_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4208 4209 4210 |
# File 'sig/types.rbs', line 4208 def role_arn @role_arn end |