Class: Aws::SageMaker::Types::CreateEdgePackagingJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_nameString

The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.

Returns:

  • (String)


6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#edge_packaging_job_nameString

The name of the edge packaging job.

Returns:

  • (String)


6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the model.

Returns:

  • (String)


6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_versionString

The version of the model.

Returns:

  • (String)


6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::EdgeOutputConfig

Provides information about the output location for the packaged model.



6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_keyString

The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging job runs on.

Returns:

  • (String)


6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact SageMaker Neo.

Returns:

  • (String)


6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Creates tags for the packaging job.

Returns:



6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6019

class CreateEdgePackagingJobRequest < Struct.new(
  :edge_packaging_job_name,
  :compilation_job_name,
  :model_name,
  :model_version,
  :role_arn,
  :output_config,
  :resource_key,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end