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.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def compilation_job_name @compilation_job_name end |
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def edge_packaging_job_name @edge_packaging_job_name end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def model_version @model_version end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def output_config @output_config end |
#resource_key ⇒ ::String
Returns the value of attribute resource_key.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def resource_key @resource_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def @tags end |