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.BatchDescribeModelPackage

Description

This action batch describes a list of versioned model packages

Synopsis

Creating a Request

data BatchDescribeModelPackage Source #

See: newBatchDescribeModelPackage smart constructor.

Constructors

BatchDescribeModelPackage' 

Fields

Instances

Instances details
ToJSON BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

ToHeaders BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

ToPath BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

ToQuery BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

AWSRequest BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Generic BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Associated Types

type Rep BatchDescribeModelPackage :: Type -> Type #

Read BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Show BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

NFData BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Eq BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Hashable BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

type AWSResponse BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

type Rep BatchDescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

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

newBatchDescribeModelPackage Source #

Create a value of BatchDescribeModelPackage 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:modelPackageArnList:BatchDescribeModelPackage', batchDescribeModelPackage_modelPackageArnList - The list of Amazon Resource Name (ARN) of the model package groups.

Request Lenses

batchDescribeModelPackage_modelPackageArnList :: Lens' BatchDescribeModelPackage (NonEmpty Text) Source #

The list of Amazon Resource Name (ARN) of the model package groups.

Destructuring the Response

data BatchDescribeModelPackageResponse Source #

See: newBatchDescribeModelPackageResponse smart constructor.

Constructors

BatchDescribeModelPackageResponse' 

Fields

Instances

Instances details
Generic BatchDescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Associated Types

type Rep BatchDescribeModelPackageResponse :: Type -> Type #

Read BatchDescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Show BatchDescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

NFData BatchDescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

Eq BatchDescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

type Rep BatchDescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.BatchDescribeModelPackage

type Rep BatchDescribeModelPackageResponse = D1 ('MetaData "BatchDescribeModelPackageResponse" "Amazonka.SageMaker.BatchDescribeModelPackage" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "BatchDescribeModelPackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchDescribeModelPackageErrorMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text BatchDescribeModelPackageError))) :*: (S1 ('MetaSel ('Just "modelPackageSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text BatchDescribeModelPackageSummary))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDescribeModelPackageResponse Source #

Create a value of BatchDescribeModelPackageResponse 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:batchDescribeModelPackageErrorMap:BatchDescribeModelPackageResponse', batchDescribeModelPackageResponse_batchDescribeModelPackageErrorMap - A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.

$sel:modelPackageSummaries:BatchDescribeModelPackageResponse', batchDescribeModelPackageResponse_modelPackageSummaries - The summaries for the model package versions

$sel:httpStatus:BatchDescribeModelPackageResponse', batchDescribeModelPackageResponse_httpStatus - The response's http status code.

Response Lenses

batchDescribeModelPackageResponse_batchDescribeModelPackageErrorMap :: Lens' BatchDescribeModelPackageResponse (Maybe (HashMap Text BatchDescribeModelPackageError)) Source #

A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.