Module: Aws::SageMaker::Client::_DescribeCompilationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCompilationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compilation_end_time ⇒ ::Time
- #compilation_job_arn ⇒ ::String
- #compilation_job_name ⇒ ::String
- #compilation_job_status ⇒ "INPROGRESS", ...
- #compilation_start_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #derived_information ⇒ Types::DerivedInformation
- #failure_reason ⇒ ::String
- #inference_image ⇒ ::String
- #input_config ⇒ Types::InputConfig
- #last_modified_time ⇒ ::Time
- #model_artifacts ⇒ Types::ModelArtifacts
- #model_digests ⇒ Types::ModelDigests
- #model_package_version_arn ⇒ ::String
- #output_config ⇒ Types::OutputConfig
- #role_arn ⇒ ::String
- #stopping_condition ⇒ Types::StoppingCondition
- #vpc_config ⇒ Types::NeoVpcConfig
Instance Method Details
#compilation_end_time ⇒ ::Time
3865 |
# File 'sig/client.rbs', line 3865 def compilation_end_time: () -> ::Time |
#compilation_job_arn ⇒ ::String
3862 |
# File 'sig/client.rbs', line 3862 def compilation_job_arn: () -> ::String |
#compilation_job_name ⇒ ::String
3861 |
# File 'sig/client.rbs', line 3861 def compilation_job_name: () -> ::String |
#compilation_job_status ⇒ "INPROGRESS", ...
3863 |
# File 'sig/client.rbs', line 3863 def compilation_job_status: () -> ("INPROGRESS" | "COMPLETED" | "FAILED" | "STARTING" | "STOPPING" | "STOPPED") |
#compilation_start_time ⇒ ::Time
3864 |
# File 'sig/client.rbs', line 3864 def compilation_start_time: () -> ::Time |
#creation_time ⇒ ::Time
3869 |
# File 'sig/client.rbs', line 3869 def creation_time: () -> ::Time |
#derived_information ⇒ Types::DerivedInformation
3878 |
# File 'sig/client.rbs', line 3878 def derived_information: () -> Types::DerivedInformation |
#failure_reason ⇒ ::String
3871 |
# File 'sig/client.rbs', line 3871 def failure_reason: () -> ::String |
#inference_image ⇒ ::String
3867 |
# File 'sig/client.rbs', line 3867 def inference_image: () -> ::String |
#input_config ⇒ Types::InputConfig
3875 |
# File 'sig/client.rbs', line 3875 def input_config: () -> Types::InputConfig |
#last_modified_time ⇒ ::Time
3870 |
# File 'sig/client.rbs', line 3870 def last_modified_time: () -> ::Time |
#model_artifacts ⇒ Types::ModelArtifacts
3872 |
# File 'sig/client.rbs', line 3872 def model_artifacts: () -> Types::ModelArtifacts |
#model_digests ⇒ Types::ModelDigests
3873 |
# File 'sig/client.rbs', line 3873 def model_digests: () -> Types::ModelDigests |
#model_package_version_arn ⇒ ::String
3868 |
# File 'sig/client.rbs', line 3868 def model_package_version_arn: () -> ::String |
#output_config ⇒ Types::OutputConfig
3876 |
# File 'sig/client.rbs', line 3876 def output_config: () -> Types::OutputConfig |
#role_arn ⇒ ::String
3874 |
# File 'sig/client.rbs', line 3874 def role_arn: () -> ::String |
#stopping_condition ⇒ Types::StoppingCondition
3866 |
# File 'sig/client.rbs', line 3866 def stopping_condition: () -> Types::StoppingCondition |
#vpc_config ⇒ Types::NeoVpcConfig
3877 |
# File 'sig/client.rbs', line 3877 def vpc_config: () -> Types::NeoVpcConfig |