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
3821 |
# File 'sig/client.rbs', line 3821
def compilation_end_time: () -> ::Time
|
#compilation_job_arn ⇒ ::String
3818 |
# File 'sig/client.rbs', line 3818
def compilation_job_arn: () -> ::String
|
#compilation_job_name ⇒ ::String
3817 |
# File 'sig/client.rbs', line 3817
def compilation_job_name: () -> ::String
|
#compilation_job_status ⇒ "INPROGRESS", ...
3819 |
# File 'sig/client.rbs', line 3819
def compilation_job_status: () -> ("INPROGRESS" | "COMPLETED" | "FAILED" | "STARTING" | "STOPPING" | "STOPPED")
|
#compilation_start_time ⇒ ::Time
3820 |
# File 'sig/client.rbs', line 3820
def compilation_start_time: () -> ::Time
|
#creation_time ⇒ ::Time
3825 |
# File 'sig/client.rbs', line 3825
def creation_time: () -> ::Time
|
#derived_information ⇒ Types::DerivedInformation
3834 |
# File 'sig/client.rbs', line 3834
def derived_information: () -> Types::DerivedInformation
|
#failure_reason ⇒ ::String
3827 |
# File 'sig/client.rbs', line 3827
def failure_reason: () -> ::String
|
#inference_image ⇒ ::String
3823 |
# File 'sig/client.rbs', line 3823
def inference_image: () -> ::String
|
#input_config ⇒ Types::InputConfig
3831 |
# File 'sig/client.rbs', line 3831
def input_config: () -> Types::InputConfig
|
#last_modified_time ⇒ ::Time
3826 |
# File 'sig/client.rbs', line 3826
def last_modified_time: () -> ::Time
|
#model_artifacts ⇒ Types::ModelArtifacts
3828 |
# File 'sig/client.rbs', line 3828
def model_artifacts: () -> Types::ModelArtifacts
|
#model_digests ⇒ Types::ModelDigests
3829 |
# File 'sig/client.rbs', line 3829
def model_digests: () -> Types::ModelDigests
|
#model_package_version_arn ⇒ ::String
3824 |
# File 'sig/client.rbs', line 3824
def model_package_version_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
3832 |
# File 'sig/client.rbs', line 3832
def output_config: () -> Types::OutputConfig
|
#role_arn ⇒ ::String
3830 |
# File 'sig/client.rbs', line 3830
def role_arn: () -> ::String
|
#stopping_condition ⇒ Types::StoppingCondition
3822 |
# File 'sig/client.rbs', line 3822
def stopping_condition: () -> Types::StoppingCondition
|
#vpc_config ⇒ Types::NeoVpcConfig
3833 |
# File 'sig/client.rbs', line 3833
def vpc_config: () -> Types::NeoVpcConfig
|