amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.DescribeModel

Description

Describes a model that you created using the CreateModel API.

Synopsis

Creating a Request

data DescribeModel Source #

See: newDescribeModel smart constructor.

Constructors

DescribeModel' 

Fields

Instances

Instances details
ToJSON DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

ToHeaders DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

ToPath DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

ToQuery DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

AWSRequest DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Associated Types

type AWSResponse DescribeModel #

Generic DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Associated Types

type Rep DescribeModel :: Type -> Type #

Read DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Show DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

NFData DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Methods

rnf :: DescribeModel -> () #

Eq DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Hashable DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

type AWSResponse DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

type Rep DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

type Rep DescribeModel = D1 ('MetaData "DescribeModel" "Amazonka.SageMaker.DescribeModel" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeModel Source #

Create a value of DescribeModel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeModel, describeModel_modelName - The name of the model.

Request Lenses

Destructuring the Response

data DescribeModelResponse Source #

See: newDescribeModelResponse smart constructor.

Constructors

DescribeModelResponse' 

Fields

Instances

Instances details
Generic DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Associated Types

type Rep DescribeModelResponse :: Type -> Type #

Read DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Show DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

NFData DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Methods

rnf :: DescribeModelResponse -> () #

Eq DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

type Rep DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

newDescribeModelResponse Source #

Create a value of DescribeModelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeModelResponse, describeModelResponse_containers - The containers in the inference pipeline.

DescribeModelResponse, describeModelResponse_enableNetworkIsolation - If True, no inbound or outbound network calls can be made to or from the model container.

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

DescribeModelResponse, describeModelResponse_primaryContainer - The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

DescribeModelResponse, describeModelResponse_vpcConfig - A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

$sel:httpStatus:DescribeModelResponse', describeModelResponse_httpStatus - The response's http status code.

DescribeModel, describeModelResponse_modelName - Name of the SageMaker model.

DescribeModelResponse, describeModelResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

DescribeModelResponse, describeModelResponse_creationTime - A timestamp that shows when the model was created.

DescribeModelResponse, describeModelResponse_modelArn - The Amazon Resource Name (ARN) of the model.

Response Lenses

describeModelResponse_enableNetworkIsolation :: Lens' DescribeModelResponse (Maybe Bool) Source #

If True, no inbound or outbound network calls can be made to or from the model container.

describeModelResponse_inferenceExecutionConfig :: Lens' DescribeModelResponse (Maybe InferenceExecutionConfig) Source #

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

describeModelResponse_primaryContainer :: Lens' DescribeModelResponse (Maybe ContainerDefinition) Source #

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

describeModelResponse_vpcConfig :: Lens' DescribeModelResponse (Maybe VpcConfig) Source #

A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

describeModelResponse_executionRoleArn :: Lens' DescribeModelResponse Text Source #

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

describeModelResponse_creationTime :: Lens' DescribeModelResponse UTCTime Source #

A timestamp that shows when the model was created.

describeModelResponse_modelArn :: Lens' DescribeModelResponse Text Source #

The Amazon Resource Name (ARN) of the model.