Module: Aws::SageMaker::Client::_DescribeEdgePackagingJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEdgePackagingJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compilation_job_name ⇒ ::String
- #creation_time ⇒ ::Time
- #edge_packaging_job_arn ⇒ ::String
- #edge_packaging_job_name ⇒ ::String
- #edge_packaging_job_status ⇒ "STARTING", ...
- #edge_packaging_job_status_message ⇒ ::String
- #last_modified_time ⇒ ::Time
- #model_artifact ⇒ ::String
- #model_name ⇒ ::String
- #model_signature ⇒ ::String
- #model_version ⇒ ::String
- #output_config ⇒ Types::EdgeOutputConfig
- #preset_deployment_output ⇒ Types::EdgePresetDeploymentOutput
- #resource_key ⇒ ::String
- #role_arn ⇒ ::String
Instance Method Details
#compilation_job_name ⇒ ::String
4021 |
# File 'sig/client.rbs', line 4021
def compilation_job_name: () -> ::String
|
#creation_time ⇒ ::Time
4029 |
# File 'sig/client.rbs', line 4029
def creation_time: () -> ::Time
|
#edge_packaging_job_arn ⇒ ::String
4019 |
# File 'sig/client.rbs', line 4019
def edge_packaging_job_arn: () -> ::String
|
#edge_packaging_job_name ⇒ ::String
4020 |
# File 'sig/client.rbs', line 4020
def edge_packaging_job_name: () -> ::String
|
#edge_packaging_job_status ⇒ "STARTING", ...
4027 |
# File 'sig/client.rbs', line 4027
def edge_packaging_job_status: () -> ("STARTING" | "INPROGRESS" | "COMPLETED" | "FAILED" | "STOPPING" | "STOPPED")
|
#edge_packaging_job_status_message ⇒ ::String
4028 |
# File 'sig/client.rbs', line 4028
def edge_packaging_job_status_message: () -> ::String
|
#last_modified_time ⇒ ::Time
4030 |
# File 'sig/client.rbs', line 4030
def last_modified_time: () -> ::Time
|
#model_artifact ⇒ ::String
4031 |
# File 'sig/client.rbs', line 4031
def model_artifact: () -> ::String
|
#model_name ⇒ ::String
4022 |
# File 'sig/client.rbs', line 4022
def model_name: () -> ::String
|
#model_signature ⇒ ::String
4032 |
# File 'sig/client.rbs', line 4032
def model_signature: () -> ::String
|
#model_version ⇒ ::String
4023 |
# File 'sig/client.rbs', line 4023
def model_version: () -> ::String
|
#output_config ⇒ Types::EdgeOutputConfig
4025 |
# File 'sig/client.rbs', line 4025
def output_config: () -> Types::EdgeOutputConfig
|
#preset_deployment_output ⇒ Types::EdgePresetDeploymentOutput
4033 |
# File 'sig/client.rbs', line 4033
def preset_deployment_output: () -> Types::EdgePresetDeploymentOutput
|
#resource_key ⇒ ::String
4026 |
# File 'sig/client.rbs', line 4026
def resource_key: () -> ::String
|
#role_arn ⇒ ::String
4024 |
# File 'sig/client.rbs', line 4024
def role_arn: () -> ::String
|