Class: Aws::Types::CreateCompilationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCompilationJobRequest
- 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.
-
#input_config ⇒ Types::InputConfig
Returns the value of attribute input_config.
-
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_config ⇒ Types::NeoVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def compilation_job_name @compilation_job_name end |
#input_config ⇒ Types::InputConfig
Returns the value of attribute input_config.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def input_config @input_config end |
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def model_package_version_arn @model_package_version_arn end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def end |
#vpc_config ⇒ Types::NeoVpcConfig
Returns the value of attribute vpc_config.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def vpc_config @vpc_config end |