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.
4222 4223 4224 |
# File 'sig/types.rbs', line 4222 def compilation_job_name @compilation_job_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def creation_time @creation_time end |
#edge_packaging_job_arn ⇒ ::String
Returns the value of attribute edge_packaging_job_arn.
4220 4221 4222 |
# File 'sig/types.rbs', line 4220 def edge_packaging_job_arn @edge_packaging_job_arn end |
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
4221 4222 4223 |
# File 'sig/types.rbs', line 4221 def edge_packaging_job_name @edge_packaging_job_name end |
#edge_packaging_job_status ⇒ "STARTING", ...
Returns the value of attribute edge_packaging_job_status.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 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.
4229 4230 4231 |
# File 'sig/types.rbs', line 4229 def end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def last_modified_time @last_modified_time end |
#model_artifact ⇒ ::String
Returns the value of attribute model_artifact.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def model_artifact @model_artifact end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
4223 4224 4225 |
# File 'sig/types.rbs', line 4223 def model_name @model_name end |
#model_signature ⇒ ::String
Returns the value of attribute model_signature.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def model_signature @model_signature end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
4224 4225 4226 |
# File 'sig/types.rbs', line 4224 def model_version @model_version end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
4226 4227 4228 |
# File 'sig/types.rbs', line 4226 def output_config @output_config end |
#preset_deployment_output ⇒ Types::EdgePresetDeploymentOutput
Returns the value of attribute preset_deployment_output.
4234 4235 4236 |
# File 'sig/types.rbs', line 4234 def preset_deployment_output @preset_deployment_output end |
#resource_key ⇒ ::String
Returns the value of attribute resource_key.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def resource_key @resource_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4225 4226 4227 |
# File 'sig/types.rbs', line 4225 def role_arn @role_arn end |