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.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def compilation_job_name @compilation_job_name end |
#input_config ⇒ Types::InputConfig
Returns the value of attribute input_config.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def input_config @input_config end |
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def model_package_version_arn @model_package_version_arn end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def @tags end |
#vpc_config ⇒ Types::NeoVpcConfig
Returns the value of attribute vpc_config.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def vpc_config @vpc_config end |