Class: Aws::SageMaker::Types::EdgePackagingJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Summary of edge packaging job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_nameString

The name of the SageMaker Neo compilation job.

Returns:

  • (String)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp of when the job was created.

Returns:

  • (Time)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_packaging_job_arnString

The Amazon Resource Name (ARN) of the edge packaging job.

Returns:

  • (String)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_packaging_job_nameString

The name of the edge packaging job.

Returns:

  • (String)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_packaging_job_statusString

The status of the edge packaging job.

Returns:

  • (String)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp of when the edge packaging job was last updated.

Returns:

  • (Time)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model.

Returns:

  • (String)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_versionString

The version of the model.

Returns:

  • (String)


18373
18374
18375
18376
18377
18378
18379
18380
18381
18382
18383
18384
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18373

class EdgePackagingJobSummary < Struct.new(
  :edge_packaging_job_arn,
  :edge_packaging_job_name,
  :edge_packaging_job_status,
  :compilation_job_name,
  :model_name,
  :model_version,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end