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.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def compilation_end_time @compilation_end_time end |
#compilation_job_arn ⇒ ::String
Returns the value of attribute compilation_job_arn.
4035 4036 4037 |
# File 'sig/types.rbs', line 4035 def compilation_job_arn @compilation_job_arn end |
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def compilation_job_name @compilation_job_name end |
#compilation_job_status ⇒ "INPROGRESS", ...
Returns the value of attribute compilation_job_status.
4036 4037 4038 |
# File 'sig/types.rbs', line 4036 def compilation_job_status @compilation_job_status end |
#compilation_start_time ⇒ ::Time
Returns the value of attribute compilation_start_time.
4037 4038 4039 |
# File 'sig/types.rbs', line 4037 def compilation_start_time @compilation_start_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4042 4043 4044 |
# File 'sig/types.rbs', line 4042 def creation_time @creation_time end |
#derived_information ⇒ Types::DerivedInformation
Returns the value of attribute derived_information.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def derived_information @derived_information end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4044 4045 4046 |
# File 'sig/types.rbs', line 4044 def failure_reason @failure_reason end |
#inference_image ⇒ ::String
Returns the value of attribute inference_image.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def inference_image @inference_image end |
#input_config ⇒ Types::InputConfig
Returns the value of attribute input_config.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def input_config @input_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4043 4044 4045 |
# File 'sig/types.rbs', line 4043 def last_modified_time @last_modified_time end |
#model_artifacts ⇒ Types::ModelArtifacts
Returns the value of attribute model_artifacts.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def model_artifacts @model_artifacts end |
#model_digests ⇒ Types::ModelDigests
Returns the value of attribute model_digests.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def model_digests @model_digests end |
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
4041 4042 4043 |
# File 'sig/types.rbs', line 4041 def model_package_version_arn @model_package_version_arn end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def role_arn @role_arn end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def stopping_condition @stopping_condition end |
#vpc_config ⇒ Types::NeoVpcConfig
Returns the value of attribute vpc_config.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def vpc_config @vpc_config end |