Class: Aws::Bedrock::Types::SageMakerEndpoint

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

Overview

Specifies the configuration for a Amazon SageMaker endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_roleString

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on Amazon EC2 compute instances or for batch transform jobs.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8319

class SageMakerEndpoint < Struct.new(
  :initial_instance_count,
  :instance_type,
  :execution_role,
  :kms_encryption_key,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#initial_instance_countInteger

The number of Amazon EC2 compute instances to deploy for initial endpoint creation.

Returns:

  • (Integer)


8319
8320
8321
8322
8323
8324
8325
8326
8327
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8319

class SageMakerEndpoint < Struct.new(
  :initial_instance_count,
  :instance_type,
  :execution_role,
  :kms_encryption_key,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The Amazon EC2 compute instance type to deploy for hosting the model.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8319

class SageMakerEndpoint < Struct.new(
  :initial_instance_count,
  :instance_type,
  :execution_role,
  :kms_encryption_key,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#kms_encryption_keyString

The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the Amazon EC2 compute instance that hosts the endpoint.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8319

class SageMakerEndpoint < Struct.new(
  :initial_instance_count,
  :instance_type,
  :execution_role,
  :kms_encryption_key,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::VpcConfig

The VPC configuration for the endpoint.

Returns:



8319
8320
8321
8322
8323
8324
8325
8326
8327
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8319

class SageMakerEndpoint < Struct.new(
  :initial_instance_count,
  :instance_type,
  :execution_role,
  :kms_encryption_key,
  :vpc)
  SENSITIVE = []
  include Aws::Structure
end