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
3837 |
# File 'sig/client.rbs', line 3837
def compilation_end_time: () -> ::Time
|
#compilation_job_arn ⇒ ::String
3834 |
# File 'sig/client.rbs', line 3834
def compilation_job_arn: () -> ::String
|
#compilation_job_name ⇒ ::String
3833 |
# File 'sig/client.rbs', line 3833
def compilation_job_name: () -> ::String
|
#compilation_job_status ⇒ "INPROGRESS", ...
3835 |
# File 'sig/client.rbs', line 3835
def compilation_job_status: () -> ("INPROGRESS" | "COMPLETED" | "FAILED" | "STARTING" | "STOPPING" | "STOPPED")
|
#compilation_start_time ⇒ ::Time
3836 |
# File 'sig/client.rbs', line 3836
def compilation_start_time: () -> ::Time
|
#creation_time ⇒ ::Time
3841 |
# File 'sig/client.rbs', line 3841
def creation_time: () -> ::Time
|
#derived_information ⇒ Types::DerivedInformation
3850 |
# File 'sig/client.rbs', line 3850
def derived_information: () -> Types::DerivedInformation
|
#failure_reason ⇒ ::String
3843 |
# File 'sig/client.rbs', line 3843
def failure_reason: () -> ::String
|
#inference_image ⇒ ::String
3839 |
# File 'sig/client.rbs', line 3839
def inference_image: () -> ::String
|
#input_config ⇒ Types::InputConfig
3847 |
# File 'sig/client.rbs', line 3847
def input_config: () -> Types::InputConfig
|
#last_modified_time ⇒ ::Time
3842 |
# File 'sig/client.rbs', line 3842
def last_modified_time: () -> ::Time
|
#model_artifacts ⇒ Types::ModelArtifacts
3844 |
# File 'sig/client.rbs', line 3844
def model_artifacts: () -> Types::ModelArtifacts
|
#model_digests ⇒ Types::ModelDigests
3845 |
# File 'sig/client.rbs', line 3845
def model_digests: () -> Types::ModelDigests
|
#model_package_version_arn ⇒ ::String
3840 |
# File 'sig/client.rbs', line 3840
def model_package_version_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
3848 |
# File 'sig/client.rbs', line 3848
def output_config: () -> Types::OutputConfig
|
#role_arn ⇒ ::String
3846 |
# File 'sig/client.rbs', line 3846
def role_arn: () -> ::String
|
#stopping_condition ⇒ Types::StoppingCondition
3838 |
# File 'sig/client.rbs', line 3838
def stopping_condition: () -> Types::StoppingCondition
|
#vpc_config ⇒ Types::NeoVpcConfig
3849 |
# File 'sig/client.rbs', line 3849
def vpc_config: () -> Types::NeoVpcConfig
|