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
4005 |
# File 'sig/client.rbs', line 4005
def compilation_job_name: () -> ::String
|
#creation_time ⇒ ::Time
4013 |
# File 'sig/client.rbs', line 4013
def creation_time: () -> ::Time
|
#edge_packaging_job_arn ⇒ ::String
4003 |
# File 'sig/client.rbs', line 4003
def edge_packaging_job_arn: () -> ::String
|
#edge_packaging_job_name ⇒ ::String
4004 |
# File 'sig/client.rbs', line 4004
def edge_packaging_job_name: () -> ::String
|
#edge_packaging_job_status ⇒ "STARTING", ...
4011 |
# File 'sig/client.rbs', line 4011
def edge_packaging_job_status: () -> ("STARTING" | "INPROGRESS" | "COMPLETED" | "FAILED" | "STOPPING" | "STOPPED")
|
#edge_packaging_job_status_message ⇒ ::String
4012 |
# File 'sig/client.rbs', line 4012
def edge_packaging_job_status_message: () -> ::String
|
#last_modified_time ⇒ ::Time
4014 |
# File 'sig/client.rbs', line 4014
def last_modified_time: () -> ::Time
|
#model_artifact ⇒ ::String
4015 |
# File 'sig/client.rbs', line 4015
def model_artifact: () -> ::String
|
#model_name ⇒ ::String
4006 |
# File 'sig/client.rbs', line 4006
def model_name: () -> ::String
|
#model_signature ⇒ ::String
4016 |
# File 'sig/client.rbs', line 4016
def model_signature: () -> ::String
|
#model_version ⇒ ::String
4007 |
# File 'sig/client.rbs', line 4007
def model_version: () -> ::String
|
#output_config ⇒ Types::EdgeOutputConfig
4009 |
# File 'sig/client.rbs', line 4009
def output_config: () -> Types::EdgeOutputConfig
|
#preset_deployment_output ⇒ Types::EdgePresetDeploymentOutput
4017 |
# File 'sig/client.rbs', line 4017
def preset_deployment_output: () -> Types::EdgePresetDeploymentOutput
|
#resource_key ⇒ ::String
4010 |
# File 'sig/client.rbs', line 4010
def resource_key: () -> ::String
|
#role_arn ⇒ ::String
4008 |
# File 'sig/client.rbs', line 4008
def role_arn: () -> ::String
|