Class: Aws::Types::CreateEdgePackagingJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEdgePackagingJobRequest
- 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.
-
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
-
#resource_key ⇒ ::String
Returns the value of attribute resource_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def compilation_job_name @compilation_job_name end |
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def edge_packaging_job_name @edge_packaging_job_name end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def model_version @model_version end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def output_config @output_config end |
#resource_key ⇒ ::String
Returns the value of attribute resource_key.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def resource_key @resource_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def @tags end |