Class: Aws::SageMaker::Types::CreateModelInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#containersArray<Types::ContainerDefinition>

Specifies the containers in the inference pipeline.

Returns:



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#enable_network_isolationBoolean

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

Returns:

  • (Boolean)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs. Deploying on ML compute instances is part of model hosting. For more information, see [SageMaker Roles].

<note markdown=“1”> To be able to pass this role to SageMaker, the caller of this API must have the ‘iam:PassRole` permission.

</note>

[1]: docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#inference_execution_configTypes::InferenceExecutionConfig

Specifies details of how containers in a multi-container endpoint are called.



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the new model.

Returns:

  • (String)


8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#primary_containerTypes::ContainerDefinition

The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see [Tagging Amazon Web Services Resources].

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

A [VpcConfig] object that specifies the VPC that you want your model to connect to. Control access to and from your model container by configuring the VPC. ‘VpcConfig` is used in hosting services and in batch transform. For more information, see [Protect Endpoints by Using an Amazon Virtual Private Cloud] and [Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private Cloud].

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html [2]: docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html [3]: docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html

Returns:



8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
# File 'lib/aws-sdk-sagemaker/types.rb', line 8310

class CreateModelInput < Struct.new(
  :model_name,
  :primary_container,
  :containers,
  :inference_execution_config,
  :execution_role_arn,
  :tags,
  :vpc_config,
  :enable_network_isolation)
  SENSITIVE = []
  include Aws::Structure
end