libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Read DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Show DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Generic DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Associated Types

type Rep DescribeModel :: Type -> Type #

NFData DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Methods

rnf :: DescribeModel -> () #

Hashable DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

ToJSON DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

AWSRequest DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Associated Types

type AWSResponse 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

type Rep DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

type Rep DescribeModel = D1 ('MetaData "DescribeModel" "Amazonka.SageMaker.DescribeModel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeModel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeModel Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

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:

$sel:modelName: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
Eq DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Read DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Show DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Generic DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Associated Types

type Rep DescribeModelResponse :: Type -> Type #

NFData DescribeModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModel

Methods

rnf :: DescribeModelResponse -> () #

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:

$sel:primaryContainer: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.

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

$sel:containers:DescribeModelResponse', describeModelResponse_containers - The containers in the inference pipeline.

$sel:vpcConfig: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:inferenceExecutionConfig:DescribeModelResponse', describeModelResponse_inferenceExecutionConfig - Specifies details of how containers in a multi-container endpoint are called.

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

$sel:modelName:DescribeModel', describeModelResponse_modelName - Name of the Amazon SageMaker model.

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

$sel:creationTime:DescribeModelResponse', describeModelResponse_creationTime - A timestamp that shows when the model was created.

$sel:modelArn:DescribeModelResponse', describeModelResponse_modelArn - The Amazon Resource Name (ARN) of the model.

Response Lenses

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_enableNetworkIsolation :: Lens' DescribeModelResponse (Maybe Bool) Source #

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

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_inferenceExecutionConfig :: Lens' DescribeModelResponse (Maybe InferenceExecutionConfig) Source #

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

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.