Class: Aws::Types::DescribeCompilationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCompilationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compilation_end_time ⇒ ::Time
Returns the value of attribute compilation_end_time.
-
#compilation_job_arn ⇒ ::String
Returns the value of attribute compilation_job_arn.
-
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
-
#compilation_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute compilation_job_status.
-
#compilation_start_time ⇒ ::Time
Returns the value of attribute compilation_start_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#derived_information ⇒ Types::DerivedInformation
Returns the value of attribute derived_information.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#inference_image ⇒ ::String
Returns the value of attribute inference_image.
-
#input_config ⇒ Types::InputConfig
Returns the value of attribute input_config.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_artifacts ⇒ Types::ModelArtifacts
Returns the value of attribute model_artifacts.
-
#model_digests ⇒ Types::ModelDigests
Returns the value of attribute model_digests.
-
#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.
-
#vpc_config ⇒ Types::NeoVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#compilation_end_time ⇒ ::Time
Returns the value of attribute compilation_end_time.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def compilation_end_time @compilation_end_time end |
#compilation_job_arn ⇒ ::String
Returns the value of attribute compilation_job_arn.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def compilation_job_arn @compilation_job_arn end |
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
4017 4018 4019 |
# File 'sig/types.rbs', line 4017 def compilation_job_name @compilation_job_name end |
#compilation_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute compilation_job_status.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def compilation_job_status @compilation_job_status end |
#compilation_start_time ⇒ ::Time
Returns the value of attribute compilation_start_time.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def compilation_start_time @compilation_start_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4025 4026 4027 |
# File 'sig/types.rbs', line 4025 def creation_time @creation_time end |
#derived_information ⇒ Types::DerivedInformation
Returns the value of attribute derived_information.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def derived_information @derived_information end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4027 4028 4029 |
# File 'sig/types.rbs', line 4027 def failure_reason @failure_reason end |
#inference_image ⇒ ::String
Returns the value of attribute inference_image.
4023 4024 4025 |
# File 'sig/types.rbs', line 4023 def inference_image @inference_image end |
#input_config ⇒ Types::InputConfig
Returns the value of attribute input_config.
4031 4032 4033 |
# File 'sig/types.rbs', line 4031 def input_config @input_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4026 4027 4028 |
# File 'sig/types.rbs', line 4026 def last_modified_time @last_modified_time end |
#model_artifacts ⇒ Types::ModelArtifacts
Returns the value of attribute model_artifacts.
4028 4029 4030 |
# File 'sig/types.rbs', line 4028 def model_artifacts @model_artifacts end |
#model_digests ⇒ Types::ModelDigests
Returns the value of attribute model_digests.
4029 4030 4031 |
# File 'sig/types.rbs', line 4029 def model_digests @model_digests end |
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
4024 4025 4026 |
# File 'sig/types.rbs', line 4024 def model_package_version_arn @model_package_version_arn end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4030 4031 4032 |
# File 'sig/types.rbs', line 4030 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def stopping_condition @stopping_condition end |
#vpc_config ⇒ Types::NeoVpcConfig
Returns the value of attribute vpc_config.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def vpc_config @vpc_config end |