Skip to content

/AWS1/CL_SGMDESCRENDPTCFGOUT

DescribeEndpointConfigOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_endpointconfigname TYPE /AWS1/SGMENDPOINTCONFIGNAME /AWS1/SGMENDPOINTCONFIGNAME

Name of the SageMaker endpoint configuration.

iv_endpointconfigarn TYPE /AWS1/SGMENDPOINTCONFIGARN /AWS1/SGMENDPOINTCONFIGARN

The Amazon Resource Name (ARN) of the endpoint configuration.

it_productionvariants TYPE /AWS1/CL_SGMPRODUCTIONVARIANT=>TT_PRODUCTIONVARIANTLIST TT_PRODUCTIONVARIANTLIST

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A timestamp that shows when the endpoint configuration was created.

Optional arguments:

io_datacaptureconfig TYPE REF TO /AWS1/CL_SGMDATACAPTURECONFIG /AWS1/CL_SGMDATACAPTURECONFIG

DataCaptureConfig

iv_kmskeyid TYPE /AWS1/SGMKMSKEYID /AWS1/SGMKMSKEYID

Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

io_asyncinferenceconfig TYPE REF TO /AWS1/CL_SGMASYNCINFERENCECFG /AWS1/CL_SGMASYNCINFERENCECFG

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

io_explainerconfig TYPE REF TO /AWS1/CL_SGMEXPLAINERCONFIG /AWS1/CL_SGMEXPLAINERCONFIG

The configuration parameters for an explainer.

it_shadowproductionvariants TYPE /AWS1/CL_SGMPRODUCTIONVARIANT=>TT_PRODUCTIONVARIANTLIST TT_PRODUCTIONVARIANTLIST

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

iv_executionrolearn TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN

The Amazon Resource Name (ARN) of the IAM role that you assigned to the endpoint configuration.

io_vpcconfig TYPE REF TO /AWS1/CL_SGMVPCCONFIG /AWS1/CL_SGMVPCCONFIG

VpcConfig

iv_enablenetworkisolation TYPE /AWS1/SGMBOOLEAN /AWS1/SGMBOOLEAN

Indicates whether all model containers deployed to the endpoint are isolated. If they are, no inbound or outbound network calls can be made to or from the model containers.


Queryable Attributes

EndpointConfigName

Name of the SageMaker endpoint configuration.

Accessible with the following methods

Method Description
GET_ENDPOINTCONFIGNAME() Getter for ENDPOINTCONFIGNAME, with configurable default
ASK_ENDPOINTCONFIGNAME() Getter for ENDPOINTCONFIGNAME w/ exceptions if field has no
HAS_ENDPOINTCONFIGNAME() Determine if ENDPOINTCONFIGNAME has a value

EndpointConfigArn

The Amazon Resource Name (ARN) of the endpoint configuration.

Accessible with the following methods

Method Description
GET_ENDPOINTCONFIGARN() Getter for ENDPOINTCONFIGARN, with configurable default
ASK_ENDPOINTCONFIGARN() Getter for ENDPOINTCONFIGARN w/ exceptions if field has no v
HAS_ENDPOINTCONFIGARN() Determine if ENDPOINTCONFIGARN has a value

ProductionVariants

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

Accessible with the following methods

Method Description
GET_PRODUCTIONVARIANTS() Getter for PRODUCTIONVARIANTS, with configurable default
ASK_PRODUCTIONVARIANTS() Getter for PRODUCTIONVARIANTS w/ exceptions if field has no
HAS_PRODUCTIONVARIANTS() Determine if PRODUCTIONVARIANTS has a value

DataCaptureConfig

DataCaptureConfig

Accessible with the following methods

Method Description
GET_DATACAPTURECONFIG() Getter for DATACAPTURECONFIG

KmsKeyId

Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

CreationTime

A timestamp that shows when the endpoint configuration was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

AsyncInferenceConfig

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

Accessible with the following methods

Method Description
GET_ASYNCINFERENCECONFIG() Getter for ASYNCINFERENCECONFIG

ExplainerConfig

The configuration parameters for an explainer.

Accessible with the following methods

Method Description
GET_EXPLAINERCONFIG() Getter for EXPLAINERCONFIG

ShadowProductionVariants

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

Accessible with the following methods

Method Description
GET_SHADOWPRODUCTIONVARIANTS() Getter for SHADOWPRODUCTIONVARIANTS, with configurable defau
ASK_SHADOWPRODUCTIONVARIANTS() Getter for SHADOWPRODUCTIONVARIANTS w/ exceptions if field h
HAS_SHADOWPRODUCTIONVARIANTS() Determine if SHADOWPRODUCTIONVARIANTS has a value

ExecutionRoleArn

The Amazon Resource Name (ARN) of the IAM role that you assigned to the endpoint configuration.

Accessible with the following methods

Method Description
GET_EXECUTIONROLEARN() Getter for EXECUTIONROLEARN, with configurable default
ASK_EXECUTIONROLEARN() Getter for EXECUTIONROLEARN w/ exceptions if field has no va
HAS_EXECUTIONROLEARN() Determine if EXECUTIONROLEARN has a value

VpcConfig

VpcConfig

Accessible with the following methods

Method Description
GET_VPCCONFIG() Getter for VPCCONFIG

EnableNetworkIsolation

Indicates whether all model containers deployed to the endpoint are isolated. If they are, no inbound or outbound network calls can be made to or from the model containers.

Accessible with the following methods

Method Description
GET_ENABLENETWORKISOLATION() Getter for ENABLENETWORKISOLATION, with configurable default
ASK_ENABLENETWORKISOLATION() Getter for ENABLENETWORKISOLATION w/ exceptions if field has
HAS_ENABLENETWORKISOLATION() Determine if ENABLENETWORKISOLATION has a value