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

Contents

Description

Derived from API version 2017-07-24 of the AWS service descriptions, licensed under Apache 2.0.

Provides APIs for creating and managing Amazon SageMaker resources.

Other Resources:

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-24 of the Amazon SageMaker Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by SageMaker.

ResourceLimitExceeded

_ResourceLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have exceeded an Amazon SageMaker resource limit. For example, you might have too many training jobs created.

ResourceInUse

_ResourceInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

Resource being accessed is in use.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

ResourceNotFound

_ResourceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

Resource being access is not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

ImageUpdated

newImageUpdated :: Wait DescribeImage Source #

Polls DescribeImage every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

ImageDeleted

newImageDeleted :: Wait DescribeImage Source #

Polls DescribeImage every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

NotebookInstanceDeleted

newNotebookInstanceDeleted :: Wait DescribeNotebookInstance Source #

Polls DescribeNotebookInstance every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

ImageVersionDeleted

newImageVersionDeleted :: Wait DescribeImageVersion Source #

Polls DescribeImageVersion every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

EndpointDeleted

newEndpointDeleted :: Wait DescribeEndpoint Source #

Polls DescribeEndpoint every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

EndpointInService

newEndpointInService :: Wait DescribeEndpoint Source #

Polls DescribeEndpoint every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.

ImageCreated

newImageCreated :: Wait DescribeImage Source #

Polls DescribeImage every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

TransformJobCompletedOrStopped

newTransformJobCompletedOrStopped :: Wait DescribeTransformJob Source #

Polls DescribeTransformJob every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

NotebookInstanceInService

newNotebookInstanceInService :: Wait DescribeNotebookInstance Source #

Polls DescribeNotebookInstance every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

ProcessingJobCompletedOrStopped

newProcessingJobCompletedOrStopped :: Wait DescribeProcessingJob Source #

Polls DescribeProcessingJob every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

ImageVersionCreated

newImageVersionCreated :: Wait DescribeImageVersion Source #

Polls DescribeImageVersion every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

TrainingJobCompletedOrStopped

newTrainingJobCompletedOrStopped :: Wait DescribeTrainingJob Source #

Polls DescribeTrainingJob every 120 seconds until a successful state is reached. An error is returned after 180 failed checks.

NotebookInstanceStopped

newNotebookInstanceStopped :: Wait DescribeNotebookInstance Source #

Polls DescribeNotebookInstance every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListProjects

data ListProjects Source #

See: newListProjects smart constructor.

Instances

Instances details
Eq ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Read ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Show ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Generic ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Associated Types

type Rep ListProjects :: Type -> Type #

NFData ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Methods

rnf :: ListProjects -> () #

Hashable ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

ToJSON ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

AWSRequest ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Associated Types

type AWSResponse ListProjects #

ToHeaders ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

ToPath ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

ToQuery ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

type Rep ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

type AWSResponse ListProjects Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

newListProjects :: ListProjects Source #

Create a value of ListProjects 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:nameContains:ListProjects', listProjects_nameContains - A filter that returns the projects whose name contains a specified string.

$sel:creationTimeAfter:ListProjects', listProjects_creationTimeAfter - A filter that returns the projects that were created after a specified time.

$sel:nextToken:ListProjects', listProjects_nextToken - If the result of the previous ListProjects request was truncated, the response includes a NextToken. To retrieve the next set of projects, use the token in the next request.

$sel:sortOrder:ListProjects', listProjects_sortOrder - The sort order for results. The default is Ascending.

$sel:creationTimeBefore:ListProjects', listProjects_creationTimeBefore - A filter that returns the projects that were created before a specified time.

$sel:maxResults:ListProjects', listProjects_maxResults - The maximum number of projects to return in the response.

$sel:sortBy:ListProjects', listProjects_sortBy - The field by which to sort results. The default is CreationTime.

data ListProjectsResponse Source #

See: newListProjectsResponse smart constructor.

Instances

Instances details
Eq ListProjectsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Read ListProjectsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Show ListProjectsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Generic ListProjectsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Associated Types

type Rep ListProjectsResponse :: Type -> Type #

NFData ListProjectsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

Methods

rnf :: ListProjectsResponse -> () #

type Rep ListProjectsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProjects

type Rep ListProjectsResponse = D1 ('MetaData "ListProjectsResponse" "Amazonka.SageMaker.ListProjects" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "projectSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProjectSummary]))))

newListProjectsResponse Source #

Create a value of ListProjectsResponse 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:nextToken:ListProjects', listProjectsResponse_nextToken - If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

$sel:httpStatus:ListProjectsResponse', listProjectsResponse_httpStatus - The response's http status code.

$sel:projectSummaryList:ListProjectsResponse', listProjectsResponse_projectSummaryList - A list of summaries of projects.

DeleteProject

data DeleteProject Source #

See: newDeleteProject smart constructor.

Constructors

DeleteProject' Text 

Instances

Instances details
Eq DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Read DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Show DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Generic DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Associated Types

type Rep DeleteProject :: Type -> Type #

NFData DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Methods

rnf :: DeleteProject -> () #

Hashable DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

ToJSON DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

AWSRequest DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Associated Types

type AWSResponse DeleteProject #

ToHeaders DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

ToPath DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

ToQuery DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

type Rep DeleteProject Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

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

Defined in Amazonka.SageMaker.DeleteProject

newDeleteProject Source #

Create a value of DeleteProject 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:projectName:DeleteProject', deleteProject_projectName - The name of the project to delete.

data DeleteProjectResponse Source #

See: newDeleteProjectResponse smart constructor.

Instances

Instances details
Eq DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Read DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Show DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Generic DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Associated Types

type Rep DeleteProjectResponse :: Type -> Type #

NFData DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

Methods

rnf :: DeleteProjectResponse -> () #

type Rep DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteProject

type Rep DeleteProjectResponse = D1 ('MetaData "DeleteProjectResponse" "Amazonka.SageMaker.DeleteProject" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteProjectResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteProjectResponse :: DeleteProjectResponse Source #

Create a value of DeleteProjectResponse with all optional fields omitted.

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

GetModelPackageGroupPolicy

data GetModelPackageGroupPolicy Source #

See: newGetModelPackageGroupPolicy smart constructor.

Instances

Instances details
Eq GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Read GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Show GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Generic GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Associated Types

type Rep GetModelPackageGroupPolicy :: Type -> Type #

NFData GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Hashable GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

ToJSON GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

AWSRequest GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

ToHeaders GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

ToPath GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

ToQuery GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

type Rep GetModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

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

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

newGetModelPackageGroupPolicy Source #

Create a value of GetModelPackageGroupPolicy 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:modelPackageGroupName:GetModelPackageGroupPolicy', getModelPackageGroupPolicy_modelPackageGroupName - The name of the model group for which to get the resource policy.

data GetModelPackageGroupPolicyResponse Source #

Instances

Instances details
Eq GetModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Read GetModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Show GetModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Generic GetModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

Associated Types

type Rep GetModelPackageGroupPolicyResponse :: Type -> Type #

NFData GetModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

type Rep GetModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetModelPackageGroupPolicy

type Rep GetModelPackageGroupPolicyResponse = D1 ('MetaData "GetModelPackageGroupPolicyResponse" "Amazonka.SageMaker.GetModelPackageGroupPolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetModelPackageGroupPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "resourcePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetModelPackageGroupPolicyResponse Source #

Create a value of GetModelPackageGroupPolicyResponse 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:httpStatus:GetModelPackageGroupPolicyResponse', getModelPackageGroupPolicyResponse_httpStatus - The response's http status code.

$sel:resourcePolicy:GetModelPackageGroupPolicyResponse', getModelPackageGroupPolicyResponse_resourcePolicy - The resource policy for the model group.

CreateNotebookInstance

data CreateNotebookInstance Source #

See: newCreateNotebookInstance smart constructor.

Instances

Instances details
Eq CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Read CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Show CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Generic CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Associated Types

type Rep CreateNotebookInstance :: Type -> Type #

NFData CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Methods

rnf :: CreateNotebookInstance -> () #

Hashable CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

ToJSON CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

AWSRequest CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Associated Types

type AWSResponse CreateNotebookInstance #

ToHeaders CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

ToPath CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

ToQuery CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

type Rep CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

type Rep CreateNotebookInstance = D1 ('MetaData "CreateNotebookInstance" "Amazonka.SageMaker.CreateNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateNotebookInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceleratorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceAcceleratorType])) :*: (S1 ('MetaSel ('Just "platformIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "additionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "lifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "rootAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootAccess)) :*: S1 ('MetaSel ('Just "directInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectInternetAccess)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstanceType) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

newCreateNotebookInstance Source #

Create a value of CreateNotebookInstance 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:acceleratorTypes:CreateNotebookInstance', createNotebookInstance_acceleratorTypes - A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

$sel:platformIdentifier:CreateNotebookInstance', createNotebookInstance_platformIdentifier - The platform identifier of the notebook instance runtime environment.

$sel:securityGroupIds:CreateNotebookInstance', createNotebookInstance_securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

$sel:additionalCodeRepositories:CreateNotebookInstance', createNotebookInstance_additionalCodeRepositories - An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:lifecycleConfigName:CreateNotebookInstance', createNotebookInstance_lifecycleConfigName - The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

$sel:subnetId:CreateNotebookInstance', createNotebookInstance_subnetId - The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.

$sel:defaultCodeRepository:CreateNotebookInstance', createNotebookInstance_defaultCodeRepository - A Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:volumeSizeInGB:CreateNotebookInstance', createNotebookInstance_volumeSizeInGB - The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.

$sel:kmsKeyId:CreateNotebookInstance', createNotebookInstance_kmsKeyId - The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.

$sel:rootAccess:CreateNotebookInstance', createNotebookInstance_rootAccess - Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

$sel:directInternetAccess:CreateNotebookInstance', createNotebookInstance_directInternetAccess - Sets whether Amazon SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to Amazon SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

$sel:tags:CreateNotebookInstance', createNotebookInstance_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:notebookInstanceName:CreateNotebookInstance', createNotebookInstance_notebookInstanceName - The name of the new notebook instance.

$sel:instanceType:CreateNotebookInstance', createNotebookInstance_instanceType - The type of ML compute instance to launch for the notebook instance.

$sel:roleArn:CreateNotebookInstance', createNotebookInstance_roleArn - When you send any requests to Amazon Web Services resources from the notebook instance, Amazon SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so Amazon SageMaker can perform these tasks. The policy must allow the Amazon SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see Amazon SageMaker Roles.

To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission.

data CreateNotebookInstanceResponse Source #

See: newCreateNotebookInstanceResponse smart constructor.

Instances

Instances details
Eq CreateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Read CreateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Show CreateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Generic CreateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

Associated Types

type Rep CreateNotebookInstanceResponse :: Type -> Type #

NFData CreateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

type Rep CreateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstance

type Rep CreateNotebookInstanceResponse = D1 ('MetaData "CreateNotebookInstanceResponse" "Amazonka.SageMaker.CreateNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateNotebookInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateNotebookInstanceResponse Source #

Create a value of CreateNotebookInstanceResponse 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:notebookInstanceArn:CreateNotebookInstanceResponse', createNotebookInstanceResponse_notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.

$sel:httpStatus:CreateNotebookInstanceResponse', createNotebookInstanceResponse_httpStatus - The response's http status code.

UpdateModelPackage

data UpdateModelPackage Source #

See: newUpdateModelPackage smart constructor.

Instances

Instances details
Eq UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Read UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Show UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Generic UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Associated Types

type Rep UpdateModelPackage :: Type -> Type #

NFData UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Methods

rnf :: UpdateModelPackage -> () #

Hashable UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

ToJSON UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

AWSRequest UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Associated Types

type AWSResponse UpdateModelPackage #

ToHeaders UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

ToPath UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

ToQuery UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

type Rep UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

type Rep UpdateModelPackage = D1 ('MetaData "UpdateModelPackage" "Amazonka.SageMaker.UpdateModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateModelPackage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approvalDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelApprovalStatus))))
type AWSResponse UpdateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

newUpdateModelPackage Source #

Create a value of UpdateModelPackage 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:approvalDescription:UpdateModelPackage', updateModelPackage_approvalDescription - A description for the approval status of the model.

$sel:modelPackageArn:UpdateModelPackage', updateModelPackage_modelPackageArn - The Amazon Resource Name (ARN) of the model.

$sel:modelApprovalStatus:UpdateModelPackage', updateModelPackage_modelApprovalStatus - The approval status of the model.

data UpdateModelPackageResponse Source #

See: newUpdateModelPackageResponse smart constructor.

Instances

Instances details
Eq UpdateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Read UpdateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Show UpdateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Generic UpdateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

Associated Types

type Rep UpdateModelPackageResponse :: Type -> Type #

NFData UpdateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

type Rep UpdateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateModelPackage

type Rep UpdateModelPackageResponse = D1 ('MetaData "UpdateModelPackageResponse" "Amazonka.SageMaker.UpdateModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateModelPackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateModelPackageResponse Source #

Create a value of UpdateModelPackageResponse 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:httpStatus:UpdateModelPackageResponse', updateModelPackageResponse_httpStatus - The response's http status code.

$sel:modelPackageArn:UpdateModelPackage', updateModelPackageResponse_modelPackageArn - The Amazon Resource Name (ARN) of the model.

DeleteModelPackage

data DeleteModelPackage Source #

See: newDeleteModelPackage smart constructor.

Instances

Instances details
Eq DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Read DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Show DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Generic DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Associated Types

type Rep DeleteModelPackage :: Type -> Type #

NFData DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Methods

rnf :: DeleteModelPackage -> () #

Hashable DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

ToJSON DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

AWSRequest DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Associated Types

type AWSResponse DeleteModelPackage #

ToHeaders DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

ToPath DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

ToQuery DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

type Rep DeleteModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

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

Defined in Amazonka.SageMaker.DeleteModelPackage

newDeleteModelPackage Source #

Create a value of DeleteModelPackage 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:modelPackageName:DeleteModelPackage', deleteModelPackage_modelPackageName - The name or Amazon Resource Name (ARN) of the model package to delete.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

data DeleteModelPackageResponse Source #

See: newDeleteModelPackageResponse smart constructor.

Instances

Instances details
Eq DeleteModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Read DeleteModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Show DeleteModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Generic DeleteModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

Associated Types

type Rep DeleteModelPackageResponse :: Type -> Type #

NFData DeleteModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

type Rep DeleteModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackage

type Rep DeleteModelPackageResponse = D1 ('MetaData "DeleteModelPackageResponse" "Amazonka.SageMaker.DeleteModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelPackageResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelPackageResponse :: DeleteModelPackageResponse Source #

Create a value of DeleteModelPackageResponse with all optional fields omitted.

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

DescribeMonitoringSchedule

data DescribeMonitoringSchedule Source #

See: newDescribeMonitoringSchedule smart constructor.

Instances

Instances details
Eq DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Read DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Show DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Generic DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Associated Types

type Rep DescribeMonitoringSchedule :: Type -> Type #

NFData DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Hashable DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToJSON DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

AWSRequest DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToHeaders DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToPath DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToQuery DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

type Rep DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

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

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

newDescribeMonitoringSchedule Source #

Create a value of DescribeMonitoringSchedule 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:monitoringScheduleName:DescribeMonitoringSchedule', describeMonitoringSchedule_monitoringScheduleName - Name of a previously created monitoring schedule.

data DescribeMonitoringScheduleResponse Source #

Instances

Instances details
Eq DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Read DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Show DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Generic DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Associated Types

type Rep DescribeMonitoringScheduleResponse :: Type -> Type #

NFData DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

type Rep DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

type Rep DescribeMonitoringScheduleResponse = D1 ('MetaData "DescribeMonitoringScheduleResponse" "Amazonka.SageMaker.DescribeMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeMonitoringScheduleResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastMonitoringExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleStatus))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringScheduleConfig))))))

newDescribeMonitoringScheduleResponse Source #

Create a value of DescribeMonitoringScheduleResponse 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:monitoringType:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringType - The type of the monitoring job that this schedule runs. This is one of the following values.

  • DATA_QUALITY - The schedule is for a data quality monitoring job.
  • MODEL_QUALITY - The schedule is for a model quality monitoring job.
  • MODEL_BIAS - The schedule is for a bias monitoring job.
  • MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.

$sel:failureReason:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_failureReason - A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

$sel:endpointName:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_endpointName - The name of the endpoint for the monitoring job.

$sel:lastMonitoringExecutionSummary:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_lastMonitoringExecutionSummary - Describes metadata on the last execution to run, if there was one.

$sel:httpStatus:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_httpStatus - The response's http status code.

$sel:monitoringScheduleArn:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

$sel:monitoringScheduleName:DescribeMonitoringSchedule', describeMonitoringScheduleResponse_monitoringScheduleName - Name of the monitoring schedule.

$sel:monitoringScheduleStatus:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringScheduleStatus - The status of an monitoring job.

$sel:creationTime:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_creationTime - The time at which the monitoring job was created.

$sel:lastModifiedTime:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_lastModifiedTime - The time at which the monitoring job was last modified.

$sel:monitoringScheduleConfig:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.

ListTrialComponents (Paginated)

data ListTrialComponents Source #

See: newListTrialComponents smart constructor.

Instances

Instances details
Eq ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Read ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Show ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Generic ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Associated Types

type Rep ListTrialComponents :: Type -> Type #

NFData ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Methods

rnf :: ListTrialComponents -> () #

Hashable ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

ToJSON ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

AWSPager ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

AWSRequest ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Associated Types

type AWSResponse ListTrialComponents #

ToHeaders ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

ToPath ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

ToQuery ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

type Rep ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

type AWSResponse ListTrialComponents Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

newListTrialComponents :: ListTrialComponents Source #

Create a value of ListTrialComponents 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:createdAfter:ListTrialComponents', listTrialComponents_createdAfter - A filter that returns only components created after the specified time.

$sel:sourceArn:ListTrialComponents', listTrialComponents_sourceArn - A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can't filter by ExperimentName or TrialName.

$sel:experimentName:ListTrialComponents', listTrialComponents_experimentName - A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can't filter by SourceArn or TrialName.

$sel:nextToken:ListTrialComponents', listTrialComponents_nextToken - If the previous call to ListTrialComponents didn't return the full set of components, the call returns a token for getting the next set of components.

$sel:sortOrder:ListTrialComponents', listTrialComponents_sortOrder - The sort order. The default value is Descending.

$sel:trialName:ListTrialComponents', listTrialComponents_trialName - A filter that returns only components that are part of the specified trial. If you specify TrialName, you can't filter by ExperimentName or SourceArn.

$sel:maxResults:ListTrialComponents', listTrialComponents_maxResults - The maximum number of components to return in the response. The default value is 10.

$sel:createdBefore:ListTrialComponents', listTrialComponents_createdBefore - A filter that returns only components created before the specified time.

$sel:sortBy:ListTrialComponents', listTrialComponents_sortBy - The property used to sort results. The default value is CreationTime.

data ListTrialComponentsResponse Source #

See: newListTrialComponentsResponse smart constructor.

Instances

Instances details
Eq ListTrialComponentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Read ListTrialComponentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Show ListTrialComponentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Generic ListTrialComponentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

Associated Types

type Rep ListTrialComponentsResponse :: Type -> Type #

NFData ListTrialComponentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

type Rep ListTrialComponentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrialComponents

type Rep ListTrialComponentsResponse = D1 ('MetaData "ListTrialComponentsResponse" "Amazonka.SageMaker.ListTrialComponents" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTrialComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTrialComponentsResponse Source #

Create a value of ListTrialComponentsResponse 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:trialComponentSummaries:ListTrialComponentsResponse', listTrialComponentsResponse_trialComponentSummaries - A list of the summaries of your trial components.

$sel:nextToken:ListTrialComponents', listTrialComponentsResponse_nextToken - A token for getting the next set of components, if there are any.

$sel:httpStatus:ListTrialComponentsResponse', listTrialComponentsResponse_httpStatus - The response's http status code.

DescribeEndpointConfig

data DescribeEndpointConfig Source #

See: newDescribeEndpointConfig smart constructor.

Instances

Instances details
Eq DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Read DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Show DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Generic DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type Rep DescribeEndpointConfig :: Type -> Type #

NFData DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Methods

rnf :: DescribeEndpointConfig -> () #

Hashable DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToJSON DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

AWSRequest DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type AWSResponse DescribeEndpointConfig #

ToHeaders DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToPath DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

ToQuery DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

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

Defined in Amazonka.SageMaker.DescribeEndpointConfig

newDescribeEndpointConfig Source #

Create a value of DescribeEndpointConfig 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:endpointConfigName:DescribeEndpointConfig', describeEndpointConfig_endpointConfigName - The name of the endpoint configuration.

data DescribeEndpointConfigResponse Source #

See: newDescribeEndpointConfigResponse smart constructor.

Instances

Instances details
Eq DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Read DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Show DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Generic DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

Associated Types

type Rep DescribeEndpointConfigResponse :: Type -> Type #

NFData DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpointConfig

type Rep DescribeEndpointConfigResponse = D1 ('MetaData "DescribeEndpointConfigResponse" "Amazonka.SageMaker.DescribeEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEndpointConfigResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "asyncInferenceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceConfig)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ProductionVariant)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newDescribeEndpointConfigResponse Source #

Create a value of DescribeEndpointConfigResponse 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:asyncInferenceConfig:DescribeEndpointConfigResponse', describeEndpointConfigResponse_asyncInferenceConfig - Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

$sel:kmsKeyId:DescribeEndpointConfigResponse', describeEndpointConfigResponse_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.

$sel:dataCaptureConfig:DescribeEndpointConfigResponse', describeEndpointConfigResponse_dataCaptureConfig - Undocumented member.

$sel:httpStatus:DescribeEndpointConfigResponse', describeEndpointConfigResponse_httpStatus - The response's http status code.

$sel:endpointConfigName:DescribeEndpointConfig', describeEndpointConfigResponse_endpointConfigName - Name of the Amazon SageMaker endpoint configuration.

$sel:endpointConfigArn:DescribeEndpointConfigResponse', describeEndpointConfigResponse_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.

$sel:productionVariants:DescribeEndpointConfigResponse', describeEndpointConfigResponse_productionVariants - An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

$sel:creationTime:DescribeEndpointConfigResponse', describeEndpointConfigResponse_creationTime - A timestamp that shows when the endpoint configuration was created.

CreateModelExplainabilityJobDefinition

data CreateModelExplainabilityJobDefinition Source #

Instances

Instances details
Eq CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Read CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Show CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Generic CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

NFData CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Hashable CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

ToJSON CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

AWSRequest CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

ToHeaders CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

ToPath CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

ToQuery CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

type Rep CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

type Rep CreateModelExplainabilityJobDefinition = D1 ('MetaData "CreateModelExplainabilityJobDefinition" "Amazonka.SageMaker.CreateModelExplainabilityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelExplainabilityJobDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition)) :*: S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig))) :*: (S1 ('MetaSel ('Just "modelExplainabilityBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelExplainabilityBaselineConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "modelExplainabilityAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelExplainabilityAppSpecification) :*: S1 ('MetaSel ('Just "modelExplainabilityJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelExplainabilityJobInput)) :*: (S1 ('MetaSel ('Just "modelExplainabilityJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

newCreateModelExplainabilityJobDefinition Source #

Create a value of CreateModelExplainabilityJobDefinition 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:stoppingCondition:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_stoppingCondition - Undocumented member.

$sel:networkConfig:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_networkConfig - Networking options for a model explainability job.

$sel:modelExplainabilityBaselineConfig:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_modelExplainabilityBaselineConfig - The baseline configuration for a model explainability job.

$sel:tags:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:jobDefinitionName:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_jobDefinitionName - The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:modelExplainabilityAppSpecification:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_modelExplainabilityAppSpecification - Configures the model explainability job to run a specified Docker container image.

$sel:modelExplainabilityJobInput:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_modelExplainabilityJobInput - Inputs for the model explainability job.

$sel:modelExplainabilityJobOutputConfig:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_modelExplainabilityJobOutputConfig - Undocumented member.

$sel:jobResources:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_jobResources - Undocumented member.

$sel:roleArn:CreateModelExplainabilityJobDefinition', createModelExplainabilityJobDefinition_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

data CreateModelExplainabilityJobDefinitionResponse Source #

Instances

Instances details
Eq CreateModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Read CreateModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Show CreateModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

Generic CreateModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

NFData CreateModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

type Rep CreateModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelExplainabilityJobDefinition

type Rep CreateModelExplainabilityJobDefinitionResponse = D1 ('MetaData "CreateModelExplainabilityJobDefinitionResponse" "Amazonka.SageMaker.CreateModelExplainabilityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelExplainabilityJobDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

DescribeApp

data DescribeApp Source #

See: newDescribeApp smart constructor.

Instances

Instances details
Eq DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Read DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Show DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Generic DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Associated Types

type Rep DescribeApp :: Type -> Type #

NFData DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Methods

rnf :: DescribeApp -> () #

Hashable DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

ToJSON DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

AWSRequest DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Associated Types

type AWSResponse DescribeApp #

ToHeaders DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Methods

toHeaders :: DescribeApp -> [Header] #

ToPath DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

ToQuery DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

type Rep DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

type Rep DescribeApp = D1 ('MetaData "DescribeApp" "Amazonka.SageMaker.DescribeApp" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeApp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppType) :*: S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeApp Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

newDescribeApp Source #

Create a value of DescribeApp 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:domainId:DescribeApp', describeApp_domainId - The domain ID.

$sel:userProfileName:DescribeApp', describeApp_userProfileName - The user profile name.

$sel:appType:DescribeApp', describeApp_appType - The type of app.

$sel:appName:DescribeApp', describeApp_appName - The name of the app.

data DescribeAppResponse Source #

See: newDescribeAppResponse smart constructor.

Instances

Instances details
Eq DescribeAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Read DescribeAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Show DescribeAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Generic DescribeAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Associated Types

type Rep DescribeAppResponse :: Type -> Type #

NFData DescribeAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

Methods

rnf :: DescribeAppResponse -> () #

type Rep DescribeAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeApp

type Rep DescribeAppResponse = D1 ('MetaData "DescribeAppResponse" "Amazonka.SageMaker.DescribeApp" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeAppResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppStatus)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: (S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUserActivityTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "lastHealthCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeAppResponse Source #

Create a value of DescribeAppResponse 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:creationTime:DescribeAppResponse', describeAppResponse_creationTime - The creation time.

$sel:status:DescribeAppResponse', describeAppResponse_status - The status.

$sel:failureReason:DescribeAppResponse', describeAppResponse_failureReason - The failure reason.

$sel:resourceSpec:DescribeAppResponse', describeAppResponse_resourceSpec - The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

$sel:userProfileName:DescribeApp', describeAppResponse_userProfileName - The user profile name.

$sel:lastUserActivityTimestamp:DescribeAppResponse', describeAppResponse_lastUserActivityTimestamp - The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.

$sel:lastHealthCheckTimestamp:DescribeAppResponse', describeAppResponse_lastHealthCheckTimestamp - The timestamp of the last health check.

$sel:appName:DescribeApp', describeAppResponse_appName - The name of the app.

$sel:appArn:DescribeAppResponse', describeAppResponse_appArn - The Amazon Resource Name (ARN) of the app.

$sel:domainId:DescribeApp', describeAppResponse_domainId - The domain ID.

$sel:appType:DescribeApp', describeAppResponse_appType - The type of app.

$sel:httpStatus:DescribeAppResponse', describeAppResponse_httpStatus - The response's http status code.

ListImageVersions (Paginated)

data ListImageVersions Source #

See: newListImageVersions smart constructor.

Instances

Instances details
Eq ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Read ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Show ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Generic ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Associated Types

type Rep ListImageVersions :: Type -> Type #

NFData ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Methods

rnf :: ListImageVersions -> () #

Hashable ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

ToJSON ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

AWSPager ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

AWSRequest ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Associated Types

type AWSResponse ListImageVersions #

ToHeaders ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

ToPath ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

ToQuery ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

type Rep ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

type AWSResponse ListImageVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

newListImageVersions Source #

Create a value of ListImageVersions 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:lastModifiedTimeBefore:ListImageVersions', listImageVersions_lastModifiedTimeBefore - A filter that returns only versions modified on or before the specified time.

$sel:creationTimeAfter:ListImageVersions', listImageVersions_creationTimeAfter - A filter that returns only versions created on or after the specified time.

$sel:nextToken:ListImageVersions', listImageVersions_nextToken - If the previous call to ListImageVersions didn't return the full set of versions, the call returns a token for getting the next set of versions.

$sel:sortOrder:ListImageVersions', listImageVersions_sortOrder - The sort order. The default value is DESCENDING.

$sel:lastModifiedTimeAfter:ListImageVersions', listImageVersions_lastModifiedTimeAfter - A filter that returns only versions modified on or after the specified time.

$sel:creationTimeBefore:ListImageVersions', listImageVersions_creationTimeBefore - A filter that returns only versions created on or before the specified time.

$sel:maxResults:ListImageVersions', listImageVersions_maxResults - The maximum number of versions to return in the response. The default value is 10.

$sel:sortBy:ListImageVersions', listImageVersions_sortBy - The property used to sort results. The default value is CREATION_TIME.

$sel:imageName:ListImageVersions', listImageVersions_imageName - The name of the image to list the versions of.

data ListImageVersionsResponse Source #

See: newListImageVersionsResponse smart constructor.

Instances

Instances details
Eq ListImageVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Read ListImageVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Show ListImageVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Generic ListImageVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

Associated Types

type Rep ListImageVersionsResponse :: Type -> Type #

NFData ListImageVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

type Rep ListImageVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImageVersions

type Rep ListImageVersionsResponse = D1 ('MetaData "ListImageVersionsResponse" "Amazonka.SageMaker.ListImageVersions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListImageVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "imageVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ImageVersion])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListImageVersionsResponse Source #

Create a value of ListImageVersionsResponse 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:nextToken:ListImageVersions', listImageVersionsResponse_nextToken - A token for getting the next set of versions, if there are any.

$sel:imageVersions:ListImageVersionsResponse', listImageVersionsResponse_imageVersions - A list of versions and their properties.

$sel:httpStatus:ListImageVersionsResponse', listImageVersionsResponse_httpStatus - The response's http status code.

DescribeAutoMLJob

data DescribeAutoMLJob Source #

See: newDescribeAutoMLJob smart constructor.

Constructors

DescribeAutoMLJob' Text 

Instances

Instances details
Eq DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Read DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Show DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Generic DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Associated Types

type Rep DescribeAutoMLJob :: Type -> Type #

NFData DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Methods

rnf :: DescribeAutoMLJob -> () #

Hashable DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

ToJSON DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

AWSRequest DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Associated Types

type AWSResponse DescribeAutoMLJob #

ToHeaders DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

ToPath DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

ToQuery DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

type Rep DescribeAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

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

Defined in Amazonka.SageMaker.DescribeAutoMLJob

newDescribeAutoMLJob Source #

Create a value of DescribeAutoMLJob 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:autoMLJobName:DescribeAutoMLJob', describeAutoMLJob_autoMLJobName - Requests information about an AutoML job using its unique name.

data DescribeAutoMLJobResponse Source #

See: newDescribeAutoMLJobResponse smart constructor.

Instances

Instances details
Eq DescribeAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Read DescribeAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Show DescribeAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Generic DescribeAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

Associated Types

type Rep DescribeAutoMLJobResponse :: Type -> Type #

NFData DescribeAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

type Rep DescribeAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAutoMLJob

type Rep DescribeAutoMLJobResponse = D1 ('MetaData "DescribeAutoMLJobResponse" "Amazonka.SageMaker.DescribeAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeAutoMLJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "generateCandidateDefinitionsOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "partialFailureReasons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty AutoMLPartialFailureReason))) :*: (S1 ('MetaSel ('Just "modelDeployResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDeployResult)) :*: S1 ('MetaSel ('Just "problemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProblemType))))) :*: ((S1 ('MetaSel ('Just "autoMLJobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobConfig)) :*: (S1 ('MetaSel ('Just "autoMLJobObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobObjective)) :*: S1 ('MetaSel ('Just "autoMLJobArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobArtifacts)))) :*: (S1 ('MetaSel ('Just "resolvedAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResolvedAttributes)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "bestCandidate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLCandidate)))))) :*: (((S1 ('MetaSel ('Just "modelDeployConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDeployConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "autoMLJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AutoMLChannel))))) :*: ((S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLOutputDataConfig) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "autoMLJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLJobStatus) :*: S1 ('MetaSel ('Just "autoMLJobSecondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLJobSecondaryStatus)))))))

newDescribeAutoMLJobResponse Source #

Create a value of DescribeAutoMLJobResponse 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:generateCandidateDefinitionsOnly:DescribeAutoMLJobResponse', describeAutoMLJobResponse_generateCandidateDefinitionsOnly - Indicates whether the output for an AutoML job generates candidate definitions only.

$sel:failureReason:DescribeAutoMLJobResponse', describeAutoMLJobResponse_failureReason - Returns the failure reason for an AutoML job, when applicable.

$sel:partialFailureReasons:DescribeAutoMLJobResponse', describeAutoMLJobResponse_partialFailureReasons - Returns a list of reasons for partial failures within an AutoML job.

$sel:modelDeployResult:DescribeAutoMLJobResponse', describeAutoMLJobResponse_modelDeployResult - Provides information about endpoint for the model deployment.

$sel:problemType:DescribeAutoMLJobResponse', describeAutoMLJobResponse_problemType - Returns the job's problem type.

$sel:autoMLJobConfig:DescribeAutoMLJobResponse', describeAutoMLJobResponse_autoMLJobConfig - Returns the configuration for the AutoML job.

$sel:autoMLJobObjective:DescribeAutoMLJobResponse', describeAutoMLJobResponse_autoMLJobObjective - Returns the job's objective.

$sel:autoMLJobArtifacts:DescribeAutoMLJobResponse', describeAutoMLJobResponse_autoMLJobArtifacts - Returns information on the job's artifacts found in AutoMLJobArtifacts.

$sel:resolvedAttributes:DescribeAutoMLJobResponse', describeAutoMLJobResponse_resolvedAttributes - This contains ProblemType, AutoMLJobObjective, and CompletionCriteria. If you do not provide these values, they are auto-inferred. If you do provide them, the values used are the ones you provide.

$sel:endTime:DescribeAutoMLJobResponse', describeAutoMLJobResponse_endTime - Returns the end time of the AutoML job.

$sel:bestCandidate:DescribeAutoMLJobResponse', describeAutoMLJobResponse_bestCandidate - Returns the job's best AutoMLCandidate.

$sel:modelDeployConfig:DescribeAutoMLJobResponse', describeAutoMLJobResponse_modelDeployConfig - Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

$sel:httpStatus:DescribeAutoMLJobResponse', describeAutoMLJobResponse_httpStatus - The response's http status code.

$sel:autoMLJobName:DescribeAutoMLJob', describeAutoMLJobResponse_autoMLJobName - Returns the name of the AutoML job.

$sel:autoMLJobArn:DescribeAutoMLJobResponse', describeAutoMLJobResponse_autoMLJobArn - Returns the ARN of the AutoML job.

$sel:inputDataConfig:DescribeAutoMLJobResponse', describeAutoMLJobResponse_inputDataConfig - Returns the input data configuration for the AutoML job..

$sel:outputDataConfig:DescribeAutoMLJobResponse', describeAutoMLJobResponse_outputDataConfig - Returns the job's output data config.

$sel:roleArn:DescribeAutoMLJobResponse', describeAutoMLJobResponse_roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

$sel:creationTime:DescribeAutoMLJobResponse', describeAutoMLJobResponse_creationTime - Returns the creation time of the AutoML job.

$sel:lastModifiedTime:DescribeAutoMLJobResponse', describeAutoMLJobResponse_lastModifiedTime - Returns the job's last modified time.

$sel:autoMLJobStatus:DescribeAutoMLJobResponse', describeAutoMLJobResponse_autoMLJobStatus - Returns the status of the AutoML job.

$sel:autoMLJobSecondaryStatus:DescribeAutoMLJobResponse', describeAutoMLJobResponse_autoMLJobSecondaryStatus - Returns the secondary status of the AutoML job.

StopProcessingJob

data StopProcessingJob Source #

See: newStopProcessingJob smart constructor.

Constructors

StopProcessingJob' Text 

Instances

Instances details
Eq StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Read StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Show StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Generic StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Associated Types

type Rep StopProcessingJob :: Type -> Type #

NFData StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Methods

rnf :: StopProcessingJob -> () #

Hashable StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

ToJSON StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

AWSRequest StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Associated Types

type AWSResponse StopProcessingJob #

ToHeaders StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

ToPath StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

ToQuery StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

type Rep StopProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

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

Defined in Amazonka.SageMaker.StopProcessingJob

newStopProcessingJob Source #

Create a value of StopProcessingJob 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:processingJobName:StopProcessingJob', stopProcessingJob_processingJobName - The name of the processing job to stop.

data StopProcessingJobResponse Source #

See: newStopProcessingJobResponse smart constructor.

Instances

Instances details
Eq StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Read StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Show StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Generic StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

Associated Types

type Rep StopProcessingJobResponse :: Type -> Type #

NFData StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

type Rep StopProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopProcessingJob

type Rep StopProcessingJobResponse = D1 ('MetaData "StopProcessingJobResponse" "Amazonka.SageMaker.StopProcessingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopProcessingJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopProcessingJobResponse :: StopProcessingJobResponse Source #

Create a value of StopProcessingJobResponse with all optional fields omitted.

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

DeleteAction

data DeleteAction Source #

See: newDeleteAction smart constructor.

Constructors

DeleteAction' Text 

Instances

Instances details
Eq DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Read DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Show DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Generic DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Associated Types

type Rep DeleteAction :: Type -> Type #

NFData DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Methods

rnf :: DeleteAction -> () #

Hashable DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

ToJSON DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

AWSRequest DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Associated Types

type AWSResponse DeleteAction #

ToHeaders DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

ToPath DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

ToQuery DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

type Rep DeleteAction Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

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

Defined in Amazonka.SageMaker.DeleteAction

newDeleteAction Source #

Create a value of DeleteAction 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:actionName:DeleteAction', deleteAction_actionName - The name of the action to delete.

data DeleteActionResponse Source #

See: newDeleteActionResponse smart constructor.

Instances

Instances details
Eq DeleteActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Read DeleteActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Show DeleteActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Generic DeleteActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Associated Types

type Rep DeleteActionResponse :: Type -> Type #

NFData DeleteActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

Methods

rnf :: DeleteActionResponse -> () #

type Rep DeleteActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAction

type Rep DeleteActionResponse = D1 ('MetaData "DeleteActionResponse" "Amazonka.SageMaker.DeleteAction" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteActionResponse Source #

Create a value of DeleteActionResponse 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:actionArn:DeleteActionResponse', deleteActionResponse_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:httpStatus:DeleteActionResponse', deleteActionResponse_httpStatus - The response's http status code.

UpdateAction

data UpdateAction Source #

See: newUpdateAction smart constructor.

Instances

Instances details
Eq UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Read UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Show UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Generic UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Associated Types

type Rep UpdateAction :: Type -> Type #

NFData UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Methods

rnf :: UpdateAction -> () #

Hashable UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

ToJSON UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

AWSRequest UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Associated Types

type AWSResponse UpdateAction #

ToHeaders UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

ToPath UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

ToQuery UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

type Rep UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

type Rep UpdateAction = D1 ('MetaData "UpdateAction" "Amazonka.SageMaker.UpdateAction" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: S1 ('MetaSel ('Just "propertiesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateAction Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

newUpdateAction Source #

Create a value of UpdateAction 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:status:UpdateAction', updateAction_status - The new status for the action.

$sel:propertiesToRemove:UpdateAction', updateAction_propertiesToRemove - A list of properties to remove.

$sel:description:UpdateAction', updateAction_description - The new description for the action.

$sel:properties:UpdateAction', updateAction_properties - The new list of properties. Overwrites the current property list.

$sel:actionName:UpdateAction', updateAction_actionName - The name of the action to update.

data UpdateActionResponse Source #

See: newUpdateActionResponse smart constructor.

Instances

Instances details
Eq UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Read UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Show UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Generic UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Associated Types

type Rep UpdateActionResponse :: Type -> Type #

NFData UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

Methods

rnf :: UpdateActionResponse -> () #

type Rep UpdateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAction

type Rep UpdateActionResponse = D1 ('MetaData "UpdateActionResponse" "Amazonka.SageMaker.UpdateAction" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateActionResponse Source #

Create a value of UpdateActionResponse 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:actionArn:UpdateActionResponse', updateActionResponse_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:httpStatus:UpdateActionResponse', updateActionResponse_httpStatus - The response's http status code.

ListLabelingJobsForWorkteam (Paginated)

data ListLabelingJobsForWorkteam Source #

See: newListLabelingJobsForWorkteam smart constructor.

Instances

Instances details
Eq ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Read ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Show ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Generic ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Associated Types

type Rep ListLabelingJobsForWorkteam :: Type -> Type #

NFData ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Hashable ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToJSON ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

AWSPager ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

AWSRequest ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToHeaders ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToPath ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

ToQuery ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteam = D1 ('MetaData "ListLabelingJobsForWorkteam" "Amazonka.SageMaker.ListLabelingJobsForWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListLabelingJobsForWorkteam'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "jobReferenceCodeContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: ((S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListLabelingJobsForWorkteamSortByOptions)) :*: S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListLabelingJobsForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

newListLabelingJobsForWorkteam Source #

Create a value of ListLabelingJobsForWorkteam 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:jobReferenceCodeContains:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_jobReferenceCodeContains - A filter the limits jobs to only the ones whose job reference code contains the specified string.

$sel:creationTimeAfter:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_creationTimeAfter - A filter that returns only labeling jobs created after the specified time (timestamp).

$sel:nextToken:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_nextToken - If the result of the previous ListLabelingJobsForWorkteam request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

$sel:sortOrder:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_sortOrder - The sort order for results. The default is Ascending.

$sel:creationTimeBefore:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_creationTimeBefore - A filter that returns only labeling jobs created before the specified time (timestamp).

$sel:maxResults:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_maxResults - The maximum number of labeling jobs to return in each page of the response.

$sel:sortBy:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_sortBy - The field to sort results by. The default is CreationTime.

$sel:workteamArn:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteam_workteamArn - The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.

data ListLabelingJobsForWorkteamResponse Source #

Instances

Instances details
Eq ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Read ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Show ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

Generic ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

NFData ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobsForWorkteam

type Rep ListLabelingJobsForWorkteamResponse = D1 ('MetaData "ListLabelingJobsForWorkteamResponse" "Amazonka.SageMaker.ListLabelingJobsForWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListLabelingJobsForWorkteamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "labelingJobSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [LabelingJobForWorkteamSummary]))))

newListLabelingJobsForWorkteamResponse Source #

Create a value of ListLabelingJobsForWorkteamResponse 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:nextToken:ListLabelingJobsForWorkteam', listLabelingJobsForWorkteamResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.

$sel:httpStatus:ListLabelingJobsForWorkteamResponse', listLabelingJobsForWorkteamResponse_httpStatus - The response's http status code.

$sel:labelingJobSummaryList:ListLabelingJobsForWorkteamResponse', listLabelingJobsForWorkteamResponse_labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.

CreateTransformJob

data CreateTransformJob Source #

See: newCreateTransformJob smart constructor.

Instances

Instances details
Eq CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Read CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Show CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Generic CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Associated Types

type Rep CreateTransformJob :: Type -> Type #

NFData CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Methods

rnf :: CreateTransformJob -> () #

Hashable CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

ToJSON CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

AWSRequest CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Associated Types

type AWSResponse CreateTransformJob #

ToHeaders CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

ToPath CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

ToQuery CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

type Rep CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

type Rep CreateTransformJob = D1 ('MetaData "CreateTransformJob" "Amazonka.SageMaker.CreateTransformJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTransformJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelClientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelClientConfig)) :*: (S1 ('MetaSel ('Just "batchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchStrategy)) :*: S1 ('MetaSel ('Just "maxPayloadInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: S1 ('MetaSel ('Just "maxConcurrentTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "dataProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataProcessing)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformInput)) :*: (S1 ('MetaSel ('Just "transformOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformOutput) :*: S1 ('MetaSel ('Just "transformResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformResources))))))
type AWSResponse CreateTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

newCreateTransformJob Source #

Create a value of CreateTransformJob 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:modelClientConfig:CreateTransformJob', createTransformJob_modelClientConfig - Configures the timeout and maximum number of retries for processing a transform job invocation.

$sel:batchStrategy:CreateTransformJob', createTransformJob_batchStrategy - Specifies the number of records to include in a mini-batch for an HTTP inference request. A record // is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set the SplitType property to Line, RecordIO, or TFRecord.

To use only one record when making an HTTP invocation request to a container, set BatchStrategy to SingleRecord and SplitType to Line.

To fit as many records in a mini-batch as can fit within the MaxPayloadInMB limit, set BatchStrategy to MultiRecord and SplitType to Line.

$sel:maxPayloadInMB:CreateTransformJob', createTransformJob_maxPayloadInMB - The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB.

For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, Amazon SageMaker built-in algorithms do not support HTTP chunked encoding.

$sel:environment:CreateTransformJob', createTransformJob_environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

$sel:experimentConfig:CreateTransformJob', createTransformJob_experimentConfig - Undocumented member.

$sel:maxConcurrentTransforms:CreateTransformJob', createTransformJob_maxConcurrentTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, Amazon SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For more information on execution-parameters, see How Containers Serve Requests. For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.

$sel:dataProcessing:CreateTransformJob', createTransformJob_dataProcessing - The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

$sel:tags:CreateTransformJob', createTransformJob_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:transformJobName:CreateTransformJob', createTransformJob_transformJobName - The name of the transform job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

$sel:modelName:CreateTransformJob', createTransformJob_modelName - The name of the model that you want to use for the transform job. ModelName must be the name of an existing Amazon SageMaker model within an Amazon Web Services Region in an Amazon Web Services account.

$sel:transformInput:CreateTransformJob', createTransformJob_transformInput - Describes the input source and the way the transform job consumes it.

$sel:transformOutput:CreateTransformJob', createTransformJob_transformOutput - Describes the results of the transform job.

$sel:transformResources:CreateTransformJob', createTransformJob_transformResources - Describes the resources, including ML instance types and ML instance count, to use for the transform job.

data CreateTransformJobResponse Source #

See: newCreateTransformJobResponse smart constructor.

Instances

Instances details
Eq CreateTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Read CreateTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Show CreateTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Generic CreateTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

Associated Types

type Rep CreateTransformJobResponse :: Type -> Type #

NFData CreateTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

type Rep CreateTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTransformJob

type Rep CreateTransformJobResponse = D1 ('MetaData "CreateTransformJobResponse" "Amazonka.SageMaker.CreateTransformJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTransformJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "transformJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateTransformJobResponse Source #

Create a value of CreateTransformJobResponse 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:httpStatus:CreateTransformJobResponse', createTransformJobResponse_httpStatus - The response's http status code.

$sel:transformJobArn:CreateTransformJobResponse', createTransformJobResponse_transformJobArn - The Amazon Resource Name (ARN) of the transform job.

ListArtifacts (Paginated)

data ListArtifacts Source #

See: newListArtifacts smart constructor.

Instances

Instances details
Eq ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Read ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Show ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Generic ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Associated Types

type Rep ListArtifacts :: Type -> Type #

NFData ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Methods

rnf :: ListArtifacts -> () #

Hashable ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

ToJSON ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

AWSPager ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

AWSRequest ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Associated Types

type AWSResponse ListArtifacts #

ToHeaders ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

ToPath ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

ToQuery ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

type Rep ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

type AWSResponse ListArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

newListArtifacts :: ListArtifacts Source #

Create a value of ListArtifacts 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:createdAfter:ListArtifacts', listArtifacts_createdAfter - A filter that returns only artifacts created on or after the specified time.

$sel:nextToken:ListArtifacts', listArtifacts_nextToken - If the previous call to ListArtifacts didn't return the full set of artifacts, the call returns a token for getting the next set of artifacts.

$sel:sortOrder:ListArtifacts', listArtifacts_sortOrder - The sort order. The default value is Descending.

$sel:sourceUri:ListArtifacts', listArtifacts_sourceUri - A filter that returns only artifacts with the specified source URI.

$sel:artifactType:ListArtifacts', listArtifacts_artifactType - A filter that returns only artifacts of the specified type.

$sel:maxResults:ListArtifacts', listArtifacts_maxResults - The maximum number of artifacts to return in the response. The default value is 10.

$sel:createdBefore:ListArtifacts', listArtifacts_createdBefore - A filter that returns only artifacts created on or before the specified time.

$sel:sortBy:ListArtifacts', listArtifacts_sortBy - The property used to sort results. The default value is CreationTime.

data ListArtifactsResponse Source #

See: newListArtifactsResponse smart constructor.

Instances

Instances details
Eq ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Read ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Show ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Generic ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Associated Types

type Rep ListArtifactsResponse :: Type -> Type #

NFData ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

Methods

rnf :: ListArtifactsResponse -> () #

type Rep ListArtifactsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListArtifacts

type Rep ListArtifactsResponse = D1 ('MetaData "ListArtifactsResponse" "Amazonka.SageMaker.ListArtifacts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListArtifactsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ArtifactSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListArtifactsResponse Source #

Create a value of ListArtifactsResponse 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:artifactSummaries:ListArtifactsResponse', listArtifactsResponse_artifactSummaries - A list of artifacts and their properties.

$sel:nextToken:ListArtifacts', listArtifactsResponse_nextToken - A token for getting the next set of artifacts, if there are any.

$sel:httpStatus:ListArtifactsResponse', listArtifactsResponse_httpStatus - The response's http status code.

DeleteDeviceFleet

data DeleteDeviceFleet Source #

See: newDeleteDeviceFleet smart constructor.

Constructors

DeleteDeviceFleet' Text 

Instances

Instances details
Eq DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Read DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Show DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Generic DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Associated Types

type Rep DeleteDeviceFleet :: Type -> Type #

NFData DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Methods

rnf :: DeleteDeviceFleet -> () #

Hashable DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

ToJSON DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

AWSRequest DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Associated Types

type AWSResponse DeleteDeviceFleet #

ToHeaders DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

ToPath DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

ToQuery DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

type Rep DeleteDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

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

Defined in Amazonka.SageMaker.DeleteDeviceFleet

newDeleteDeviceFleet Source #

Create a value of DeleteDeviceFleet 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:deviceFleetName:DeleteDeviceFleet', deleteDeviceFleet_deviceFleetName - The name of the fleet to delete.

data DeleteDeviceFleetResponse Source #

See: newDeleteDeviceFleetResponse smart constructor.

Instances

Instances details
Eq DeleteDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Read DeleteDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Show DeleteDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Generic DeleteDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

Associated Types

type Rep DeleteDeviceFleetResponse :: Type -> Type #

NFData DeleteDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

type Rep DeleteDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDeviceFleet

type Rep DeleteDeviceFleetResponse = D1 ('MetaData "DeleteDeviceFleetResponse" "Amazonka.SageMaker.DeleteDeviceFleet" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteDeviceFleetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDeviceFleetResponse :: DeleteDeviceFleetResponse Source #

Create a value of DeleteDeviceFleetResponse with all optional fields omitted.

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

UpdateDeviceFleet

data UpdateDeviceFleet Source #

See: newUpdateDeviceFleet smart constructor.

Instances

Instances details
Eq UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Read UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Show UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Generic UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Associated Types

type Rep UpdateDeviceFleet :: Type -> Type #

NFData UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Methods

rnf :: UpdateDeviceFleet -> () #

Hashable UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

ToJSON UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

AWSRequest UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Associated Types

type AWSResponse UpdateDeviceFleet #

ToHeaders UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

ToPath UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

ToQuery UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

type Rep UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

type Rep UpdateDeviceFleet = D1 ('MetaData "UpdateDeviceFleet" "Amazonka.SageMaker.UpdateDeviceFleet" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDeviceFleet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableIotRoleAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgeOutputConfig)))))
type AWSResponse UpdateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

newUpdateDeviceFleet Source #

Create a value of UpdateDeviceFleet 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:enableIotRoleAlias:UpdateDeviceFleet', updateDeviceFleet_enableIotRoleAlias - Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

$sel:description:UpdateDeviceFleet', updateDeviceFleet_description - Description of the fleet.

$sel:roleArn:UpdateDeviceFleet', updateDeviceFleet_roleArn - The Amazon Resource Name (ARN) of the device.

$sel:deviceFleetName:UpdateDeviceFleet', updateDeviceFleet_deviceFleetName - The name of the fleet.

$sel:outputConfig:UpdateDeviceFleet', updateDeviceFleet_outputConfig - Output configuration for storing sample data collected by the fleet.

data UpdateDeviceFleetResponse Source #

See: newUpdateDeviceFleetResponse smart constructor.

Instances

Instances details
Eq UpdateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Read UpdateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Show UpdateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Generic UpdateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

Associated Types

type Rep UpdateDeviceFleetResponse :: Type -> Type #

NFData UpdateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

type Rep UpdateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDeviceFleet

type Rep UpdateDeviceFleetResponse = D1 ('MetaData "UpdateDeviceFleetResponse" "Amazonka.SageMaker.UpdateDeviceFleet" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDeviceFleetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateDeviceFleetResponse :: UpdateDeviceFleetResponse Source #

Create a value of UpdateDeviceFleetResponse with all optional fields omitted.

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

ListCompilationJobs (Paginated)

data ListCompilationJobs Source #

See: newListCompilationJobs smart constructor.

Instances

Instances details
Eq ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Read ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Show ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Generic ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Associated Types

type Rep ListCompilationJobs :: Type -> Type #

NFData ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Methods

rnf :: ListCompilationJobs -> () #

Hashable ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

ToJSON ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

AWSPager ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

AWSRequest ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Associated Types

type AWSResponse ListCompilationJobs #

ToHeaders ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

ToPath ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

ToQuery ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

type Rep ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

type AWSResponse ListCompilationJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

newListCompilationJobs :: ListCompilationJobs Source #

Create a value of ListCompilationJobs 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:nameContains:ListCompilationJobs', listCompilationJobs_nameContains - A filter that returns the model compilation jobs whose name contains a specified string.

$sel:lastModifiedTimeBefore:ListCompilationJobs', listCompilationJobs_lastModifiedTimeBefore - A filter that returns the model compilation jobs that were modified before a specified time.

$sel:creationTimeAfter:ListCompilationJobs', listCompilationJobs_creationTimeAfter - A filter that returns the model compilation jobs that were created after a specified time.

$sel:nextToken:ListCompilationJobs', listCompilationJobs_nextToken - If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

$sel:sortOrder:ListCompilationJobs', listCompilationJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListCompilationJobs', listCompilationJobs_lastModifiedTimeAfter - A filter that returns the model compilation jobs that were modified after a specified time.

$sel:creationTimeBefore:ListCompilationJobs', listCompilationJobs_creationTimeBefore - A filter that returns the model compilation jobs that were created before a specified time.

$sel:statusEquals:ListCompilationJobs', listCompilationJobs_statusEquals - A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.

$sel:maxResults:ListCompilationJobs', listCompilationJobs_maxResults - The maximum number of model compilation jobs to return in the response.

$sel:sortBy:ListCompilationJobs', listCompilationJobs_sortBy - The field by which to sort results. The default is CreationTime.

data ListCompilationJobsResponse Source #

See: newListCompilationJobsResponse smart constructor.

Instances

Instances details
Eq ListCompilationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Read ListCompilationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Show ListCompilationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Generic ListCompilationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

Associated Types

type Rep ListCompilationJobsResponse :: Type -> Type #

NFData ListCompilationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

type Rep ListCompilationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCompilationJobs

type Rep ListCompilationJobsResponse = D1 ('MetaData "ListCompilationJobsResponse" "Amazonka.SageMaker.ListCompilationJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListCompilationJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "compilationJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CompilationJobSummary]))))

newListCompilationJobsResponse Source #

Create a value of ListCompilationJobsResponse 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:nextToken:ListCompilationJobs', listCompilationJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this NextToken. To retrieve the next set of model compilation jobs, use this token in the next request.

$sel:httpStatus:ListCompilationJobsResponse', listCompilationJobsResponse_httpStatus - The response's http status code.

$sel:compilationJobSummaries:ListCompilationJobsResponse', listCompilationJobsResponse_compilationJobSummaries - An array of CompilationJobSummary objects, each describing a model compilation job.

DescribePipeline

data DescribePipeline Source #

See: newDescribePipeline smart constructor.

Constructors

DescribePipeline' Text 

Instances

Instances details
Eq DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Read DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Show DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Generic DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Associated Types

type Rep DescribePipeline :: Type -> Type #

NFData DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Methods

rnf :: DescribePipeline -> () #

Hashable DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

ToJSON DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

AWSRequest DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Associated Types

type AWSResponse DescribePipeline #

ToHeaders DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

ToPath DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

ToQuery DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

type Rep DescribePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

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

Defined in Amazonka.SageMaker.DescribePipeline

newDescribePipeline Source #

Create a value of DescribePipeline 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:pipelineName:DescribePipeline', describePipeline_pipelineName - The name of the pipeline to describe.

data DescribePipelineResponse Source #

See: newDescribePipelineResponse smart constructor.

Instances

Instances details
Eq DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Read DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Show DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Generic DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

Associated Types

type Rep DescribePipelineResponse :: Type -> Type #

NFData DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

type Rep DescribePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipeline

type Rep DescribePipelineResponse = D1 ('MetaData "DescribePipelineResponse" "Amazonka.SageMaker.DescribePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribePipelineResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastRunTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineStatus)) :*: (S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "pipelineDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribePipelineResponse Source #

Create a value of DescribePipelineResponse 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:creationTime:DescribePipelineResponse', describePipelineResponse_creationTime - The time when the pipeline was created.

$sel:pipelineDisplayName:DescribePipelineResponse', describePipelineResponse_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineName:DescribePipeline', describePipelineResponse_pipelineName - The name of the pipeline.

$sel:createdBy:DescribePipelineResponse', describePipelineResponse_createdBy - Undocumented member.

$sel:lastRunTime:DescribePipelineResponse', describePipelineResponse_lastRunTime - The time when the pipeline was last run.

$sel:lastModifiedTime:DescribePipelineResponse', describePipelineResponse_lastModifiedTime - The time when the pipeline was last modified.

$sel:pipelineStatus:DescribePipelineResponse', describePipelineResponse_pipelineStatus - The status of the pipeline execution.

$sel:pipelineDescription:DescribePipelineResponse', describePipelineResponse_pipelineDescription - The description of the pipeline.

$sel:pipelineArn:DescribePipelineResponse', describePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:pipelineDefinition:DescribePipelineResponse', describePipelineResponse_pipelineDefinition - The JSON pipeline definition.

$sel:lastModifiedBy:DescribePipelineResponse', describePipelineResponse_lastModifiedBy - Undocumented member.

$sel:roleArn:DescribePipelineResponse', describePipelineResponse_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.

$sel:httpStatus:DescribePipelineResponse', describePipelineResponse_httpStatus - The response's http status code.

DisassociateTrialComponent

data DisassociateTrialComponent Source #

See: newDisassociateTrialComponent smart constructor.

Instances

Instances details
Eq DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Read DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Show DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Generic DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Associated Types

type Rep DisassociateTrialComponent :: Type -> Type #

NFData DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Hashable DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToJSON DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

AWSRequest DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToHeaders DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToPath DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToQuery DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

type Rep DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

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

Defined in Amazonka.SageMaker.DisassociateTrialComponent

newDisassociateTrialComponent Source #

Create a value of DisassociateTrialComponent 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:trialComponentName:DisassociateTrialComponent', disassociateTrialComponent_trialComponentName - The name of the component to disassociate from the trial.

$sel:trialName:DisassociateTrialComponent', disassociateTrialComponent_trialName - The name of the trial to disassociate from.

data DisassociateTrialComponentResponse Source #

Instances

Instances details
Eq DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Read DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Show DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Generic DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Associated Types

type Rep DisassociateTrialComponentResponse :: Type -> Type #

NFData DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

type Rep DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

type Rep DisassociateTrialComponentResponse = D1 ('MetaData "DisassociateTrialComponentResponse" "Amazonka.SageMaker.DisassociateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DisassociateTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDisassociateTrialComponentResponse Source #

Create a value of DisassociateTrialComponentResponse 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:trialArn:DisassociateTrialComponentResponse', disassociateTrialComponentResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:trialComponentArn:DisassociateTrialComponentResponse', disassociateTrialComponentResponse_trialComponentArn - The ARN of the trial component.

$sel:httpStatus:DisassociateTrialComponentResponse', disassociateTrialComponentResponse_httpStatus - The response's http status code.

DescribeModelPackageGroup

data DescribeModelPackageGroup Source #

See: newDescribeModelPackageGroup smart constructor.

Instances

Instances details
Eq DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Read DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Show DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Generic DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Associated Types

type Rep DescribeModelPackageGroup :: Type -> Type #

NFData DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Hashable DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

ToJSON DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

AWSRequest DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

ToHeaders DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

ToPath DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

ToQuery DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

type Rep DescribeModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

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

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

newDescribeModelPackageGroup Source #

Create a value of DescribeModelPackageGroup 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:modelPackageGroupName:DescribeModelPackageGroup', describeModelPackageGroup_modelPackageGroupName - The name of the model group to describe.

data DescribeModelPackageGroupResponse Source #

See: newDescribeModelPackageGroupResponse smart constructor.

Instances

Instances details
Eq DescribeModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Read DescribeModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Show DescribeModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Generic DescribeModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

Associated Types

type Rep DescribeModelPackageGroupResponse :: Type -> Type #

NFData DescribeModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

type Rep DescribeModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackageGroup

type Rep DescribeModelPackageGroupResponse = D1 ('MetaData "DescribeModelPackageGroupResponse" "Amazonka.SageMaker.DescribeModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeModelPackageGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserContext) :*: S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageGroupStatus)))))

newDescribeModelPackageGroupResponse Source #

CreateEdgePackagingJob

data CreateEdgePackagingJob Source #

See: newCreateEdgePackagingJob smart constructor.

Instances

Instances details
Eq CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Read CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Show CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Generic CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Associated Types

type Rep CreateEdgePackagingJob :: Type -> Type #

NFData CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Methods

rnf :: CreateEdgePackagingJob -> () #

Hashable CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

ToJSON CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

AWSRequest CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Associated Types

type AWSResponse CreateEdgePackagingJob #

ToHeaders CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

ToPath CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

ToQuery CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

type Rep CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

type Rep CreateEdgePackagingJob = D1 ('MetaData "CreateEdgePackagingJob" "Amazonka.SageMaker.CreateEdgePackagingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateEdgePackagingJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "resourceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "edgePackagingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgeOutputConfig)))))
type AWSResponse CreateEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

newCreateEdgePackagingJob Source #

Create a value of CreateEdgePackagingJob 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:resourceKey:CreateEdgePackagingJob', createEdgePackagingJob_resourceKey - The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging job runs on.

$sel:tags:CreateEdgePackagingJob', createEdgePackagingJob_tags - Creates tags for the packaging job.

$sel:edgePackagingJobName:CreateEdgePackagingJob', createEdgePackagingJob_edgePackagingJobName - The name of the edge packaging job.

$sel:compilationJobName:CreateEdgePackagingJob', createEdgePackagingJob_compilationJobName - The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.

$sel:modelName:CreateEdgePackagingJob', createEdgePackagingJob_modelName - The name of the model.

$sel:modelVersion:CreateEdgePackagingJob', createEdgePackagingJob_modelVersion - The version of the model.

$sel:roleArn:CreateEdgePackagingJob', createEdgePackagingJob_roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact SageMaker Neo.

$sel:outputConfig:CreateEdgePackagingJob', createEdgePackagingJob_outputConfig - Provides information about the output location for the packaged model.

data CreateEdgePackagingJobResponse Source #

See: newCreateEdgePackagingJobResponse smart constructor.

Instances

Instances details
Eq CreateEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Read CreateEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Show CreateEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Generic CreateEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

Associated Types

type Rep CreateEdgePackagingJobResponse :: Type -> Type #

NFData CreateEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

type Rep CreateEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEdgePackagingJob

type Rep CreateEdgePackagingJobResponse = D1 ('MetaData "CreateEdgePackagingJobResponse" "Amazonka.SageMaker.CreateEdgePackagingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateEdgePackagingJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateEdgePackagingJobResponse :: CreateEdgePackagingJobResponse Source #

Create a value of CreateEdgePackagingJobResponse with all optional fields omitted.

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

StopHyperParameterTuningJob

data StopHyperParameterTuningJob Source #

See: newStopHyperParameterTuningJob smart constructor.

Instances

Instances details
Eq StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Read StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Show StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Generic StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Associated Types

type Rep StopHyperParameterTuningJob :: Type -> Type #

NFData StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Hashable StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToJSON StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

AWSRequest StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToHeaders StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToPath StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

ToQuery StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

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

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

newStopHyperParameterTuningJob Source #

Create a value of StopHyperParameterTuningJob 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:hyperParameterTuningJobName:StopHyperParameterTuningJob', stopHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job to stop.

data StopHyperParameterTuningJobResponse Source #

Instances

Instances details
Eq StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Read StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Show StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

Generic StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

NFData StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopHyperParameterTuningJob

type Rep StopHyperParameterTuningJobResponse = D1 ('MetaData "StopHyperParameterTuningJobResponse" "Amazonka.SageMaker.StopHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopHyperParameterTuningJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopHyperParameterTuningJobResponse :: StopHyperParameterTuningJobResponse Source #

Create a value of StopHyperParameterTuningJobResponse with all optional fields omitted.

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

ListHumanTaskUis (Paginated)

data ListHumanTaskUis Source #

See: newListHumanTaskUis smart constructor.

Instances

Instances details
Eq ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Read ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Show ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Generic ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Associated Types

type Rep ListHumanTaskUis :: Type -> Type #

NFData ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Methods

rnf :: ListHumanTaskUis -> () #

Hashable ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

ToJSON ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

AWSPager ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

AWSRequest ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Associated Types

type AWSResponse ListHumanTaskUis #

ToHeaders ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

ToPath ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

ToQuery ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUis = D1 ('MetaData "ListHumanTaskUis" "Amazonka.SageMaker.ListHumanTaskUis" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHumanTaskUis'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

newListHumanTaskUis :: ListHumanTaskUis Source #

Create a value of ListHumanTaskUis 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:creationTimeAfter:ListHumanTaskUis', listHumanTaskUis_creationTimeAfter - A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

$sel:nextToken:ListHumanTaskUis', listHumanTaskUis_nextToken - A token to resume pagination.

$sel:sortOrder:ListHumanTaskUis', listHumanTaskUis_sortOrder - An optional value that specifies whether you want the results sorted in Ascending or Descending order.

$sel:creationTimeBefore:ListHumanTaskUis', listHumanTaskUis_creationTimeBefore - A filter that returns only human task user interfaces that were created before the specified timestamp.

$sel:maxResults:ListHumanTaskUis', listHumanTaskUis_maxResults - The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

data ListHumanTaskUisResponse Source #

See: newListHumanTaskUisResponse smart constructor.

Instances

Instances details
Eq ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Read ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Show ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Generic ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Associated Types

type Rep ListHumanTaskUisResponse :: Type -> Type #

NFData ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUisResponse = D1 ('MetaData "ListHumanTaskUisResponse" "Amazonka.SageMaker.ListHumanTaskUis" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHumanTaskUisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "humanTaskUiSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HumanTaskUiSummary]))))

newListHumanTaskUisResponse Source #

Create a value of ListHumanTaskUisResponse 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:nextToken:ListHumanTaskUis', listHumanTaskUisResponse_nextToken - A token to resume pagination.

$sel:httpStatus:ListHumanTaskUisResponse', listHumanTaskUisResponse_httpStatus - The response's http status code.

$sel:humanTaskUiSummaries:ListHumanTaskUisResponse', listHumanTaskUisResponse_humanTaskUiSummaries - An array of objects describing the human task user interfaces.

CreateEndpoint

data CreateEndpoint Source #

See: newCreateEndpoint smart constructor.

Constructors

CreateEndpoint' (Maybe [Tag]) Text Text 

Instances

Instances details
Eq CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Read CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Show CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Generic CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Associated Types

type Rep CreateEndpoint :: Type -> Type #

NFData CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Methods

rnf :: CreateEndpoint -> () #

Hashable CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

ToJSON CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

AWSRequest CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Associated Types

type AWSResponse CreateEndpoint #

ToHeaders CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

ToPath CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

ToQuery CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

type Rep CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

type Rep CreateEndpoint = D1 ('MetaData "CreateEndpoint" "Amazonka.SageMaker.CreateEndpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

newCreateEndpoint Source #

Create a value of CreateEndpoint 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:tags:CreateEndpoint', createEndpoint_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:endpointName:CreateEndpoint', createEndpoint_endpointName - The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in .

$sel:endpointConfigName:CreateEndpoint', createEndpoint_endpointConfigName - The name of an endpoint configuration. For more information, see CreateEndpointConfig.

data CreateEndpointResponse Source #

See: newCreateEndpointResponse smart constructor.

Instances

Instances details
Eq CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Read CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Show CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Generic CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Associated Types

type Rep CreateEndpointResponse :: Type -> Type #

NFData CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

Methods

rnf :: CreateEndpointResponse -> () #

type Rep CreateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpoint

type Rep CreateEndpointResponse = D1 ('MetaData "CreateEndpointResponse" "Amazonka.SageMaker.CreateEndpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateEndpointResponse Source #

Create a value of CreateEndpointResponse 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:httpStatus:CreateEndpointResponse', createEndpointResponse_httpStatus - The response's http status code.

$sel:endpointArn:CreateEndpointResponse', createEndpointResponse_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

GetSearchSuggestions

data GetSearchSuggestions Source #

See: newGetSearchSuggestions smart constructor.

Instances

Instances details
Eq GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Read GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Show GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Generic GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type Rep GetSearchSuggestions :: Type -> Type #

NFData GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Methods

rnf :: GetSearchSuggestions -> () #

Hashable GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToJSON GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

AWSRequest GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type AWSResponse GetSearchSuggestions #

ToHeaders GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToPath GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

ToQuery GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestions = D1 ('MetaData "GetSearchSuggestions" "Amazonka.SageMaker.GetSearchSuggestions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetSearchSuggestions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suggestionQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuggestionQuery)) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))
type AWSResponse GetSearchSuggestions Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

newGetSearchSuggestions Source #

Create a value of GetSearchSuggestions 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:suggestionQuery:GetSearchSuggestions', getSearchSuggestions_suggestionQuery - Limits the property names that are included in the response.

$sel:resource:GetSearchSuggestions', getSearchSuggestions_resource - The name of the Amazon SageMaker resource to search for.

data GetSearchSuggestionsResponse Source #

See: newGetSearchSuggestionsResponse smart constructor.

Instances

Instances details
Eq GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Read GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Show GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Generic GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

Associated Types

type Rep GetSearchSuggestionsResponse :: Type -> Type #

NFData GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSearchSuggestions

type Rep GetSearchSuggestionsResponse = D1 ('MetaData "GetSearchSuggestionsResponse" "Amazonka.SageMaker.GetSearchSuggestions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetSearchSuggestionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyNameSuggestions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PropertyNameSuggestion])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSearchSuggestionsResponse Source #

Create a value of GetSearchSuggestionsResponse 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:propertyNameSuggestions:GetSearchSuggestionsResponse', getSearchSuggestionsResponse_propertyNameSuggestions - A list of property names for a Resource that match a SuggestionQuery.

$sel:httpStatus:GetSearchSuggestionsResponse', getSearchSuggestionsResponse_httpStatus - The response's http status code.

UpdateArtifact

data UpdateArtifact Source #

See: newUpdateArtifact smart constructor.

Instances

Instances details
Eq UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Read UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Show UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Generic UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Associated Types

type Rep UpdateArtifact :: Type -> Type #

NFData UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Methods

rnf :: UpdateArtifact -> () #

Hashable UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

ToJSON UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

AWSRequest UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Associated Types

type AWSResponse UpdateArtifact #

ToHeaders UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

ToPath UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

ToQuery UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

type Rep UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

type Rep UpdateArtifact = D1 ('MetaData "UpdateArtifact" "Amazonka.SageMaker.UpdateArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "propertiesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

newUpdateArtifact Source #

Create a value of UpdateArtifact 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:propertiesToRemove:UpdateArtifact', updateArtifact_propertiesToRemove - A list of properties to remove.

$sel:artifactName:UpdateArtifact', updateArtifact_artifactName - The new name for the artifact.

$sel:properties:UpdateArtifact', updateArtifact_properties - The new list of properties. Overwrites the current property list.

$sel:artifactArn:UpdateArtifact', updateArtifact_artifactArn - The Amazon Resource Name (ARN) of the artifact to update.

data UpdateArtifactResponse Source #

See: newUpdateArtifactResponse smart constructor.

Instances

Instances details
Eq UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Read UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Show UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Generic UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Associated Types

type Rep UpdateArtifactResponse :: Type -> Type #

NFData UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

Methods

rnf :: UpdateArtifactResponse -> () #

type Rep UpdateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateArtifact

type Rep UpdateArtifactResponse = D1 ('MetaData "UpdateArtifactResponse" "Amazonka.SageMaker.UpdateArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateArtifactResponse Source #

Create a value of UpdateArtifactResponse 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:artifactArn:UpdateArtifact', updateArtifactResponse_artifactArn - The Amazon Resource Name (ARN) of the artifact.

$sel:httpStatus:UpdateArtifactResponse', updateArtifactResponse_httpStatus - The response's http status code.

DeleteArtifact

data DeleteArtifact Source #

See: newDeleteArtifact smart constructor.

Instances

Instances details
Eq DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Read DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Show DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Generic DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Associated Types

type Rep DeleteArtifact :: Type -> Type #

NFData DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Methods

rnf :: DeleteArtifact -> () #

Hashable DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

ToJSON DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

AWSRequest DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Associated Types

type AWSResponse DeleteArtifact #

ToHeaders DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

ToPath DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

ToQuery DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

type Rep DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

type Rep DeleteArtifact = D1 ('MetaData "DeleteArtifact" "Amazonka.SageMaker.DeleteArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactSource)) :*: S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeleteArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

newDeleteArtifact :: DeleteArtifact Source #

Create a value of DeleteArtifact 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:source:DeleteArtifact', deleteArtifact_source - The URI of the source.

$sel:artifactArn:DeleteArtifact', deleteArtifact_artifactArn - The Amazon Resource Name (ARN) of the artifact to delete.

data DeleteArtifactResponse Source #

See: newDeleteArtifactResponse smart constructor.

Instances

Instances details
Eq DeleteArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Read DeleteArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Show DeleteArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Generic DeleteArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Associated Types

type Rep DeleteArtifactResponse :: Type -> Type #

NFData DeleteArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

Methods

rnf :: DeleteArtifactResponse -> () #

type Rep DeleteArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteArtifact

type Rep DeleteArtifactResponse = D1 ('MetaData "DeleteArtifactResponse" "Amazonka.SageMaker.DeleteArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteArtifactResponse Source #

Create a value of DeleteArtifactResponse 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:artifactArn:DeleteArtifact', deleteArtifactResponse_artifactArn - The Amazon Resource Name (ARN) of the artifact.

$sel:httpStatus:DeleteArtifactResponse', deleteArtifactResponse_httpStatus - The response's http status code.

DescribeTrial

data DescribeTrial Source #

See: newDescribeTrial smart constructor.

Constructors

DescribeTrial' Text 

Instances

Instances details
Eq DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Read DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Show DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Generic DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type Rep DescribeTrial :: Type -> Type #

NFData DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Methods

rnf :: DescribeTrial -> () #

Hashable DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToJSON DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

AWSRequest DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type AWSResponse DescribeTrial #

ToHeaders DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToPath DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

ToQuery DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

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

Defined in Amazonka.SageMaker.DescribeTrial

newDescribeTrial Source #

Create a value of DescribeTrial 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:trialName:DescribeTrial', describeTrial_trialName - The name of the trial to describe.

data DescribeTrialResponse Source #

See: newDescribeTrialResponse smart constructor.

Instances

Instances details
Eq DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Read DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Show DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Generic DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Associated Types

type Rep DescribeTrialResponse :: Type -> Type #

NFData DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

Methods

rnf :: DescribeTrialResponse -> () #

type Rep DescribeTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrial

type Rep DescribeTrialResponse = D1 ('MetaData "DescribeTrialResponse" "Amazonka.SageMaker.DescribeTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeTrialResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeTrialResponse Source #

Create a value of DescribeTrialResponse 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:creationTime:DescribeTrialResponse', describeTrialResponse_creationTime - When the trial was created.

$sel:metadataProperties:DescribeTrialResponse', describeTrialResponse_metadataProperties - Undocumented member.

$sel:trialArn:DescribeTrialResponse', describeTrialResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:createdBy:DescribeTrialResponse', describeTrialResponse_createdBy - Who created the trial.

$sel:lastModifiedTime:DescribeTrialResponse', describeTrialResponse_lastModifiedTime - When the trial was last modified.

$sel:experimentName:DescribeTrialResponse', describeTrialResponse_experimentName - The name of the experiment the trial is part of.

$sel:source:DescribeTrialResponse', describeTrialResponse_source - The Amazon Resource Name (ARN) of the source and, optionally, the job type.

$sel:displayName:DescribeTrialResponse', describeTrialResponse_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:DescribeTrial', describeTrialResponse_trialName - The name of the trial.

$sel:lastModifiedBy:DescribeTrialResponse', describeTrialResponse_lastModifiedBy - Who last modified the trial.

$sel:httpStatus:DescribeTrialResponse', describeTrialResponse_httpStatus - The response's http status code.

ListActions (Paginated)

data ListActions Source #

See: newListActions smart constructor.

Instances

Instances details
Eq ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Read ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Show ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Generic ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type Rep ListActions :: Type -> Type #

NFData ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

rnf :: ListActions -> () #

Hashable ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

ToJSON ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

AWSPager ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

AWSRequest ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type AWSResponse ListActions #

ToHeaders ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

toHeaders :: ListActions -> [Header] #

ToPath ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

ToQuery ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type Rep ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type AWSResponse ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

newListActions :: ListActions Source #

Create a value of ListActions 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:createdAfter:ListActions', listActions_createdAfter - A filter that returns only actions created on or after the specified time.

$sel:nextToken:ListActions', listActions_nextToken - If the previous call to ListActions didn't return the full set of actions, the call returns a token for getting the next set of actions.

$sel:sortOrder:ListActions', listActions_sortOrder - The sort order. The default value is Descending.

$sel:sourceUri:ListActions', listActions_sourceUri - A filter that returns only actions with the specified source URI.

$sel:actionType:ListActions', listActions_actionType - A filter that returns only actions of the specified type.

$sel:maxResults:ListActions', listActions_maxResults - The maximum number of actions to return in the response. The default value is 10.

$sel:createdBefore:ListActions', listActions_createdBefore - A filter that returns only actions created on or before the specified time.

$sel:sortBy:ListActions', listActions_sortBy - The property used to sort results. The default value is CreationTime.

data ListActionsResponse Source #

See: newListActionsResponse smart constructor.

Instances

Instances details
Eq ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Read ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Show ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Generic ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type Rep ListActionsResponse :: Type -> Type #

NFData ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

rnf :: ListActionsResponse -> () #

type Rep ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type Rep ListActionsResponse = D1 ('MetaData "ListActionsResponse" "Amazonka.SageMaker.ListActions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ActionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListActionsResponse Source #

Create a value of ListActionsResponse 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:actionSummaries:ListActionsResponse', listActionsResponse_actionSummaries - A list of actions and their properties.

$sel:nextToken:ListActions', listActionsResponse_nextToken - A token for getting the next set of actions, if there are any.

$sel:httpStatus:ListActionsResponse', listActionsResponse_httpStatus - The response's http status code.

CreateArtifact

data CreateArtifact Source #

See: newCreateArtifact smart constructor.

Instances

Instances details
Eq CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Read CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Show CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Generic CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Associated Types

type Rep CreateArtifact :: Type -> Type #

NFData CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Methods

rnf :: CreateArtifact -> () #

Hashable CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

ToJSON CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

AWSRequest CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Associated Types

type AWSResponse CreateArtifact #

ToHeaders CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

ToPath CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

ToQuery CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

type Rep CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

type Rep CreateArtifact = D1 ('MetaData "CreateArtifact" "Amazonka.SageMaker.CreateArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: (S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactSource) :*: S1 ('MetaSel ('Just "artifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

newCreateArtifact Source #

Create a value of CreateArtifact 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:metadataProperties:CreateArtifact', createArtifact_metadataProperties - Undocumented member.

$sel:artifactName:CreateArtifact', createArtifact_artifactName - The name of the artifact. Must be unique to your account in an Amazon Web Services Region.

$sel:tags:CreateArtifact', createArtifact_tags - A list of tags to apply to the artifact.

$sel:properties:CreateArtifact', createArtifact_properties - A list of properties to add to the artifact.

$sel:source:CreateArtifact', createArtifact_source - The ID, ID type, and URI of the source.

$sel:artifactType:CreateArtifact', createArtifact_artifactType - The artifact type.

data CreateArtifactResponse Source #

See: newCreateArtifactResponse smart constructor.

Instances

Instances details
Eq CreateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Read CreateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Show CreateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Generic CreateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Associated Types

type Rep CreateArtifactResponse :: Type -> Type #

NFData CreateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

Methods

rnf :: CreateArtifactResponse -> () #

type Rep CreateArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateArtifact

type Rep CreateArtifactResponse = D1 ('MetaData "CreateArtifactResponse" "Amazonka.SageMaker.CreateArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateArtifactResponse Source #

Create a value of CreateArtifactResponse 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:artifactArn:CreateArtifactResponse', createArtifactResponse_artifactArn - The Amazon Resource Name (ARN) of the artifact.

$sel:httpStatus:CreateArtifactResponse', createArtifactResponse_httpStatus - The response's http status code.

CreatePresignedDomainUrl

data CreatePresignedDomainUrl Source #

See: newCreatePresignedDomainUrl smart constructor.

Instances

Instances details
Eq CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Read CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Show CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Generic CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Associated Types

type Rep CreatePresignedDomainUrl :: Type -> Type #

NFData CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Hashable CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

ToJSON CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

AWSRequest CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

ToHeaders CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

ToPath CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

ToQuery CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

type Rep CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

type Rep CreatePresignedDomainUrl = D1 ('MetaData "CreatePresignedDomainUrl" "Amazonka.SageMaker.CreatePresignedDomainUrl" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreatePresignedDomainUrl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sessionExpirationDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "expiresInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreatePresignedDomainUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

newCreatePresignedDomainUrl Source #

Create a value of CreatePresignedDomainUrl 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:sessionExpirationDurationInSeconds:CreatePresignedDomainUrl', createPresignedDomainUrl_sessionExpirationDurationInSeconds - The session expiration duration in seconds. This value defaults to 43200.

$sel:expiresInSeconds:CreatePresignedDomainUrl', createPresignedDomainUrl_expiresInSeconds - The number of seconds until the pre-signed URL expires. This value defaults to 300.

$sel:domainId:CreatePresignedDomainUrl', createPresignedDomainUrl_domainId - The domain ID.

$sel:userProfileName:CreatePresignedDomainUrl', createPresignedDomainUrl_userProfileName - The name of the UserProfile to sign-in as.

data CreatePresignedDomainUrlResponse Source #

See: newCreatePresignedDomainUrlResponse smart constructor.

Instances

Instances details
Eq CreatePresignedDomainUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Read CreatePresignedDomainUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Show CreatePresignedDomainUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Generic CreatePresignedDomainUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

Associated Types

type Rep CreatePresignedDomainUrlResponse :: Type -> Type #

NFData CreatePresignedDomainUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

type Rep CreatePresignedDomainUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedDomainUrl

type Rep CreatePresignedDomainUrlResponse = D1 ('MetaData "CreatePresignedDomainUrlResponse" "Amazonka.SageMaker.CreatePresignedDomainUrl" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreatePresignedDomainUrlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePresignedDomainUrlResponse Source #

Create a value of CreatePresignedDomainUrlResponse 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:authorizedUrl:CreatePresignedDomainUrlResponse', createPresignedDomainUrlResponse_authorizedUrl - The presigned URL.

$sel:httpStatus:CreatePresignedDomainUrlResponse', createPresignedDomainUrlResponse_httpStatus - The response's http status code.

ListFeatureGroups (Paginated)

data ListFeatureGroups Source #

See: newListFeatureGroups smart constructor.

Instances

Instances details
Eq ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Read ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Show ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Generic ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Associated Types

type Rep ListFeatureGroups :: Type -> Type #

NFData ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Methods

rnf :: ListFeatureGroups -> () #

Hashable ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

ToJSON ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

AWSPager ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

AWSRequest ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Associated Types

type AWSResponse ListFeatureGroups #

ToHeaders ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

ToPath ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

ToQuery ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

type Rep ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

type AWSResponse ListFeatureGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

newListFeatureGroups :: ListFeatureGroups Source #

Create a value of ListFeatureGroups 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:nameContains:ListFeatureGroups', listFeatureGroups_nameContains - A string that partially matches one or more FeatureGroups names. Filters FeatureGroups by name.

$sel:creationTimeAfter:ListFeatureGroups', listFeatureGroups_creationTimeAfter - Use this parameter to search for FeatureGroupss created after a specific date and time.

$sel:nextToken:ListFeatureGroups', listFeatureGroups_nextToken - A token to resume pagination of ListFeatureGroups results.

$sel:sortOrder:ListFeatureGroups', listFeatureGroups_sortOrder - The order in which feature groups are listed.

$sel:creationTimeBefore:ListFeatureGroups', listFeatureGroups_creationTimeBefore - Use this parameter to search for FeatureGroupss created before a specific date and time.

$sel:offlineStoreStatusEquals:ListFeatureGroups', listFeatureGroups_offlineStoreStatusEquals - An OfflineStore status. Filters by OfflineStore status.

$sel:featureGroupStatusEquals:ListFeatureGroups', listFeatureGroups_featureGroupStatusEquals - A FeatureGroup status. Filters by FeatureGroup status.

$sel:maxResults:ListFeatureGroups', listFeatureGroups_maxResults - The maximum number of results returned by ListFeatureGroups.

$sel:sortBy:ListFeatureGroups', listFeatureGroups_sortBy - The value on which the feature group list is sorted.

data ListFeatureGroupsResponse Source #

See: newListFeatureGroupsResponse smart constructor.

Instances

Instances details
Eq ListFeatureGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Read ListFeatureGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Show ListFeatureGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Generic ListFeatureGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

Associated Types

type Rep ListFeatureGroupsResponse :: Type -> Type #

NFData ListFeatureGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

type Rep ListFeatureGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFeatureGroups

type Rep ListFeatureGroupsResponse = D1 ('MetaData "ListFeatureGroupsResponse" "Amazonka.SageMaker.ListFeatureGroups" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListFeatureGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "featureGroupSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FeatureGroupSummary]))))

newListFeatureGroupsResponse Source #

Create a value of ListFeatureGroupsResponse 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:nextToken:ListFeatureGroups', listFeatureGroupsResponse_nextToken - A token to resume pagination of ListFeatureGroups results.

$sel:httpStatus:ListFeatureGroupsResponse', listFeatureGroupsResponse_httpStatus - The response's http status code.

$sel:featureGroupSummaries:ListFeatureGroupsResponse', listFeatureGroupsResponse_featureGroupSummaries - A summary of feature groups.

DescribeCodeRepository

data DescribeCodeRepository Source #

See: newDescribeCodeRepository smart constructor.

Instances

Instances details
Eq DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Read DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Show DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Generic DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Associated Types

type Rep DescribeCodeRepository :: Type -> Type #

NFData DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Methods

rnf :: DescribeCodeRepository -> () #

Hashable DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

ToJSON DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

AWSRequest DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Associated Types

type AWSResponse DescribeCodeRepository #

ToHeaders DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

ToPath DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

ToQuery DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

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

Defined in Amazonka.SageMaker.DescribeCodeRepository

newDescribeCodeRepository Source #

Create a value of DescribeCodeRepository 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:codeRepositoryName:DescribeCodeRepository', describeCodeRepository_codeRepositoryName - The name of the Git repository to describe.

data DescribeCodeRepositoryResponse Source #

See: newDescribeCodeRepositoryResponse smart constructor.

Instances

Instances details
Eq DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Read DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Show DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Generic DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

Associated Types

type Rep DescribeCodeRepositoryResponse :: Type -> Type #

NFData DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCodeRepository

type Rep DescribeCodeRepositoryResponse = D1 ('MetaData "DescribeCodeRepositoryResponse" "Amazonka.SageMaker.DescribeCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeCodeRepositoryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitConfig)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "codeRepositoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newDescribeCodeRepositoryResponse Source #

Create a value of DescribeCodeRepositoryResponse 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:gitConfig:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_gitConfig - Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

$sel:httpStatus:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_httpStatus - The response's http status code.

$sel:codeRepositoryName:DescribeCodeRepository', describeCodeRepositoryResponse_codeRepositoryName - The name of the Git repository.

$sel:codeRepositoryArn:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_codeRepositoryArn - The Amazon Resource Name (ARN) of the Git repository.

$sel:creationTime:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_creationTime - The date and time that the repository was created.

$sel:lastModifiedTime:DescribeCodeRepositoryResponse', describeCodeRepositoryResponse_lastModifiedTime - The date and time that the repository was last changed.

DescribeContext

data DescribeContext Source #

See: newDescribeContext smart constructor.

Constructors

DescribeContext' Text 

Instances

Instances details
Eq DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Read DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Show DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Generic DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Associated Types

type Rep DescribeContext :: Type -> Type #

NFData DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Methods

rnf :: DescribeContext -> () #

Hashable DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

ToJSON DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

AWSRequest DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Associated Types

type AWSResponse DescribeContext #

ToHeaders DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

ToPath DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

ToQuery DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

type Rep DescribeContext Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

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

Defined in Amazonka.SageMaker.DescribeContext

newDescribeContext Source #

Create a value of DescribeContext 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:contextName:DescribeContext', describeContext_contextName - The name of the context to describe.

data DescribeContextResponse Source #

See: newDescribeContextResponse smart constructor.

Instances

Instances details
Eq DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Read DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Show DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Generic DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Associated Types

type Rep DescribeContextResponse :: Type -> Type #

NFData DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

Methods

rnf :: DescribeContextResponse -> () #

type Rep DescribeContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeContext

type Rep DescribeContextResponse = D1 ('MetaData "DescribeContextResponse" "Amazonka.SageMaker.DescribeContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeContextResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "contextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContextSource)) :*: (S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeContextResponse Source #

Create a value of DescribeContextResponse 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:creationTime:DescribeContextResponse', describeContextResponse_creationTime - When the context was created.

$sel:createdBy:DescribeContextResponse', describeContextResponse_createdBy - Undocumented member.

$sel:lastModifiedTime:DescribeContextResponse', describeContextResponse_lastModifiedTime - When the context was last modified.

$sel:contextType:DescribeContextResponse', describeContextResponse_contextType - The type of the context.

$sel:contextArn:DescribeContextResponse', describeContextResponse_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:source:DescribeContextResponse', describeContextResponse_source - The source of the context.

$sel:contextName:DescribeContext', describeContextResponse_contextName - The name of the context.

$sel:lastModifiedBy:DescribeContextResponse', describeContextResponse_lastModifiedBy - Undocumented member.

$sel:description:DescribeContextResponse', describeContextResponse_description - The description of the context.

$sel:properties:DescribeContextResponse', describeContextResponse_properties - A list of the context's properties.

$sel:httpStatus:DescribeContextResponse', describeContextResponse_httpStatus - The response's http status code.

DescribeImage

data DescribeImage Source #

See: newDescribeImage smart constructor.

Constructors

DescribeImage' Text 

Instances

Instances details
Eq DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Read DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Show DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Generic DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Associated Types

type Rep DescribeImage :: Type -> Type #

NFData DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Methods

rnf :: DescribeImage -> () #

Hashable DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

ToJSON DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

AWSRequest DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Associated Types

type AWSResponse DescribeImage #

ToHeaders DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

ToPath DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

ToQuery DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

type Rep DescribeImage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

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

Defined in Amazonka.SageMaker.DescribeImage

newDescribeImage Source #

Create a value of DescribeImage 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:imageName:DescribeImage', describeImage_imageName - The name of the image to describe.

data DescribeImageResponse Source #

See: newDescribeImageResponse smart constructor.

Instances

Instances details
Eq DescribeImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Read DescribeImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Show DescribeImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Generic DescribeImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Associated Types

type Rep DescribeImageResponse :: Type -> Type #

NFData DescribeImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

Methods

rnf :: DescribeImageResponse -> () #

type Rep DescribeImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImage

newDescribeImageResponse Source #

Create a value of DescribeImageResponse 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:creationTime:DescribeImageResponse', describeImageResponse_creationTime - When the image was created.

$sel:failureReason:DescribeImageResponse', describeImageResponse_failureReason - When a create, update, or delete operation fails, the reason for the failure.

$sel:imageStatus:DescribeImageResponse', describeImageResponse_imageStatus - The status of the image.

$sel:lastModifiedTime:DescribeImageResponse', describeImageResponse_lastModifiedTime - When the image was last modified.

$sel:imageArn:DescribeImageResponse', describeImageResponse_imageArn - The Amazon Resource Name (ARN) of the image.

$sel:displayName:DescribeImageResponse', describeImageResponse_displayName - The name of the image as displayed.

$sel:imageName:DescribeImage', describeImageResponse_imageName - The name of the image.

$sel:description:DescribeImageResponse', describeImageResponse_description - The description of the image.

$sel:roleArn:DescribeImageResponse', describeImageResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

$sel:httpStatus:DescribeImageResponse', describeImageResponse_httpStatus - The response's http status code.

DescribeTrainingJob

data DescribeTrainingJob Source #

See: newDescribeTrainingJob smart constructor.

Instances

Instances details
Eq DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Read DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Show DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Generic DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Associated Types

type Rep DescribeTrainingJob :: Type -> Type #

NFData DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Methods

rnf :: DescribeTrainingJob -> () #

Hashable DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

ToJSON DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

AWSRequest DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Associated Types

type AWSResponse DescribeTrainingJob #

ToHeaders DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

ToPath DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

ToQuery DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

type Rep DescribeTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

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

Defined in Amazonka.SageMaker.DescribeTrainingJob

newDescribeTrainingJob Source #

Create a value of DescribeTrainingJob 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:trainingJobName:DescribeTrainingJob', describeTrainingJob_trainingJobName - The name of the training job.

data DescribeTrainingJobResponse Source #

See: newDescribeTrainingJobResponse smart constructor.

Instances

Instances details
Eq DescribeTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Read DescribeTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Show DescribeTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Generic DescribeTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

Associated Types

type Rep DescribeTrainingJobResponse :: Type -> Type #

NFData DescribeTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

type Rep DescribeTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrainingJob

type Rep DescribeTrainingJobResponse = D1 ('MetaData "DescribeTrainingJobResponse" "Amazonka.SageMaker.DescribeTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeTrainingJobResponse'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secondaryStatusTransitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SecondaryStatusTransition])) :*: (S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))) :*: ((S1 ('MetaSel ('Just "billableTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "debugHookConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DebugHookConfig))) :*: (S1 ('MetaSel ('Just "checkpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckpointConfig)) :*: (S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy)) :*: S1 ('MetaSel ('Just "debugRuleEvaluationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleEvaluationStatus])))))) :*: (((S1 ('MetaSel ('Just "profilerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfilerConfig)) :*: S1 ('MetaSel ('Just "profilerRuleEvaluationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProfilerRuleEvaluationStatus]))) :*: (S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "debugRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleConfiguration])) :*: S1 ('MetaSel ('Just "enableManagedSpotTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "hyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Channel)))))))) :*: ((((S1 ('MetaSel ('Just "profilerRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProfilerRuleConfiguration])) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig))) :*: (S1 ('MetaSel ('Just "finalMetricDataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricData])) :*: (S1 ('MetaSel ('Just "profilingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfilingStatus)) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputDataConfig))))) :*: ((S1 ('MetaSel ('Just "trainingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "tensorBoardOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TensorBoardOutputConfig)) :*: S1 ('MetaSel ('Just "trainingTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))) :*: (((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelArtifacts)))) :*: ((S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatus) :*: (S1 ('MetaSel ('Just "secondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SecondaryStatus) :*: S1 ('MetaSel ('Just "algorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmSpecification))) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceConfig) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))))

newDescribeTrainingJobResponse Source #

Create a value of DescribeTrainingJobResponse 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:labelingJobArn:DescribeTrainingJobResponse', describeTrainingJobResponse_labelingJobArn - The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.

$sel:failureReason:DescribeTrainingJobResponse', describeTrainingJobResponse_failureReason - If the training job failed, the reason it failed.

$sel:secondaryStatusTransitions:DescribeTrainingJobResponse', describeTrainingJobResponse_secondaryStatusTransitions - A history of all of the secondary statuses that the training job has transitioned through.

$sel:trainingEndTime:DescribeTrainingJobResponse', describeTrainingJobResponse_trainingEndTime - Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

$sel:environment:DescribeTrainingJobResponse', describeTrainingJobResponse_environment - The environment variables to set in the Docker container.

$sel:billableTimeInSeconds:DescribeTrainingJobResponse', describeTrainingJobResponse_billableTimeInSeconds - The billable time in seconds. Billable time refers to the absolute wall-clock time.

Multiply BillableTimeInSeconds by the number of instances (InstanceCount) in your training cluster to get the total compute time SageMaker will bill you if you run distributed training. The formula is as follows: BillableTimeInSeconds * InstanceCount .

You can calculate the savings from using managed spot training using the formula (1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100. For example, if BillableTimeInSeconds is 100 and TrainingTimeInSeconds is 500, the savings is 80%.

$sel:debugHookConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_debugHookConfig - Undocumented member.

$sel:checkpointConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_checkpointConfig - Undocumented member.

$sel:retryStrategy:DescribeTrainingJobResponse', describeTrainingJobResponse_retryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

$sel:debugRuleEvaluationStatuses:DescribeTrainingJobResponse', describeTrainingJobResponse_debugRuleEvaluationStatuses - Evaluation status of Debugger rules for debugging on a training job.

$sel:profilerConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_profilerConfig - Undocumented member.

$sel:profilerRuleEvaluationStatuses:DescribeTrainingJobResponse', describeTrainingJobResponse_profilerRuleEvaluationStatuses - Evaluation status of Debugger rules for profiling on a training job.

$sel:enableNetworkIsolation:DescribeTrainingJobResponse', describeTrainingJobResponse_enableNetworkIsolation - If you want to allow inbound or outbound network calls, except for calls between peers within a training cluster for distributed training, choose True. If you enable network isolation for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

$sel:experimentConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_experimentConfig - Undocumented member.

$sel:lastModifiedTime:DescribeTrainingJobResponse', describeTrainingJobResponse_lastModifiedTime - A timestamp that indicates when the status of the training job was last modified.

$sel:debugRuleConfigurations:DescribeTrainingJobResponse', describeTrainingJobResponse_debugRuleConfigurations - Configuration information for Debugger rules for debugging output tensors.

$sel:enableManagedSpotTraining:DescribeTrainingJobResponse', describeTrainingJobResponse_enableManagedSpotTraining - A Boolean indicating whether managed spot training is enabled (True) or not (False).

$sel:autoMLJobArn:DescribeTrainingJobResponse', describeTrainingJobResponse_autoMLJobArn - The Amazon Resource Name (ARN) of an AutoML job.

$sel:hyperParameters:DescribeTrainingJobResponse', describeTrainingJobResponse_hyperParameters - Algorithm-specific parameters.

$sel:inputDataConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_inputDataConfig - An array of Channel objects that describes each data input channel.

$sel:profilerRuleConfigurations:DescribeTrainingJobResponse', describeTrainingJobResponse_profilerRuleConfigurations - Configuration information for Debugger rules for profiling system and framework metrics.

$sel:vpcConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_vpcConfig - A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

$sel:finalMetricDataList:DescribeTrainingJobResponse', describeTrainingJobResponse_finalMetricDataList - A collection of MetricData objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.

$sel:profilingStatus:DescribeTrainingJobResponse', describeTrainingJobResponse_profilingStatus - Profiling status of a training job.

$sel:outputDataConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_outputDataConfig - The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.

$sel:trainingStartTime:DescribeTrainingJobResponse', describeTrainingJobResponse_trainingStartTime - Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

$sel:tuningJobArn:DescribeTrainingJobResponse', describeTrainingJobResponse_tuningJobArn - The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

$sel:enableInterContainerTrafficEncryption:DescribeTrainingJobResponse', describeTrainingJobResponse_enableInterContainerTrafficEncryption - To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithms in distributed training.

$sel:tensorBoardOutputConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_tensorBoardOutputConfig - Undocumented member.

$sel:trainingTimeInSeconds:DescribeTrainingJobResponse', describeTrainingJobResponse_trainingTimeInSeconds - The training time in seconds.

$sel:roleArn:DescribeTrainingJobResponse', describeTrainingJobResponse_roleArn - The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

$sel:httpStatus:DescribeTrainingJobResponse', describeTrainingJobResponse_httpStatus - The response's http status code.

$sel:trainingJobName:DescribeTrainingJob', describeTrainingJobResponse_trainingJobName - Name of the model training job.

$sel:trainingJobArn:DescribeTrainingJobResponse', describeTrainingJobResponse_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:modelArtifacts:DescribeTrainingJobResponse', describeTrainingJobResponse_modelArtifacts - Information about the Amazon S3 location that is configured for storing model artifacts.

$sel:trainingJobStatus:DescribeTrainingJobResponse', describeTrainingJobResponse_trainingJobStatus - The status of the training job.

Amazon SageMaker provides the following training job statuses:

  • InProgress - The training is in progress.
  • Completed - The training job has completed.
  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
  • Stopping - The training job is stopping.
  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

$sel:secondaryStatus:DescribeTrainingJobResponse', describeTrainingJobResponse_secondaryStatus - Provides detailed information about the state of the training job. For detailed information on the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Interrupted - The job stopped because the managed spot training instances were interrupted.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • MaxWaitTimeExceeded - The job stopped because it exceeded the maximum allowed wait time.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTraining
  • DownloadingTrainingImage

$sel:algorithmSpecification:DescribeTrainingJobResponse', describeTrainingJobResponse_algorithmSpecification - Information about the algorithm used for training, and algorithm metadata.

$sel:resourceConfig:DescribeTrainingJobResponse', describeTrainingJobResponse_resourceConfig - Resources, including ML compute instances and ML storage volumes, that are configured for model training.

$sel:stoppingCondition:DescribeTrainingJobResponse', describeTrainingJobResponse_stoppingCondition - Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

$sel:creationTime:DescribeTrainingJobResponse', describeTrainingJobResponse_creationTime - A timestamp that indicates when the training job was created.

CreateAction

data CreateAction Source #

See: newCreateAction smart constructor.

Instances

Instances details
Eq CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Read CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Show CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Generic CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Associated Types

type Rep CreateAction :: Type -> Type #

NFData CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Methods

rnf :: CreateAction -> () #

Hashable CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

ToJSON CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

AWSRequest CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Associated Types

type AWSResponse CreateAction #

ToHeaders CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

ToPath CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

ToQuery CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

type Rep CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

type AWSResponse CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

newCreateAction Source #

Create a value of CreateAction 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:metadataProperties:CreateAction', createAction_metadataProperties - Undocumented member.

$sel:status:CreateAction', createAction_status - The status of the action.

$sel:description:CreateAction', createAction_description - The description of the action.

$sel:tags:CreateAction', createAction_tags - A list of tags to apply to the action.

$sel:properties:CreateAction', createAction_properties - A list of properties to add to the action.

$sel:actionName:CreateAction', createAction_actionName - The name of the action. Must be unique to your account in an Amazon Web Services Region.

$sel:source:CreateAction', createAction_source - The source type, ID, and URI.

$sel:actionType:CreateAction', createAction_actionType - The action type.

data CreateActionResponse Source #

See: newCreateActionResponse smart constructor.

Instances

Instances details
Eq CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Read CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Show CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Generic CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Associated Types

type Rep CreateActionResponse :: Type -> Type #

NFData CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Methods

rnf :: CreateActionResponse -> () #

type Rep CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

type Rep CreateActionResponse = D1 ('MetaData "CreateActionResponse" "Amazonka.SageMaker.CreateAction" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateActionResponse Source #

Create a value of CreateActionResponse 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:actionArn:CreateActionResponse', createActionResponse_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:httpStatus:CreateActionResponse', createActionResponse_httpStatus - The response's http status code.

DeleteEndpoint

data DeleteEndpoint Source #

See: newDeleteEndpoint smart constructor.

Constructors

DeleteEndpoint' Text 

Instances

Instances details
Eq DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Read DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Show DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Generic DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Associated Types

type Rep DeleteEndpoint :: Type -> Type #

NFData DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Methods

rnf :: DeleteEndpoint -> () #

Hashable DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

ToJSON DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

AWSRequest DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Associated Types

type AWSResponse DeleteEndpoint #

ToHeaders DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

ToPath DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

ToQuery DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

type Rep DeleteEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

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

Defined in Amazonka.SageMaker.DeleteEndpoint

newDeleteEndpoint Source #

Create a value of DeleteEndpoint 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:endpointName:DeleteEndpoint', deleteEndpoint_endpointName - The name of the endpoint that you want to delete.

data DeleteEndpointResponse Source #

See: newDeleteEndpointResponse smart constructor.

Instances

Instances details
Eq DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Read DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Show DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Generic DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Associated Types

type Rep DeleteEndpointResponse :: Type -> Type #

NFData DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

Methods

rnf :: DeleteEndpointResponse -> () #

type Rep DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpoint

type Rep DeleteEndpointResponse = D1 ('MetaData "DeleteEndpointResponse" "Amazonka.SageMaker.DeleteEndpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteEndpointResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEndpointResponse :: DeleteEndpointResponse Source #

Create a value of DeleteEndpointResponse with all optional fields omitted.

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

UpdateEndpoint

data UpdateEndpoint Source #

See: newUpdateEndpoint smart constructor.

Instances

Instances details
Eq UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Read UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Show UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Generic UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Associated Types

type Rep UpdateEndpoint :: Type -> Type #

NFData UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Methods

rnf :: UpdateEndpoint -> () #

Hashable UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

ToJSON UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

AWSRequest UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Associated Types

type AWSResponse UpdateEndpoint #

ToHeaders UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

ToPath UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

ToQuery UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

type Rep UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

type Rep UpdateEndpoint = D1 ('MetaData "UpdateEndpoint" "Amazonka.SageMaker.UpdateEndpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "excludeRetainedVariantProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VariantProperty])) :*: S1 ('MetaSel ('Just "retainAllVariantProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "deploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentConfig)) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

newUpdateEndpoint Source #

Create a value of UpdateEndpoint 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:excludeRetainedVariantProperties:UpdateEndpoint', updateEndpoint_excludeRetainedVariantProperties - When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeAllVariantProperties, no variant properties are overridden.

$sel:retainAllVariantProperties:UpdateEndpoint', updateEndpoint_retainAllVariantProperties - When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

$sel:deploymentConfig:UpdateEndpoint', updateEndpoint_deploymentConfig - The deployment configuration for the endpoint to be updated.

$sel:endpointName:UpdateEndpoint', updateEndpoint_endpointName - The name of the endpoint whose configuration you want to update.

$sel:endpointConfigName:UpdateEndpoint', updateEndpoint_endpointConfigName - The name of the new endpoint configuration.

data UpdateEndpointResponse Source #

See: newUpdateEndpointResponse smart constructor.

Instances

Instances details
Eq UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Read UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Show UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Generic UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Associated Types

type Rep UpdateEndpointResponse :: Type -> Type #

NFData UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

Methods

rnf :: UpdateEndpointResponse -> () #

type Rep UpdateEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpoint

type Rep UpdateEndpointResponse = D1 ('MetaData "UpdateEndpointResponse" "Amazonka.SageMaker.UpdateEndpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateEndpointResponse Source #

Create a value of UpdateEndpointResponse 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:httpStatus:UpdateEndpointResponse', updateEndpointResponse_httpStatus - The response's http status code.

$sel:endpointArn:UpdateEndpointResponse', updateEndpointResponse_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

DescribeDataQualityJobDefinition

data DescribeDataQualityJobDefinition Source #

See: newDescribeDataQualityJobDefinition smart constructor.

Instances

Instances details
Eq DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Read DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Show DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Generic DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Associated Types

type Rep DescribeDataQualityJobDefinition :: Type -> Type #

NFData DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Hashable DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

ToJSON DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

AWSRequest DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

ToHeaders DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

ToPath DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

ToQuery DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

type Rep DescribeDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

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

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

newDescribeDataQualityJobDefinition Source #

Create a value of DescribeDataQualityJobDefinition 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:jobDefinitionName:DescribeDataQualityJobDefinition', describeDataQualityJobDefinition_jobDefinitionName - The name of the data quality monitoring job definition to describe.

data DescribeDataQualityJobDefinitionResponse Source #

Instances

Instances details
Eq DescribeDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Read DescribeDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Show DescribeDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

Generic DescribeDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

NFData DescribeDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

type Rep DescribeDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDataQualityJobDefinition

type Rep DescribeDataQualityJobDefinitionResponse = D1 ('MetaData "DescribeDataQualityJobDefinitionResponse" "Amazonka.SageMaker.DescribeDataQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeDataQualityJobDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataQualityBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualityBaselineConfig)) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition)) :*: S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "dataQualityAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataQualityAppSpecification) :*: S1 ('MetaSel ('Just "dataQualityJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataQualityJobInput))) :*: (S1 ('MetaSel ('Just "dataQualityJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeDataQualityJobDefinitionResponse Source #

Create a value of DescribeDataQualityJobDefinitionResponse 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:dataQualityBaselineConfig:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_dataQualityBaselineConfig - The constraints and baselines for the data quality monitoring job definition.

$sel:stoppingCondition:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_stoppingCondition - Undocumented member.

$sel:networkConfig:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_networkConfig - The networking configuration for the data quality monitoring job.

$sel:httpStatus:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_httpStatus - The response's http status code.

$sel:jobDefinitionArn:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_jobDefinitionArn - The Amazon Resource Name (ARN) of the data quality monitoring job definition.

$sel:jobDefinitionName:DescribeDataQualityJobDefinition', describeDataQualityJobDefinitionResponse_jobDefinitionName - The name of the data quality monitoring job definition.

$sel:creationTime:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_creationTime - The time that the data quality monitoring job definition was created.

$sel:dataQualityAppSpecification:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_dataQualityAppSpecification - Information about the container that runs the data quality monitoring job.

$sel:dataQualityJobInput:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_dataQualityJobInput - The list of inputs for the data quality monitoring job. Currently endpoints are supported.

$sel:dataQualityJobOutputConfig:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_dataQualityJobOutputConfig - Undocumented member.

$sel:jobResources:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_jobResources - Undocumented member.

$sel:roleArn:DescribeDataQualityJobDefinitionResponse', describeDataQualityJobDefinitionResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

CreateHumanTaskUi

data CreateHumanTaskUi Source #

See: newCreateHumanTaskUi smart constructor.

Instances

Instances details
Eq CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Read CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Show CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Generic CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type Rep CreateHumanTaskUi :: Type -> Type #

NFData CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Methods

rnf :: CreateHumanTaskUi -> () #

Hashable CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

ToJSON CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

AWSRequest CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type AWSResponse CreateHumanTaskUi #

ToHeaders CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

ToPath CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

ToQuery CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUi = D1 ('MetaData "CreateHumanTaskUi" "Amazonka.SageMaker.CreateHumanTaskUi" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateHumanTaskUi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "humanTaskUiName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uiTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UiTemplate))))
type AWSResponse CreateHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

newCreateHumanTaskUi Source #

Create a value of CreateHumanTaskUi 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:tags:CreateHumanTaskUi', createHumanTaskUi_tags - An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

$sel:humanTaskUiName:CreateHumanTaskUi', createHumanTaskUi_humanTaskUiName - The name of the user interface you are creating.

$sel:uiTemplate:CreateHumanTaskUi', createHumanTaskUi_uiTemplate - Undocumented member.

data CreateHumanTaskUiResponse Source #

See: newCreateHumanTaskUiResponse smart constructor.

Instances

Instances details
Eq CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Read CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Show CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Generic CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

Associated Types

type Rep CreateHumanTaskUiResponse :: Type -> Type #

NFData CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHumanTaskUi

type Rep CreateHumanTaskUiResponse = D1 ('MetaData "CreateHumanTaskUiResponse" "Amazonka.SageMaker.CreateHumanTaskUi" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateHumanTaskUiResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateHumanTaskUiResponse Source #

Create a value of CreateHumanTaskUiResponse 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:httpStatus:CreateHumanTaskUiResponse', createHumanTaskUiResponse_httpStatus - The response's http status code.

$sel:humanTaskUiArn:CreateHumanTaskUiResponse', createHumanTaskUiResponse_humanTaskUiArn - The Amazon Resource Name (ARN) of the human review workflow user interface you create.

RegisterDevices

data RegisterDevices Source #

See: newRegisterDevices smart constructor.

Constructors

RegisterDevices' (Maybe [Tag]) Text [Device] 

Instances

Instances details
Eq RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Read RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Show RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Generic RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Associated Types

type Rep RegisterDevices :: Type -> Type #

NFData RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Methods

rnf :: RegisterDevices -> () #

Hashable RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

ToJSON RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

AWSRequest RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Associated Types

type AWSResponse RegisterDevices #

ToHeaders RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

ToPath RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

ToQuery RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

type Rep RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

type Rep RegisterDevices = D1 ('MetaData "RegisterDevices" "Amazonka.SageMaker.RegisterDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RegisterDevices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "devices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Device]))))
type AWSResponse RegisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

newRegisterDevices Source #

Create a value of RegisterDevices 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:tags:RegisterDevices', registerDevices_tags - The tags associated with devices.

$sel:deviceFleetName:RegisterDevices', registerDevices_deviceFleetName - The name of the fleet.

$sel:devices:RegisterDevices', registerDevices_devices - A list of devices to register with SageMaker Edge Manager.

data RegisterDevicesResponse Source #

See: newRegisterDevicesResponse smart constructor.

Instances

Instances details
Eq RegisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Read RegisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Show RegisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Generic RegisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Associated Types

type Rep RegisterDevicesResponse :: Type -> Type #

NFData RegisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

Methods

rnf :: RegisterDevicesResponse -> () #

type Rep RegisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RegisterDevices

type Rep RegisterDevicesResponse = D1 ('MetaData "RegisterDevicesResponse" "Amazonka.SageMaker.RegisterDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RegisterDevicesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRegisterDevicesResponse :: RegisterDevicesResponse Source #

Create a value of RegisterDevicesResponse with all optional fields omitted.

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

CreateCompilationJob

data CreateCompilationJob Source #

See: newCreateCompilationJob smart constructor.

Instances

Instances details
Eq CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Read CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Show CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Generic CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Associated Types

type Rep CreateCompilationJob :: Type -> Type #

NFData CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Methods

rnf :: CreateCompilationJob -> () #

Hashable CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

ToJSON CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

AWSRequest CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Associated Types

type AWSResponse CreateCompilationJob #

ToHeaders CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

ToPath CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

ToQuery CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

type Rep CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

type Rep CreateCompilationJob = D1 ('MetaData "CreateCompilationJob" "Amazonka.SageMaker.CreateCompilationJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateCompilationJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NeoVpcConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputConfig)) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputConfig) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition)))))
type AWSResponse CreateCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

newCreateCompilationJob Source #

Create a value of CreateCompilationJob 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:vpcConfig:CreateCompilationJob', createCompilationJob_vpcConfig - A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

$sel:tags:CreateCompilationJob', createCompilationJob_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:compilationJobName:CreateCompilationJob', createCompilationJob_compilationJobName - A name for the model compilation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.

$sel:roleArn:CreateCompilationJob', createCompilationJob_roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

During model compilation, Amazon SageMaker needs your permission to:

  • Read input data from an S3 bucket
  • Write model artifacts to an S3 bucket
  • Write logs to Amazon CloudWatch Logs
  • Publish metrics to Amazon CloudWatch

You grant permissions for all of these tasks to an IAM role. To pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission. For more information, see Amazon SageMaker Roles.

$sel:inputConfig:CreateCompilationJob', createCompilationJob_inputConfig - Provides information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

$sel:outputConfig:CreateCompilationJob', createCompilationJob_outputConfig - Provides information about the output location for the compiled model and the target device the model runs on.

$sel:stoppingCondition:CreateCompilationJob', createCompilationJob_stoppingCondition - Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.

data CreateCompilationJobResponse Source #

See: newCreateCompilationJobResponse smart constructor.

Instances

Instances details
Eq CreateCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Read CreateCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Show CreateCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Generic CreateCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

Associated Types

type Rep CreateCompilationJobResponse :: Type -> Type #

NFData CreateCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

type Rep CreateCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCompilationJob

type Rep CreateCompilationJobResponse = D1 ('MetaData "CreateCompilationJobResponse" "Amazonka.SageMaker.CreateCompilationJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateCompilationJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "compilationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateCompilationJobResponse Source #

Create a value of CreateCompilationJobResponse 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:httpStatus:CreateCompilationJobResponse', createCompilationJobResponse_httpStatus - The response's http status code.

$sel:compilationJobArn:CreateCompilationJobResponse', createCompilationJobResponse_compilationJobArn - If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format:

  • CompilationJobArn: The Amazon Resource Name (ARN) of the compiled job.

DeleteAppImageConfig

data DeleteAppImageConfig Source #

See: newDeleteAppImageConfig smart constructor.

Instances

Instances details
Eq DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Read DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Show DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Generic DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Associated Types

type Rep DeleteAppImageConfig :: Type -> Type #

NFData DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Methods

rnf :: DeleteAppImageConfig -> () #

Hashable DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

ToJSON DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

AWSRequest DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Associated Types

type AWSResponse DeleteAppImageConfig #

ToHeaders DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

ToPath DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

ToQuery DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

type Rep DeleteAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

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

Defined in Amazonka.SageMaker.DeleteAppImageConfig

newDeleteAppImageConfig Source #

Create a value of DeleteAppImageConfig 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:appImageConfigName:DeleteAppImageConfig', deleteAppImageConfig_appImageConfigName - The name of the AppImageConfig to delete.

data DeleteAppImageConfigResponse Source #

See: newDeleteAppImageConfigResponse smart constructor.

Instances

Instances details
Eq DeleteAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Read DeleteAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Show DeleteAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Generic DeleteAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

Associated Types

type Rep DeleteAppImageConfigResponse :: Type -> Type #

NFData DeleteAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

type Rep DeleteAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAppImageConfig

type Rep DeleteAppImageConfigResponse = D1 ('MetaData "DeleteAppImageConfigResponse" "Amazonka.SageMaker.DeleteAppImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteAppImageConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAppImageConfigResponse :: DeleteAppImageConfigResponse Source #

Create a value of DeleteAppImageConfigResponse with all optional fields omitted.

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

UpdateAppImageConfig

data UpdateAppImageConfig Source #

See: newUpdateAppImageConfig smart constructor.

Instances

Instances details
Eq UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Read UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Show UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Generic UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Associated Types

type Rep UpdateAppImageConfig :: Type -> Type #

NFData UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Methods

rnf :: UpdateAppImageConfig -> () #

Hashable UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

ToJSON UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

AWSRequest UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Associated Types

type AWSResponse UpdateAppImageConfig #

ToHeaders UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

ToPath UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

ToQuery UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

type Rep UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

type Rep UpdateAppImageConfig = D1 ('MetaData "UpdateAppImageConfig" "Amazonka.SageMaker.UpdateAppImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateAppImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kernelGatewayImageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayImageConfig)) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

newUpdateAppImageConfig Source #

Create a value of UpdateAppImageConfig 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:kernelGatewayImageConfig:UpdateAppImageConfig', updateAppImageConfig_kernelGatewayImageConfig - The new KernelGateway app to run on the image.

$sel:appImageConfigName:UpdateAppImageConfig', updateAppImageConfig_appImageConfigName - The name of the AppImageConfig to update.

data UpdateAppImageConfigResponse Source #

See: newUpdateAppImageConfigResponse smart constructor.

Instances

Instances details
Eq UpdateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Read UpdateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Show UpdateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Generic UpdateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

Associated Types

type Rep UpdateAppImageConfigResponse :: Type -> Type #

NFData UpdateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

type Rep UpdateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateAppImageConfig

type Rep UpdateAppImageConfigResponse = D1 ('MetaData "UpdateAppImageConfigResponse" "Amazonka.SageMaker.UpdateAppImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateAppImageConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appImageConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAppImageConfigResponse Source #

Create a value of UpdateAppImageConfigResponse 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:appImageConfigArn:UpdateAppImageConfigResponse', updateAppImageConfigResponse_appImageConfigArn - The Amazon Resource Name (ARN) for the AppImageConfig.

$sel:httpStatus:UpdateAppImageConfigResponse', updateAppImageConfigResponse_httpStatus - The response's http status code.

DescribePipelineExecution

data DescribePipelineExecution Source #

See: newDescribePipelineExecution smart constructor.

Instances

Instances details
Eq DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Read DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Show DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Generic DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Associated Types

type Rep DescribePipelineExecution :: Type -> Type #

NFData DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Hashable DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToJSON DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

AWSRequest DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToHeaders DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToPath DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

ToQuery DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

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

Defined in Amazonka.SageMaker.DescribePipelineExecution

newDescribePipelineExecution Source #

Create a value of DescribePipelineExecution 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:pipelineExecutionArn:DescribePipelineExecution', describePipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

data DescribePipelineExecutionResponse Source #

See: newDescribePipelineExecutionResponse smart constructor.

Instances

Instances details
Eq DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Read DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Show DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Generic DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

Associated Types

type Rep DescribePipelineExecutionResponse :: Type -> Type #

NFData DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineExecution

type Rep DescribePipelineExecutionResponse = D1 ('MetaData "DescribePipelineExecutionResponse" "Amazonka.SageMaker.DescribePipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribePipelineExecutionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStatus)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)))) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineExperimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExperimentConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribePipelineExecutionResponse Source #

Create a value of DescribePipelineExecutionResponse 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:creationTime:DescribePipelineExecutionResponse', describePipelineExecutionResponse_creationTime - The time when the pipeline execution was created.

$sel:pipelineExecutionStatus:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExecutionStatus - The status of the pipeline execution.

$sel:failureReason:DescribePipelineExecutionResponse', describePipelineExecutionResponse_failureReason - If the execution failed, a message describing why.

$sel:pipelineExecutionArn:DescribePipelineExecution', describePipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:createdBy:DescribePipelineExecutionResponse', describePipelineExecutionResponse_createdBy - Undocumented member.

$sel:lastModifiedTime:DescribePipelineExecutionResponse', describePipelineExecutionResponse_lastModifiedTime - The time when the pipeline execution was modified last.

$sel:pipelineArn:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:pipelineExecutionDisplayName:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:lastModifiedBy:DescribePipelineExecutionResponse', describePipelineExecutionResponse_lastModifiedBy - Undocumented member.

$sel:pipelineExecutionDescription:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExperimentConfig:DescribePipelineExecutionResponse', describePipelineExecutionResponse_pipelineExperimentConfig - Undocumented member.

$sel:httpStatus:DescribePipelineExecutionResponse', describePipelineExecutionResponse_httpStatus - The response's http status code.

DeleteNotebookInstanceLifecycleConfig

data DeleteNotebookInstanceLifecycleConfig Source #

Instances

Instances details
Eq DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Read DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Show DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Generic DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

NFData DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Hashable DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

ToJSON DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

AWSRequest DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

ToHeaders DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

ToPath DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

ToQuery DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

type Rep DeleteNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

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

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

newDeleteNotebookInstanceLifecycleConfig Source #

Create a value of DeleteNotebookInstanceLifecycleConfig 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:notebookInstanceLifecycleConfigName:DeleteNotebookInstanceLifecycleConfig', deleteNotebookInstanceLifecycleConfig_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration to delete.

data DeleteNotebookInstanceLifecycleConfigResponse Source #

Instances

Instances details
Eq DeleteNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Read DeleteNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Show DeleteNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

Generic DeleteNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

NFData DeleteNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

type Rep DeleteNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig

type Rep DeleteNotebookInstanceLifecycleConfigResponse = D1 ('MetaData "DeleteNotebookInstanceLifecycleConfigResponse" "Amazonka.SageMaker.DeleteNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteNotebookInstanceLifecycleConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

UpdateNotebookInstanceLifecycleConfig

data UpdateNotebookInstanceLifecycleConfig Source #

Instances

Instances details
Eq UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Read UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Show UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Generic UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

NFData UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Hashable UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

ToJSON UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

AWSRequest UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

ToHeaders UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

ToPath UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

ToQuery UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

type Rep UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

type Rep UpdateNotebookInstanceLifecycleConfig = D1 ('MetaData "UpdateNotebookInstanceLifecycleConfig" "Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateNotebookInstanceLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "onCreate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook])) :*: (S1 ('MetaSel ('Just "onStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook])) :*: S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

newUpdateNotebookInstanceLifecycleConfig Source #

Create a value of UpdateNotebookInstanceLifecycleConfig 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:onCreate:UpdateNotebookInstanceLifecycleConfig', updateNotebookInstanceLifecycleConfig_onCreate - The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

$sel:onStart:UpdateNotebookInstanceLifecycleConfig', updateNotebookInstanceLifecycleConfig_onStart - The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

$sel:notebookInstanceLifecycleConfigName:UpdateNotebookInstanceLifecycleConfig', updateNotebookInstanceLifecycleConfig_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.

data UpdateNotebookInstanceLifecycleConfigResponse Source #

Instances

Instances details
Eq UpdateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Read UpdateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Show UpdateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

Generic UpdateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

NFData UpdateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

type Rep UpdateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig

type Rep UpdateNotebookInstanceLifecycleConfigResponse = D1 ('MetaData "UpdateNotebookInstanceLifecycleConfigResponse" "Amazonka.SageMaker.UpdateNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateNotebookInstanceLifecycleConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateNotebookInstanceLifecycleConfigResponse Source #

Create a value of UpdateNotebookInstanceLifecycleConfigResponse 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:httpStatus:UpdateNotebookInstanceLifecycleConfigResponse', updateNotebookInstanceLifecycleConfigResponse_httpStatus - The response's http status code.

DeleteWorkforce

data DeleteWorkforce Source #

See: newDeleteWorkforce smart constructor.

Constructors

DeleteWorkforce' Text 

Instances

Instances details
Eq DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Read DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Show DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Generic DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Associated Types

type Rep DeleteWorkforce :: Type -> Type #

NFData DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Methods

rnf :: DeleteWorkforce -> () #

Hashable DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

ToJSON DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

AWSRequest DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Associated Types

type AWSResponse DeleteWorkforce #

ToHeaders DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

ToPath DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

ToQuery DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

type Rep DeleteWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

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

Defined in Amazonka.SageMaker.DeleteWorkforce

newDeleteWorkforce Source #

Create a value of DeleteWorkforce 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:workforceName:DeleteWorkforce', deleteWorkforce_workforceName - The name of the workforce.

data DeleteWorkforceResponse Source #

See: newDeleteWorkforceResponse smart constructor.

Instances

Instances details
Eq DeleteWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Read DeleteWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Show DeleteWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Generic DeleteWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Associated Types

type Rep DeleteWorkforceResponse :: Type -> Type #

NFData DeleteWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

Methods

rnf :: DeleteWorkforceResponse -> () #

type Rep DeleteWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkforce

type Rep DeleteWorkforceResponse = D1 ('MetaData "DeleteWorkforceResponse" "Amazonka.SageMaker.DeleteWorkforce" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteWorkforceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkforceResponse Source #

Create a value of DeleteWorkforceResponse 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:httpStatus:DeleteWorkforceResponse', deleteWorkforceResponse_httpStatus - The response's http status code.

UpdateWorkforce

data UpdateWorkforce Source #

See: newUpdateWorkforce smart constructor.

Instances

Instances details
Eq UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Show UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Generic UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Associated Types

type Rep UpdateWorkforce :: Type -> Type #

NFData UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Methods

rnf :: UpdateWorkforce -> () #

Hashable UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

ToJSON UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

AWSRequest UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Associated Types

type AWSResponse UpdateWorkforce #

ToHeaders UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

ToPath UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

ToQuery UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

type Rep UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

type Rep UpdateWorkforce = D1 ('MetaData "UpdateWorkforce" "Amazonka.SageMaker.UpdateWorkforce" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateWorkforce'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIpConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceIpConfig)) :*: (S1 ('MetaSel ('Just "oidcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OidcConfig)) :*: S1 ('MetaSel ('Just "workforceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

newUpdateWorkforce Source #

Create a value of UpdateWorkforce 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:sourceIpConfig:UpdateWorkforce', updateWorkforce_sourceIpConfig - A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

Maximum: Ten CIDR values

$sel:oidcConfig:UpdateWorkforce', updateWorkforce_oidcConfig - Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

$sel:workforceName:UpdateWorkforce', updateWorkforce_workforceName - The name of the private workforce that you want to update. You can find your workforce name by using the operation.

data UpdateWorkforceResponse Source #

See: newUpdateWorkforceResponse smart constructor.

Instances

Instances details
Eq UpdateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Read UpdateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Show UpdateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Generic UpdateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Associated Types

type Rep UpdateWorkforceResponse :: Type -> Type #

NFData UpdateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

Methods

rnf :: UpdateWorkforceResponse -> () #

type Rep UpdateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkforce

type Rep UpdateWorkforceResponse = D1 ('MetaData "UpdateWorkforceResponse" "Amazonka.SageMaker.UpdateWorkforce" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateWorkforceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Workforce)))

newUpdateWorkforceResponse Source #

Create a value of UpdateWorkforceResponse 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:httpStatus:UpdateWorkforceResponse', updateWorkforceResponse_httpStatus - The response's http status code.

$sel:workforce:UpdateWorkforceResponse', updateWorkforceResponse_workforce - A single private workforce. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

ListProcessingJobs (Paginated)

data ListProcessingJobs Source #

See: newListProcessingJobs smart constructor.

Instances

Instances details
Eq ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Read ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Show ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Generic ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Associated Types

type Rep ListProcessingJobs :: Type -> Type #

NFData ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Methods

rnf :: ListProcessingJobs -> () #

Hashable ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

ToJSON ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

AWSPager ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

AWSRequest ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Associated Types

type AWSResponse ListProcessingJobs #

ToHeaders ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

ToPath ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

ToQuery ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type Rep ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type AWSResponse ListProcessingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

newListProcessingJobs :: ListProcessingJobs Source #

Create a value of ListProcessingJobs 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:nameContains:ListProcessingJobs', listProcessingJobs_nameContains - A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListProcessingJobs', listProcessingJobs_lastModifiedTimeBefore - A filter that returns only processing jobs modified before the specified time.

$sel:creationTimeAfter:ListProcessingJobs', listProcessingJobs_creationTimeAfter - A filter that returns only processing jobs created after the specified time.

$sel:nextToken:ListProcessingJobs', listProcessingJobs_nextToken - If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

$sel:sortOrder:ListProcessingJobs', listProcessingJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListProcessingJobs', listProcessingJobs_lastModifiedTimeAfter - A filter that returns only processing jobs modified after the specified time.

$sel:creationTimeBefore:ListProcessingJobs', listProcessingJobs_creationTimeBefore - A filter that returns only processing jobs created after the specified time.

$sel:statusEquals:ListProcessingJobs', listProcessingJobs_statusEquals - A filter that retrieves only processing jobs with a specific status.

$sel:maxResults:ListProcessingJobs', listProcessingJobs_maxResults - The maximum number of processing jobs to return in the response.

$sel:sortBy:ListProcessingJobs', listProcessingJobs_sortBy - The field to sort results by. The default is CreationTime.

data ListProcessingJobsResponse Source #

See: newListProcessingJobsResponse smart constructor.

Instances

Instances details
Eq ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Read ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Show ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Generic ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

Associated Types

type Rep ListProcessingJobsResponse :: Type -> Type #

NFData ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type Rep ListProcessingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListProcessingJobs

type Rep ListProcessingJobsResponse = D1 ('MetaData "ListProcessingJobsResponse" "Amazonka.SageMaker.ListProcessingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListProcessingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "processingJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProcessingJobSummary]))))

newListProcessingJobsResponse Source #

Create a value of ListProcessingJobsResponse 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:nextToken:ListProcessingJobs', listProcessingJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.

$sel:httpStatus:ListProcessingJobsResponse', listProcessingJobsResponse_httpStatus - The response's http status code.

$sel:processingJobSummaries:ListProcessingJobsResponse', listProcessingJobsResponse_processingJobSummaries - An array of ProcessingJobSummary objects, each listing a processing job.

CreateLabelingJob

data CreateLabelingJob Source #

See: newCreateLabelingJob smart constructor.

Instances

Instances details
Eq CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Read CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Show CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Generic CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Associated Types

type Rep CreateLabelingJob :: Type -> Type #

NFData CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Methods

rnf :: CreateLabelingJob -> () #

Hashable CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

ToJSON CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

AWSRequest CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Associated Types

type AWSResponse CreateLabelingJob #

ToHeaders CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

ToPath CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

ToQuery CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

type Rep CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

type AWSResponse CreateLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

newCreateLabelingJob Source #

Create a value of CreateLabelingJob 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:labelingJobAlgorithmsConfig:CreateLabelingJob', createLabelingJob_labelingJobAlgorithmsConfig - Configures the information required to perform automated data labeling.

$sel:labelCategoryConfigS3Uri:CreateLabelingJob', createLabelingJob_labelCategoryConfigS3Uri - The S3 URI of the file, referred to as a /label category configuration file/, that defines the categories used to label the data objects.

For 3D point cloud and video frame task types, you can add label category attributes and frame attributes to your label category configuration file. To learn how, see Create a Labeling Category Configuration File for 3D Point Cloud Labeling Jobs.

For named entity recognition jobs, in addition to "labels", you must provide worker instructions in the label category configuration file using the "instructions" parameter: "instructions": {"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>", "fullInstruction":"<p>Add additional instructions.</p>"}. For details and an example, see Create a Named Entity Recognition Labeling Job (API) .

For all other built-in task types and custom tasks, your label category configuration file must be a JSON file in the following format. Identify the labels you want to use by replacing label_1, label_2,...,label_n with your label categories.

{
"document-version": "2018-11-28",
"labels": [{"label": "label_1"},{"label": "label_2"},...{"label": "label_n"}]
}

Note the following about the label category configuration file:

  • For image classification and text classification (single and multi-label) you must specify at least two label categories. For all other task types, the minimum number of label categories required is one.
  • Each label category must be unique, you cannot specify duplicate label categories.
  • If you create a 3D point cloud or video frame adjustment or verification labeling job, you must include auditLabelAttributeName in the label category configuration. Use this parameter to enter the LabelAttributeName of the labeling job you want to adjust or verify annotations of.

$sel:stoppingConditions:CreateLabelingJob', createLabelingJob_stoppingConditions - A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

$sel:tags:CreateLabelingJob', createLabelingJob_tags - An array of key/value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:labelingJobName:CreateLabelingJob', createLabelingJob_labelingJobName - The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. LabelingJobName is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.

$sel:labelAttributeName:CreateLabelingJob', createLabelingJob_labelAttributeName - The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements.

  • The name can't end with "-metadata".
  • If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref".

    • Image semantic segmentation (SemanticSegmentation), and adjustment (AdjustmentSemanticSegmentation) and verification (VerificationSemanticSegmentation) labeling jobs for this task type.
    • Video frame object detection (VideoObjectDetection), and adjustment and verification (AdjustmentVideoObjectDetection) labeling jobs for this task type.
    • Video frame object tracking (VideoObjectTracking), and adjustment and verification (AdjustmentVideoObjectTracking) labeling jobs for this task type.
    • 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation), and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation) labeling jobs for this task type.
    • 3D point cloud object tracking (3DPointCloudObjectTracking), and adjustment and verification (Adjustment3DPointCloudObjectTracking) labeling jobs for this task type.

If you are creating an adjustment or verification labeling job, you must use a different LabelAttributeName than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see Verify and Adjust Labels.

$sel:inputConfig:CreateLabelingJob', createLabelingJob_inputConfig - Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

You must specify at least one of the following: S3DataSource or SnsDataSource.

  • Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled.
  • Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use ContentClassifiers to specify that your data is free of personally identifiable information and adult content.

$sel:outputConfig:CreateLabelingJob', createLabelingJob_outputConfig - The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

$sel:roleArn:CreateLabelingJob', createLabelingJob_roleArn - The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.

$sel:humanTaskConfig:CreateLabelingJob', createLabelingJob_humanTaskConfig - Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).

data CreateLabelingJobResponse Source #

See: newCreateLabelingJobResponse smart constructor.

Instances

Instances details
Eq CreateLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Read CreateLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Show CreateLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Generic CreateLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

Associated Types

type Rep CreateLabelingJobResponse :: Type -> Type #

NFData CreateLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

type Rep CreateLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateLabelingJob

type Rep CreateLabelingJobResponse = D1 ('MetaData "CreateLabelingJobResponse" "Amazonka.SageMaker.CreateLabelingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateLabelingJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateLabelingJobResponse Source #

Create a value of CreateLabelingJobResponse 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:httpStatus:CreateLabelingJobResponse', createLabelingJobResponse_httpStatus - The response's http status code.

$sel:labelingJobArn:CreateLabelingJobResponse', createLabelingJobResponse_labelingJobArn - The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.

EnableSagemakerServicecatalogPortfolio

data EnableSagemakerServicecatalogPortfolio Source #

Instances

Instances details
Eq EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Read EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Show EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Generic EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

NFData EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Hashable EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

ToJSON EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

AWSRequest EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

ToHeaders EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

ToPath EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

ToQuery EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

type Rep EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

type Rep EnableSagemakerServicecatalogPortfolio = D1 ('MetaData "EnableSagemakerServicecatalogPortfolio" "Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EnableSagemakerServicecatalogPortfolio'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse EnableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

newEnableSagemakerServicecatalogPortfolio :: EnableSagemakerServicecatalogPortfolio Source #

Create a value of EnableSagemakerServicecatalogPortfolio with all optional fields omitted.

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

data EnableSagemakerServicecatalogPortfolioResponse Source #

Instances

Instances details
Eq EnableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Read EnableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Show EnableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

Generic EnableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

NFData EnableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

type Rep EnableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio

type Rep EnableSagemakerServicecatalogPortfolioResponse = D1 ('MetaData "EnableSagemakerServicecatalogPortfolioResponse" "Amazonka.SageMaker.EnableSagemakerServicecatalogPortfolio" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EnableSagemakerServicecatalogPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableSagemakerServicecatalogPortfolioResponse Source #

Create a value of EnableSagemakerServicecatalogPortfolioResponse 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:httpStatus:EnableSagemakerServicecatalogPortfolioResponse', enableSagemakerServicecatalogPortfolioResponse_httpStatus - The response's http status code.

DescribeNotebookInstance

data DescribeNotebookInstance Source #

See: newDescribeNotebookInstance smart constructor.

Instances

Instances details
Eq DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Read DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Show DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Generic DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Associated Types

type Rep DescribeNotebookInstance :: Type -> Type #

NFData DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Hashable DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToJSON DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

AWSRequest DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToHeaders DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToPath DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

ToQuery DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

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

Defined in Amazonka.SageMaker.DescribeNotebookInstance

newDescribeNotebookInstance Source #

Create a value of DescribeNotebookInstance 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:notebookInstanceName:DescribeNotebookInstance', describeNotebookInstance_notebookInstanceName - The name of the notebook instance that you want information about.

data DescribeNotebookInstanceResponse Source #

See: newDescribeNotebookInstanceResponse smart constructor.

Instances

Instances details
Eq DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Read DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Show DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Generic DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

Associated Types

type Rep DescribeNotebookInstanceResponse :: Type -> Type #

NFData DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstance

type Rep DescribeNotebookInstanceResponse = D1 ('MetaData "DescribeNotebookInstanceResponse" "Amazonka.SageMaker.DescribeNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeNotebookInstanceResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "acceleratorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceAcceleratorType])) :*: (S1 ('MetaSel ('Just "platformIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "additionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)) :*: S1 ('MetaSel ('Just "notebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceStatus))) :*: (S1 ('MetaSel ('Just "defaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "rootAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootAccess)) :*: (S1 ('MetaSel ('Just "directInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectInternetAccess)) :*: S1 ('MetaSel ('Just "notebookInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeNotebookInstanceResponse Source #

Create a value of DescribeNotebookInstanceResponse 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:creationTime:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_creationTime - A timestamp. Use this parameter to return the time when the notebook instance was created

$sel:failureReason:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_failureReason - If status is Failed, the reason it failed.

$sel:acceleratorTypes:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_acceleratorTypes - A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

$sel:platformIdentifier:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_platformIdentifier - The platform identifier of the notebook instance runtime environment.

$sel:notebookInstanceName:DescribeNotebookInstance', describeNotebookInstanceResponse_notebookInstanceName - The name of the Amazon SageMaker notebook instance.

$sel:securityGroups:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_securityGroups - The IDs of the VPC security groups.

$sel:additionalCodeRepositories:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_additionalCodeRepositories - An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:url:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_url - The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

$sel:lastModifiedTime:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_lastModifiedTime - A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

$sel:networkInterfaceId:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_networkInterfaceId - The network interface IDs that Amazon SageMaker created at the time of creating the instance.

$sel:subnetId:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_subnetId - The ID of the VPC subnet.

$sel:instanceType:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_instanceType - The type of ML compute instance running on the notebook instance.

$sel:notebookInstanceStatus:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_notebookInstanceStatus - The status of the notebook instance.

$sel:defaultCodeRepository:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_defaultCodeRepository - The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:volumeSizeInGB:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_volumeSizeInGB - The size, in GB, of the ML storage volume attached to the notebook instance.

$sel:kmsKeyId:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_kmsKeyId - The Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

$sel:rootAccess:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_rootAccess - Whether root access is enabled or disabled for users of the notebook instance.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

$sel:directInternetAccess:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_directInternetAccess - Describes whether Amazon SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to Amazon SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

$sel:notebookInstanceArn:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.

$sel:notebookInstanceLifecycleConfigName:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_notebookInstanceLifecycleConfigName - Returns the name of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance

$sel:roleArn:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the instance.

$sel:httpStatus:DescribeNotebookInstanceResponse', describeNotebookInstanceResponse_httpStatus - The response's http status code.

CreateMonitoringSchedule

data CreateMonitoringSchedule Source #

See: newCreateMonitoringSchedule smart constructor.

Instances

Instances details
Eq CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Read CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Show CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Generic CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Associated Types

type Rep CreateMonitoringSchedule :: Type -> Type #

NFData CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Hashable CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToJSON CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

AWSRequest CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToHeaders CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToPath CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToQuery CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringSchedule = D1 ('MetaData "CreateMonitoringSchedule" "Amazonka.SageMaker.CreateMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateMonitoringSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringScheduleConfig))))
type AWSResponse CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

newCreateMonitoringSchedule Source #

Create a value of CreateMonitoringSchedule 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:tags:CreateMonitoringSchedule', createMonitoringSchedule_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:monitoringScheduleName:CreateMonitoringSchedule', createMonitoringSchedule_monitoringScheduleName - The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

$sel:monitoringScheduleConfig:CreateMonitoringSchedule', createMonitoringSchedule_monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.

data CreateMonitoringScheduleResponse Source #

See: newCreateMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Read CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Show CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Generic CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Associated Types

type Rep CreateMonitoringScheduleResponse :: Type -> Type #

NFData CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringScheduleResponse = D1 ('MetaData "CreateMonitoringScheduleResponse" "Amazonka.SageMaker.CreateMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateMonitoringScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateMonitoringScheduleResponse Source #

Create a value of CreateMonitoringScheduleResponse 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:httpStatus:CreateMonitoringScheduleResponse', createMonitoringScheduleResponse_httpStatus - The response's http status code.

$sel:monitoringScheduleArn:CreateMonitoringScheduleResponse', createMonitoringScheduleResponse_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

ListAppImageConfigs (Paginated)

data ListAppImageConfigs Source #

See: newListAppImageConfigs smart constructor.

Instances

Instances details
Eq ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Read ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Show ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Generic ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Associated Types

type Rep ListAppImageConfigs :: Type -> Type #

NFData ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Methods

rnf :: ListAppImageConfigs -> () #

Hashable ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

ToJSON ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

AWSPager ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

AWSRequest ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Associated Types

type AWSResponse ListAppImageConfigs #

ToHeaders ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

ToPath ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

ToQuery ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type Rep ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type AWSResponse ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

newListAppImageConfigs :: ListAppImageConfigs Source #

Create a value of ListAppImageConfigs 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:nameContains:ListAppImageConfigs', listAppImageConfigs_nameContains - A filter that returns only AppImageConfigs whose name contains the specified string.

$sel:creationTimeAfter:ListAppImageConfigs', listAppImageConfigs_creationTimeAfter - A filter that returns only AppImageConfigs created on or after the specified time.

$sel:modifiedTimeAfter:ListAppImageConfigs', listAppImageConfigs_modifiedTimeAfter - A filter that returns only AppImageConfigs modified on or after the specified time.

$sel:nextToken:ListAppImageConfigs', listAppImageConfigs_nextToken - If the previous call to ListImages didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

$sel:sortOrder:ListAppImageConfigs', listAppImageConfigs_sortOrder - The sort order. The default value is Descending.

$sel:creationTimeBefore:ListAppImageConfigs', listAppImageConfigs_creationTimeBefore - A filter that returns only AppImageConfigs created on or before the specified time.

$sel:modifiedTimeBefore:ListAppImageConfigs', listAppImageConfigs_modifiedTimeBefore - A filter that returns only AppImageConfigs modified on or before the specified time.

$sel:maxResults:ListAppImageConfigs', listAppImageConfigs_maxResults - The maximum number of AppImageConfigs to return in the response. The default value is 10.

$sel:sortBy:ListAppImageConfigs', listAppImageConfigs_sortBy - The property used to sort results. The default value is CreationTime.

data ListAppImageConfigsResponse Source #

See: newListAppImageConfigsResponse smart constructor.

Instances

Instances details
Eq ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Read ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Show ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Generic ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Associated Types

type Rep ListAppImageConfigsResponse :: Type -> Type #

NFData ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type Rep ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type Rep ListAppImageConfigsResponse = D1 ('MetaData "ListAppImageConfigsResponse" "Amazonka.SageMaker.ListAppImageConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAppImageConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appImageConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppImageConfigDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppImageConfigsResponse Source #

Create a value of ListAppImageConfigsResponse 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:appImageConfigs:ListAppImageConfigsResponse', listAppImageConfigsResponse_appImageConfigs - A list of AppImageConfigs and their properties.

$sel:nextToken:ListAppImageConfigs', listAppImageConfigsResponse_nextToken - A token for getting the next set of AppImageConfigs, if there are any.

$sel:httpStatus:ListAppImageConfigsResponse', listAppImageConfigsResponse_httpStatus - The response's http status code.

CreateEndpointConfig

data CreateEndpointConfig Source #

See: newCreateEndpointConfig smart constructor.

Instances

Instances details
Eq CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Read CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Show CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Generic CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Associated Types

type Rep CreateEndpointConfig :: Type -> Type #

NFData CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Methods

rnf :: CreateEndpointConfig -> () #

Hashable CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

ToJSON CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

AWSRequest CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Associated Types

type AWSResponse CreateEndpointConfig #

ToHeaders CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

ToPath CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

ToQuery CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

type Rep CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

type Rep CreateEndpointConfig = D1 ('MetaData "CreateEndpointConfig" "Amazonka.SageMaker.CreateEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateEndpointConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "asyncInferenceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceConfig)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfig)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ProductionVariant))))))
type AWSResponse CreateEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

newCreateEndpointConfig Source #

Create a value of CreateEndpointConfig 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:asyncInferenceConfig:CreateEndpointConfig', createEndpointConfig_asyncInferenceConfig - Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using InvokeEndpointAsync .

$sel:kmsKeyId:CreateEndpointConfig', createEndpointConfig_kmsKeyId - The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint, UpdateEndpoint requests. For more information, refer to the Amazon Web Services Key Management Service section Using Key Policies in Amazon Web Services KMS

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a KmsKeyId when using an instance type with local storage. If any of the models that you specify in the ProductionVariants parameter use nitro-based instances with local storage, do not specify a value for the KmsKeyId parameter. If you specify a value for KmsKeyId when using any nitro-based instances with local storage, the call to CreateEndpointConfig fails.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

$sel:dataCaptureConfig:CreateEndpointConfig', createEndpointConfig_dataCaptureConfig - Undocumented member.

$sel:tags:CreateEndpointConfig', createEndpointConfig_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:endpointConfigName:CreateEndpointConfig', createEndpointConfig_endpointConfigName - The name of the endpoint configuration. You specify this name in a CreateEndpoint request.

$sel:productionVariants:CreateEndpointConfig', createEndpointConfig_productionVariants - An list of ProductionVariant objects, one for each model that you want to host at this endpoint.

data CreateEndpointConfigResponse Source #

See: newCreateEndpointConfigResponse smart constructor.

Instances

Instances details
Eq CreateEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Read CreateEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Show CreateEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Generic CreateEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

Associated Types

type Rep CreateEndpointConfigResponse :: Type -> Type #

NFData CreateEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

type Rep CreateEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateEndpointConfig

type Rep CreateEndpointConfigResponse = D1 ('MetaData "CreateEndpointConfigResponse" "Amazonka.SageMaker.CreateEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateEndpointConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateEndpointConfigResponse Source #

Create a value of CreateEndpointConfigResponse 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:httpStatus:CreateEndpointConfigResponse', createEndpointConfigResponse_httpStatus - The response's http status code.

$sel:endpointConfigArn:CreateEndpointConfigResponse', createEndpointConfigResponse_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.

SendPipelineExecutionStepSuccess

data SendPipelineExecutionStepSuccess Source #

See: newSendPipelineExecutionStepSuccess smart constructor.

Instances

Instances details
Eq SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Read SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Show SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Generic SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Associated Types

type Rep SendPipelineExecutionStepSuccess :: Type -> Type #

NFData SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Hashable SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToJSON SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

AWSRequest SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToHeaders SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToPath SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

ToQuery SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccess = D1 ('MetaData "SendPipelineExecutionStepSuccess" "Amazonka.SageMaker.SendPipelineExecutionStepSuccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SendPipelineExecutionStepSuccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter])) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callbackToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SendPipelineExecutionStepSuccess Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

newSendPipelineExecutionStepSuccess Source #

Create a value of SendPipelineExecutionStepSuccess 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:outputParameters:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_outputParameters - A list of the output parameters of the callback step.

$sel:clientRequestToken:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

$sel:callbackToken:SendPipelineExecutionStepSuccess', sendPipelineExecutionStepSuccess_callbackToken - The pipeline generated token from the Amazon SQS queue.

data SendPipelineExecutionStepSuccessResponse Source #

Instances

Instances details
Eq SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Read SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Show SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

Generic SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

NFData SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccessResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepSuccess

type Rep SendPipelineExecutionStepSuccessResponse = D1 ('MetaData "SendPipelineExecutionStepSuccessResponse" "Amazonka.SageMaker.SendPipelineExecutionStepSuccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SendPipelineExecutionStepSuccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendPipelineExecutionStepSuccessResponse Source #

Create a value of SendPipelineExecutionStepSuccessResponse 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:pipelineExecutionArn:SendPipelineExecutionStepSuccessResponse', sendPipelineExecutionStepSuccessResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:SendPipelineExecutionStepSuccessResponse', sendPipelineExecutionStepSuccessResponse_httpStatus - The response's http status code.

DescribeModelQualityJobDefinition

data DescribeModelQualityJobDefinition Source #

See: newDescribeModelQualityJobDefinition smart constructor.

Instances

Instances details
Eq DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Read DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Show DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Generic DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Associated Types

type Rep DescribeModelQualityJobDefinition :: Type -> Type #

NFData DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Hashable DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

ToJSON DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

AWSRequest DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

ToHeaders DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

ToPath DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

ToQuery DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

type Rep DescribeModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

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

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

newDescribeModelQualityJobDefinition Source #

Create a value of DescribeModelQualityJobDefinition 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:jobDefinitionName:DescribeModelQualityJobDefinition', describeModelQualityJobDefinition_jobDefinitionName - The name of the model quality job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

data DescribeModelQualityJobDefinitionResponse Source #

Instances

Instances details
Eq DescribeModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Read DescribeModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Show DescribeModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

Generic DescribeModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

NFData DescribeModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

type Rep DescribeModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelQualityJobDefinition

type Rep DescribeModelQualityJobDefinitionResponse = D1 ('MetaData "DescribeModelQualityJobDefinitionResponse" "Amazonka.SageMaker.DescribeModelQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeModelQualityJobDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelQualityBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelQualityBaselineConfig)) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition)) :*: S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "modelQualityAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelQualityAppSpecification) :*: S1 ('MetaSel ('Just "modelQualityJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelQualityJobInput))) :*: (S1 ('MetaSel ('Just "modelQualityJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeModelQualityJobDefinitionResponse Source #

Create a value of DescribeModelQualityJobDefinitionResponse 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:modelQualityBaselineConfig:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_modelQualityBaselineConfig - The baseline configuration for a model quality job.

$sel:stoppingCondition:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_stoppingCondition - Undocumented member.

$sel:networkConfig:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_networkConfig - Networking options for a model quality job.

$sel:httpStatus:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_httpStatus - The response's http status code.

$sel:jobDefinitionArn:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_jobDefinitionArn - The Amazon Resource Name (ARN) of the model quality job.

$sel:jobDefinitionName:DescribeModelQualityJobDefinition', describeModelQualityJobDefinitionResponse_jobDefinitionName - The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:creationTime:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_creationTime - The time at which the model quality job was created.

$sel:modelQualityAppSpecification:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_modelQualityAppSpecification - Configures the model quality job to run a specified Docker container image.

$sel:modelQualityJobInput:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_modelQualityJobInput - Inputs for the model quality job.

$sel:modelQualityJobOutputConfig:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_modelQualityJobOutputConfig - Undocumented member.

$sel:jobResources:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_jobResources - Undocumented member.

$sel:roleArn:DescribeModelQualityJobDefinitionResponse', describeModelQualityJobDefinitionResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

DeleteStudioLifecycleConfig

data DeleteStudioLifecycleConfig Source #

See: newDeleteStudioLifecycleConfig smart constructor.

Instances

Instances details
Eq DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Read DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Show DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Generic DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Associated Types

type Rep DeleteStudioLifecycleConfig :: Type -> Type #

NFData DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Hashable DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

ToJSON DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

AWSRequest DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

ToHeaders DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

ToPath DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

ToQuery DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

type Rep DeleteStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

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

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

newDeleteStudioLifecycleConfig Source #

Create a value of DeleteStudioLifecycleConfig 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:studioLifecycleConfigName:DeleteStudioLifecycleConfig', deleteStudioLifecycleConfig_studioLifecycleConfigName - The name of the Studio Lifecycle Configuration to delete.

data DeleteStudioLifecycleConfigResponse Source #

Instances

Instances details
Eq DeleteStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Read DeleteStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Show DeleteStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

Generic DeleteStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

NFData DeleteStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

type Rep DeleteStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteStudioLifecycleConfig

type Rep DeleteStudioLifecycleConfigResponse = D1 ('MetaData "DeleteStudioLifecycleConfigResponse" "Amazonka.SageMaker.DeleteStudioLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteStudioLifecycleConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteStudioLifecycleConfigResponse :: DeleteStudioLifecycleConfigResponse Source #

Create a value of DeleteStudioLifecycleConfigResponse with all optional fields omitted.

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

DescribeModelExplainabilityJobDefinition

data DescribeModelExplainabilityJobDefinition Source #

Instances

Instances details
Eq DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Read DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Show DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Generic DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

NFData DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Hashable DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

ToJSON DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

AWSRequest DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

ToHeaders DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

ToPath DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

ToQuery DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

type Rep DescribeModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

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

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

newDescribeModelExplainabilityJobDefinition Source #

Create a value of DescribeModelExplainabilityJobDefinition 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:jobDefinitionName:DescribeModelExplainabilityJobDefinition', describeModelExplainabilityJobDefinition_jobDefinitionName - The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

data DescribeModelExplainabilityJobDefinitionResponse Source #

Instances

Instances details
Eq DescribeModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Read DescribeModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Show DescribeModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

Generic DescribeModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

NFData DescribeModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

type Rep DescribeModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition

type Rep DescribeModelExplainabilityJobDefinitionResponse = D1 ('MetaData "DescribeModelExplainabilityJobDefinitionResponse" "Amazonka.SageMaker.DescribeModelExplainabilityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeModelExplainabilityJobDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition)) :*: (S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)) :*: S1 ('MetaSel ('Just "modelExplainabilityBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelExplainabilityBaselineConfig)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "modelExplainabilityAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelExplainabilityAppSpecification) :*: S1 ('MetaSel ('Just "modelExplainabilityJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelExplainabilityJobInput))) :*: (S1 ('MetaSel ('Just "modelExplainabilityJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeModelExplainabilityJobDefinitionResponse Source #

Create a value of DescribeModelExplainabilityJobDefinitionResponse 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:stoppingCondition:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_stoppingCondition - Undocumented member.

$sel:networkConfig:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_networkConfig - Networking options for a model explainability job.

$sel:modelExplainabilityBaselineConfig:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_modelExplainabilityBaselineConfig - The baseline configuration for a model explainability job.

$sel:httpStatus:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_httpStatus - The response's http status code.

$sel:jobDefinitionArn:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_jobDefinitionArn - The Amazon Resource Name (ARN) of the model explainability job.

$sel:jobDefinitionName:DescribeModelExplainabilityJobDefinition', describeModelExplainabilityJobDefinitionResponse_jobDefinitionName - The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:creationTime:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_creationTime - The time at which the model explainability job was created.

$sel:modelExplainabilityAppSpecification:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_modelExplainabilityAppSpecification - Configures the model explainability job to run a specified Docker container image.

$sel:modelExplainabilityJobInput:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_modelExplainabilityJobInput - Inputs for the model explainability job.

$sel:modelExplainabilityJobOutputConfig:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_modelExplainabilityJobOutputConfig - Undocumented member.

$sel:jobResources:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_jobResources - Undocumented member.

$sel:roleArn:DescribeModelExplainabilityJobDefinitionResponse', describeModelExplainabilityJobDefinitionResponse_roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

StopNotebookInstance

data StopNotebookInstance Source #

See: newStopNotebookInstance smart constructor.

Instances

Instances details
Eq StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Read StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Show StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Generic StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Associated Types

type Rep StopNotebookInstance :: Type -> Type #

NFData StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Methods

rnf :: StopNotebookInstance -> () #

Hashable StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

ToJSON StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

AWSRequest StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Associated Types

type AWSResponse StopNotebookInstance #

ToHeaders StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

ToPath StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

ToQuery StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

type Rep StopNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

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

Defined in Amazonka.SageMaker.StopNotebookInstance

newStopNotebookInstance Source #

Create a value of StopNotebookInstance 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:notebookInstanceName:StopNotebookInstance', stopNotebookInstance_notebookInstanceName - The name of the notebook instance to terminate.

data StopNotebookInstanceResponse Source #

See: newStopNotebookInstanceResponse smart constructor.

Instances

Instances details
Eq StopNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Read StopNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Show StopNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Generic StopNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

Associated Types

type Rep StopNotebookInstanceResponse :: Type -> Type #

NFData StopNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

type Rep StopNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopNotebookInstance

type Rep StopNotebookInstanceResponse = D1 ('MetaData "StopNotebookInstanceResponse" "Amazonka.SageMaker.StopNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopNotebookInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopNotebookInstanceResponse :: StopNotebookInstanceResponse Source #

Create a value of StopNotebookInstanceResponse with all optional fields omitted.

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

UpdateEndpointWeightsAndCapacities

data UpdateEndpointWeightsAndCapacities Source #

Instances

Instances details
Eq UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Read UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Show UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Generic UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Associated Types

type Rep UpdateEndpointWeightsAndCapacities :: Type -> Type #

NFData UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Hashable UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

ToJSON UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

AWSRequest UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

ToHeaders UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

ToPath UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

ToQuery UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

type Rep UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

type Rep UpdateEndpointWeightsAndCapacities = D1 ('MetaData "UpdateEndpointWeightsAndCapacities" "Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateEndpointWeightsAndCapacities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "desiredWeightsAndCapacities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DesiredWeightAndCapacity))))
type AWSResponse UpdateEndpointWeightsAndCapacities Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

newUpdateEndpointWeightsAndCapacities Source #

Create a value of UpdateEndpointWeightsAndCapacities 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:endpointName:UpdateEndpointWeightsAndCapacities', updateEndpointWeightsAndCapacities_endpointName - The name of an existing Amazon SageMaker endpoint.

$sel:desiredWeightsAndCapacities:UpdateEndpointWeightsAndCapacities', updateEndpointWeightsAndCapacities_desiredWeightsAndCapacities - An object that provides new capacity and weight values for a variant.

data UpdateEndpointWeightsAndCapacitiesResponse Source #

Instances

Instances details
Eq UpdateEndpointWeightsAndCapacitiesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Read UpdateEndpointWeightsAndCapacitiesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Show UpdateEndpointWeightsAndCapacitiesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

Generic UpdateEndpointWeightsAndCapacitiesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

NFData UpdateEndpointWeightsAndCapacitiesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

type Rep UpdateEndpointWeightsAndCapacitiesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities

type Rep UpdateEndpointWeightsAndCapacitiesResponse = D1 ('MetaData "UpdateEndpointWeightsAndCapacitiesResponse" "Amazonka.SageMaker.UpdateEndpointWeightsAndCapacities" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateEndpointWeightsAndCapacitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

CreateAppImageConfig

data CreateAppImageConfig Source #

See: newCreateAppImageConfig smart constructor.

Instances

Instances details
Eq CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Read CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Show CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Generic CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Associated Types

type Rep CreateAppImageConfig :: Type -> Type #

NFData CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Methods

rnf :: CreateAppImageConfig -> () #

Hashable CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

ToJSON CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

AWSRequest CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Associated Types

type AWSResponse CreateAppImageConfig #

ToHeaders CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

ToPath CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

ToQuery CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfig = D1 ('MetaData "CreateAppImageConfig" "Amazonka.SageMaker.CreateAppImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateAppImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kernelGatewayImageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayImageConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

newCreateAppImageConfig Source #

Create a value of CreateAppImageConfig 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:kernelGatewayImageConfig:CreateAppImageConfig', createAppImageConfig_kernelGatewayImageConfig - The KernelGatewayImageConfig.

$sel:tags:CreateAppImageConfig', createAppImageConfig_tags - A list of tags to apply to the AppImageConfig.

$sel:appImageConfigName:CreateAppImageConfig', createAppImageConfig_appImageConfigName - The name of the AppImageConfig. Must be unique to your account.

data CreateAppImageConfigResponse Source #

See: newCreateAppImageConfigResponse smart constructor.

Instances

Instances details
Eq CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Read CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Show CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Generic CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

Associated Types

type Rep CreateAppImageConfigResponse :: Type -> Type #

NFData CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAppImageConfig

type Rep CreateAppImageConfigResponse = D1 ('MetaData "CreateAppImageConfigResponse" "Amazonka.SageMaker.CreateAppImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateAppImageConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appImageConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAppImageConfigResponse Source #

Create a value of CreateAppImageConfigResponse 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:appImageConfigArn:CreateAppImageConfigResponse', createAppImageConfigResponse_appImageConfigArn - The Amazon Resource Name (ARN) of the AppImageConfig.

$sel:httpStatus:CreateAppImageConfigResponse', createAppImageConfigResponse_httpStatus - The response's http status code.

DeleteTags

data DeleteTags Source #

See: newDeleteTags smart constructor.

Constructors

DeleteTags' Text (NonEmpty Text) 

Instances

Instances details
Eq DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Read DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Show DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Generic DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Associated Types

type Rep DeleteTags :: Type -> Type #

NFData DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Methods

rnf :: DeleteTags -> () #

Hashable DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

ToJSON DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

AWSRequest DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Associated Types

type AWSResponse DeleteTags #

ToHeaders DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Methods

toHeaders :: DeleteTags -> [Header] #

ToPath DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

ToQuery DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

type Rep DeleteTags Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

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

Defined in Amazonka.SageMaker.DeleteTags

newDeleteTags Source #

Create a value of DeleteTags 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:resourceArn:DeleteTags', deleteTags_resourceArn - The Amazon Resource Name (ARN) of the resource whose tags you want to delete.

$sel:tagKeys:DeleteTags', deleteTags_tagKeys - An array or one or more tag keys to delete.

data DeleteTagsResponse Source #

See: newDeleteTagsResponse smart constructor.

Constructors

DeleteTagsResponse' Int 

Instances

Instances details
Eq DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Read DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Show DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Generic DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Associated Types

type Rep DeleteTagsResponse :: Type -> Type #

NFData DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

Methods

rnf :: DeleteTagsResponse -> () #

type Rep DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTags

type Rep DeleteTagsResponse = D1 ('MetaData "DeleteTagsResponse" "Amazonka.SageMaker.DeleteTags" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTagsResponse Source #

Create a value of DeleteTagsResponse 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:httpStatus:DeleteTagsResponse', deleteTagsResponse_httpStatus - The response's http status code.

ListExperiments (Paginated)

data ListExperiments Source #

See: newListExperiments smart constructor.

Instances

Instances details
Eq ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Read ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Show ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Generic ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type Rep ListExperiments :: Type -> Type #

NFData ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Methods

rnf :: ListExperiments -> () #

Hashable ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

ToJSON ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

AWSPager ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

AWSRequest ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type AWSResponse ListExperiments #

ToHeaders ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

ToPath ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

ToQuery ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperiments = D1 ('MetaData "ListExperiments" "Amazonka.SageMaker.ListExperiments" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListExperiments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortExperimentsBy))))))
type AWSResponse ListExperiments Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

newListExperiments :: ListExperiments Source #

Create a value of ListExperiments 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:createdAfter:ListExperiments', listExperiments_createdAfter - A filter that returns only experiments created after the specified time.

$sel:nextToken:ListExperiments', listExperiments_nextToken - If the previous call to ListExperiments didn't return the full set of experiments, the call returns a token for getting the next set of experiments.

$sel:sortOrder:ListExperiments', listExperiments_sortOrder - The sort order. The default value is Descending.

$sel:maxResults:ListExperiments', listExperiments_maxResults - The maximum number of experiments to return in the response. The default value is 10.

$sel:createdBefore:ListExperiments', listExperiments_createdBefore - A filter that returns only experiments created before the specified time.

$sel:sortBy:ListExperiments', listExperiments_sortBy - The property used to sort results. The default value is CreationTime.

data ListExperimentsResponse Source #

See: newListExperimentsResponse smart constructor.

Instances

Instances details
Eq ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Read ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Show ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Generic ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Associated Types

type Rep ListExperimentsResponse :: Type -> Type #

NFData ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

Methods

rnf :: ListExperimentsResponse -> () #

type Rep ListExperimentsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListExperiments

type Rep ListExperimentsResponse = D1 ('MetaData "ListExperimentsResponse" "Amazonka.SageMaker.ListExperiments" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListExperimentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExperimentSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExperimentsResponse Source #

Create a value of ListExperimentsResponse 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:experimentSummaries:ListExperimentsResponse', listExperimentsResponse_experimentSummaries - A list of the summaries of your experiments.

$sel:nextToken:ListExperiments', listExperimentsResponse_nextToken - A token for getting the next set of experiments, if there are any.

$sel:httpStatus:ListExperimentsResponse', listExperimentsResponse_httpStatus - The response's http status code.

DescribeProject

data DescribeProject Source #

See: newDescribeProject smart constructor.

Constructors

DescribeProject' Text 

Instances

Instances details
Eq DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Read DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Show DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Generic DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type Rep DescribeProject :: Type -> Type #

NFData DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Methods

rnf :: DescribeProject -> () #

Hashable DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

ToJSON DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

AWSRequest DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type AWSResponse DescribeProject #

ToHeaders DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

ToPath DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

ToQuery DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

type Rep DescribeProject Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

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

Defined in Amazonka.SageMaker.DescribeProject

newDescribeProject Source #

Create a value of DescribeProject 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:projectName:DescribeProject', describeProject_projectName - The name of the project to describe.

data DescribeProjectResponse Source #

See: newDescribeProjectResponse smart constructor.

Instances

Instances details
Eq DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Read DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Show DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Generic DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Associated Types

type Rep DescribeProjectResponse :: Type -> Type #

NFData DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

Methods

rnf :: DescribeProjectResponse -> () #

type Rep DescribeProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProject

newDescribeProjectResponse Source #

Create a value of DescribeProjectResponse 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:serviceCatalogProvisionedProductDetails:DescribeProjectResponse', describeProjectResponse_serviceCatalogProvisionedProductDetails - Information about a provisioned service catalog product.

$sel:createdBy:DescribeProjectResponse', describeProjectResponse_createdBy - Undocumented member.

$sel:projectDescription:DescribeProjectResponse', describeProjectResponse_projectDescription - The description of the project.

$sel:httpStatus:DescribeProjectResponse', describeProjectResponse_httpStatus - The response's http status code.

$sel:projectArn:DescribeProjectResponse', describeProjectResponse_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectName:DescribeProject', describeProjectResponse_projectName - The name of the project.

$sel:projectId:DescribeProjectResponse', describeProjectResponse_projectId - The ID of the project.

$sel:serviceCatalogProvisioningDetails:DescribeProjectResponse', describeProjectResponse_serviceCatalogProvisioningDetails - Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.

$sel:projectStatus:DescribeProjectResponse', describeProjectResponse_projectStatus - The status of the project.

$sel:creationTime:DescribeProjectResponse', describeProjectResponse_creationTime - The time when the project was created.

ListAutoMLJobs (Paginated)

data ListAutoMLJobs Source #

See: newListAutoMLJobs smart constructor.

Instances

Instances details
Eq ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Read ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Show ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Generic ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Associated Types

type Rep ListAutoMLJobs :: Type -> Type #

NFData ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Methods

rnf :: ListAutoMLJobs -> () #

Hashable ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

ToJSON ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

AWSPager ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

AWSRequest ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Associated Types

type AWSResponse ListAutoMLJobs #

ToHeaders ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

ToPath ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

ToQuery ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

type Rep ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

type AWSResponse ListAutoMLJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

newListAutoMLJobs :: ListAutoMLJobs Source #

Create a value of ListAutoMLJobs 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:nameContains:ListAutoMLJobs', listAutoMLJobs_nameContains - Request a list of jobs, using a search filter for name.

$sel:lastModifiedTimeBefore:ListAutoMLJobs', listAutoMLJobs_lastModifiedTimeBefore - Request a list of jobs, using a filter for time.

$sel:creationTimeAfter:ListAutoMLJobs', listAutoMLJobs_creationTimeAfter - Request a list of jobs, using a filter for time.

$sel:nextToken:ListAutoMLJobs', listAutoMLJobs_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

$sel:sortOrder:ListAutoMLJobs', listAutoMLJobs_sortOrder - The sort order for the results. The default is Descending.

$sel:lastModifiedTimeAfter:ListAutoMLJobs', listAutoMLJobs_lastModifiedTimeAfter - Request a list of jobs, using a filter for time.

$sel:creationTimeBefore:ListAutoMLJobs', listAutoMLJobs_creationTimeBefore - Request a list of jobs, using a filter for time.

$sel:statusEquals:ListAutoMLJobs', listAutoMLJobs_statusEquals - Request a list of jobs, using a filter for status.

$sel:maxResults:ListAutoMLJobs', listAutoMLJobs_maxResults - Request a list of jobs up to a specified limit.

$sel:sortBy:ListAutoMLJobs', listAutoMLJobs_sortBy - The parameter by which to sort the results. The default is Name.

data ListAutoMLJobsResponse Source #

See: newListAutoMLJobsResponse smart constructor.

Instances

Instances details
Eq ListAutoMLJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Read ListAutoMLJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Show ListAutoMLJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Generic ListAutoMLJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Associated Types

type Rep ListAutoMLJobsResponse :: Type -> Type #

NFData ListAutoMLJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

Methods

rnf :: ListAutoMLJobsResponse -> () #

type Rep ListAutoMLJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAutoMLJobs

type Rep ListAutoMLJobsResponse = D1 ('MetaData "ListAutoMLJobsResponse" "Amazonka.SageMaker.ListAutoMLJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAutoMLJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoMLJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoMLJobSummary]))))

newListAutoMLJobsResponse Source #

Create a value of ListAutoMLJobsResponse 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:nextToken:ListAutoMLJobs', listAutoMLJobsResponse_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

$sel:httpStatus:ListAutoMLJobsResponse', listAutoMLJobsResponse_httpStatus - The response's http status code.

$sel:autoMLJobSummaries:ListAutoMLJobsResponse', listAutoMLJobsResponse_autoMLJobSummaries - Returns a summary list of jobs.

ListApps (Paginated)

data ListApps Source #

See: newListApps smart constructor.

Instances

Instances details
Eq ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Read ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Show ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Generic ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Associated Types

type Rep ListApps :: Type -> Type #

Methods

from :: ListApps -> Rep ListApps x #

to :: Rep ListApps x -> ListApps #

NFData ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

rnf :: ListApps -> () #

Hashable ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

hashWithSalt :: Int -> ListApps -> Int #

hash :: ListApps -> Int #

ToJSON ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

AWSPager ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

AWSRequest ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Associated Types

type AWSResponse ListApps #

ToHeaders ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

toHeaders :: ListApps -> [Header] #

ToPath ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

ToQuery ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

type Rep ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

type Rep ListApps = D1 ('MetaData "ListApps" "Amazonka.SageMaker.ListApps" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListApps'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainIdEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: (S1 ('MetaSel ('Just "userProfileNameEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSortKey))))))
type AWSResponse ListApps Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

newListApps :: ListApps Source #

Create a value of ListApps 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:domainIdEquals:ListApps', listApps_domainIdEquals - A parameter to search for the domain ID.

$sel:nextToken:ListApps', listApps_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:sortOrder:ListApps', listApps_sortOrder - The sort order for the results. The default is Ascending.

$sel:userProfileNameEquals:ListApps', listApps_userProfileNameEquals - A parameter to search by user profile name.

$sel:maxResults:ListApps', listApps_maxResults - Returns a list up to a specified limit.

$sel:sortBy:ListApps', listApps_sortBy - The parameter by which to sort the results. The default is CreationTime.

data ListAppsResponse Source #

See: newListAppsResponse smart constructor.

Instances

Instances details
Eq ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Read ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Show ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Generic ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Associated Types

type Rep ListAppsResponse :: Type -> Type #

NFData ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

Methods

rnf :: ListAppsResponse -> () #

type Rep ListAppsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListApps

type Rep ListAppsResponse = D1 ('MetaData "ListAppsResponse" "Amazonka.SageMaker.ListApps" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAppsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppsResponse Source #

Create a value of ListAppsResponse 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:apps:ListAppsResponse', listAppsResponse_apps - The list of apps.

$sel:nextToken:ListApps', listAppsResponse_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:httpStatus:ListAppsResponse', listAppsResponse_httpStatus - The response's http status code.

RetryPipelineExecution

data RetryPipelineExecution Source #

See: newRetryPipelineExecution smart constructor.

Instances

Instances details
Eq RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Read RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Show RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Generic RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Associated Types

type Rep RetryPipelineExecution :: Type -> Type #

NFData RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Methods

rnf :: RetryPipelineExecution -> () #

Hashable RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

ToJSON RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

AWSRequest RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Associated Types

type AWSResponse RetryPipelineExecution #

ToHeaders RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

ToPath RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

ToQuery RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

type Rep RetryPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

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

Defined in Amazonka.SageMaker.RetryPipelineExecution

newRetryPipelineExecution Source #

Create a value of RetryPipelineExecution 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:pipelineExecutionArn:RetryPipelineExecution', retryPipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:clientRequestToken:RetryPipelineExecution', retryPipelineExecution_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

data RetryPipelineExecutionResponse Source #

See: newRetryPipelineExecutionResponse smart constructor.

Instances

Instances details
Eq RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Read RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Show RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Generic RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

Associated Types

type Rep RetryPipelineExecutionResponse :: Type -> Type #

NFData RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

type Rep RetryPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RetryPipelineExecution

type Rep RetryPipelineExecutionResponse = D1 ('MetaData "RetryPipelineExecutionResponse" "Amazonka.SageMaker.RetryPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RetryPipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRetryPipelineExecutionResponse Source #

Create a value of RetryPipelineExecutionResponse 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:pipelineExecutionArn:RetryPipelineExecution', retryPipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:RetryPipelineExecutionResponse', retryPipelineExecutionResponse_httpStatus - The response's http status code.

CreateProcessingJob

data CreateProcessingJob Source #

See: newCreateProcessingJob smart constructor.

Instances

Instances details
Eq CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Read CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Show CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Generic CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Associated Types

type Rep CreateProcessingJob :: Type -> Type #

NFData CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Methods

rnf :: CreateProcessingJob -> () #

Hashable CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

ToJSON CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

AWSRequest CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Associated Types

type AWSResponse CreateProcessingJob #

ToHeaders CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

ToPath CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

ToQuery CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

type Rep CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

type Rep CreateProcessingJob = D1 ('MetaData "CreateProcessingJob" "Amazonka.SageMaker.CreateProcessingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateProcessingJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingStoppingCondition))) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: (S1 ('MetaSel ('Just "processingInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessingInput])) :*: S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfig))))) :*: ((S1 ('MetaSel ('Just "processingOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingOutputConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "processingResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingResources) :*: (S1 ('MetaSel ('Just "appSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppSpecification) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

newCreateProcessingJob Source #

Create a value of CreateProcessingJob 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:environment:CreateProcessingJob', createProcessingJob_environment - The environment variables to set in the Docker container. Up to 100 key and values entries in the map are supported.

$sel:stoppingCondition:CreateProcessingJob', createProcessingJob_stoppingCondition - The time limit for how long the processing job is allowed to run.

$sel:experimentConfig:CreateProcessingJob', createProcessingJob_experimentConfig - Undocumented member.

$sel:processingInputs:CreateProcessingJob', createProcessingJob_processingInputs - An array of inputs configuring the data to download into the processing container.

$sel:networkConfig:CreateProcessingJob', createProcessingJob_networkConfig - Networking options for a processing job, such as whether to allow inbound and outbound network calls to and from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.

$sel:processingOutputConfig:CreateProcessingJob', createProcessingJob_processingOutputConfig - Output configuration for the processing job.

$sel:tags:CreateProcessingJob', createProcessingJob_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:processingJobName:CreateProcessingJob', createProcessingJob_processingJobName - The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:processingResources:CreateProcessingJob', createProcessingJob_processingResources - Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

$sel:appSpecification:CreateProcessingJob', createProcessingJob_appSpecification - Configures the processing job to run a specified Docker container image.

$sel:roleArn:CreateProcessingJob', createProcessingJob_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

data CreateProcessingJobResponse Source #

See: newCreateProcessingJobResponse smart constructor.

Instances

Instances details
Eq CreateProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Read CreateProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Show CreateProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Generic CreateProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

Associated Types

type Rep CreateProcessingJobResponse :: Type -> Type #

NFData CreateProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

type Rep CreateProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProcessingJob

type Rep CreateProcessingJobResponse = D1 ('MetaData "CreateProcessingJobResponse" "Amazonka.SageMaker.CreateProcessingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateProcessingJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateProcessingJobResponse Source #

Create a value of CreateProcessingJobResponse 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:httpStatus:CreateProcessingJobResponse', createProcessingJobResponse_httpStatus - The response's http status code.

$sel:processingJobArn:CreateProcessingJobResponse', createProcessingJobResponse_processingJobArn - The Amazon Resource Name (ARN) of the processing job.

DeleteMonitoringSchedule

data DeleteMonitoringSchedule Source #

See: newDeleteMonitoringSchedule smart constructor.

Instances

Instances details
Eq DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Read DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Show DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Generic DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Associated Types

type Rep DeleteMonitoringSchedule :: Type -> Type #

NFData DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Hashable DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

ToJSON DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

AWSRequest DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

ToHeaders DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

ToPath DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

ToQuery DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

type Rep DeleteMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

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

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

newDeleteMonitoringSchedule Source #

Create a value of DeleteMonitoringSchedule 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:monitoringScheduleName:DeleteMonitoringSchedule', deleteMonitoringSchedule_monitoringScheduleName - The name of the monitoring schedule to delete.

data DeleteMonitoringScheduleResponse Source #

See: newDeleteMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq DeleteMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Read DeleteMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Show DeleteMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Generic DeleteMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

Associated Types

type Rep DeleteMonitoringScheduleResponse :: Type -> Type #

NFData DeleteMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

type Rep DeleteMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteMonitoringSchedule

type Rep DeleteMonitoringScheduleResponse = D1 ('MetaData "DeleteMonitoringScheduleResponse" "Amazonka.SageMaker.DeleteMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteMonitoringScheduleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMonitoringScheduleResponse :: DeleteMonitoringScheduleResponse Source #

Create a value of DeleteMonitoringScheduleResponse with all optional fields omitted.

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

DescribeModelPackage

data DescribeModelPackage Source #

See: newDescribeModelPackage smart constructor.

Instances

Instances details
Eq DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Read DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Show DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Generic DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Associated Types

type Rep DescribeModelPackage :: Type -> Type #

NFData DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Methods

rnf :: DescribeModelPackage -> () #

Hashable DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

ToJSON DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

AWSRequest DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Associated Types

type AWSResponse DescribeModelPackage #

ToHeaders DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

ToPath DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

ToQuery DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

type Rep DescribeModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

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

Defined in Amazonka.SageMaker.DescribeModelPackage

newDescribeModelPackage Source #

Create a value of DescribeModelPackage 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:modelPackageName:DescribeModelPackage', describeModelPackage_modelPackageName - The name or Amazon Resource Name (ARN) of the model package to describe.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

data DescribeModelPackageResponse Source #

See: newDescribeModelPackageResponse smart constructor.

Instances

Instances details
Eq DescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Read DescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Show DescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Generic DescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

Associated Types

type Rep DescribeModelPackageResponse :: Type -> Type #

NFData DescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

type Rep DescribeModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelPackage

type Rep DescribeModelPackageResponse = D1 ('MetaData "DescribeModelPackageResponse" "Amazonka.SageMaker.DescribeModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeModelPackageResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus))) :*: (S1 ('MetaSel ('Just "sourceAlgorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceAlgorithmSpecification)) :*: (S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelMetrics)) :*: S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageValidationSpecification)) :*: (S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification)) :*: S1 ('MetaSel ('Just "approvalDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "modelPackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "modelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageStatus) :*: S1 ('MetaSel ('Just "modelPackageStatusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageStatusDetails)))))))

newDescribeModelPackageResponse Source #

Create a value of DescribeModelPackageResponse 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:metadataProperties:DescribeModelPackageResponse', describeModelPackageResponse_metadataProperties - Undocumented member.

$sel:modelApprovalStatus:DescribeModelPackageResponse', describeModelPackageResponse_modelApprovalStatus - The approval status of the model package.

$sel:sourceAlgorithmSpecification:DescribeModelPackageResponse', describeModelPackageResponse_sourceAlgorithmSpecification - Details about the algorithm that was used to create the model package.

$sel:modelMetrics:DescribeModelPackageResponse', describeModelPackageResponse_modelMetrics - Metrics for the model.

$sel:modelPackageDescription:DescribeModelPackageResponse', describeModelPackageResponse_modelPackageDescription - A brief summary of the model package.

$sel:createdBy:DescribeModelPackageResponse', describeModelPackageResponse_createdBy - Undocumented member.

$sel:lastModifiedTime:DescribeModelPackageResponse', describeModelPackageResponse_lastModifiedTime - The last time the model package was modified.

$sel:validationSpecification:DescribeModelPackageResponse', describeModelPackageResponse_validationSpecification - Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.

$sel:inferenceSpecification:DescribeModelPackageResponse', describeModelPackageResponse_inferenceSpecification - Details about inference jobs that can be run with models based on this model package.

$sel:approvalDescription:DescribeModelPackageResponse', describeModelPackageResponse_approvalDescription - A description provided for the model approval.

$sel:modelPackageVersion:DescribeModelPackageResponse', describeModelPackageResponse_modelPackageVersion - The version of the model package.

$sel:certifyForMarketplace:DescribeModelPackageResponse', describeModelPackageResponse_certifyForMarketplace - Whether the model package is certified for listing on Amazon Web Services Marketplace.

$sel:modelPackageGroupName:DescribeModelPackageResponse', describeModelPackageResponse_modelPackageGroupName - If the model is a versioned model, the name of the model group that the versioned model belongs to.

$sel:lastModifiedBy:DescribeModelPackageResponse', describeModelPackageResponse_lastModifiedBy - Undocumented member.

$sel:httpStatus:DescribeModelPackageResponse', describeModelPackageResponse_httpStatus - The response's http status code.

$sel:modelPackageName:DescribeModelPackage', describeModelPackageResponse_modelPackageName - The name of the model package being described.

$sel:modelPackageArn:DescribeModelPackageResponse', describeModelPackageResponse_modelPackageArn - The Amazon Resource Name (ARN) of the model package.

$sel:creationTime:DescribeModelPackageResponse', describeModelPackageResponse_creationTime - A timestamp specifying when the model package was created.

$sel:modelPackageStatus:DescribeModelPackageResponse', describeModelPackageResponse_modelPackageStatus - The current status of the model package.

$sel:modelPackageStatusDetails:DescribeModelPackageResponse', describeModelPackageResponse_modelPackageStatusDetails - Details about the current status of the model package.

DeleteEndpointConfig

data DeleteEndpointConfig Source #

See: newDeleteEndpointConfig smart constructor.

Instances

Instances details
Eq DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Read DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Show DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Generic DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type Rep DeleteEndpointConfig :: Type -> Type #

NFData DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Methods

rnf :: DeleteEndpointConfig -> () #

Hashable DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

ToJSON DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

AWSRequest DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type AWSResponse DeleteEndpointConfig #

ToHeaders DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

ToPath DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

ToQuery DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

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

Defined in Amazonka.SageMaker.DeleteEndpointConfig

newDeleteEndpointConfig Source #

Create a value of DeleteEndpointConfig 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:endpointConfigName:DeleteEndpointConfig', deleteEndpointConfig_endpointConfigName - The name of the endpoint configuration that you want to delete.

data DeleteEndpointConfigResponse Source #

See: newDeleteEndpointConfigResponse smart constructor.

Instances

Instances details
Eq DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Read DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Show DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Generic DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

Associated Types

type Rep DeleteEndpointConfigResponse :: Type -> Type #

NFData DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteEndpointConfig

type Rep DeleteEndpointConfigResponse = D1 ('MetaData "DeleteEndpointConfigResponse" "Amazonka.SageMaker.DeleteEndpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteEndpointConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEndpointConfigResponse :: DeleteEndpointConfigResponse Source #

Create a value of DeleteEndpointConfigResponse with all optional fields omitted.

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

UpdateMonitoringSchedule

data UpdateMonitoringSchedule Source #

See: newUpdateMonitoringSchedule smart constructor.

Instances

Instances details
Eq UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Read UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Show UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Generic UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Associated Types

type Rep UpdateMonitoringSchedule :: Type -> Type #

NFData UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Hashable UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToJSON UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

AWSRequest UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToHeaders UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToPath UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToQuery UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

type Rep UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

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

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

newUpdateMonitoringSchedule Source #

Create a value of UpdateMonitoringSchedule 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:monitoringScheduleName:UpdateMonitoringSchedule', updateMonitoringSchedule_monitoringScheduleName - The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

$sel:monitoringScheduleConfig:UpdateMonitoringSchedule', updateMonitoringSchedule_monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.

data UpdateMonitoringScheduleResponse Source #

See: newUpdateMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Read UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Show UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Generic UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Associated Types

type Rep UpdateMonitoringScheduleResponse :: Type -> Type #

NFData UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

type Rep UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

type Rep UpdateMonitoringScheduleResponse = D1 ('MetaData "UpdateMonitoringScheduleResponse" "Amazonka.SageMaker.UpdateMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateMonitoringScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateMonitoringScheduleResponse Source #

Create a value of UpdateMonitoringScheduleResponse 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:httpStatus:UpdateMonitoringScheduleResponse', updateMonitoringScheduleResponse_httpStatus - The response's http status code.

$sel:monitoringScheduleArn:UpdateMonitoringScheduleResponse', updateMonitoringScheduleResponse_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

AddAssociation

data AddAssociation Source #

See: newAddAssociation smart constructor.

Instances

Instances details
Eq AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Read AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Show AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Generic AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Associated Types

type Rep AddAssociation :: Type -> Type #

NFData AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Methods

rnf :: AddAssociation -> () #

Hashable AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

ToJSON AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

AWSRequest AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Associated Types

type AWSResponse AddAssociation #

ToHeaders AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

ToPath AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

ToQuery AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

type Rep AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

type Rep AddAssociation = D1 ('MetaData "AddAssociation" "Amazonka.SageMaker.AddAssociation" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AddAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationEdgeType)) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AddAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

newAddAssociation Source #

Create a value of AddAssociation 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:associationType:AddAssociation', addAssociation_associationType - The type of association. The following are suggested uses for each type. Amazon SageMaker places no restrictions on their use.

  • ContributedTo - The source contributed to the destination or had a part in enabling the destination. For example, the training data contributed to the training job.
  • AssociatedWith - The source is connected to the destination. For example, an approval workflow is associated with a model deployment.
  • DerivedFrom - The destination is a modification of the source. For example, a digest output of a channel input for a processing job is derived from the original inputs.
  • Produced - The source generated the destination. For example, a training job produced a model artifact.

$sel:sourceArn:AddAssociation', addAssociation_sourceArn - The ARN of the source.

$sel:destinationArn:AddAssociation', addAssociation_destinationArn - The Amazon Resource Name (ARN) of the destination.

data AddAssociationResponse Source #

See: newAddAssociationResponse smart constructor.

Instances

Instances details
Eq AddAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Read AddAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Show AddAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Generic AddAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Associated Types

type Rep AddAssociationResponse :: Type -> Type #

NFData AddAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

Methods

rnf :: AddAssociationResponse -> () #

type Rep AddAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddAssociation

type Rep AddAssociationResponse = D1 ('MetaData "AddAssociationResponse" "Amazonka.SageMaker.AddAssociation" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AddAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAddAssociationResponse Source #

Create a value of AddAssociationResponse 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:sourceArn:AddAssociation', addAssociationResponse_sourceArn - The ARN of the source.

$sel:destinationArn:AddAssociation', addAssociationResponse_destinationArn - The Amazon Resource Name (ARN) of the destination.

$sel:httpStatus:AddAssociationResponse', addAssociationResponse_httpStatus - The response's http status code.

StartPipelineExecution

data StartPipelineExecution Source #

See: newStartPipelineExecution smart constructor.

Instances

Instances details
Eq StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Read StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Show StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Generic StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type Rep StartPipelineExecution :: Type -> Type #

NFData StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Methods

rnf :: StartPipelineExecution -> () #

Hashable StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

ToJSON StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

AWSRequest StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type AWSResponse StartPipelineExecution #

ToHeaders StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

ToPath StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

ToQuery StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecution = D1 ('MetaData "StartPipelineExecution" "Amazonka.SageMaker.StartPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartPipelineExecution'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse StartPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

newStartPipelineExecution Source #

Create a value of StartPipelineExecution 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:pipelineParameters:StartPipelineExecution', startPipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

$sel:pipelineExecutionDisplayName:StartPipelineExecution', startPipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:pipelineExecutionDescription:StartPipelineExecution', startPipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineName:StartPipelineExecution', startPipelineExecution_pipelineName - The name of the pipeline.

$sel:clientRequestToken:StartPipelineExecution', startPipelineExecution_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

data StartPipelineExecutionResponse Source #

See: newStartPipelineExecutionResponse smart constructor.

Instances

Instances details
Eq StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Read StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Show StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Generic StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

Associated Types

type Rep StartPipelineExecutionResponse :: Type -> Type #

NFData StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartPipelineExecution

type Rep StartPipelineExecutionResponse = D1 ('MetaData "StartPipelineExecutionResponse" "Amazonka.SageMaker.StartPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartPipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartPipelineExecutionResponse Source #

Create a value of StartPipelineExecutionResponse 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:pipelineExecutionArn:StartPipelineExecutionResponse', startPipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:StartPipelineExecutionResponse', startPipelineExecutionResponse_httpStatus - The response's http status code.

DeleteApp

data DeleteApp Source #

See: newDeleteApp smart constructor.

Instances

Instances details
Eq DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Read DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Show DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Generic DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Associated Types

type Rep DeleteApp :: Type -> Type #

NFData DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Methods

rnf :: DeleteApp -> () #

Hashable DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

ToJSON DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

AWSRequest DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Associated Types

type AWSResponse DeleteApp #

ToHeaders DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Methods

toHeaders :: DeleteApp -> [Header] #

ToPath DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

ToQuery DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

type Rep DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

type Rep DeleteApp = D1 ('MetaData "DeleteApp" "Amazonka.SageMaker.DeleteApp" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteApp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppType) :*: S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteApp Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

newDeleteApp Source #

Create a value of DeleteApp 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:domainId:DeleteApp', deleteApp_domainId - The domain ID.

$sel:userProfileName:DeleteApp', deleteApp_userProfileName - The user profile name.

$sel:appType:DeleteApp', deleteApp_appType - The type of app.

$sel:appName:DeleteApp', deleteApp_appName - The name of the app.

data DeleteAppResponse Source #

See: newDeleteAppResponse smart constructor.

Constructors

DeleteAppResponse' 

Instances

Instances details
Eq DeleteAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Read DeleteAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Show DeleteAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Generic DeleteAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Associated Types

type Rep DeleteAppResponse :: Type -> Type #

NFData DeleteAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

Methods

rnf :: DeleteAppResponse -> () #

type Rep DeleteAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteApp

type Rep DeleteAppResponse = D1 ('MetaData "DeleteAppResponse" "Amazonka.SageMaker.DeleteApp" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteAppResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAppResponse :: DeleteAppResponse Source #

Create a value of DeleteAppResponse with all optional fields omitted.

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

CreateAlgorithm

data CreateAlgorithm Source #

See: newCreateAlgorithm smart constructor.

Instances

Instances details
Eq CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Read CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Show CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Generic CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Associated Types

type Rep CreateAlgorithm :: Type -> Type #

NFData CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Methods

rnf :: CreateAlgorithm -> () #

Hashable CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

ToJSON CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

AWSRequest CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Associated Types

type AWSResponse CreateAlgorithm #

ToHeaders CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

ToPath CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

ToQuery CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

type Rep CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

type Rep CreateAlgorithm = D1 ('MetaData "CreateAlgorithm" "Amazonka.SageMaker.CreateAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateAlgorithm'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmValidationSpecification)) :*: (S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification)) :*: S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trainingSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingSpecification)))))
type AWSResponse CreateAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

newCreateAlgorithm Source #

Create a value of CreateAlgorithm 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:validationSpecification:CreateAlgorithm', createAlgorithm_validationSpecification - Specifies configurations for one or more training jobs and that Amazon SageMaker runs to test the algorithm's training code and, optionally, one or more batch transform jobs that Amazon SageMaker runs to test the algorithm's inference code.

$sel:inferenceSpecification:CreateAlgorithm', createAlgorithm_inferenceSpecification - Specifies details about inference jobs that the algorithm runs, including the following:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.
  • The instance types that the algorithm supports for transform jobs and real-time endpoints used for inference.
  • The input and output content formats that the algorithm supports for inference.

$sel:algorithmDescription:CreateAlgorithm', createAlgorithm_algorithmDescription - A description of the algorithm.

$sel:certifyForMarketplace:CreateAlgorithm', createAlgorithm_certifyForMarketplace - Whether to certify the algorithm so that it can be listed in Amazon Web Services Marketplace.

$sel:tags:CreateAlgorithm', createAlgorithm_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:algorithmName:CreateAlgorithm', createAlgorithm_algorithmName - The name of the algorithm.

$sel:trainingSpecification:CreateAlgorithm', createAlgorithm_trainingSpecification - Specifies details about training jobs run by this algorithm, including the following:

  • The Amazon ECR path of the container and the version digest of the algorithm.
  • The hyperparameters that the algorithm supports.
  • The instance types that the algorithm supports for training.
  • Whether the algorithm supports distributed training.
  • The metrics that the algorithm emits to Amazon CloudWatch.
  • Which metrics that the algorithm emits can be used as the objective metric for hyperparameter tuning jobs.
  • The input channels that the algorithm supports for training data. For example, an algorithm might support train, validation, and test channels.

data CreateAlgorithmResponse Source #

See: newCreateAlgorithmResponse smart constructor.

Instances

Instances details
Eq CreateAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Read CreateAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Show CreateAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Generic CreateAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Associated Types

type Rep CreateAlgorithmResponse :: Type -> Type #

NFData CreateAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

Methods

rnf :: CreateAlgorithmResponse -> () #

type Rep CreateAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAlgorithm

type Rep CreateAlgorithmResponse = D1 ('MetaData "CreateAlgorithmResponse" "Amazonka.SageMaker.CreateAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateAlgorithmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateAlgorithmResponse Source #

Create a value of CreateAlgorithmResponse 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:httpStatus:CreateAlgorithmResponse', createAlgorithmResponse_httpStatus - The response's http status code.

$sel:algorithmArn:CreateAlgorithmResponse', createAlgorithmResponse_algorithmArn - The Amazon Resource Name (ARN) of the new algorithm.

ListPipelineExecutionSteps (Paginated)

data ListPipelineExecutionSteps Source #

See: newListPipelineExecutionSteps smart constructor.

Instances

Instances details
Eq ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Read ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Show ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Generic ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Associated Types

type Rep ListPipelineExecutionSteps :: Type -> Type #

NFData ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Hashable ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

ToJSON ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

AWSPager ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

AWSRequest ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

ToHeaders ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

ToPath ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

ToQuery ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

type Rep ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

type Rep ListPipelineExecutionSteps = D1 ('MetaData "ListPipelineExecutionSteps" "Amazonka.SageMaker.ListPipelineExecutionSteps" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineExecutionSteps'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListPipelineExecutionSteps Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

newListPipelineExecutionSteps :: ListPipelineExecutionSteps Source #

Create a value of ListPipelineExecutionSteps 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:pipelineExecutionArn:ListPipelineExecutionSteps', listPipelineExecutionSteps_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:nextToken:ListPipelineExecutionSteps', listPipelineExecutionSteps_nextToken - If the result of the previous ListPipelineExecutionSteps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

$sel:sortOrder:ListPipelineExecutionSteps', listPipelineExecutionSteps_sortOrder - The field by which to sort results. The default is CreatedTime.

$sel:maxResults:ListPipelineExecutionSteps', listPipelineExecutionSteps_maxResults - The maximum number of pipeline execution steps to return in the response.

data ListPipelineExecutionStepsResponse Source #

Instances

Instances details
Eq ListPipelineExecutionStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Read ListPipelineExecutionStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Show ListPipelineExecutionStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Generic ListPipelineExecutionStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

Associated Types

type Rep ListPipelineExecutionStepsResponse :: Type -> Type #

NFData ListPipelineExecutionStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

type Rep ListPipelineExecutionStepsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutionSteps

type Rep ListPipelineExecutionStepsResponse = D1 ('MetaData "ListPipelineExecutionStepsResponse" "Amazonka.SageMaker.ListPipelineExecutionSteps" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineExecutionStepsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineExecutionStep])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPipelineExecutionStepsResponse Source #

Create a value of ListPipelineExecutionStepsResponse 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:pipelineExecutionSteps:ListPipelineExecutionStepsResponse', listPipelineExecutionStepsResponse_pipelineExecutionSteps - A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.

$sel:nextToken:ListPipelineExecutionSteps', listPipelineExecutionStepsResponse_nextToken - If the result of the previous ListPipelineExecutionSteps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

$sel:httpStatus:ListPipelineExecutionStepsResponse', listPipelineExecutionStepsResponse_httpStatus - The response's http status code.

UpdatePipeline

data UpdatePipeline Source #

See: newUpdatePipeline smart constructor.

Instances

Instances details
Eq UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Read UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Show UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Generic UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type Rep UpdatePipeline :: Type -> Type #

NFData UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Methods

rnf :: UpdatePipeline -> () #

Hashable UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToJSON UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

AWSRequest UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type AWSResponse UpdatePipeline #

ToHeaders UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToPath UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

ToQuery UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipeline = D1 ('MetaData "UpdatePipeline" "Amazonka.SageMaker.UpdatePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdatePipeline'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

newUpdatePipeline Source #

Create a value of UpdatePipeline 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:pipelineDisplayName:UpdatePipeline', updatePipeline_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineDescription:UpdatePipeline', updatePipeline_pipelineDescription - The description of the pipeline.

$sel:pipelineDefinition:UpdatePipeline', updatePipeline_pipelineDefinition - The JSON pipeline definition.

$sel:roleArn:UpdatePipeline', updatePipeline_roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.

$sel:pipelineName:UpdatePipeline', updatePipeline_pipelineName - The name of the pipeline to update.

data UpdatePipelineResponse Source #

See: newUpdatePipelineResponse smart constructor.

Instances

Instances details
Eq UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Read UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Show UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Generic UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Associated Types

type Rep UpdatePipelineResponse :: Type -> Type #

NFData UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

Methods

rnf :: UpdatePipelineResponse -> () #

type Rep UpdatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipeline

type Rep UpdatePipelineResponse = D1 ('MetaData "UpdatePipelineResponse" "Amazonka.SageMaker.UpdatePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdatePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePipelineResponse Source #

Create a value of UpdatePipelineResponse 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:pipelineArn:UpdatePipelineResponse', updatePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the updated pipeline.

$sel:httpStatus:UpdatePipelineResponse', updatePipelineResponse_httpStatus - The response's http status code.

StopTransformJob

data StopTransformJob Source #

See: newStopTransformJob smart constructor.

Constructors

StopTransformJob' Text 

Instances

Instances details
Eq StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Read StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Show StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Generic StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type Rep StopTransformJob :: Type -> Type #

NFData StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Methods

rnf :: StopTransformJob -> () #

Hashable StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

ToJSON StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

AWSRequest StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type AWSResponse StopTransformJob #

ToHeaders StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

ToPath StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

ToQuery StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

type Rep StopTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

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

Defined in Amazonka.SageMaker.StopTransformJob

newStopTransformJob Source #

Create a value of StopTransformJob 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:transformJobName:StopTransformJob', stopTransformJob_transformJobName - The name of the transform job to stop.

data StopTransformJobResponse Source #

See: newStopTransformJobResponse smart constructor.

Instances

Instances details
Eq StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Read StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Show StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Generic StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

Associated Types

type Rep StopTransformJobResponse :: Type -> Type #

NFData StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

type Rep StopTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTransformJob

type Rep StopTransformJobResponse = D1 ('MetaData "StopTransformJobResponse" "Amazonka.SageMaker.StopTransformJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopTransformJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopTransformJobResponse :: StopTransformJobResponse Source #

Create a value of StopTransformJobResponse with all optional fields omitted.

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

DeletePipeline

data DeletePipeline Source #

See: newDeletePipeline smart constructor.

Constructors

DeletePipeline' Text Text 

Instances

Instances details
Eq DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Read DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Show DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Generic DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Associated Types

type Rep DeletePipeline :: Type -> Type #

NFData DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Methods

rnf :: DeletePipeline -> () #

Hashable DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

ToJSON DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

AWSRequest DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Associated Types

type AWSResponse DeletePipeline #

ToHeaders DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

ToPath DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

ToQuery DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

type Rep DeletePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

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

Defined in Amazonka.SageMaker.DeletePipeline

newDeletePipeline Source #

Create a value of DeletePipeline 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:pipelineName:DeletePipeline', deletePipeline_pipelineName - The name of the pipeline to delete.

$sel:clientRequestToken:DeletePipeline', deletePipeline_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

data DeletePipelineResponse Source #

See: newDeletePipelineResponse smart constructor.

Instances

Instances details
Eq DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Read DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Show DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Generic DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Associated Types

type Rep DeletePipelineResponse :: Type -> Type #

NFData DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

Methods

rnf :: DeletePipelineResponse -> () #

type Rep DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeletePipeline

type Rep DeletePipelineResponse = D1 ('MetaData "DeletePipelineResponse" "Amazonka.SageMaker.DeletePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeletePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePipelineResponse Source #

Create a value of DeletePipelineResponse 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:pipelineArn:DeletePipelineResponse', deletePipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the pipeline to delete.

$sel:httpStatus:DeletePipelineResponse', deletePipelineResponse_httpStatus - The response's http status code.

DescribeAction

data DescribeAction Source #

See: newDescribeAction smart constructor.

Constructors

DescribeAction' Text 

Instances

Instances details
Eq DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Read DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Show DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Generic DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Associated Types

type Rep DescribeAction :: Type -> Type #

NFData DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Methods

rnf :: DescribeAction -> () #

Hashable DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

ToJSON DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

AWSRequest DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Associated Types

type AWSResponse DescribeAction #

ToHeaders DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

ToPath DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

ToQuery DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

type Rep DescribeAction Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

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

Defined in Amazonka.SageMaker.DescribeAction

newDescribeAction Source #

Create a value of DescribeAction 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:actionName:DescribeAction', describeAction_actionName - The name of the action to describe.

data DescribeActionResponse Source #

See: newDescribeActionResponse smart constructor.

Instances

Instances details
Eq DescribeActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Read DescribeActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Show DescribeActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Generic DescribeActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Associated Types

type Rep DescribeActionResponse :: Type -> Type #

NFData DescribeActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

Methods

rnf :: DescribeActionResponse -> () #

type Rep DescribeActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAction

type Rep DescribeActionResponse = D1 ('MetaData "DescribeActionResponse" "Amazonka.SageMaker.DescribeAction" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeActionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionSource)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeActionResponse Source #

Create a value of DescribeActionResponse 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:creationTime:DescribeActionResponse', describeActionResponse_creationTime - When the action was created.

$sel:metadataProperties:DescribeActionResponse', describeActionResponse_metadataProperties - Undocumented member.

$sel:status:DescribeActionResponse', describeActionResponse_status - The status of the action.

$sel:createdBy:DescribeActionResponse', describeActionResponse_createdBy - Undocumented member.

$sel:lastModifiedTime:DescribeActionResponse', describeActionResponse_lastModifiedTime - When the action was last modified.

$sel:actionName:DescribeAction', describeActionResponse_actionName - The name of the action.

$sel:source:DescribeActionResponse', describeActionResponse_source - The source of the action.

$sel:lastModifiedBy:DescribeActionResponse', describeActionResponse_lastModifiedBy - Undocumented member.

$sel:actionArn:DescribeActionResponse', describeActionResponse_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:description:DescribeActionResponse', describeActionResponse_description - The description of the action.

$sel:actionType:DescribeActionResponse', describeActionResponse_actionType - The type of the action.

$sel:properties:DescribeActionResponse', describeActionResponse_properties - A list of the action's properties.

$sel:httpStatus:DescribeActionResponse', describeActionResponse_httpStatus - The response's http status code.

CreateModel

data CreateModel Source #

See: newCreateModel smart constructor.

Instances

Instances details
Eq CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Read CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Show CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Generic CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Associated Types

type Rep CreateModel :: Type -> Type #

NFData CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Methods

rnf :: CreateModel -> () #

Hashable CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

ToJSON CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

AWSRequest CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Associated Types

type AWSResponse CreateModel #

ToHeaders CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Methods

toHeaders :: CreateModel -> [Header] #

ToPath CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

ToQuery CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

type Rep CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

type AWSResponse CreateModel Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

newCreateModel Source #

Create a value of CreateModel 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:CreateModel', createModel_primaryContainer - The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.

$sel:enableNetworkIsolation:CreateModel', createModel_enableNetworkIsolation - Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

$sel:containers:CreateModel', createModel_containers - Specifies the containers in the inference pipeline.

$sel:vpcConfig:CreateModel', createModel_vpcConfig - A VpcConfig object that specifies the VPC that you want your model to connect to. Control access to and from your model container by configuring the VPC. VpcConfig is used in hosting services and in batch transform. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private Cloud.

$sel:inferenceExecutionConfig:CreateModel', createModel_inferenceExecutionConfig - Specifies details of how containers in a multi-container endpoint are called.

$sel:tags:CreateModel', createModel_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:modelName:CreateModel', createModel_modelName - The name of the new model.

$sel:executionRoleArn:CreateModel', createModel_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs. Deploying on ML compute instances is part of model hosting. For more information, see Amazon SageMaker Roles.

To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission.

data CreateModelResponse Source #

See: newCreateModelResponse smart constructor.

Instances

Instances details
Eq CreateModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Read CreateModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Show CreateModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Generic CreateModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Associated Types

type Rep CreateModelResponse :: Type -> Type #

NFData CreateModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

Methods

rnf :: CreateModelResponse -> () #

type Rep CreateModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModel

type Rep CreateModelResponse = D1 ('MetaData "CreateModelResponse" "Amazonka.SageMaker.CreateModel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateModelResponse Source #

Create a value of CreateModelResponse 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:httpStatus:CreateModelResponse', createModelResponse_httpStatus - The response's http status code.

$sel:modelArn:CreateModelResponse', createModelResponse_modelArn - The ARN of the model created in Amazon SageMaker.

ListUserProfiles (Paginated)

data ListUserProfiles Source #

See: newListUserProfiles smart constructor.

Instances

Instances details
Eq ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Read ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Show ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Generic ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Associated Types

type Rep ListUserProfiles :: Type -> Type #

NFData ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Methods

rnf :: ListUserProfiles -> () #

Hashable ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

ToJSON ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

AWSPager ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

AWSRequest ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Associated Types

type AWSResponse ListUserProfiles #

ToHeaders ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

ToPath ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

ToQuery ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfiles = D1 ('MetaData "ListUserProfiles" "Amazonka.SageMaker.ListUserProfiles" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListUserProfiles'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainIdEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userProfileNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserProfileSortKey))))))
type AWSResponse ListUserProfiles Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

newListUserProfiles :: ListUserProfiles Source #

Create a value of ListUserProfiles 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:domainIdEquals:ListUserProfiles', listUserProfiles_domainIdEquals - A parameter by which to filter the results.

$sel:userProfileNameContains:ListUserProfiles', listUserProfiles_userProfileNameContains - A parameter by which to filter the results.

$sel:nextToken:ListUserProfiles', listUserProfiles_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:sortOrder:ListUserProfiles', listUserProfiles_sortOrder - The sort order for the results. The default is Ascending.

$sel:maxResults:ListUserProfiles', listUserProfiles_maxResults - Returns a list up to a specified limit.

$sel:sortBy:ListUserProfiles', listUserProfiles_sortBy - The parameter by which to sort the results. The default is CreationTime.

data ListUserProfilesResponse Source #

See: newListUserProfilesResponse smart constructor.

Instances

Instances details
Eq ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Read ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Show ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Generic ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

Associated Types

type Rep ListUserProfilesResponse :: Type -> Type #

NFData ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfilesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListUserProfiles

type Rep ListUserProfilesResponse = D1 ('MetaData "ListUserProfilesResponse" "Amazonka.SageMaker.ListUserProfiles" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListUserProfilesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UserProfileDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListUserProfilesResponse Source #

Create a value of ListUserProfilesResponse 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:userProfiles:ListUserProfilesResponse', listUserProfilesResponse_userProfiles - The list of user profiles.

$sel:nextToken:ListUserProfiles', listUserProfilesResponse_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:httpStatus:ListUserProfilesResponse', listUserProfilesResponse_httpStatus - The response's http status code.

CreateDataQualityJobDefinition

data CreateDataQualityJobDefinition Source #

See: newCreateDataQualityJobDefinition smart constructor.

Instances

Instances details
Eq CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Read CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Show CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Generic CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Associated Types

type Rep CreateDataQualityJobDefinition :: Type -> Type #

NFData CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Hashable CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

ToJSON CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

AWSRequest CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

ToHeaders CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

ToPath CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

ToQuery CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

type Rep CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

type Rep CreateDataQualityJobDefinition = D1 ('MetaData "CreateDataQualityJobDefinition" "Amazonka.SageMaker.CreateDataQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateDataQualityJobDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataQualityBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataQualityBaselineConfig)) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition))) :*: (S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "dataQualityAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataQualityAppSpecification) :*: S1 ('MetaSel ('Just "dataQualityJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataQualityJobInput)) :*: (S1 ('MetaSel ('Just "dataQualityJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

newCreateDataQualityJobDefinition Source #

Create a value of CreateDataQualityJobDefinition 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:dataQualityBaselineConfig:CreateDataQualityJobDefinition', createDataQualityJobDefinition_dataQualityBaselineConfig - Configures the constraints and baselines for the monitoring job.

$sel:stoppingCondition:CreateDataQualityJobDefinition', createDataQualityJobDefinition_stoppingCondition - Undocumented member.

$sel:networkConfig:CreateDataQualityJobDefinition', createDataQualityJobDefinition_networkConfig - Specifies networking configuration for the monitoring job.

$sel:tags:CreateDataQualityJobDefinition', createDataQualityJobDefinition_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:jobDefinitionName:CreateDataQualityJobDefinition', createDataQualityJobDefinition_jobDefinitionName - The name for the monitoring job definition.

$sel:dataQualityAppSpecification:CreateDataQualityJobDefinition', createDataQualityJobDefinition_dataQualityAppSpecification - Specifies the container that runs the monitoring job.

$sel:dataQualityJobInput:CreateDataQualityJobDefinition', createDataQualityJobDefinition_dataQualityJobInput - A list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.

$sel:dataQualityJobOutputConfig:CreateDataQualityJobDefinition', createDataQualityJobDefinition_dataQualityJobOutputConfig - Undocumented member.

$sel:jobResources:CreateDataQualityJobDefinition', createDataQualityJobDefinition_jobResources - Undocumented member.

$sel:roleArn:CreateDataQualityJobDefinition', createDataQualityJobDefinition_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

data CreateDataQualityJobDefinitionResponse Source #

Instances

Instances details
Eq CreateDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Read CreateDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Show CreateDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

Generic CreateDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

NFData CreateDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

type Rep CreateDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDataQualityJobDefinition

type Rep CreateDataQualityJobDefinitionResponse = D1 ('MetaData "CreateDataQualityJobDefinitionResponse" "Amazonka.SageMaker.CreateDataQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateDataQualityJobDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

DeleteModelPackageGroup

data DeleteModelPackageGroup Source #

See: newDeleteModelPackageGroup smart constructor.

Instances

Instances details
Eq DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Read DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Show DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Generic DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Associated Types

type Rep DeleteModelPackageGroup :: Type -> Type #

NFData DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Methods

rnf :: DeleteModelPackageGroup -> () #

Hashable DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

ToJSON DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

AWSRequest DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

ToHeaders DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

ToPath DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

ToQuery DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

type Rep DeleteModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

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

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

newDeleteModelPackageGroup Source #

Create a value of DeleteModelPackageGroup 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:modelPackageGroupName:DeleteModelPackageGroup', deleteModelPackageGroup_modelPackageGroupName - The name of the model group to delete.

data DeleteModelPackageGroupResponse Source #

See: newDeleteModelPackageGroupResponse smart constructor.

Instances

Instances details
Eq DeleteModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Read DeleteModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Show DeleteModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Generic DeleteModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

Associated Types

type Rep DeleteModelPackageGroupResponse :: Type -> Type #

NFData DeleteModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

type Rep DeleteModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroup

type Rep DeleteModelPackageGroupResponse = D1 ('MetaData "DeleteModelPackageGroupResponse" "Amazonka.SageMaker.DeleteModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelPackageGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelPackageGroupResponse :: DeleteModelPackageGroupResponse Source #

Create a value of DeleteModelPackageGroupResponse with all optional fields omitted.

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

DescribeArtifact

data DescribeArtifact Source #

See: newDescribeArtifact smart constructor.

Constructors

DescribeArtifact' Text 

Instances

Instances details
Eq DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Read DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Show DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Generic DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Associated Types

type Rep DescribeArtifact :: Type -> Type #

NFData DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Methods

rnf :: DescribeArtifact -> () #

Hashable DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

ToJSON DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

AWSRequest DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Associated Types

type AWSResponse DescribeArtifact #

ToHeaders DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

ToPath DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

ToQuery DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type Rep DescribeArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

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

Defined in Amazonka.SageMaker.DescribeArtifact

newDescribeArtifact Source #

Create a value of DescribeArtifact 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:artifactArn:DescribeArtifact', describeArtifact_artifactArn - The Amazon Resource Name (ARN) of the artifact to describe.

data DescribeArtifactResponse Source #

See: newDescribeArtifactResponse smart constructor.

Instances

Instances details
Eq DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Read DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Show DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Generic DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

Associated Types

type Rep DescribeArtifactResponse :: Type -> Type #

NFData DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type Rep DescribeArtifactResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeArtifact

type Rep DescribeArtifactResponse = D1 ('MetaData "DescribeArtifactResponse" "Amazonka.SageMaker.DescribeArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeArtifactResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactSource)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "artifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeArtifactResponse Source #

StopEdgePackagingJob

data StopEdgePackagingJob Source #

See: newStopEdgePackagingJob smart constructor.

Instances

Instances details
Eq StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Read StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Show StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Generic StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Associated Types

type Rep StopEdgePackagingJob :: Type -> Type #

NFData StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Methods

rnf :: StopEdgePackagingJob -> () #

Hashable StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

ToJSON StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

AWSRequest StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Associated Types

type AWSResponse StopEdgePackagingJob #

ToHeaders StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

ToPath StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

ToQuery StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

type Rep StopEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

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

Defined in Amazonka.SageMaker.StopEdgePackagingJob

newStopEdgePackagingJob Source #

Create a value of StopEdgePackagingJob 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:edgePackagingJobName:StopEdgePackagingJob', stopEdgePackagingJob_edgePackagingJobName - The name of the edge packaging job.

data StopEdgePackagingJobResponse Source #

See: newStopEdgePackagingJobResponse smart constructor.

Instances

Instances details
Eq StopEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Read StopEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Show StopEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Generic StopEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

Associated Types

type Rep StopEdgePackagingJobResponse :: Type -> Type #

NFData StopEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

type Rep StopEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopEdgePackagingJob

type Rep StopEdgePackagingJobResponse = D1 ('MetaData "StopEdgePackagingJobResponse" "Amazonka.SageMaker.StopEdgePackagingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopEdgePackagingJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopEdgePackagingJobResponse :: StopEdgePackagingJobResponse Source #

Create a value of StopEdgePackagingJobResponse with all optional fields omitted.

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

CreateCodeRepository

data CreateCodeRepository Source #

See: newCreateCodeRepository smart constructor.

Instances

Instances details
Eq CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Read CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Show CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Generic CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Associated Types

type Rep CreateCodeRepository :: Type -> Type #

NFData CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Methods

rnf :: CreateCodeRepository -> () #

Hashable CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

ToJSON CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

AWSRequest CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Associated Types

type AWSResponse CreateCodeRepository #

ToHeaders CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

ToPath CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

ToQuery CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

type Rep CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

type Rep CreateCodeRepository = D1 ('MetaData "CreateCodeRepository" "Amazonka.SageMaker.CreateCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateCodeRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GitConfig))))
type AWSResponse CreateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

newCreateCodeRepository Source #

Create a value of CreateCodeRepository 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:tags:CreateCodeRepository', createCodeRepository_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:codeRepositoryName:CreateCodeRepository', createCodeRepository_codeRepositoryName - The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

$sel:gitConfig:CreateCodeRepository', createCodeRepository_gitConfig - Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.

data CreateCodeRepositoryResponse Source #

See: newCreateCodeRepositoryResponse smart constructor.

Instances

Instances details
Eq CreateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Read CreateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Show CreateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Generic CreateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

Associated Types

type Rep CreateCodeRepositoryResponse :: Type -> Type #

NFData CreateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

type Rep CreateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateCodeRepository

type Rep CreateCodeRepositoryResponse = D1 ('MetaData "CreateCodeRepositoryResponse" "Amazonka.SageMaker.CreateCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateCodeRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "codeRepositoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateCodeRepositoryResponse Source #

Create a value of CreateCodeRepositoryResponse 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:httpStatus:CreateCodeRepositoryResponse', createCodeRepositoryResponse_httpStatus - The response's http status code.

$sel:codeRepositoryArn:CreateCodeRepositoryResponse', createCodeRepositoryResponse_codeRepositoryArn - The Amazon Resource Name (ARN) of the new repository.

CreateHyperParameterTuningJob

data CreateHyperParameterTuningJob Source #

See: newCreateHyperParameterTuningJob smart constructor.

Instances

Instances details
Eq CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Read CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Show CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Generic CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Associated Types

type Rep CreateHyperParameterTuningJob :: Type -> Type #

NFData CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Hashable CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

ToJSON CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

AWSRequest CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

ToHeaders CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

ToPath CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

ToQuery CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

type Rep CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

type Rep CreateHyperParameterTuningJob = D1 ('MetaData "CreateHyperParameterTuningJob" "Amazonka.SageMaker.CreateHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateHyperParameterTuningJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trainingJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTrainingJobDefinition)) :*: (S1 ('MetaSel ('Just "warmStartConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobWarmStartConfig)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "trainingJobDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty HyperParameterTrainingJobDefinition))) :*: (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobConfig)))))
type AWSResponse CreateHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

newCreateHyperParameterTuningJob Source #

Create a value of CreateHyperParameterTuningJob 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:trainingJobDefinition:CreateHyperParameterTuningJob', createHyperParameterTuningJob_trainingJobDefinition - The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.

$sel:warmStartConfig:CreateHyperParameterTuningJob', createHyperParameterTuningJob_warmStartConfig - Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric. If you specify IDENTICAL_DATA_AND_ALGORITHM as the WarmStartType value for the warm start configuration, the training job that performs the best in the new tuning job is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

$sel:tags:CreateHyperParameterTuningJob', createHyperParameterTuningJob_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

Tags that you specify for the tuning job are also added to all training jobs that the tuning job launches.

$sel:trainingJobDefinitions:CreateHyperParameterTuningJob', createHyperParameterTuningJob_trainingJobDefinitions - A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

$sel:hyperParameterTuningJobName:CreateHyperParameterTuningJob', createHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same Amazon Web Services account and Amazon Web Services Region. The name must have 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and : + = @ _ % - (hyphen). The name is not case sensitive.

$sel:hyperParameterTuningJobConfig:CreateHyperParameterTuningJob', createHyperParameterTuningJob_hyperParameterTuningJobConfig - The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, the objective metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job. For more information, see How Hyperparameter Tuning Works.

data CreateHyperParameterTuningJobResponse Source #

Instances

Instances details
Eq CreateHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Read CreateHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Show CreateHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

Generic CreateHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

NFData CreateHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

type Rep CreateHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateHyperParameterTuningJob

type Rep CreateHyperParameterTuningJobResponse = D1 ('MetaData "CreateHyperParameterTuningJobResponse" "Amazonka.SageMaker.CreateHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateHyperParameterTuningJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateHyperParameterTuningJobResponse Source #

Create a value of CreateHyperParameterTuningJobResponse 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:httpStatus:CreateHyperParameterTuningJobResponse', createHyperParameterTuningJobResponse_httpStatus - The response's http status code.

$sel:hyperParameterTuningJobArn:CreateHyperParameterTuningJobResponse', createHyperParameterTuningJobResponse_hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.

DeleteTrial

data DeleteTrial Source #

See: newDeleteTrial smart constructor.

Constructors

DeleteTrial' Text 

Instances

Instances details
Eq DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Read DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Show DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Generic DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Associated Types

type Rep DeleteTrial :: Type -> Type #

NFData DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Methods

rnf :: DeleteTrial -> () #

Hashable DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

ToJSON DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

AWSRequest DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Associated Types

type AWSResponse DeleteTrial #

ToHeaders DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Methods

toHeaders :: DeleteTrial -> [Header] #

ToPath DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

ToQuery DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

type Rep DeleteTrial Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

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

Defined in Amazonka.SageMaker.DeleteTrial

newDeleteTrial Source #

Create a value of DeleteTrial 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:trialName:DeleteTrial', deleteTrial_trialName - The name of the trial to delete.

data DeleteTrialResponse Source #

See: newDeleteTrialResponse smart constructor.

Instances

Instances details
Eq DeleteTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Read DeleteTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Show DeleteTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Generic DeleteTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Associated Types

type Rep DeleteTrialResponse :: Type -> Type #

NFData DeleteTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

Methods

rnf :: DeleteTrialResponse -> () #

type Rep DeleteTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrial

type Rep DeleteTrialResponse = D1 ('MetaData "DeleteTrialResponse" "Amazonka.SageMaker.DeleteTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteTrialResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTrialResponse Source #

Create a value of DeleteTrialResponse 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:trialArn:DeleteTrialResponse', deleteTrialResponse_trialArn - The Amazon Resource Name (ARN) of the trial that is being deleted.

$sel:httpStatus:DeleteTrialResponse', deleteTrialResponse_httpStatus - The response's http status code.

UpdateTrial

data UpdateTrial Source #

See: newUpdateTrial smart constructor.

Constructors

UpdateTrial' (Maybe Text) Text 

Instances

Instances details
Eq UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Read UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Show UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Generic UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Associated Types

type Rep UpdateTrial :: Type -> Type #

NFData UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Methods

rnf :: UpdateTrial -> () #

Hashable UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

ToJSON UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

AWSRequest UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Associated Types

type AWSResponse UpdateTrial #

ToHeaders UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Methods

toHeaders :: UpdateTrial -> [Header] #

ToPath UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

ToQuery UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

type Rep UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

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

Defined in Amazonka.SageMaker.UpdateTrial

newUpdateTrial Source #

Create a value of UpdateTrial 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:displayName:UpdateTrial', updateTrial_displayName - The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:UpdateTrial', updateTrial_trialName - The name of the trial to update.

data UpdateTrialResponse Source #

See: newUpdateTrialResponse smart constructor.

Instances

Instances details
Eq UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Read UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Show UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Generic UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Associated Types

type Rep UpdateTrialResponse :: Type -> Type #

NFData UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Methods

rnf :: UpdateTrialResponse -> () #

type Rep UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

type Rep UpdateTrialResponse = D1 ('MetaData "UpdateTrialResponse" "Amazonka.SageMaker.UpdateTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateTrialResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTrialResponse Source #

Create a value of UpdateTrialResponse 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:trialArn:UpdateTrialResponse', updateTrialResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:httpStatus:UpdateTrialResponse', updateTrialResponse_httpStatus - The response's http status code.

DescribeDeviceFleet

data DescribeDeviceFleet Source #

See: newDescribeDeviceFleet smart constructor.

Instances

Instances details
Eq DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Read DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Show DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Generic DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Associated Types

type Rep DescribeDeviceFleet :: Type -> Type #

NFData DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Methods

rnf :: DescribeDeviceFleet -> () #

Hashable DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

ToJSON DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

AWSRequest DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Associated Types

type AWSResponse DescribeDeviceFleet #

ToHeaders DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

ToPath DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

ToQuery DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

type Rep DescribeDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

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

Defined in Amazonka.SageMaker.DescribeDeviceFleet

newDescribeDeviceFleet Source #

Create a value of DescribeDeviceFleet 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:deviceFleetName:DescribeDeviceFleet', describeDeviceFleet_deviceFleetName - The name of the fleet.

data DescribeDeviceFleetResponse Source #

See: newDescribeDeviceFleetResponse smart constructor.

Instances

Instances details
Eq DescribeDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Read DescribeDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Show DescribeDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Generic DescribeDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

Associated Types

type Rep DescribeDeviceFleetResponse :: Type -> Type #

NFData DescribeDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

type Rep DescribeDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDeviceFleet

type Rep DescribeDeviceFleetResponse = D1 ('MetaData "DescribeDeviceFleetResponse" "Amazonka.SageMaker.DescribeDeviceFleet" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeDeviceFleetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "iotRoleAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgeOutputConfig) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newDescribeDeviceFleetResponse Source #

Create a value of DescribeDeviceFleetResponse 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:iotRoleAlias:DescribeDeviceFleetResponse', describeDeviceFleetResponse_iotRoleAlias - The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

$sel:description:DescribeDeviceFleetResponse', describeDeviceFleetResponse_description - A description of the fleet.

$sel:roleArn:DescribeDeviceFleetResponse', describeDeviceFleetResponse_roleArn - The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

$sel:httpStatus:DescribeDeviceFleetResponse', describeDeviceFleetResponse_httpStatus - The response's http status code.

$sel:deviceFleetName:DescribeDeviceFleet', describeDeviceFleetResponse_deviceFleetName - The name of the fleet.

$sel:deviceFleetArn:DescribeDeviceFleetResponse', describeDeviceFleetResponse_deviceFleetArn - The The Amazon Resource Name (ARN) of the fleet.

$sel:outputConfig:DescribeDeviceFleetResponse', describeDeviceFleetResponse_outputConfig - The output configuration for storing sampled data.

$sel:creationTime:DescribeDeviceFleetResponse', describeDeviceFleetResponse_creationTime - Timestamp of when the device fleet was created.

$sel:lastModifiedTime:DescribeDeviceFleetResponse', describeDeviceFleetResponse_lastModifiedTime - Timestamp of when the device fleet was last updated.

ListCodeRepositories (Paginated)

data ListCodeRepositories Source #

See: newListCodeRepositories smart constructor.

Instances

Instances details
Eq ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Read ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Show ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Generic ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Associated Types

type Rep ListCodeRepositories :: Type -> Type #

NFData ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Methods

rnf :: ListCodeRepositories -> () #

Hashable ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

ToJSON ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

AWSPager ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

AWSRequest ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Associated Types

type AWSResponse ListCodeRepositories #

ToHeaders ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

ToPath ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

ToQuery ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

type Rep ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

type AWSResponse ListCodeRepositories Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

newListCodeRepositories :: ListCodeRepositories Source #

Create a value of ListCodeRepositories 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:nameContains:ListCodeRepositories', listCodeRepositories_nameContains - A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListCodeRepositories', listCodeRepositories_lastModifiedTimeBefore - A filter that returns only Git repositories that were last modified before the specified time.

$sel:creationTimeAfter:ListCodeRepositories', listCodeRepositories_creationTimeAfter - A filter that returns only Git repositories that were created after the specified time.

$sel:nextToken:ListCodeRepositories', listCodeRepositories_nextToken - If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

$sel:sortOrder:ListCodeRepositories', listCodeRepositories_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListCodeRepositories', listCodeRepositories_lastModifiedTimeAfter - A filter that returns only Git repositories that were last modified after the specified time.

$sel:creationTimeBefore:ListCodeRepositories', listCodeRepositories_creationTimeBefore - A filter that returns only Git repositories that were created before the specified time.

$sel:maxResults:ListCodeRepositories', listCodeRepositories_maxResults - The maximum number of Git repositories to return in the response.

$sel:sortBy:ListCodeRepositories', listCodeRepositories_sortBy - The field to sort results by. The default is Name.

data ListCodeRepositoriesResponse Source #

See: newListCodeRepositoriesResponse smart constructor.

Instances

Instances details
Eq ListCodeRepositoriesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Read ListCodeRepositoriesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Show ListCodeRepositoriesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Generic ListCodeRepositoriesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

Associated Types

type Rep ListCodeRepositoriesResponse :: Type -> Type #

NFData ListCodeRepositoriesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

type Rep ListCodeRepositoriesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCodeRepositories

type Rep ListCodeRepositoriesResponse = D1 ('MetaData "ListCodeRepositoriesResponse" "Amazonka.SageMaker.ListCodeRepositories" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListCodeRepositoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "codeRepositorySummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CodeRepositorySummary]))))

newListCodeRepositoriesResponse Source #

Create a value of ListCodeRepositoriesResponse 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:nextToken:ListCodeRepositories', listCodeRepositoriesResponse_nextToken - If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

$sel:httpStatus:ListCodeRepositoriesResponse', listCodeRepositoriesResponse_httpStatus - The response's http status code.

$sel:codeRepositorySummaryList:ListCodeRepositoriesResponse', listCodeRepositoriesResponse_codeRepositorySummaryList - Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

  • Name
  • Amazon Resource Name (ARN)
  • Creation time
  • Last modified time
  • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

DescribeCompilationJob

data DescribeCompilationJob Source #

See: newDescribeCompilationJob smart constructor.

Instances

Instances details
Eq DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Read DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Show DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Generic DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Associated Types

type Rep DescribeCompilationJob :: Type -> Type #

NFData DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Methods

rnf :: DescribeCompilationJob -> () #

Hashable DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

ToJSON DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

AWSRequest DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Associated Types

type AWSResponse DescribeCompilationJob #

ToHeaders DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

ToPath DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

ToQuery DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

type Rep DescribeCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

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

Defined in Amazonka.SageMaker.DescribeCompilationJob

newDescribeCompilationJob Source #

Create a value of DescribeCompilationJob 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:compilationJobName:DescribeCompilationJob', describeCompilationJob_compilationJobName - The name of the model compilation job that you want information about.

data DescribeCompilationJobResponse Source #

See: newDescribeCompilationJobResponse smart constructor.

Instances

Instances details
Eq DescribeCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Read DescribeCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Show DescribeCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Generic DescribeCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

Associated Types

type Rep DescribeCompilationJobResponse :: Type -> Type #

NFData DescribeCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

type Rep DescribeCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeCompilationJob

type Rep DescribeCompilationJobResponse = D1 ('MetaData "DescribeCompilationJobResponse" "Amazonka.SageMaker.DescribeCompilationJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeCompilationJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "modelDigests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDigests)) :*: S1 ('MetaSel ('Just "compilationStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "inferenceImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NeoVpcConfig)))) :*: ((S1 ('MetaSel ('Just "compilationEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "compilationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: (((S1 ('MetaSel ('Just "compilationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompilationJobStatus) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelArtifacts)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputConfig) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputConfig)))))))

newDescribeCompilationJobResponse Source #

Create a value of DescribeCompilationJobResponse 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:modelDigests:DescribeCompilationJobResponse', describeCompilationJobResponse_modelDigests - Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.

$sel:compilationStartTime:DescribeCompilationJobResponse', describeCompilationJobResponse_compilationStartTime - The time when the model compilation job started the CompilationJob instances.

You are billed for the time between this timestamp and the timestamp in the DescribeCompilationJobResponse$CompilationEndTime field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container.

$sel:inferenceImage:DescribeCompilationJobResponse', describeCompilationJobResponse_inferenceImage - The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.

$sel:vpcConfig:DescribeCompilationJobResponse', describeCompilationJobResponse_vpcConfig - A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

$sel:compilationEndTime:DescribeCompilationJobResponse', describeCompilationJobResponse_compilationEndTime - The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker detected that the job failed.

$sel:httpStatus:DescribeCompilationJobResponse', describeCompilationJobResponse_httpStatus - The response's http status code.

$sel:compilationJobName:DescribeCompilationJob', describeCompilationJobResponse_compilationJobName - The name of the model compilation job.

$sel:compilationJobArn:DescribeCompilationJobResponse', describeCompilationJobResponse_compilationJobArn - The Amazon Resource Name (ARN) of the model compilation job.

$sel:compilationJobStatus:DescribeCompilationJobResponse', describeCompilationJobResponse_compilationJobStatus - The status of the model compilation job.

$sel:stoppingCondition:DescribeCompilationJobResponse', describeCompilationJobResponse_stoppingCondition - Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.

$sel:creationTime:DescribeCompilationJobResponse', describeCompilationJobResponse_creationTime - The time that the model compilation job was created.

$sel:lastModifiedTime:DescribeCompilationJobResponse', describeCompilationJobResponse_lastModifiedTime - The time that the status of the model compilation job was last modified.

$sel:failureReason:DescribeCompilationJobResponse', describeCompilationJobResponse_failureReason - If a model compilation job failed, the reason it failed.

$sel:modelArtifacts:DescribeCompilationJobResponse', describeCompilationJobResponse_modelArtifacts - Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.

$sel:roleArn:DescribeCompilationJobResponse', describeCompilationJobResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.

$sel:inputConfig:DescribeCompilationJobResponse', describeCompilationJobResponse_inputConfig - Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

$sel:outputConfig:DescribeCompilationJobResponse', describeCompilationJobResponse_outputConfig - Information about the output location for the compiled model and the target device that the model runs on.

ListPipelines (Paginated)

data ListPipelines Source #

See: newListPipelines smart constructor.

Instances

Instances details
Eq ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Read ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Show ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Generic ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Associated Types

type Rep ListPipelines :: Type -> Type #

NFData ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Methods

rnf :: ListPipelines -> () #

Hashable ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

ToJSON ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

AWSPager ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

AWSRequest ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Associated Types

type AWSResponse ListPipelines #

ToHeaders ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

ToPath ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

ToQuery ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

type Rep ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

type Rep ListPipelines = D1 ('MetaData "ListPipelines" "Amazonka.SageMaker.ListPipelines" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelines'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineNamePrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortPipelinesBy))))))
type AWSResponse ListPipelines Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

newListPipelines :: ListPipelines Source #

Create a value of ListPipelines 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:createdAfter:ListPipelines', listPipelines_createdAfter - A filter that returns the pipelines that were created after a specified time.

$sel:pipelineNamePrefix:ListPipelines', listPipelines_pipelineNamePrefix - The prefix of the pipeline name.

$sel:nextToken:ListPipelines', listPipelines_nextToken - If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

$sel:sortOrder:ListPipelines', listPipelines_sortOrder - The sort order for results.

$sel:maxResults:ListPipelines', listPipelines_maxResults - The maximum number of pipelines to return in the response.

$sel:createdBefore:ListPipelines', listPipelines_createdBefore - A filter that returns the pipelines that were created before a specified time.

$sel:sortBy:ListPipelines', listPipelines_sortBy - The field by which to sort results. The default is CreatedTime.

data ListPipelinesResponse Source #

See: newListPipelinesResponse smart constructor.

Instances

Instances details
Eq ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Read ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Show ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Generic ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Associated Types

type Rep ListPipelinesResponse :: Type -> Type #

NFData ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

Methods

rnf :: ListPipelinesResponse -> () #

type Rep ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelines

type Rep ListPipelinesResponse = D1 ('MetaData "ListPipelinesResponse" "Amazonka.SageMaker.ListPipelines" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelinesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPipelinesResponse Source #

Create a value of ListPipelinesResponse 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:pipelineSummaries:ListPipelinesResponse', listPipelinesResponse_pipelineSummaries - Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.

$sel:nextToken:ListPipelines', listPipelinesResponse_nextToken - If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

$sel:httpStatus:ListPipelinesResponse', listPipelinesResponse_httpStatus - The response's http status code.

ListHyperParameterTuningJobs (Paginated)

data ListHyperParameterTuningJobs Source #

See: newListHyperParameterTuningJobs smart constructor.

Instances

Instances details
Eq ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Read ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Show ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Generic ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Associated Types

type Rep ListHyperParameterTuningJobs :: Type -> Type #

NFData ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Hashable ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToJSON ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

AWSPager ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

AWSRequest ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToHeaders ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToPath ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

ToQuery ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobs = D1 ('MetaData "ListHyperParameterTuningJobs" "Amazonka.SageMaker.ListHyperParameterTuningJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHyperParameterTuningJobs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobStatus)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobSortByOptions)))))))
type AWSResponse ListHyperParameterTuningJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

newListHyperParameterTuningJobs :: ListHyperParameterTuningJobs Source #

Create a value of ListHyperParameterTuningJobs 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:nameContains:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_nameContains - A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_lastModifiedTimeBefore - A filter that returns only tuning jobs that were modified before the specified time.

$sel:creationTimeAfter:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_creationTimeAfter - A filter that returns only tuning jobs that were created after the specified time.

$sel:nextToken:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_nextToken - If the result of the previous ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

$sel:sortOrder:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_lastModifiedTimeAfter - A filter that returns only tuning jobs that were modified after the specified time.

$sel:creationTimeBefore:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_creationTimeBefore - A filter that returns only tuning jobs that were created before the specified time.

$sel:statusEquals:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_statusEquals - A filter that returns only tuning jobs with the specified status.

$sel:maxResults:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_maxResults - The maximum number of tuning jobs to return. The default value is 10.

$sel:sortBy:ListHyperParameterTuningJobs', listHyperParameterTuningJobs_sortBy - The field to sort results by. The default is Name.

data ListHyperParameterTuningJobsResponse Source #

Instances

Instances details
Eq ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Read ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Show ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

Generic ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

NFData ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHyperParameterTuningJobs

type Rep ListHyperParameterTuningJobsResponse = D1 ('MetaData "ListHyperParameterTuningJobsResponse" "Amazonka.SageMaker.ListHyperParameterTuningJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHyperParameterTuningJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HyperParameterTuningJobSummary]))))

newListHyperParameterTuningJobsResponse Source #

Create a value of ListHyperParameterTuningJobsResponse 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:nextToken:ListHyperParameterTuningJobs', listHyperParameterTuningJobsResponse_nextToken - If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

$sel:httpStatus:ListHyperParameterTuningJobsResponse', listHyperParameterTuningJobsResponse_httpStatus - The response's http status code.

$sel:hyperParameterTuningJobSummaries:ListHyperParameterTuningJobsResponse', listHyperParameterTuningJobsResponse_hyperParameterTuningJobSummaries - A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.

ListAlgorithms (Paginated)

data ListAlgorithms Source #

See: newListAlgorithms smart constructor.

Instances

Instances details
Eq ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Read ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Show ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Generic ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Associated Types

type Rep ListAlgorithms :: Type -> Type #

NFData ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Methods

rnf :: ListAlgorithms -> () #

Hashable ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

ToJSON ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

AWSPager ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

AWSRequest ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Associated Types

type AWSResponse ListAlgorithms #

ToHeaders ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

ToPath ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

ToQuery ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

type Rep ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

type Rep ListAlgorithms = D1 ('MetaData "ListAlgorithms" "Amazonka.SageMaker.ListAlgorithms" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAlgorithms'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmSortBy))))))
type AWSResponse ListAlgorithms Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

newListAlgorithms :: ListAlgorithms Source #

Create a value of ListAlgorithms 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:nameContains:ListAlgorithms', listAlgorithms_nameContains - A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.

$sel:creationTimeAfter:ListAlgorithms', listAlgorithms_creationTimeAfter - A filter that returns only algorithms created after the specified time (timestamp).

$sel:nextToken:ListAlgorithms', listAlgorithms_nextToken - If the response to a previous ListAlgorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.

$sel:sortOrder:ListAlgorithms', listAlgorithms_sortOrder - The sort order for the results. The default is Ascending.

$sel:creationTimeBefore:ListAlgorithms', listAlgorithms_creationTimeBefore - A filter that returns only algorithms created before the specified time (timestamp).

$sel:maxResults:ListAlgorithms', listAlgorithms_maxResults - The maximum number of algorithms to return in the response.

$sel:sortBy:ListAlgorithms', listAlgorithms_sortBy - The parameter by which to sort the results. The default is CreationTime.

data ListAlgorithmsResponse Source #

See: newListAlgorithmsResponse smart constructor.

Instances

Instances details
Eq ListAlgorithmsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Read ListAlgorithmsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Show ListAlgorithmsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Generic ListAlgorithmsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Associated Types

type Rep ListAlgorithmsResponse :: Type -> Type #

NFData ListAlgorithmsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

Methods

rnf :: ListAlgorithmsResponse -> () #

type Rep ListAlgorithmsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAlgorithms

type Rep ListAlgorithmsResponse = D1 ('MetaData "ListAlgorithmsResponse" "Amazonka.SageMaker.ListAlgorithms" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAlgorithmsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "algorithmSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AlgorithmSummary]))))

newListAlgorithmsResponse Source #

Create a value of ListAlgorithmsResponse 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:nextToken:ListAlgorithms', listAlgorithmsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

$sel:httpStatus:ListAlgorithmsResponse', listAlgorithmsResponse_httpStatus - The response's http status code.

$sel:algorithmSummaryList:ListAlgorithmsResponse', listAlgorithmsResponse_algorithmSummaryList - >An array of AlgorithmSummary objects, each of which lists an algorithm.

CreateModelPackageGroup

data CreateModelPackageGroup Source #

See: newCreateModelPackageGroup smart constructor.

Instances

Instances details
Eq CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Read CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Show CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Generic CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Associated Types

type Rep CreateModelPackageGroup :: Type -> Type #

NFData CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Methods

rnf :: CreateModelPackageGroup -> () #

Hashable CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

ToJSON CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

AWSRequest CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

ToHeaders CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

ToPath CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

ToQuery CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

type Rep CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

type Rep CreateModelPackageGroup = D1 ('MetaData "CreateModelPackageGroup" "Amazonka.SageMaker.CreateModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelPackageGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

newCreateModelPackageGroup Source #

Create a value of CreateModelPackageGroup 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:modelPackageGroupDescription:CreateModelPackageGroup', createModelPackageGroup_modelPackageGroupDescription - A description for the model group.

$sel:tags:CreateModelPackageGroup', createModelPackageGroup_tags - A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:modelPackageGroupName:CreateModelPackageGroup', createModelPackageGroup_modelPackageGroupName - The name of the model group.

data CreateModelPackageGroupResponse Source #

See: newCreateModelPackageGroupResponse smart constructor.

Instances

Instances details
Eq CreateModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Read CreateModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Show CreateModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Generic CreateModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

Associated Types

type Rep CreateModelPackageGroupResponse :: Type -> Type #

NFData CreateModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

type Rep CreateModelPackageGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackageGroup

type Rep CreateModelPackageGroupResponse = D1 ('MetaData "CreateModelPackageGroupResponse" "Amazonka.SageMaker.CreateModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelPackageGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateModelPackageGroupResponse Source #

Create a value of CreateModelPackageGroupResponse 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:httpStatus:CreateModelPackageGroupResponse', createModelPackageGroupResponse_httpStatus - The response's http status code.

$sel:modelPackageGroupArn:CreateModelPackageGroupResponse', createModelPackageGroupResponse_modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.

GetSagemakerServicecatalogPortfolioStatus

data GetSagemakerServicecatalogPortfolioStatus Source #

Instances

Instances details
Eq GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Read GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Show GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Generic GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

NFData GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Hashable GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

ToJSON GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

AWSRequest GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

ToHeaders GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

ToPath GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

ToQuery GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

type Rep GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

type Rep GetSagemakerServicecatalogPortfolioStatus = D1 ('MetaData "GetSagemakerServicecatalogPortfolioStatus" "Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetSagemakerServicecatalogPortfolioStatus'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetSagemakerServicecatalogPortfolioStatus Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

data GetSagemakerServicecatalogPortfolioStatusResponse Source #

Instances

Instances details
Eq GetSagemakerServicecatalogPortfolioStatusResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Read GetSagemakerServicecatalogPortfolioStatusResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Show GetSagemakerServicecatalogPortfolioStatusResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

Generic GetSagemakerServicecatalogPortfolioStatusResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

NFData GetSagemakerServicecatalogPortfolioStatusResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

type Rep GetSagemakerServicecatalogPortfolioStatusResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus

type Rep GetSagemakerServicecatalogPortfolioStatusResponse = D1 ('MetaData "GetSagemakerServicecatalogPortfolioStatusResponse" "Amazonka.SageMaker.GetSagemakerServicecatalogPortfolioStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetSagemakerServicecatalogPortfolioStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SagemakerServicecatalogStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeFeatureGroup

data DescribeFeatureGroup Source #

See: newDescribeFeatureGroup smart constructor.

Instances

Instances details
Eq DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Read DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Show DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Generic DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Associated Types

type Rep DescribeFeatureGroup :: Type -> Type #

NFData DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Methods

rnf :: DescribeFeatureGroup -> () #

Hashable DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

ToJSON DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

AWSRequest DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Associated Types

type AWSResponse DescribeFeatureGroup #

ToHeaders DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

ToPath DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

ToQuery DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type Rep DescribeFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

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

Defined in Amazonka.SageMaker.DescribeFeatureGroup

newDescribeFeatureGroup Source #

Create a value of DescribeFeatureGroup 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:nextToken:DescribeFeatureGroup', describeFeatureGroup_nextToken - A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

$sel:featureGroupName:DescribeFeatureGroup', describeFeatureGroup_featureGroupName - The name of the FeatureGroup you want described.

data DescribeFeatureGroupResponse Source #

See: newDescribeFeatureGroupResponse smart constructor.

Instances

Instances details
Eq DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Read DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Show DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Generic DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

Associated Types

type Rep DescribeFeatureGroupResponse :: Type -> Type #

NFData DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type Rep DescribeFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFeatureGroup

type Rep DescribeFeatureGroupResponse = D1 ('MetaData "DescribeFeatureGroupResponse" "Amazonka.SageMaker.DescribeFeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeFeatureGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "offlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreConfig)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)))) :*: ((S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus)) :*: S1 ('MetaSel ('Just "onlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreConfig))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recordIdentifierFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "eventTimeFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "featureDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty FeatureDefinition))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeFeatureGroupResponse Source #

Create a value of DescribeFeatureGroupResponse 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:offlineStoreConfig:DescribeFeatureGroupResponse', describeFeatureGroupResponse_offlineStoreConfig - The configuration of the OfflineStore, inducing the S3 location of the OfflineStore, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the security configuration.

$sel:failureReason:DescribeFeatureGroupResponse', describeFeatureGroupResponse_failureReason - The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure can occur because:

  • The FeatureGroup could not be created in the OfflineStore.
  • The FeatureGroup could not be deleted from the OfflineStore.

$sel:featureGroupStatus:DescribeFeatureGroupResponse', describeFeatureGroupResponse_featureGroupStatus - The status of the feature group.

$sel:offlineStoreStatus:DescribeFeatureGroupResponse', describeFeatureGroupResponse_offlineStoreStatus - The status of the OfflineStore. Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked

$sel:onlineStoreConfig:DescribeFeatureGroupResponse', describeFeatureGroupResponse_onlineStoreConfig - The configuration for the OnlineStore.

$sel:description:DescribeFeatureGroupResponse', describeFeatureGroupResponse_description - A free form description of the feature group.

$sel:roleArn:DescribeFeatureGroupResponse', describeFeatureGroupResponse_roleArn - The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

$sel:httpStatus:DescribeFeatureGroupResponse', describeFeatureGroupResponse_httpStatus - The response's http status code.

$sel:featureGroupArn:DescribeFeatureGroupResponse', describeFeatureGroupResponse_featureGroupArn - The Amazon Resource Name (ARN) of the FeatureGroup.

$sel:featureGroupName:DescribeFeatureGroup', describeFeatureGroupResponse_featureGroupName - he name of the FeatureGroup.

$sel:recordIdentifierFeatureName:DescribeFeatureGroupResponse', describeFeatureGroupResponse_recordIdentifierFeatureName - The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

$sel:eventTimeFeatureName:DescribeFeatureGroupResponse', describeFeatureGroupResponse_eventTimeFeatureName - The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup have a corresponding EventTime.

$sel:featureDefinitions:DescribeFeatureGroupResponse', describeFeatureGroupResponse_featureDefinitions - A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

$sel:creationTime:DescribeFeatureGroupResponse', describeFeatureGroupResponse_creationTime - A timestamp indicating when SageMaker created the FeatureGroup.

$sel:nextToken:DescribeFeatureGroup', describeFeatureGroupResponse_nextToken - A token to resume pagination of the list of Features (FeatureDefinitions).

RenderUiTemplate

data RenderUiTemplate Source #

See: newRenderUiTemplate smart constructor.

Instances

Instances details
Eq RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Read RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Show RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Generic RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Associated Types

type Rep RenderUiTemplate :: Type -> Type #

NFData RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Methods

rnf :: RenderUiTemplate -> () #

Hashable RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

ToJSON RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

AWSRequest RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Associated Types

type AWSResponse RenderUiTemplate #

ToHeaders RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

ToPath RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

ToQuery RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

type Rep RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

type Rep RenderUiTemplate = D1 ('MetaData "RenderUiTemplate" "Amazonka.SageMaker.RenderUiTemplate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderUiTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "uiTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UiTemplate)) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "task") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RenderableTask) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse RenderUiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

newRenderUiTemplate Source #

Create a value of RenderUiTemplate 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:uiTemplate:RenderUiTemplate', renderUiTemplate_uiTemplate - A Template object containing the worker UI template to render.

$sel:humanTaskUiArn:RenderUiTemplate', renderUiTemplate_humanTaskUiArn - The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.

$sel:task:RenderUiTemplate', renderUiTemplate_task - A RenderableTask object containing a representative task to render.

$sel:roleArn:RenderUiTemplate', renderUiTemplate_roleArn - The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

data RenderUiTemplateResponse Source #

See: newRenderUiTemplateResponse smart constructor.

Instances

Instances details
Eq RenderUiTemplateResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Read RenderUiTemplateResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Show RenderUiTemplateResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Generic RenderUiTemplateResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

Associated Types

type Rep RenderUiTemplateResponse :: Type -> Type #

NFData RenderUiTemplateResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

type Rep RenderUiTemplateResponse Source # 
Instance details

Defined in Amazonka.SageMaker.RenderUiTemplate

type Rep RenderUiTemplateResponse = D1 ('MetaData "RenderUiTemplateResponse" "Amazonka.SageMaker.RenderUiTemplate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderUiTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "renderedContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RenderingError]))))

newRenderUiTemplateResponse Source #

Create a value of RenderUiTemplateResponse 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:httpStatus:RenderUiTemplateResponse', renderUiTemplateResponse_httpStatus - The response's http status code.

$sel:renderedContent:RenderUiTemplateResponse', renderUiTemplateResponse_renderedContent - A Liquid template that renders the HTML for the worker UI.

$sel:errors:RenderUiTemplateResponse', renderUiTemplateResponse_errors - A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.

DeleteFlowDefinition

data DeleteFlowDefinition Source #

See: newDeleteFlowDefinition smart constructor.

Instances

Instances details
Eq DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Read DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Show DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Generic DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Associated Types

type Rep DeleteFlowDefinition :: Type -> Type #

NFData DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Methods

rnf :: DeleteFlowDefinition -> () #

Hashable DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

ToJSON DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

AWSRequest DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Associated Types

type AWSResponse DeleteFlowDefinition #

ToHeaders DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

ToPath DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

ToQuery DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

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

Defined in Amazonka.SageMaker.DeleteFlowDefinition

newDeleteFlowDefinition Source #

Create a value of DeleteFlowDefinition 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:flowDefinitionName:DeleteFlowDefinition', deleteFlowDefinition_flowDefinitionName - The name of the flow definition you are deleting.

data DeleteFlowDefinitionResponse Source #

See: newDeleteFlowDefinitionResponse smart constructor.

Instances

Instances details
Eq DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Read DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Show DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Generic DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

Associated Types

type Rep DeleteFlowDefinitionResponse :: Type -> Type #

NFData DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFlowDefinition

type Rep DeleteFlowDefinitionResponse = D1 ('MetaData "DeleteFlowDefinitionResponse" "Amazonka.SageMaker.DeleteFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteFlowDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFlowDefinitionResponse Source #

Create a value of DeleteFlowDefinitionResponse 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:httpStatus:DeleteFlowDefinitionResponse', deleteFlowDefinitionResponse_httpStatus - The response's http status code.

SendPipelineExecutionStepFailure

data SendPipelineExecutionStepFailure Source #

See: newSendPipelineExecutionStepFailure smart constructor.

Instances

Instances details
Eq SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Read SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Show SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Generic SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Associated Types

type Rep SendPipelineExecutionStepFailure :: Type -> Type #

NFData SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Hashable SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

ToJSON SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

AWSRequest SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

ToHeaders SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

ToPath SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

ToQuery SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

type Rep SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

type Rep SendPipelineExecutionStepFailure = D1 ('MetaData "SendPipelineExecutionStepFailure" "Amazonka.SageMaker.SendPipelineExecutionStepFailure" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SendPipelineExecutionStepFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "callbackToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SendPipelineExecutionStepFailure Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

newSendPipelineExecutionStepFailure Source #

Create a value of SendPipelineExecutionStepFailure 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:failureReason:SendPipelineExecutionStepFailure', sendPipelineExecutionStepFailure_failureReason - A message describing why the step failed.

$sel:clientRequestToken:SendPipelineExecutionStepFailure', sendPipelineExecutionStepFailure_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

$sel:callbackToken:SendPipelineExecutionStepFailure', sendPipelineExecutionStepFailure_callbackToken - The pipeline generated token from the Amazon SQS queue.

data SendPipelineExecutionStepFailureResponse Source #

Instances

Instances details
Eq SendPipelineExecutionStepFailureResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Read SendPipelineExecutionStepFailureResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Show SendPipelineExecutionStepFailureResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

Generic SendPipelineExecutionStepFailureResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

NFData SendPipelineExecutionStepFailureResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

type Rep SendPipelineExecutionStepFailureResponse Source # 
Instance details

Defined in Amazonka.SageMaker.SendPipelineExecutionStepFailure

type Rep SendPipelineExecutionStepFailureResponse = D1 ('MetaData "SendPipelineExecutionStepFailureResponse" "Amazonka.SageMaker.SendPipelineExecutionStepFailure" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SendPipelineExecutionStepFailureResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendPipelineExecutionStepFailureResponse Source #

Create a value of SendPipelineExecutionStepFailureResponse 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:pipelineExecutionArn:SendPipelineExecutionStepFailureResponse', sendPipelineExecutionStepFailureResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:SendPipelineExecutionStepFailureResponse', sendPipelineExecutionStepFailureResponse_httpStatus - The response's http status code.

CreateTrial

data CreateTrial Source #

See: newCreateTrial smart constructor.

Instances

Instances details
Eq CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Read CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Show CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Generic CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Associated Types

type Rep CreateTrial :: Type -> Type #

NFData CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Methods

rnf :: CreateTrial -> () #

Hashable CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

ToJSON CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

AWSRequest CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Associated Types

type AWSResponse CreateTrial #

ToHeaders CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Methods

toHeaders :: CreateTrial -> [Header] #

ToPath CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

ToQuery CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

type Rep CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

type Rep CreateTrial = D1 ('MetaData "CreateTrial" "Amazonka.SageMaker.CreateTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTrial'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

newCreateTrial Source #

Create a value of CreateTrial 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:metadataProperties:CreateTrial', createTrial_metadataProperties - Undocumented member.

$sel:displayName:CreateTrial', createTrial_displayName - The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialName is displayed.

$sel:tags:CreateTrial', createTrial_tags - A list of tags to associate with the trial. You can use Search API to search on the tags.

$sel:trialName:CreateTrial', createTrial_trialName - The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.

$sel:experimentName:CreateTrial', createTrial_experimentName - The name of the experiment to associate the trial with.

data CreateTrialResponse Source #

See: newCreateTrialResponse smart constructor.

Instances

Instances details
Eq CreateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Read CreateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Show CreateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Generic CreateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Associated Types

type Rep CreateTrialResponse :: Type -> Type #

NFData CreateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

Methods

rnf :: CreateTrialResponse -> () #

type Rep CreateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrial

type Rep CreateTrialResponse = D1 ('MetaData "CreateTrialResponse" "Amazonka.SageMaker.CreateTrial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTrialResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateTrialResponse Source #

Create a value of CreateTrialResponse 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:trialArn:CreateTrialResponse', createTrialResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:httpStatus:CreateTrialResponse', createTrialResponse_httpStatus - The response's http status code.

DeleteModel

data DeleteModel Source #

See: newDeleteModel smart constructor.

Constructors

DeleteModel' Text 

Instances

Instances details
Eq DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Read DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Show DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Generic DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Associated Types

type Rep DeleteModel :: Type -> Type #

NFData DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Methods

rnf :: DeleteModel -> () #

Hashable DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

ToJSON DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

AWSRequest DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Associated Types

type AWSResponse DeleteModel #

ToHeaders DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Methods

toHeaders :: DeleteModel -> [Header] #

ToPath DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

ToQuery DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

type Rep DeleteModel Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

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

Defined in Amazonka.SageMaker.DeleteModel

newDeleteModel Source #

Create a value of DeleteModel 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:DeleteModel', deleteModel_modelName - The name of the model to delete.

data DeleteModelResponse Source #

See: newDeleteModelResponse smart constructor.

Constructors

DeleteModelResponse' 

Instances

Instances details
Eq DeleteModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Read DeleteModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Show DeleteModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Generic DeleteModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Associated Types

type Rep DeleteModelResponse :: Type -> Type #

NFData DeleteModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

Methods

rnf :: DeleteModelResponse -> () #

type Rep DeleteModelResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModel

type Rep DeleteModelResponse = D1 ('MetaData "DeleteModelResponse" "Amazonka.SageMaker.DeleteModel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelResponse :: DeleteModelResponse Source #

Create a value of DeleteModelResponse with all optional fields omitted.

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

ListDataQualityJobDefinitions (Paginated)

data ListDataQualityJobDefinitions Source #

See: newListDataQualityJobDefinitions smart constructor.

Instances

Instances details
Eq ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Read ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Show ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Generic ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Associated Types

type Rep ListDataQualityJobDefinitions :: Type -> Type #

NFData ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Hashable ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToJSON ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

AWSPager ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

AWSRequest ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToHeaders ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToPath ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToQuery ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitions = D1 ('MetaData "ListDataQualityJobDefinitions" "Amazonka.SageMaker.ListDataQualityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDataQualityJobDefinitions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinitionSortKey))))))
type AWSResponse ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

newListDataQualityJobDefinitions :: ListDataQualityJobDefinitions Source #

Create a value of ListDataQualityJobDefinitions 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:nameContains:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_nameContains - A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

$sel:endpointName:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_endpointName - A filter that lists the data quality job definitions associated with the specified endpoint.

$sel:creationTimeAfter:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_creationTimeAfter - A filter that returns only data quality monitoring job definitions created after the specified time.

$sel:nextToken:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_nextToken - If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

$sel:sortOrder:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_sortOrder - The sort order for results. The default is Descending.

$sel:creationTimeBefore:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_creationTimeBefore - A filter that returns only data quality monitoring job definitions created before the specified time.

$sel:maxResults:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_maxResults - The maximum number of data quality monitoring job definitions to return in the response.

$sel:sortBy:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_sortBy - The field to sort results by. The default is CreationTime.

data ListDataQualityJobDefinitionsResponse Source #

Instances

Instances details
Eq ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Read ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Show ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Generic ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

NFData ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitionsResponse = D1 ('MetaData "ListDataQualityJobDefinitionsResponse" "Amazonka.SageMaker.ListDataQualityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDataQualityJobDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringJobDefinitionSummary]))))

newListDataQualityJobDefinitionsResponse Source #

Create a value of ListDataQualityJobDefinitionsResponse 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:nextToken:ListDataQualityJobDefinitions', listDataQualityJobDefinitionsResponse_nextToken - If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.

$sel:httpStatus:ListDataQualityJobDefinitionsResponse', listDataQualityJobDefinitionsResponse_httpStatus - The response's http status code.

$sel:jobDefinitionSummaries:ListDataQualityJobDefinitionsResponse', listDataQualityJobDefinitionsResponse_jobDefinitionSummaries - A list of data quality monitoring job definitions.

ListModels (Paginated)

data ListModels Source #

See: newListModels smart constructor.

Instances

Instances details
Eq ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Read ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Show ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Generic ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Associated Types

type Rep ListModels :: Type -> Type #

NFData ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Methods

rnf :: ListModels -> () #

Hashable ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

ToJSON ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

AWSPager ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

AWSRequest ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Associated Types

type AWSResponse ListModels #

ToHeaders ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Methods

toHeaders :: ListModels -> [Header] #

ToPath ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

ToQuery ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

type Rep ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

type AWSResponse ListModels Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

newListModels :: ListModels Source #

Create a value of ListModels 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:nameContains:ListModels', listModels_nameContains - A string in the model name. This filter returns only models whose name contains the specified string.

$sel:creationTimeAfter:ListModels', listModels_creationTimeAfter - A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).

$sel:nextToken:ListModels', listModels_nextToken - If the response to a previous ListModels request was truncated, the response includes a NextToken. To retrieve the next set of models, use the token in the next request.

$sel:sortOrder:ListModels', listModels_sortOrder - The sort order for results. The default is Descending.

$sel:creationTimeBefore:ListModels', listModels_creationTimeBefore - A filter that returns only models created before the specified time (timestamp).

$sel:maxResults:ListModels', listModels_maxResults - The maximum number of models to return in the response.

$sel:sortBy:ListModels', listModels_sortBy - Sorts the list of results. The default is CreationTime.

data ListModelsResponse Source #

See: newListModelsResponse smart constructor.

Instances

Instances details
Eq ListModelsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Read ListModelsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Show ListModelsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Generic ListModelsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Associated Types

type Rep ListModelsResponse :: Type -> Type #

NFData ListModelsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

Methods

rnf :: ListModelsResponse -> () #

type Rep ListModelsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModels

type Rep ListModelsResponse = D1 ('MetaData "ListModelsResponse" "Amazonka.SageMaker.ListModels" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelSummary]))))

newListModelsResponse Source #

Create a value of ListModelsResponse 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:nextToken:ListModels', listModelsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.

$sel:httpStatus:ListModelsResponse', listModelsResponse_httpStatus - The response's http status code.

$sel:models:ListModelsResponse', listModelsResponse_models - An array of ModelSummary objects, each of which lists a model.

DeleteAlgorithm

data DeleteAlgorithm Source #

See: newDeleteAlgorithm smart constructor.

Constructors

DeleteAlgorithm' Text 

Instances

Instances details
Eq DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Read DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Show DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Generic DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Associated Types

type Rep DeleteAlgorithm :: Type -> Type #

NFData DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Methods

rnf :: DeleteAlgorithm -> () #

Hashable DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

ToJSON DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

AWSRequest DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Associated Types

type AWSResponse DeleteAlgorithm #

ToHeaders DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

ToPath DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

ToQuery DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

type Rep DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

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

Defined in Amazonka.SageMaker.DeleteAlgorithm

newDeleteAlgorithm Source #

Create a value of DeleteAlgorithm 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:algorithmName:DeleteAlgorithm', deleteAlgorithm_algorithmName - The name of the algorithm to delete.

data DeleteAlgorithmResponse Source #

See: newDeleteAlgorithmResponse smart constructor.

Instances

Instances details
Eq DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Read DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Show DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Generic DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Associated Types

type Rep DeleteAlgorithmResponse :: Type -> Type #

NFData DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Methods

rnf :: DeleteAlgorithmResponse -> () #

type Rep DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

type Rep DeleteAlgorithmResponse = D1 ('MetaData "DeleteAlgorithmResponse" "Amazonka.SageMaker.DeleteAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteAlgorithmResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAlgorithmResponse :: DeleteAlgorithmResponse Source #

Create a value of DeleteAlgorithmResponse with all optional fields omitted.

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

AssociateTrialComponent

data AssociateTrialComponent Source #

See: newAssociateTrialComponent smart constructor.

Instances

Instances details
Eq AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Read AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Show AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Generic AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Associated Types

type Rep AssociateTrialComponent :: Type -> Type #

NFData AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Methods

rnf :: AssociateTrialComponent -> () #

Hashable AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToJSON AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

AWSRequest AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToHeaders AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToPath AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToQuery AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type Rep AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

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

Defined in Amazonka.SageMaker.AssociateTrialComponent

newAssociateTrialComponent Source #

Create a value of AssociateTrialComponent 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:trialComponentName:AssociateTrialComponent', associateTrialComponent_trialComponentName - The name of the component to associated with the trial.

$sel:trialName:AssociateTrialComponent', associateTrialComponent_trialName - The name of the trial to associate with.

data AssociateTrialComponentResponse Source #

See: newAssociateTrialComponentResponse smart constructor.

Instances

Instances details
Eq AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Read AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Show AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Generic AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Associated Types

type Rep AssociateTrialComponentResponse :: Type -> Type #

NFData AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type Rep AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type Rep AssociateTrialComponentResponse = D1 ('MetaData "AssociateTrialComponentResponse" "Amazonka.SageMaker.AssociateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AssociateTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAssociateTrialComponentResponse Source #

Create a value of AssociateTrialComponentResponse 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:trialArn:AssociateTrialComponentResponse', associateTrialComponentResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:trialComponentArn:AssociateTrialComponentResponse', associateTrialComponentResponse_trialComponentArn - The ARN of the trial component.

$sel:httpStatus:AssociateTrialComponentResponse', associateTrialComponentResponse_httpStatus - The response's http status code.

UpdatePipelineExecution

data UpdatePipelineExecution Source #

See: newUpdatePipelineExecution smart constructor.

Instances

Instances details
Eq UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Read UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Show UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Generic UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Associated Types

type Rep UpdatePipelineExecution :: Type -> Type #

NFData UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Methods

rnf :: UpdatePipelineExecution -> () #

Hashable UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToJSON UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

AWSRequest UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToHeaders UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToPath UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

ToQuery UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

type Rep UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

type Rep UpdatePipelineExecution = D1 ('MetaData "UpdatePipelineExecution" "Amazonka.SageMaker.UpdatePipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdatePipelineExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdatePipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

newUpdatePipelineExecution Source #

Create a value of UpdatePipelineExecution 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:pipelineExecutionDisplayName:UpdatePipelineExecution', updatePipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:pipelineExecutionDescription:UpdatePipelineExecution', updatePipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExecutionArn:UpdatePipelineExecution', updatePipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

data UpdatePipelineExecutionResponse Source #

See: newUpdatePipelineExecutionResponse smart constructor.

Instances

Instances details
Eq UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Read UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Show UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Generic UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

Associated Types

type Rep UpdatePipelineExecutionResponse :: Type -> Type #

NFData UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

type Rep UpdatePipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdatePipelineExecution

type Rep UpdatePipelineExecutionResponse = D1 ('MetaData "UpdatePipelineExecutionResponse" "Amazonka.SageMaker.UpdatePipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdatePipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePipelineExecutionResponse Source #

Create a value of UpdatePipelineExecutionResponse 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:pipelineExecutionArn:UpdatePipelineExecution', updatePipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the updated pipeline execution.

$sel:httpStatus:UpdatePipelineExecutionResponse', updatePipelineExecutionResponse_httpStatus - The response's http status code.

DescribeNotebookInstanceLifecycleConfig

data DescribeNotebookInstanceLifecycleConfig Source #

Instances

Instances details
Eq DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Read DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Show DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Generic DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

NFData DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Hashable DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToJSON DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

AWSRequest DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToHeaders DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToPath DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

ToQuery DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

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

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

newDescribeNotebookInstanceLifecycleConfig Source #

Create a value of DescribeNotebookInstanceLifecycleConfig 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:notebookInstanceLifecycleConfigName:DescribeNotebookInstanceLifecycleConfig', describeNotebookInstanceLifecycleConfig_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration to describe.

data DescribeNotebookInstanceLifecycleConfigResponse Source #

Instances

Instances details
Eq DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Read DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Show DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

Generic DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

NFData DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig

type Rep DescribeNotebookInstanceLifecycleConfigResponse = D1 ('MetaData "DescribeNotebookInstanceLifecycleConfigResponse" "Amazonka.SageMaker.DescribeNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeNotebookInstanceLifecycleConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "onCreate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook])) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "onStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook]))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeNotebookInstanceLifecycleConfigResponse Source #

Create a value of DescribeNotebookInstanceLifecycleConfigResponse 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:creationTime:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_creationTime - A timestamp that tells when the lifecycle configuration was created.

$sel:onCreate:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_onCreate - The shell script that runs only once, when you create a notebook instance.

$sel:lastModifiedTime:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_lastModifiedTime - A timestamp that tells when the lifecycle configuration was last modified.

$sel:notebookInstanceLifecycleConfigArn:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.

$sel:onStart:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_onStart - The shell script that runs every time you start a notebook instance, including when you create the notebook instance.

$sel:notebookInstanceLifecycleConfigName:DescribeNotebookInstanceLifecycleConfig', describeNotebookInstanceLifecycleConfigResponse_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.

$sel:httpStatus:DescribeNotebookInstanceLifecycleConfigResponse', describeNotebookInstanceLifecycleConfigResponse_httpStatus - The response's http status code.

DescribeWorkforce

data DescribeWorkforce Source #

See: newDescribeWorkforce smart constructor.

Constructors

DescribeWorkforce' Text 

Instances

Instances details
Eq DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Read DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Show DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Generic DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Associated Types

type Rep DescribeWorkforce :: Type -> Type #

NFData DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Methods

rnf :: DescribeWorkforce -> () #

Hashable DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

ToJSON DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

AWSRequest DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Associated Types

type AWSResponse DescribeWorkforce #

ToHeaders DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

ToPath DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

ToQuery DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

type Rep DescribeWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

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

Defined in Amazonka.SageMaker.DescribeWorkforce

newDescribeWorkforce Source #

Create a value of DescribeWorkforce 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:workforceName:DescribeWorkforce', describeWorkforce_workforceName - The name of the private workforce whose access you want to restrict. WorkforceName is automatically set to default when a workforce is created and cannot be modified.

data DescribeWorkforceResponse Source #

See: newDescribeWorkforceResponse smart constructor.

Instances

Instances details
Eq DescribeWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Read DescribeWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Show DescribeWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Generic DescribeWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

Associated Types

type Rep DescribeWorkforceResponse :: Type -> Type #

NFData DescribeWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

type Rep DescribeWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkforce

type Rep DescribeWorkforceResponse = D1 ('MetaData "DescribeWorkforceResponse" "Amazonka.SageMaker.DescribeWorkforce" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeWorkforceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workforce") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Workforce)))

newDescribeWorkforceResponse Source #

Create a value of DescribeWorkforceResponse 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:httpStatus:DescribeWorkforceResponse', describeWorkforceResponse_httpStatus - The response's http status code.

$sel:workforce:DescribeWorkforceResponse', describeWorkforceResponse_workforce - A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

DeleteModelExplainabilityJobDefinition

data DeleteModelExplainabilityJobDefinition Source #

Instances

Instances details
Eq DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Read DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Show DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Generic DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

NFData DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Hashable DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

ToJSON DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

AWSRequest DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

ToHeaders DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

ToPath DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

ToQuery DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

type Rep DeleteModelExplainabilityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

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

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

newDeleteModelExplainabilityJobDefinition Source #

Create a value of DeleteModelExplainabilityJobDefinition 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:jobDefinitionName:DeleteModelExplainabilityJobDefinition', deleteModelExplainabilityJobDefinition_jobDefinitionName - The name of the model explainability job definition to delete.

data DeleteModelExplainabilityJobDefinitionResponse Source #

Instances

Instances details
Eq DeleteModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Read DeleteModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Show DeleteModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

Generic DeleteModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

NFData DeleteModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

type Rep DeleteModelExplainabilityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition

type Rep DeleteModelExplainabilityJobDefinitionResponse = D1 ('MetaData "DeleteModelExplainabilityJobDefinitionResponse" "Amazonka.SageMaker.DeleteModelExplainabilityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelExplainabilityJobDefinitionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

CreateModelPackage

data CreateModelPackage Source #

See: newCreateModelPackage smart constructor.

Instances

Instances details
Eq CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Read CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Show CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Generic CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Associated Types

type Rep CreateModelPackage :: Type -> Type #

NFData CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Methods

rnf :: CreateModelPackage -> () #

Hashable CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

ToJSON CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

AWSRequest CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Associated Types

type AWSResponse CreateModelPackage #

ToHeaders CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

ToPath CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

ToQuery CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

type Rep CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

type Rep CreateModelPackage = D1 ('MetaData "CreateModelPackage" "Amazonka.SageMaker.CreateModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelPackage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: (S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus)) :*: S1 ('MetaSel ('Just "sourceAlgorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceAlgorithmSpecification)))) :*: (S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelMetrics))))) :*: ((S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageValidationSpecification)) :*: S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification)))) :*: (S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))
type AWSResponse CreateModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

newCreateModelPackage :: CreateModelPackage Source #

Create a value of CreateModelPackage 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:metadataProperties:CreateModelPackage', createModelPackage_metadataProperties - Undocumented member.

$sel:modelApprovalStatus:CreateModelPackage', createModelPackage_modelApprovalStatus - Whether the model is approved for deployment.

This parameter is optional for versioned models, and does not apply to unversioned models.

For versioned models, the value of this parameter must be set to Approved to deploy the model.

$sel:sourceAlgorithmSpecification:CreateModelPackage', createModelPackage_sourceAlgorithmSpecification - Details about the algorithm that was used to create the model package.

$sel:modelPackageName:CreateModelPackage', createModelPackage_modelPackageName - The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

This parameter is required for unversioned models. It is not applicable to versioned models.

$sel:clientToken:CreateModelPackage', createModelPackage_clientToken - A unique token that guarantees that the call to this API is idempotent.

$sel:modelMetrics:CreateModelPackage', createModelPackage_modelMetrics - A structure that contains model metrics reports.

$sel:modelPackageDescription:CreateModelPackage', createModelPackage_modelPackageDescription - A description of the model package.

$sel:validationSpecification:CreateModelPackage', createModelPackage_validationSpecification - Specifies configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.

$sel:inferenceSpecification:CreateModelPackage', createModelPackage_inferenceSpecification - Specifies details about inference jobs that can be run with models based on this model package, including the following:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.
  • The instance types that the model package supports for transform jobs and real-time endpoints used for inference.
  • The input and output content formats that the model package supports for inference.

$sel:certifyForMarketplace:CreateModelPackage', createModelPackage_certifyForMarketplace - Whether to certify the model package for listing on Amazon Web Services Marketplace.

This parameter is optional for unversioned models, and does not apply to versioned models.

$sel:modelPackageGroupName:CreateModelPackage', createModelPackage_modelPackageGroupName - The name of the model group that this model version belongs to.

This parameter is required for versioned models, and does not apply to unversioned models.

$sel:tags:CreateModelPackage', createModelPackage_tags - A list of key value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

data CreateModelPackageResponse Source #

See: newCreateModelPackageResponse smart constructor.

Instances

Instances details
Eq CreateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Read CreateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Show CreateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Generic CreateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

Associated Types

type Rep CreateModelPackageResponse :: Type -> Type #

NFData CreateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

type Rep CreateModelPackageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelPackage

type Rep CreateModelPackageResponse = D1 ('MetaData "CreateModelPackageResponse" "Amazonka.SageMaker.CreateModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelPackageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateModelPackageResponse Source #

Create a value of CreateModelPackageResponse 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:httpStatus:CreateModelPackageResponse', createModelPackageResponse_httpStatus - The response's http status code.

$sel:modelPackageArn:CreateModelPackageResponse', createModelPackageResponse_modelPackageArn - The Amazon Resource Name (ARN) of the new model package.

DeleteModelQualityJobDefinition

data DeleteModelQualityJobDefinition Source #

See: newDeleteModelQualityJobDefinition smart constructor.

Instances

Instances details
Eq DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Read DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Show DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Generic DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Associated Types

type Rep DeleteModelQualityJobDefinition :: Type -> Type #

NFData DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Hashable DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

ToJSON DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

AWSRequest DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

ToHeaders DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

ToPath DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

ToQuery DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

type Rep DeleteModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

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

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

newDeleteModelQualityJobDefinition Source #

Create a value of DeleteModelQualityJobDefinition 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:jobDefinitionName:DeleteModelQualityJobDefinition', deleteModelQualityJobDefinition_jobDefinitionName - The name of the model quality monitoring job definition to delete.

data DeleteModelQualityJobDefinitionResponse Source #

Instances

Instances details
Eq DeleteModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Read DeleteModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Show DeleteModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

Generic DeleteModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

NFData DeleteModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

type Rep DeleteModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelQualityJobDefinition

type Rep DeleteModelQualityJobDefinitionResponse = D1 ('MetaData "DeleteModelQualityJobDefinitionResponse" "Amazonka.SageMaker.DeleteModelQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelQualityJobDefinitionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelQualityJobDefinitionResponse :: DeleteModelQualityJobDefinitionResponse Source #

Create a value of DeleteModelQualityJobDefinitionResponse with all optional fields omitted.

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

StopMonitoringSchedule

data StopMonitoringSchedule Source #

See: newStopMonitoringSchedule smart constructor.

Instances

Instances details
Eq StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Read StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Show StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Generic StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Associated Types

type Rep StopMonitoringSchedule :: Type -> Type #

NFData StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Methods

rnf :: StopMonitoringSchedule -> () #

Hashable StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

ToJSON StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

AWSRequest StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Associated Types

type AWSResponse StopMonitoringSchedule #

ToHeaders StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

ToPath StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

ToQuery StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

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

Defined in Amazonka.SageMaker.StopMonitoringSchedule

newStopMonitoringSchedule Source #

Create a value of StopMonitoringSchedule 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:monitoringScheduleName:StopMonitoringSchedule', stopMonitoringSchedule_monitoringScheduleName - The name of the schedule to stop.

data StopMonitoringScheduleResponse Source #

See: newStopMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Read StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Show StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Generic StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

Associated Types

type Rep StopMonitoringScheduleResponse :: Type -> Type #

NFData StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopMonitoringSchedule

type Rep StopMonitoringScheduleResponse = D1 ('MetaData "StopMonitoringScheduleResponse" "Amazonka.SageMaker.StopMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopMonitoringScheduleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopMonitoringScheduleResponse :: StopMonitoringScheduleResponse Source #

Create a value of StopMonitoringScheduleResponse with all optional fields omitted.

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

ListModelExplainabilityJobDefinitions (Paginated)

data ListModelExplainabilityJobDefinitions Source #

Instances

Instances details
Eq ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Read ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Show ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Generic ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

NFData ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Hashable ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

ToJSON ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

AWSPager ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

AWSRequest ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

ToHeaders ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

ToPath ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

ToQuery ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

type Rep ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

type Rep ListModelExplainabilityJobDefinitions = D1 ('MetaData "ListModelExplainabilityJobDefinitions" "Amazonka.SageMaker.ListModelExplainabilityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelExplainabilityJobDefinitions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinitionSortKey))))))
type AWSResponse ListModelExplainabilityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

newListModelExplainabilityJobDefinitions :: ListModelExplainabilityJobDefinitions Source #

Create a value of ListModelExplainabilityJobDefinitions 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:nameContains:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_nameContains - Filter for model explainability jobs whose name contains a specified string.

$sel:endpointName:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_endpointName - Name of the endpoint to monitor for model explainability.

$sel:creationTimeAfter:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_creationTimeAfter - A filter that returns only model explainability jobs created after a specified time.

$sel:nextToken:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

$sel:sortOrder:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.

$sel:creationTimeBefore:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_creationTimeBefore - A filter that returns only model explainability jobs created before a specified time.

$sel:maxResults:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_maxResults - The maximum number of jobs to return in the response. The default value is 10.

$sel:sortBy:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitions_sortBy - Whether to sort results by the Name or CreationTime field. The default is CreationTime.

data ListModelExplainabilityJobDefinitionsResponse Source #

Instances

Instances details
Eq ListModelExplainabilityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Read ListModelExplainabilityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Show ListModelExplainabilityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

Generic ListModelExplainabilityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

NFData ListModelExplainabilityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

type Rep ListModelExplainabilityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelExplainabilityJobDefinitions

type Rep ListModelExplainabilityJobDefinitionsResponse = D1 ('MetaData "ListModelExplainabilityJobDefinitionsResponse" "Amazonka.SageMaker.ListModelExplainabilityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelExplainabilityJobDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringJobDefinitionSummary]))))

newListModelExplainabilityJobDefinitionsResponse Source #

Create a value of ListModelExplainabilityJobDefinitionsResponse 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:nextToken:ListModelExplainabilityJobDefinitions', listModelExplainabilityJobDefinitionsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

$sel:httpStatus:ListModelExplainabilityJobDefinitionsResponse', listModelExplainabilityJobDefinitionsResponse_httpStatus - The response's http status code.

$sel:jobDefinitionSummaries:ListModelExplainabilityJobDefinitionsResponse', listModelExplainabilityJobDefinitionsResponse_jobDefinitionSummaries - A JSON array in which each element is a summary for a explainability bias jobs.

DescribeAppImageConfig

data DescribeAppImageConfig Source #

See: newDescribeAppImageConfig smart constructor.

Instances

Instances details
Eq DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Read DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Show DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Generic DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Associated Types

type Rep DescribeAppImageConfig :: Type -> Type #

NFData DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Methods

rnf :: DescribeAppImageConfig -> () #

Hashable DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

ToJSON DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

AWSRequest DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Associated Types

type AWSResponse DescribeAppImageConfig #

ToHeaders DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

ToPath DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

ToQuery DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

type Rep DescribeAppImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

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

Defined in Amazonka.SageMaker.DescribeAppImageConfig

newDescribeAppImageConfig Source #

Create a value of DescribeAppImageConfig 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:appImageConfigName:DescribeAppImageConfig', describeAppImageConfig_appImageConfigName - The name of the AppImageConfig to describe.

data DescribeAppImageConfigResponse Source #

See: newDescribeAppImageConfigResponse smart constructor.

Instances

Instances details
Eq DescribeAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Read DescribeAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Show DescribeAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Generic DescribeAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

Associated Types

type Rep DescribeAppImageConfigResponse :: Type -> Type #

NFData DescribeAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

type Rep DescribeAppImageConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAppImageConfig

type Rep DescribeAppImageConfigResponse = D1 ('MetaData "DescribeAppImageConfigResponse" "Amazonka.SageMaker.DescribeAppImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeAppImageConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "kernelGatewayImageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayImageConfig)) :*: (S1 ('MetaSel ('Just "appImageConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

ListNotebookInstances (Paginated)

data ListNotebookInstances Source #

See: newListNotebookInstances smart constructor.

Instances

Instances details
Eq ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Read ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Show ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Generic ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Associated Types

type Rep ListNotebookInstances :: Type -> Type #

NFData ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Methods

rnf :: ListNotebookInstances -> () #

Hashable ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

ToJSON ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

AWSPager ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

AWSRequest ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Associated Types

type AWSResponse ListNotebookInstances #

ToHeaders ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

ToPath ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

ToQuery ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

type Rep ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

type Rep ListNotebookInstances = D1 ('MetaData "ListNotebookInstances" "Amazonka.SageMaker.ListNotebookInstances" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListNotebookInstances'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultCodeRepositoryContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "additionalCodeRepositoryEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceSortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceStatus))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceSortKey)))))))
type AWSResponse ListNotebookInstances Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

newListNotebookInstances :: ListNotebookInstances Source #

Create a value of ListNotebookInstances 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:nameContains:ListNotebookInstances', listNotebookInstances_nameContains - A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.

$sel:defaultCodeRepositoryContains:ListNotebookInstances', listNotebookInstances_defaultCodeRepositoryContains - A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.

$sel:lastModifiedTimeBefore:ListNotebookInstances', listNotebookInstances_lastModifiedTimeBefore - A filter that returns only notebook instances that were modified before the specified time (timestamp).

$sel:notebookInstanceLifecycleConfigNameContains:ListNotebookInstances', listNotebookInstances_notebookInstanceLifecycleConfigNameContains - A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.

$sel:creationTimeAfter:ListNotebookInstances', listNotebookInstances_creationTimeAfter - A filter that returns only notebook instances that were created after the specified time (timestamp).

$sel:additionalCodeRepositoryEquals:ListNotebookInstances', listNotebookInstances_additionalCodeRepositoryEquals - A filter that returns only notebook instances with associated with the specified git repository.

$sel:nextToken:ListNotebookInstances', listNotebookInstances_nextToken - If the previous call to the ListNotebookInstances is truncated, the response includes a NextToken. You can use this token in your subsequent ListNotebookInstances request to fetch the next set of notebook instances.

You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.

$sel:sortOrder:ListNotebookInstances', listNotebookInstances_sortOrder - The sort order for results.

$sel:lastModifiedTimeAfter:ListNotebookInstances', listNotebookInstances_lastModifiedTimeAfter - A filter that returns only notebook instances that were modified after the specified time (timestamp).

$sel:creationTimeBefore:ListNotebookInstances', listNotebookInstances_creationTimeBefore - A filter that returns only notebook instances that were created before the specified time (timestamp).

$sel:statusEquals:ListNotebookInstances', listNotebookInstances_statusEquals - A filter that returns only notebook instances with the specified status.

$sel:maxResults:ListNotebookInstances', listNotebookInstances_maxResults - The maximum number of notebook instances to return.

$sel:sortBy:ListNotebookInstances', listNotebookInstances_sortBy - The field to sort results by. The default is Name.

data ListNotebookInstancesResponse Source #

See: newListNotebookInstancesResponse smart constructor.

Instances

Instances details
Eq ListNotebookInstancesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Read ListNotebookInstancesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Show ListNotebookInstancesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Generic ListNotebookInstancesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

Associated Types

type Rep ListNotebookInstancesResponse :: Type -> Type #

NFData ListNotebookInstancesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

type Rep ListNotebookInstancesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstances

type Rep ListNotebookInstancesResponse = D1 ('MetaData "ListNotebookInstancesResponse" "Amazonka.SageMaker.ListNotebookInstances" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListNotebookInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListNotebookInstancesResponse Source #

Create a value of ListNotebookInstancesResponse 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:notebookInstances:ListNotebookInstancesResponse', listNotebookInstancesResponse_notebookInstances - An array of NotebookInstanceSummary objects, one for each notebook instance.

$sel:nextToken:ListNotebookInstances', listNotebookInstancesResponse_nextToken - If the response to the previous ListNotebookInstances request was truncated, Amazon SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

$sel:httpStatus:ListNotebookInstancesResponse', listNotebookInstancesResponse_httpStatus - The response's http status code.

DescribeStudioLifecycleConfig

data DescribeStudioLifecycleConfig Source #

See: newDescribeStudioLifecycleConfig smart constructor.

Instances

Instances details
Eq DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Read DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Show DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Generic DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Associated Types

type Rep DescribeStudioLifecycleConfig :: Type -> Type #

NFData DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Hashable DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

ToJSON DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

AWSRequest DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

ToHeaders DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

ToPath DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

ToQuery DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

type Rep DescribeStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

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

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

newDescribeStudioLifecycleConfig Source #

Create a value of DescribeStudioLifecycleConfig 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:studioLifecycleConfigName:DescribeStudioLifecycleConfig', describeStudioLifecycleConfig_studioLifecycleConfigName - The name of the Studio Lifecycle Configuration to describe.

data DescribeStudioLifecycleConfigResponse Source #

Instances

Instances details
Eq DescribeStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Read DescribeStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Show DescribeStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

Generic DescribeStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

NFData DescribeStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

type Rep DescribeStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeStudioLifecycleConfig

type Rep DescribeStudioLifecycleConfigResponse = D1 ('MetaData "DescribeStudioLifecycleConfigResponse" "Amazonka.SageMaker.DescribeStudioLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeStudioLifecycleConfigResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "studioLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "studioLifecycleConfigAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StudioLifecycleConfigAppType))) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeStudioLifecycleConfigResponse Source #

Create a value of DescribeStudioLifecycleConfigResponse 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:creationTime:DescribeStudioLifecycleConfigResponse', describeStudioLifecycleConfigResponse_creationTime - The creation time of the Studio Lifecycle Configuration.

$sel:studioLifecycleConfigContent:DescribeStudioLifecycleConfigResponse', describeStudioLifecycleConfigResponse_studioLifecycleConfigContent - The content of your Studio Lifecycle Configuration script.

$sel:lastModifiedTime:DescribeStudioLifecycleConfigResponse', describeStudioLifecycleConfigResponse_lastModifiedTime - This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

$sel:studioLifecycleConfigArn:DescribeStudioLifecycleConfigResponse', describeStudioLifecycleConfigResponse_studioLifecycleConfigArn - The ARN of the Lifecycle Configuration to describe.

$sel:studioLifecycleConfigAppType:DescribeStudioLifecycleConfigResponse', describeStudioLifecycleConfigResponse_studioLifecycleConfigAppType - The App type that the Lifecycle Configuration is attached to.

$sel:studioLifecycleConfigName:DescribeStudioLifecycleConfig', describeStudioLifecycleConfigResponse_studioLifecycleConfigName - The name of the Studio Lifecycle Configuration that is described.

$sel:httpStatus:DescribeStudioLifecycleConfigResponse', describeStudioLifecycleConfigResponse_httpStatus - The response's http status code.

StopLabelingJob

data StopLabelingJob Source #

See: newStopLabelingJob smart constructor.

Constructors

StopLabelingJob' Text 

Instances

Instances details
Eq StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Read StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Show StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Generic StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type Rep StopLabelingJob :: Type -> Type #

NFData StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Methods

rnf :: StopLabelingJob -> () #

Hashable StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

ToJSON StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

AWSRequest StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type AWSResponse StopLabelingJob #

ToHeaders StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

ToPath StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

ToQuery StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

type Rep StopLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

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

Defined in Amazonka.SageMaker.StopLabelingJob

newStopLabelingJob Source #

Create a value of StopLabelingJob 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:labelingJobName:StopLabelingJob', stopLabelingJob_labelingJobName - The name of the labeling job to stop.

data StopLabelingJobResponse Source #

See: newStopLabelingJobResponse smart constructor.

Instances

Instances details
Eq StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Read StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Show StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Generic StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Associated Types

type Rep StopLabelingJobResponse :: Type -> Type #

NFData StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

Methods

rnf :: StopLabelingJobResponse -> () #

type Rep StopLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopLabelingJob

type Rep StopLabelingJobResponse = D1 ('MetaData "StopLabelingJobResponse" "Amazonka.SageMaker.StopLabelingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopLabelingJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopLabelingJobResponse :: StopLabelingJobResponse Source #

Create a value of StopLabelingJobResponse with all optional fields omitted.

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

DeleteNotebookInstance

data DeleteNotebookInstance Source #

See: newDeleteNotebookInstance smart constructor.

Instances

Instances details
Eq DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Read DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Show DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Generic DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Associated Types

type Rep DeleteNotebookInstance :: Type -> Type #

NFData DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Methods

rnf :: DeleteNotebookInstance -> () #

Hashable DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

ToJSON DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

AWSRequest DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Associated Types

type AWSResponse DeleteNotebookInstance #

ToHeaders DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

ToPath DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

ToQuery DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

type Rep DeleteNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

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

Defined in Amazonka.SageMaker.DeleteNotebookInstance

newDeleteNotebookInstance Source #

Create a value of DeleteNotebookInstance 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:notebookInstanceName:DeleteNotebookInstance', deleteNotebookInstance_notebookInstanceName - The name of the Amazon SageMaker notebook instance to delete.

data DeleteNotebookInstanceResponse Source #

See: newDeleteNotebookInstanceResponse smart constructor.

Instances

Instances details
Eq DeleteNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Read DeleteNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Show DeleteNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Generic DeleteNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

Associated Types

type Rep DeleteNotebookInstanceResponse :: Type -> Type #

NFData DeleteNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

type Rep DeleteNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteNotebookInstance

type Rep DeleteNotebookInstanceResponse = D1 ('MetaData "DeleteNotebookInstanceResponse" "Amazonka.SageMaker.DeleteNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteNotebookInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteNotebookInstanceResponse :: DeleteNotebookInstanceResponse Source #

Create a value of DeleteNotebookInstanceResponse with all optional fields omitted.

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

UpdateNotebookInstance

data UpdateNotebookInstance Source #

See: newUpdateNotebookInstance smart constructor.

Instances

Instances details
Eq UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Read UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Show UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Generic UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Associated Types

type Rep UpdateNotebookInstance :: Type -> Type #

NFData UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Methods

rnf :: UpdateNotebookInstance -> () #

Hashable UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

ToJSON UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

AWSRequest UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Associated Types

type AWSResponse UpdateNotebookInstance #

ToHeaders UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

ToPath UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

ToQuery UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

type Rep UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

type Rep UpdateNotebookInstance = D1 ('MetaData "UpdateNotebookInstance" "Amazonka.SageMaker.UpdateNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateNotebookInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceleratorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceAcceleratorType])) :*: (S1 ('MetaSel ('Just "disassociateAdditionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "additionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "lifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "disassociateLifecycleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disassociateDefaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType)) :*: (S1 ('MetaSel ('Just "defaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "rootAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RootAccess)) :*: S1 ('MetaSel ('Just "disassociateAcceleratorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

newUpdateNotebookInstance Source #

Create a value of UpdateNotebookInstance 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:acceleratorTypes:UpdateNotebookInstance', updateNotebookInstance_acceleratorTypes - A list of the Elastic Inference (EI) instance types to associate with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

$sel:disassociateAdditionalCodeRepositories:UpdateNotebookInstance', updateNotebookInstance_disassociateAdditionalCodeRepositories - A list of names or URLs of the default Git repositories to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.

$sel:additionalCodeRepositories:UpdateNotebookInstance', updateNotebookInstance_additionalCodeRepositories - An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:lifecycleConfigName:UpdateNotebookInstance', updateNotebookInstance_lifecycleConfigName - The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

$sel:disassociateLifecycleConfig:UpdateNotebookInstance', updateNotebookInstance_disassociateLifecycleConfig - Set to true to remove the notebook instance lifecycle configuration currently associated with the notebook instance. This operation is idempotent. If you specify a lifecycle configuration that is not associated with the notebook instance when you call this method, it does not throw an error.

$sel:disassociateDefaultCodeRepository:UpdateNotebookInstance', updateNotebookInstance_disassociateDefaultCodeRepository - The name or URL of the default Git repository to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.

$sel:instanceType:UpdateNotebookInstance', updateNotebookInstance_instanceType - The Amazon ML compute instance type.

$sel:defaultCodeRepository:UpdateNotebookInstance', updateNotebookInstance_defaultCodeRepository - The Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:volumeSizeInGB:UpdateNotebookInstance', updateNotebookInstance_volumeSizeInGB - The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB. ML storage volumes are encrypted, so Amazon SageMaker can't determine the amount of available free space on the volume. Because of this, you can increase the volume size when you update a notebook instance, but you can't decrease the volume size. If you want to decrease the size of the ML storage volume in use, create a new notebook instance with the desired size.

$sel:rootAccess:UpdateNotebookInstance', updateNotebookInstance_rootAccess - Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

If you set this to Disabled, users don't have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.

$sel:disassociateAcceleratorTypes:UpdateNotebookInstance', updateNotebookInstance_disassociateAcceleratorTypes - A list of the Elastic Inference (EI) instance types to remove from this notebook instance. This operation is idempotent. If you specify an accelerator type that is not associated with the notebook instance when you call this method, it does not throw an error.

$sel:roleArn:UpdateNotebookInstance', updateNotebookInstance_roleArn - The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access the notebook instance. For more information, see Amazon SageMaker Roles.

To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission.

$sel:notebookInstanceName:UpdateNotebookInstance', updateNotebookInstance_notebookInstanceName - The name of the notebook instance to update.

data UpdateNotebookInstanceResponse Source #

See: newUpdateNotebookInstanceResponse smart constructor.

Instances

Instances details
Eq UpdateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Read UpdateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Show UpdateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Generic UpdateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

Associated Types

type Rep UpdateNotebookInstanceResponse :: Type -> Type #

NFData UpdateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

type Rep UpdateNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateNotebookInstance

type Rep UpdateNotebookInstanceResponse = D1 ('MetaData "UpdateNotebookInstanceResponse" "Amazonka.SageMaker.UpdateNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateNotebookInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateNotebookInstanceResponse Source #

Create a value of UpdateNotebookInstanceResponse 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:httpStatus:UpdateNotebookInstanceResponse', updateNotebookInstanceResponse_httpStatus - The response's http status code.

ListModelPackages (Paginated)

data ListModelPackages Source #

See: newListModelPackages smart constructor.

Instances

Instances details
Eq ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Read ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Show ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Generic ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Associated Types

type Rep ListModelPackages :: Type -> Type #

NFData ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Methods

rnf :: ListModelPackages -> () #

Hashable ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

ToJSON ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

AWSPager ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

AWSRequest ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Associated Types

type AWSResponse ListModelPackages #

ToHeaders ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

ToPath ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

ToQuery ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

type Rep ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

type AWSResponse ListModelPackages Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

newListModelPackages :: ListModelPackages Source #

Create a value of ListModelPackages 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:nameContains:ListModelPackages', listModelPackages_nameContains - A string in the model package name. This filter returns only model packages whose name contains the specified string.

$sel:modelApprovalStatus:ListModelPackages', listModelPackages_modelApprovalStatus - A filter that returns only the model packages with the specified approval status.

$sel:modelPackageType:ListModelPackages', listModelPackages_modelPackageType - A filter that returns onlyl the model packages of the specified type. This can be one of the following values.

  • VERSIONED - List only versioned models.
  • UNVERSIONED - List only unversioined models.
  • BOTH - List both versioned and unversioned models.

$sel:creationTimeAfter:ListModelPackages', listModelPackages_creationTimeAfter - A filter that returns only model packages created after the specified time (timestamp).

$sel:nextToken:ListModelPackages', listModelPackages_nextToken - If the response to a previous ListModelPackages request was truncated, the response includes a NextToken. To retrieve the next set of model packages, use the token in the next request.

$sel:sortOrder:ListModelPackages', listModelPackages_sortOrder - The sort order for the results. The default is Ascending.

$sel:modelPackageGroupName:ListModelPackages', listModelPackages_modelPackageGroupName - A filter that returns only model versions that belong to the specified model group.

$sel:creationTimeBefore:ListModelPackages', listModelPackages_creationTimeBefore - A filter that returns only model packages created before the specified time (timestamp).

$sel:maxResults:ListModelPackages', listModelPackages_maxResults - The maximum number of model packages to return in the response.

$sel:sortBy:ListModelPackages', listModelPackages_sortBy - The parameter by which to sort the results. The default is CreationTime.

data ListModelPackagesResponse Source #

See: newListModelPackagesResponse smart constructor.

Instances

Instances details
Eq ListModelPackagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Read ListModelPackagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Show ListModelPackagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Generic ListModelPackagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

Associated Types

type Rep ListModelPackagesResponse :: Type -> Type #

NFData ListModelPackagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

type Rep ListModelPackagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackages

type Rep ListModelPackagesResponse = D1 ('MetaData "ListModelPackagesResponse" "Amazonka.SageMaker.ListModelPackages" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelPackagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelPackageSummary]))))

newListModelPackagesResponse Source #

Create a value of ListModelPackagesResponse 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:nextToken:ListModelPackages', listModelPackagesResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.

$sel:httpStatus:ListModelPackagesResponse', listModelPackagesResponse_httpStatus - The response's http status code.

$sel:modelPackageSummaryList:ListModelPackagesResponse', listModelPackagesResponse_modelPackageSummaryList - An array of ModelPackageSummary objects, each of which lists a model package.

CreateModelQualityJobDefinition

data CreateModelQualityJobDefinition Source #

See: newCreateModelQualityJobDefinition smart constructor.

Instances

Instances details
Eq CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Read CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Show CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Generic CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Associated Types

type Rep CreateModelQualityJobDefinition :: Type -> Type #

NFData CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Hashable CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

ToJSON CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

AWSRequest CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

ToHeaders CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

ToPath CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

ToQuery CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

type Rep CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

type Rep CreateModelQualityJobDefinition = D1 ('MetaData "CreateModelQualityJobDefinition" "Amazonka.SageMaker.CreateModelQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelQualityJobDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelQualityBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelQualityBaselineConfig)) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition))) :*: (S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "modelQualityAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelQualityAppSpecification) :*: S1 ('MetaSel ('Just "modelQualityJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelQualityJobInput)) :*: (S1 ('MetaSel ('Just "modelQualityJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateModelQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

newCreateModelQualityJobDefinition Source #

Create a value of CreateModelQualityJobDefinition 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:modelQualityBaselineConfig:CreateModelQualityJobDefinition', createModelQualityJobDefinition_modelQualityBaselineConfig - Specifies the constraints and baselines for the monitoring job.

$sel:stoppingCondition:CreateModelQualityJobDefinition', createModelQualityJobDefinition_stoppingCondition - Undocumented member.

$sel:networkConfig:CreateModelQualityJobDefinition', createModelQualityJobDefinition_networkConfig - Specifies the network configuration for the monitoring job.

$sel:tags:CreateModelQualityJobDefinition', createModelQualityJobDefinition_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:jobDefinitionName:CreateModelQualityJobDefinition', createModelQualityJobDefinition_jobDefinitionName - The name of the monitoring job definition.

$sel:modelQualityAppSpecification:CreateModelQualityJobDefinition', createModelQualityJobDefinition_modelQualityAppSpecification - The container that runs the monitoring job.

$sel:modelQualityJobInput:CreateModelQualityJobDefinition', createModelQualityJobDefinition_modelQualityJobInput - A list of the inputs that are monitored. Currently endpoints are supported.

$sel:modelQualityJobOutputConfig:CreateModelQualityJobDefinition', createModelQualityJobDefinition_modelQualityJobOutputConfig - Undocumented member.

$sel:jobResources:CreateModelQualityJobDefinition', createModelQualityJobDefinition_jobResources - Undocumented member.

$sel:roleArn:CreateModelQualityJobDefinition', createModelQualityJobDefinition_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

data CreateModelQualityJobDefinitionResponse Source #

Instances

Instances details
Eq CreateModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Read CreateModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Show CreateModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

Generic CreateModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

NFData CreateModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

type Rep CreateModelQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelQualityJobDefinition

type Rep CreateModelQualityJobDefinitionResponse = D1 ('MetaData "CreateModelQualityJobDefinitionResponse" "Amazonka.SageMaker.CreateModelQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelQualityJobDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateModelQualityJobDefinitionResponse Source #

Create a value of CreateModelQualityJobDefinitionResponse 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:httpStatus:CreateModelQualityJobDefinitionResponse', createModelQualityJobDefinitionResponse_httpStatus - The response's http status code.

$sel:jobDefinitionArn:CreateModelQualityJobDefinitionResponse', createModelQualityJobDefinitionResponse_jobDefinitionArn - The Amazon Resource Name (ARN) of the model quality monitoring job.

DeleteImageVersion

data DeleteImageVersion Source #

See: newDeleteImageVersion smart constructor.

Instances

Instances details
Eq DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Read DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Show DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Generic DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Associated Types

type Rep DeleteImageVersion :: Type -> Type #

NFData DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Methods

rnf :: DeleteImageVersion -> () #

Hashable DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

ToJSON DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

AWSRequest DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Associated Types

type AWSResponse DeleteImageVersion #

ToHeaders DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

ToPath DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

ToQuery DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

type Rep DeleteImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

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

Defined in Amazonka.SageMaker.DeleteImageVersion

newDeleteImageVersion Source #

Create a value of DeleteImageVersion 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:imageName:DeleteImageVersion', deleteImageVersion_imageName - The name of the image.

$sel:version:DeleteImageVersion', deleteImageVersion_version - The version to delete.

data DeleteImageVersionResponse Source #

See: newDeleteImageVersionResponse smart constructor.

Instances

Instances details
Eq DeleteImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Read DeleteImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Show DeleteImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Generic DeleteImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

Associated Types

type Rep DeleteImageVersionResponse :: Type -> Type #

NFData DeleteImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

type Rep DeleteImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImageVersion

type Rep DeleteImageVersionResponse = D1 ('MetaData "DeleteImageVersionResponse" "Amazonka.SageMaker.DeleteImageVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteImageVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteImageVersionResponse Source #

Create a value of DeleteImageVersionResponse 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:httpStatus:DeleteImageVersionResponse', deleteImageVersionResponse_httpStatus - The response's http status code.

DescribeExperiment

data DescribeExperiment Source #

See: newDescribeExperiment smart constructor.

Instances

Instances details
Eq DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Read DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Show DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Generic DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type Rep DescribeExperiment :: Type -> Type #

NFData DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Methods

rnf :: DescribeExperiment -> () #

Hashable DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

ToJSON DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

AWSRequest DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type AWSResponse DescribeExperiment #

ToHeaders DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

ToPath DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

ToQuery DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

type Rep DescribeExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

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

Defined in Amazonka.SageMaker.DescribeExperiment

newDescribeExperiment Source #

Create a value of DescribeExperiment 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:experimentName:DescribeExperiment', describeExperiment_experimentName - The name of the experiment to describe.

data DescribeExperimentResponse Source #

See: newDescribeExperimentResponse smart constructor.

Instances

Instances details
Eq DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Read DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Show DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Generic DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

Associated Types

type Rep DescribeExperimentResponse :: Type -> Type #

NFData DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

type Rep DescribeExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeExperiment

newDescribeExperimentResponse Source #

Create a value of DescribeExperimentResponse 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:creationTime:DescribeExperimentResponse', describeExperimentResponse_creationTime - When the experiment was created.

$sel:createdBy:DescribeExperimentResponse', describeExperimentResponse_createdBy - Who created the experiment.

$sel:lastModifiedTime:DescribeExperimentResponse', describeExperimentResponse_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:DescribeExperiment', describeExperimentResponse_experimentName - The name of the experiment.

$sel:experimentArn:DescribeExperimentResponse', describeExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:source:DescribeExperimentResponse', describeExperimentResponse_source - The ARN of the source and, optionally, the type.

$sel:displayName:DescribeExperimentResponse', describeExperimentResponse_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

$sel:lastModifiedBy:DescribeExperimentResponse', describeExperimentResponse_lastModifiedBy - Who last modified the experiment.

$sel:description:DescribeExperimentResponse', describeExperimentResponse_description - The description of the experiment.

$sel:httpStatus:DescribeExperimentResponse', describeExperimentResponse_httpStatus - The response's http status code.

DeleteTrialComponent

data DeleteTrialComponent Source #

See: newDeleteTrialComponent smart constructor.

Instances

Instances details
Eq DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Read DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Show DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Generic DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type Rep DeleteTrialComponent :: Type -> Type #

NFData DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Methods

rnf :: DeleteTrialComponent -> () #

Hashable DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToJSON DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

AWSRequest DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type AWSResponse DeleteTrialComponent #

ToHeaders DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToPath DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToQuery DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

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

Defined in Amazonka.SageMaker.DeleteTrialComponent

newDeleteTrialComponent Source #

Create a value of DeleteTrialComponent 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:trialComponentName:DeleteTrialComponent', deleteTrialComponent_trialComponentName - The name of the component to delete.

data DeleteTrialComponentResponse Source #

See: newDeleteTrialComponentResponse smart constructor.

Instances

Instances details
Eq DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Read DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Show DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Generic DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type Rep DeleteTrialComponentResponse :: Type -> Type #

NFData DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponentResponse = D1 ('MetaData "DeleteTrialComponentResponse" "Amazonka.SageMaker.DeleteTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTrialComponentResponse Source #

Create a value of DeleteTrialComponentResponse 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:trialComponentArn:DeleteTrialComponentResponse', deleteTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the component is being deleted.

$sel:httpStatus:DeleteTrialComponentResponse', deleteTrialComponentResponse_httpStatus - The response's http status code.

UpdateTrialComponent

data UpdateTrialComponent Source #

See: newUpdateTrialComponent smart constructor.

Instances

Instances details
Eq UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Read UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Show UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Generic UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Associated Types

type Rep UpdateTrialComponent :: Type -> Type #

NFData UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Methods

rnf :: UpdateTrialComponent -> () #

Hashable UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

ToJSON UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

AWSRequest UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Associated Types

type AWSResponse UpdateTrialComponent #

ToHeaders UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

ToPath UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

ToQuery UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

type Rep UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

type Rep UpdateTrialComponent = D1 ('MetaData "UpdateTrialComponent" "Amazonka.SageMaker.UpdateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateTrialComponent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus)) :*: S1 ('MetaSel ('Just "parametersToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "outputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "outputArtifactsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentParameterValue))) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "inputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: (S1 ('MetaSel ('Just "inputArtifactsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse UpdateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

newUpdateTrialComponent Source #

Create a value of UpdateTrialComponent 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:status:UpdateTrialComponent', updateTrialComponent_status - The new status of the component.

$sel:parametersToRemove:UpdateTrialComponent', updateTrialComponent_parametersToRemove - The hyperparameters to remove from the component.

$sel:outputArtifacts:UpdateTrialComponent', updateTrialComponent_outputArtifacts - Replaces all of the component's output artifacts with the specified artifacts.

$sel:startTime:UpdateTrialComponent', updateTrialComponent_startTime - When the component started.

$sel:outputArtifactsToRemove:UpdateTrialComponent', updateTrialComponent_outputArtifactsToRemove - The output artifacts to remove from the component.

$sel:endTime:UpdateTrialComponent', updateTrialComponent_endTime - When the component ended.

$sel:parameters:UpdateTrialComponent', updateTrialComponent_parameters - Replaces all of the component's hyperparameters with the specified hyperparameters.

$sel:displayName:UpdateTrialComponent', updateTrialComponent_displayName - The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:inputArtifacts:UpdateTrialComponent', updateTrialComponent_inputArtifacts - Replaces all of the component's input artifacts with the specified artifacts.

$sel:inputArtifactsToRemove:UpdateTrialComponent', updateTrialComponent_inputArtifactsToRemove - The input artifacts to remove from the component.

$sel:trialComponentName:UpdateTrialComponent', updateTrialComponent_trialComponentName - The name of the component to update.

data UpdateTrialComponentResponse Source #

See: newUpdateTrialComponentResponse smart constructor.

Instances

Instances details
Eq UpdateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Read UpdateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Show UpdateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Generic UpdateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

Associated Types

type Rep UpdateTrialComponentResponse :: Type -> Type #

NFData UpdateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

type Rep UpdateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrialComponent

type Rep UpdateTrialComponentResponse = D1 ('MetaData "UpdateTrialComponentResponse" "Amazonka.SageMaker.UpdateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTrialComponentResponse Source #

Create a value of UpdateTrialComponentResponse 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:trialComponentArn:UpdateTrialComponentResponse', updateTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:httpStatus:UpdateTrialComponentResponse', updateTrialComponentResponse_httpStatus - The response's http status code.

DescribeLabelingJob

data DescribeLabelingJob Source #

See: newDescribeLabelingJob smart constructor.

Instances

Instances details
Eq DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Read DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Show DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Generic DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Associated Types

type Rep DescribeLabelingJob :: Type -> Type #

NFData DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Methods

rnf :: DescribeLabelingJob -> () #

Hashable DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

ToJSON DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

AWSRequest DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Associated Types

type AWSResponse DescribeLabelingJob #

ToHeaders DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

ToPath DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

ToQuery DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

type Rep DescribeLabelingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

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

Defined in Amazonka.SageMaker.DescribeLabelingJob

newDescribeLabelingJob Source #

Create a value of DescribeLabelingJob 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:labelingJobName:DescribeLabelingJob', describeLabelingJob_labelingJobName - The name of the labeling job to return information for.

data DescribeLabelingJobResponse Source #

See: newDescribeLabelingJobResponse smart constructor.

Instances

Instances details
Eq DescribeLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Read DescribeLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Show DescribeLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Generic DescribeLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

Associated Types

type Rep DescribeLabelingJobResponse :: Type -> Type #

NFData DescribeLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

type Rep DescribeLabelingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeLabelingJob

type Rep DescribeLabelingJobResponse = D1 ('MetaData "DescribeLabelingJobResponse" "Amazonka.SageMaker.DescribeLabelingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeLabelingJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelingJobAlgorithmsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobAlgorithmsConfig))) :*: (S1 ('MetaSel ('Just "labelCategoryConfigS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stoppingConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobStoppingConditions)))) :*: ((S1 ('MetaSel ('Just "labelAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelingJobOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobOutput))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "labelingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobStatus))))) :*: (((S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelCounters) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "jobReferenceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobInputConfig)) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobOutputConfig) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "humanTaskConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanTaskConfig)))))))

newDescribeLabelingJobResponse Source #

Create a value of DescribeLabelingJobResponse 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:failureReason:DescribeLabelingJobResponse', describeLabelingJobResponse_failureReason - If the job failed, the reason that it failed.

$sel:labelingJobAlgorithmsConfig:DescribeLabelingJobResponse', describeLabelingJobResponse_labelingJobAlgorithmsConfig - Configuration information for automated data labeling.

$sel:labelCategoryConfigS3Uri:DescribeLabelingJobResponse', describeLabelingJobResponse_labelCategoryConfigS3Uri - The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits:

  • Semantic segmentation labeling jobs using automated labeling: 20 labels
  • Box bounding labeling jobs (all): 10 labels

The file is a JSON structure in the following format:

{
 "document-version": "2018-11-28"
 "labels": [
 {
 "label": "label 1"
 },
 {
 "label": "label 2"
 },
 ...
 {
 "label": "label n"
 }
 ]
}

$sel:stoppingConditions:DescribeLabelingJobResponse', describeLabelingJobResponse_stoppingConditions - A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.

$sel:labelAttributeName:DescribeLabelingJobResponse', describeLabelingJobResponse_labelAttributeName - The attribute used as the label in the output manifest file.

$sel:labelingJobOutput:DescribeLabelingJobResponse', describeLabelingJobResponse_labelingJobOutput - The location of the output produced by the labeling job.

$sel:tags:DescribeLabelingJobResponse', describeLabelingJobResponse_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:httpStatus:DescribeLabelingJobResponse', describeLabelingJobResponse_httpStatus - The response's http status code.

$sel:labelingJobStatus:DescribeLabelingJobResponse', describeLabelingJobResponse_labelingJobStatus - The processing status of the labeling job.

$sel:labelCounters:DescribeLabelingJobResponse', describeLabelingJobResponse_labelCounters - Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine, the number of objects than couldn't be labeled, and the total number of objects labeled.

$sel:creationTime:DescribeLabelingJobResponse', describeLabelingJobResponse_creationTime - The date and time that the labeling job was created.

$sel:lastModifiedTime:DescribeLabelingJobResponse', describeLabelingJobResponse_lastModifiedTime - The date and time that the labeling job was last updated.

$sel:jobReferenceCode:DescribeLabelingJobResponse', describeLabelingJobResponse_jobReferenceCode - A unique identifier for work done as part of a labeling job.

$sel:labelingJobName:DescribeLabelingJob', describeLabelingJobResponse_labelingJobName - The name assigned to the labeling job when it was created.

$sel:labelingJobArn:DescribeLabelingJobResponse', describeLabelingJobResponse_labelingJobArn - The Amazon Resource Name (ARN) of the labeling job.

$sel:inputConfig:DescribeLabelingJobResponse', describeLabelingJobResponse_inputConfig - Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

$sel:outputConfig:DescribeLabelingJobResponse', describeLabelingJobResponse_outputConfig - The location of the job's output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

$sel:roleArn:DescribeLabelingJobResponse', describeLabelingJobResponse_roleArn - The Amazon Resource Name (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling.

$sel:humanTaskConfig:DescribeLabelingJobResponse', describeLabelingJobResponse_humanTaskConfig - Configuration information required for human workers to complete a labeling task.

CreateDomain

data CreateDomain Source #

See: newCreateDomain smart constructor.

Instances

Instances details
Eq CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Read CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Show CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Generic CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Associated Types

type Rep CreateDomain :: Type -> Type #

NFData CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Methods

rnf :: CreateDomain -> () #

Hashable CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

ToJSON CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

AWSRequest CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Associated Types

type AWSResponse CreateDomain #

ToHeaders CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

ToPath CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

ToQuery CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

type Rep CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

type AWSResponse CreateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

newCreateDomain Source #

Create a value of CreateDomain 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:homeEfsFileSystemKmsKeyId:CreateDomain', createDomain_homeEfsFileSystemKmsKeyId - This member is deprecated and replaced with KmsKeyId.

$sel:kmsKeyId:CreateDomain', createDomain_kmsKeyId - SageMaker uses Amazon Web Services KMS to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.

$sel:appNetworkAccessType:CreateDomain', createDomain_appNetworkAccessType - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

  • PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access
  • VpcOnly - All Studio traffic is through the specified VPC and subnets

$sel:tags:CreateDomain', createDomain_tags - Tags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

Tags that you specify for the Domain are also added to all Apps that the Domain launches.

$sel:domainName:CreateDomain', createDomain_domainName - A name for the domain.

$sel:authMode:CreateDomain', createDomain_authMode - The mode of authentication that members use to access the domain.

$sel:defaultUserSettings:CreateDomain', createDomain_defaultUserSettings - The default settings to use to create a user profile when UserSettings isn't specified in the call to the CreateUserProfile API.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

$sel:subnetIds:CreateDomain', createDomain_subnetIds - The VPC subnets that Studio uses for communication.

$sel:vpcId:CreateDomain', createDomain_vpcId - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

data CreateDomainResponse Source #

See: newCreateDomainResponse smart constructor.

Instances

Instances details
Eq CreateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Read CreateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Show CreateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Generic CreateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Associated Types

type Rep CreateDomainResponse :: Type -> Type #

NFData CreateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

Methods

rnf :: CreateDomainResponse -> () #

type Rep CreateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDomain

type Rep CreateDomainResponse = D1 ('MetaData "CreateDomainResponse" "Amazonka.SageMaker.CreateDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateDomainResponse Source #

Create a value of CreateDomainResponse 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:domainArn:CreateDomainResponse', createDomainResponse_domainArn - The Amazon Resource Name (ARN) of the created domain.

$sel:url:CreateDomainResponse', createDomainResponse_url - The URL to the created domain.

$sel:httpStatus:CreateDomainResponse', createDomainResponse_httpStatus - The response's http status code.

ListDeviceFleets (Paginated)

data ListDeviceFleets Source #

See: newListDeviceFleets smart constructor.

Instances

Instances details
Eq ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Read ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Show ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Generic ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type Rep ListDeviceFleets :: Type -> Type #

NFData ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Methods

rnf :: ListDeviceFleets -> () #

Hashable ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToJSON ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

AWSPager ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

AWSRequest ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type AWSResponse ListDeviceFleets #

ToHeaders ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToPath ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToQuery ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleets = D1 ('MetaData "ListDeviceFleets" "Amazonka.SageMaker.ListDeviceFleets" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDeviceFleets'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListDeviceFleetsSortBy)))))))
type AWSResponse ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

newListDeviceFleets :: ListDeviceFleets Source #

Create a value of ListDeviceFleets 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:nameContains:ListDeviceFleets', listDeviceFleets_nameContains - Filter for fleets containing this name in their fleet device name.

$sel:lastModifiedTimeBefore:ListDeviceFleets', listDeviceFleets_lastModifiedTimeBefore - Select fleets where the job was updated before X

$sel:creationTimeAfter:ListDeviceFleets', listDeviceFleets_creationTimeAfter - Filter fleets where packaging job was created after specified time.

$sel:nextToken:ListDeviceFleets', listDeviceFleets_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:sortOrder:ListDeviceFleets', listDeviceFleets_sortOrder - What direction to sort in.

$sel:lastModifiedTimeAfter:ListDeviceFleets', listDeviceFleets_lastModifiedTimeAfter - Select fleets where the job was updated after X

$sel:creationTimeBefore:ListDeviceFleets', listDeviceFleets_creationTimeBefore - Filter fleets where the edge packaging job was created before specified time.

$sel:maxResults:ListDeviceFleets', listDeviceFleets_maxResults - The maximum number of results to select.

$sel:sortBy:ListDeviceFleets', listDeviceFleets_sortBy - The column to sort by.

data ListDeviceFleetsResponse Source #

See: newListDeviceFleetsResponse smart constructor.

Instances

Instances details
Eq ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Read ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Show ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Generic ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type Rep ListDeviceFleetsResponse :: Type -> Type #

NFData ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleetsResponse = D1 ('MetaData "ListDeviceFleetsResponse" "Amazonka.SageMaker.ListDeviceFleets" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDeviceFleetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deviceFleetSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeviceFleetSummary]))))

newListDeviceFleetsResponse Source #

Create a value of ListDeviceFleetsResponse 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:nextToken:ListDeviceFleets', listDeviceFleetsResponse_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:httpStatus:ListDeviceFleetsResponse', listDeviceFleetsResponse_httpStatus - The response's http status code.

$sel:deviceFleetSummaries:ListDeviceFleetsResponse', listDeviceFleetsResponse_deviceFleetSummaries - Summary of the device fleet.

DescribeUserProfile

data DescribeUserProfile Source #

See: newDescribeUserProfile smart constructor.

Instances

Instances details
Eq DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Read DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Show DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Generic DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Associated Types

type Rep DescribeUserProfile :: Type -> Type #

NFData DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Methods

rnf :: DescribeUserProfile -> () #

Hashable DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

ToJSON DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

AWSRequest DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Associated Types

type AWSResponse DescribeUserProfile #

ToHeaders DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

ToPath DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

ToQuery DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

type Rep DescribeUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

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

Defined in Amazonka.SageMaker.DescribeUserProfile

newDescribeUserProfile Source #

Create a value of DescribeUserProfile 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:domainId:DescribeUserProfile', describeUserProfile_domainId - The domain ID.

$sel:userProfileName:DescribeUserProfile', describeUserProfile_userProfileName - The user profile name. This value is not case sensitive.

data DescribeUserProfileResponse Source #

See: newDescribeUserProfileResponse smart constructor.

Instances

Instances details
Eq DescribeUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Read DescribeUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Show DescribeUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Generic DescribeUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

Associated Types

type Rep DescribeUserProfileResponse :: Type -> Type #

NFData DescribeUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

type Rep DescribeUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeUserProfile

type Rep DescribeUserProfileResponse = D1 ('MetaData "DescribeUserProfileResponse" "Amazonka.SageMaker.DescribeUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeUserProfileResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserProfileStatus)))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "singleSignOnUserValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "homeEfsFileSystemUid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "singleSignOnUserIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeUserProfileResponse Source #

Create a value of DescribeUserProfileResponse 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:creationTime:DescribeUserProfileResponse', describeUserProfileResponse_creationTime - The creation time.

$sel:userSettings:DescribeUserProfileResponse', describeUserProfileResponse_userSettings - A collection of settings.

$sel:status:DescribeUserProfileResponse', describeUserProfileResponse_status - The status.

$sel:failureReason:DescribeUserProfileResponse', describeUserProfileResponse_failureReason - The failure reason.

$sel:singleSignOnUserValue:DescribeUserProfileResponse', describeUserProfileResponse_singleSignOnUserValue - The SSO user value.

$sel:userProfileName:DescribeUserProfile', describeUserProfileResponse_userProfileName - The user profile name.

$sel:lastModifiedTime:DescribeUserProfileResponse', describeUserProfileResponse_lastModifiedTime - The last modified time.

$sel:homeEfsFileSystemUid:DescribeUserProfileResponse', describeUserProfileResponse_homeEfsFileSystemUid - The ID of the user's profile in the Amazon Elastic File System (EFS) volume.

$sel:userProfileArn:DescribeUserProfileResponse', describeUserProfileResponse_userProfileArn - The user profile Amazon Resource Name (ARN).

$sel:singleSignOnUserIdentifier:DescribeUserProfileResponse', describeUserProfileResponse_singleSignOnUserIdentifier - The SSO user identifier.

$sel:domainId:DescribeUserProfile', describeUserProfileResponse_domainId - The ID of the domain that contains the profile.

$sel:httpStatus:DescribeUserProfileResponse', describeUserProfileResponse_httpStatus - The response's http status code.

ListMonitoringExecutions (Paginated)

data ListMonitoringExecutions Source #

See: newListMonitoringExecutions smart constructor.

Instances

Instances details
Eq ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Read ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Show ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Generic ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Associated Types

type Rep ListMonitoringExecutions :: Type -> Type #

NFData ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Hashable ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToJSON ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

AWSPager ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

AWSRequest ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToHeaders ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToPath ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToQuery ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutions = D1 ('MetaData "ListMonitoringExecutions" "Amazonka.SageMaker.ListMonitoringExecutions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringExecutions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduledTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduledTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "monitoringTypeEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSortKey)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))
type AWSResponse ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

newListMonitoringExecutions :: ListMonitoringExecutions Source #

Create a value of ListMonitoringExecutions 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:endpointName:ListMonitoringExecutions', listMonitoringExecutions_endpointName - Name of a specific endpoint to fetch jobs for.

$sel:lastModifiedTimeBefore:ListMonitoringExecutions', listMonitoringExecutions_lastModifiedTimeBefore - A filter that returns only jobs modified after a specified time.

$sel:scheduledTimeAfter:ListMonitoringExecutions', listMonitoringExecutions_scheduledTimeAfter - Filter for jobs scheduled after a specified time.

$sel:creationTimeAfter:ListMonitoringExecutions', listMonitoringExecutions_creationTimeAfter - A filter that returns only jobs created after a specified time.

$sel:nextToken:ListMonitoringExecutions', listMonitoringExecutions_nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

$sel:sortOrder:ListMonitoringExecutions', listMonitoringExecutions_sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.

$sel:lastModifiedTimeAfter:ListMonitoringExecutions', listMonitoringExecutions_lastModifiedTimeAfter - A filter that returns only jobs modified before a specified time.

$sel:creationTimeBefore:ListMonitoringExecutions', listMonitoringExecutions_creationTimeBefore - A filter that returns only jobs created before a specified time.

$sel:scheduledTimeBefore:ListMonitoringExecutions', listMonitoringExecutions_scheduledTimeBefore - Filter for jobs scheduled before a specified time.

$sel:statusEquals:ListMonitoringExecutions', listMonitoringExecutions_statusEquals - A filter that retrieves only jobs with a specific status.

$sel:monitoringTypeEquals:ListMonitoringExecutions', listMonitoringExecutions_monitoringTypeEquals - A filter that returns only the monitoring job runs of the specified monitoring type.

$sel:monitoringScheduleName:ListMonitoringExecutions', listMonitoringExecutions_monitoringScheduleName - Name of a specific schedule to fetch jobs for.

$sel:maxResults:ListMonitoringExecutions', listMonitoringExecutions_maxResults - The maximum number of jobs to return in the response. The default value is 10.

$sel:sortBy:ListMonitoringExecutions', listMonitoringExecutions_sortBy - Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

$sel:monitoringJobDefinitionName:ListMonitoringExecutions', listMonitoringExecutions_monitoringJobDefinitionName - Gets a list of the monitoring job runs of the specified monitoring job definitions.

data ListMonitoringExecutionsResponse Source #

See: newListMonitoringExecutionsResponse smart constructor.

Instances

Instances details
Eq ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Read ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Show ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Generic ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Associated Types

type Rep ListMonitoringExecutionsResponse :: Type -> Type #

NFData ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutionsResponse = D1 ('MetaData "ListMonitoringExecutionsResponse" "Amazonka.SageMaker.ListMonitoringExecutions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringExecutionSummary]))))

newListMonitoringExecutionsResponse Source #

Create a value of ListMonitoringExecutionsResponse 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:nextToken:ListMonitoringExecutions', listMonitoringExecutionsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques

$sel:httpStatus:ListMonitoringExecutionsResponse', listMonitoringExecutionsResponse_httpStatus - The response's http status code.

$sel:monitoringExecutionSummaries:ListMonitoringExecutionsResponse', listMonitoringExecutionsResponse_monitoringExecutionSummaries - A JSON array in which each element is a summary for a monitoring execution.

DeleteHumanTaskUi

data DeleteHumanTaskUi Source #

See: newDeleteHumanTaskUi smart constructor.

Constructors

DeleteHumanTaskUi' Text 

Instances

Instances details
Eq DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Read DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Show DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Generic DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Associated Types

type Rep DeleteHumanTaskUi :: Type -> Type #

NFData DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Methods

rnf :: DeleteHumanTaskUi -> () #

Hashable DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

ToJSON DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

AWSRequest DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Associated Types

type AWSResponse DeleteHumanTaskUi #

ToHeaders DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

ToPath DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

ToQuery DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

type Rep DeleteHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

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

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

newDeleteHumanTaskUi Source #

Create a value of DeleteHumanTaskUi 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:humanTaskUiName:DeleteHumanTaskUi', deleteHumanTaskUi_humanTaskUiName - The name of the human task user interface (work task template) you want to delete.

data DeleteHumanTaskUiResponse Source #

See: newDeleteHumanTaskUiResponse smart constructor.

Instances

Instances details
Eq DeleteHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Read DeleteHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Show DeleteHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Generic DeleteHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

Associated Types

type Rep DeleteHumanTaskUiResponse :: Type -> Type #

NFData DeleteHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

type Rep DeleteHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteHumanTaskUi

type Rep DeleteHumanTaskUiResponse = D1 ('MetaData "DeleteHumanTaskUiResponse" "Amazonka.SageMaker.DeleteHumanTaskUi" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteHumanTaskUiResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteHumanTaskUiResponse Source #

Create a value of DeleteHumanTaskUiResponse 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:httpStatus:DeleteHumanTaskUiResponse', deleteHumanTaskUiResponse_httpStatus - The response's http status code.

StopTrainingJob

data StopTrainingJob Source #

See: newStopTrainingJob smart constructor.

Constructors

StopTrainingJob' Text 

Instances

Instances details
Eq StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Read StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Show StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Generic StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Associated Types

type Rep StopTrainingJob :: Type -> Type #

NFData StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Methods

rnf :: StopTrainingJob -> () #

Hashable StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

ToJSON StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

AWSRequest StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Associated Types

type AWSResponse StopTrainingJob #

ToHeaders StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

ToPath StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

ToQuery StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

type Rep StopTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

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

Defined in Amazonka.SageMaker.StopTrainingJob

newStopTrainingJob Source #

Create a value of StopTrainingJob 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:trainingJobName:StopTrainingJob', stopTrainingJob_trainingJobName - The name of the training job to stop.

data StopTrainingJobResponse Source #

See: newStopTrainingJobResponse smart constructor.

Instances

Instances details
Eq StopTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Read StopTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Show StopTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Generic StopTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Associated Types

type Rep StopTrainingJobResponse :: Type -> Type #

NFData StopTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

Methods

rnf :: StopTrainingJobResponse -> () #

type Rep StopTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopTrainingJob

type Rep StopTrainingJobResponse = D1 ('MetaData "StopTrainingJobResponse" "Amazonka.SageMaker.StopTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopTrainingJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopTrainingJobResponse :: StopTrainingJobResponse Source #

Create a value of StopTrainingJobResponse with all optional fields omitted.

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

CreateFeatureGroup

data CreateFeatureGroup Source #

See: newCreateFeatureGroup smart constructor.

Instances

Instances details
Eq CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Read CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Show CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Generic CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Associated Types

type Rep CreateFeatureGroup :: Type -> Type #

NFData CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Methods

rnf :: CreateFeatureGroup -> () #

Hashable CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

ToJSON CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

AWSRequest CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Associated Types

type AWSResponse CreateFeatureGroup #

ToHeaders CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

ToPath CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

ToQuery CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

type Rep CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

type Rep CreateFeatureGroup = D1 ('MetaData "CreateFeatureGroup" "Amazonka.SageMaker.CreateFeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateFeatureGroup'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "offlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreConfig)) :*: S1 ('MetaSel ('Just "onlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreConfig))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "recordIdentifierFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventTimeFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "featureDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty FeatureDefinition)))))))
type AWSResponse CreateFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

newCreateFeatureGroup Source #

Create a value of CreateFeatureGroup 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:offlineStoreConfig:CreateFeatureGroup', createFeatureGroup_offlineStoreConfig - Use this to configure an OfflineFeatureStore. This parameter allows you to specify:

  • The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore.
  • A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog.
  • An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent.

To learn more about this parameter, see OfflineStoreConfig.

$sel:onlineStoreConfig:CreateFeatureGroup', createFeatureGroup_onlineStoreConfig - You can turn the OnlineStore on or off by specifying True for the EnableOnlineStore flag in OnlineStoreConfig; the default value is False.

You can also include an Amazon Web Services KMS key ID (KMSKeyId) for at-rest encryption of the OnlineStore.

$sel:description:CreateFeatureGroup', createFeatureGroup_description - A free-form description of a FeatureGroup.

$sel:tags:CreateFeatureGroup', createFeatureGroup_tags - Tags used to identify Features in each FeatureGroup.

$sel:roleArn:CreateFeatureGroup', createFeatureGroup_roleArn - The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

$sel:featureGroupName:CreateFeatureGroup', createFeatureGroup_featureGroupName - The name of the FeatureGroup. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account. The name:

  • Must start and end with an alphanumeric character.
  • Can only contain alphanumeric character and hyphens. Spaces are not allowed.

$sel:recordIdentifierFeatureName:CreateFeatureGroup', createFeatureGroup_recordIdentifierFeatureName - The name of the Feature whose value uniquely identifies a Record defined in the FeatureStore. Only the latest record per identifier value will be stored in the OnlineStore. RecordIdentifierFeatureName must be one of feature definitions' names.

You use the RecordIdentifierFeatureName to access data in a FeatureStore.

This name:

  • Must start and end with an alphanumeric character.
  • Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed.

$sel:eventTimeFeatureName:CreateFeatureGroup', createFeatureGroup_eventTimeFeatureName - The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

An EventTime can be a String or Fractional.

  • Fractional: EventTime feature values must be a Unix timestamp in seconds.
  • String: EventTime feature values must be an ISO-8601 string in the format. The following formats are supported yyyy-MM-dd'T'HH:mm:ssZ and yyyy-MM-dd'T'HH:mm:ss.SSSZ where yyyy, MM, and dd represent the year, month, and day respectively and HH, mm, ss, and if applicable, SSS represent the hour, month, second and milliseconds respsectively. 'T' and Z are constants.

$sel:featureDefinitions:CreateFeatureGroup', createFeatureGroup_featureDefinitions - A list of Feature names and types. Name and Type is compulsory per Feature.

Valid feature FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

data CreateFeatureGroupResponse Source #

See: newCreateFeatureGroupResponse smart constructor.

Instances

Instances details
Eq CreateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Read CreateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Show CreateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Generic CreateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

Associated Types

type Rep CreateFeatureGroupResponse :: Type -> Type #

NFData CreateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

type Rep CreateFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFeatureGroup

type Rep CreateFeatureGroupResponse = D1 ('MetaData "CreateFeatureGroupResponse" "Amazonka.SageMaker.CreateFeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateFeatureGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateFeatureGroupResponse Source #

Create a value of CreateFeatureGroupResponse 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:httpStatus:CreateFeatureGroupResponse', createFeatureGroupResponse_httpStatus - The response's http status code.

$sel:featureGroupArn:CreateFeatureGroupResponse', createFeatureGroupResponse_featureGroupArn - The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier for the feature group.

DescribeAlgorithm

data DescribeAlgorithm Source #

See: newDescribeAlgorithm smart constructor.

Constructors

DescribeAlgorithm' Text 

Instances

Instances details
Eq DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Read DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Show DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Generic DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithm :: Type -> Type #

NFData DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Methods

rnf :: DescribeAlgorithm -> () #

Hashable DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

ToJSON DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

AWSRequest DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type AWSResponse DescribeAlgorithm #

ToHeaders DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

ToPath DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

ToQuery DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type Rep DescribeAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

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

Defined in Amazonka.SageMaker.DescribeAlgorithm

newDescribeAlgorithm Source #

Create a value of DescribeAlgorithm 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:algorithmName:DescribeAlgorithm', describeAlgorithm_algorithmName - The name of the algorithm to describe.

data DescribeAlgorithmResponse Source #

See: newDescribeAlgorithmResponse smart constructor.

Instances

Instances details
Eq DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Read DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Show DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Generic DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

Associated Types

type Rep DescribeAlgorithmResponse :: Type -> Type #

NFData DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type Rep DescribeAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeAlgorithm

type Rep DescribeAlgorithmResponse = D1 ('MetaData "DescribeAlgorithmResponse" "Amazonka.SageMaker.DescribeAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeAlgorithmResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmValidationSpecification)) :*: (S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification)) :*: S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "trainingSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingSpecification) :*: (S1 ('MetaSel ('Just "algorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatus) :*: S1 ('MetaSel ('Just "algorithmStatusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatusDetails))))))

newDescribeAlgorithmResponse Source #

Create a value of DescribeAlgorithmResponse 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:validationSpecification:DescribeAlgorithmResponse', describeAlgorithmResponse_validationSpecification - Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

$sel:inferenceSpecification:DescribeAlgorithmResponse', describeAlgorithmResponse_inferenceSpecification - Details about inference jobs that the algorithm runs.

$sel:algorithmDescription:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmDescription - A brief summary about the algorithm.

$sel:certifyForMarketplace:DescribeAlgorithmResponse', describeAlgorithmResponse_certifyForMarketplace - Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

$sel:productId:DescribeAlgorithmResponse', describeAlgorithmResponse_productId - The product identifier of the algorithm.

$sel:httpStatus:DescribeAlgorithmResponse', describeAlgorithmResponse_httpStatus - The response's http status code.

$sel:algorithmName:DescribeAlgorithm', describeAlgorithmResponse_algorithmName - The name of the algorithm being described.

$sel:algorithmArn:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

$sel:creationTime:DescribeAlgorithmResponse', describeAlgorithmResponse_creationTime - A timestamp specifying when the algorithm was created.

$sel:trainingSpecification:DescribeAlgorithmResponse', describeAlgorithmResponse_trainingSpecification - Details about training jobs run by this algorithm.

$sel:algorithmStatus:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmStatus - The current status of the algorithm.

$sel:algorithmStatusDetails:DescribeAlgorithmResponse', describeAlgorithmResponse_algorithmStatusDetails - Details about the current status of the algorithm.

UpdateDevices

data UpdateDevices Source #

See: newUpdateDevices smart constructor.

Constructors

UpdateDevices' Text [Device] 

Instances

Instances details
Eq UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Read UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Show UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Generic UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Associated Types

type Rep UpdateDevices :: Type -> Type #

NFData UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Methods

rnf :: UpdateDevices -> () #

Hashable UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

ToJSON UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

AWSRequest UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Associated Types

type AWSResponse UpdateDevices #

ToHeaders UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

ToPath UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

ToQuery UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

type Rep UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

type Rep UpdateDevices = D1 ('MetaData "UpdateDevices" "Amazonka.SageMaker.UpdateDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDevices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "devices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Device])))
type AWSResponse UpdateDevices Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

newUpdateDevices Source #

Create a value of UpdateDevices 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:deviceFleetName:UpdateDevices', updateDevices_deviceFleetName - The name of the fleet the devices belong to.

$sel:devices:UpdateDevices', updateDevices_devices - List of devices to register with Edge Manager agent.

data UpdateDevicesResponse Source #

See: newUpdateDevicesResponse smart constructor.

Instances

Instances details
Eq UpdateDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Read UpdateDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Show UpdateDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Generic UpdateDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Associated Types

type Rep UpdateDevicesResponse :: Type -> Type #

NFData UpdateDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

Methods

rnf :: UpdateDevicesResponse -> () #

type Rep UpdateDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDevices

type Rep UpdateDevicesResponse = D1 ('MetaData "UpdateDevicesResponse" "Amazonka.SageMaker.UpdateDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDevicesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateDevicesResponse :: UpdateDevicesResponse Source #

Create a value of UpdateDevicesResponse with all optional fields omitted.

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

DescribeModel

data DescribeModel Source #

See: newDescribeModel smart constructor.

Constructors

DescribeModel' Text 

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.

data DescribeModelResponse Source #

See: newDescribeModelResponse smart constructor.

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.

ListTransformJobs (Paginated)

data ListTransformJobs Source #

See: newListTransformJobs smart constructor.

Instances

Instances details
Eq ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Read ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Show ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Generic ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Associated Types

type Rep ListTransformJobs :: Type -> Type #

NFData ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Methods

rnf :: ListTransformJobs -> () #

Hashable ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

ToJSON ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

AWSPager ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

AWSRequest ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Associated Types

type AWSResponse ListTransformJobs #

ToHeaders ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

ToPath ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

ToQuery ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type Rep ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type AWSResponse ListTransformJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

newListTransformJobs :: ListTransformJobs Source #

Create a value of ListTransformJobs 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:nameContains:ListTransformJobs', listTransformJobs_nameContains - A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListTransformJobs', listTransformJobs_lastModifiedTimeBefore - A filter that returns only transform jobs modified before the specified time.

$sel:creationTimeAfter:ListTransformJobs', listTransformJobs_creationTimeAfter - A filter that returns only transform jobs created after the specified time.

$sel:nextToken:ListTransformJobs', listTransformJobs_nextToken - If the result of the previous ListTransformJobs request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.

$sel:sortOrder:ListTransformJobs', listTransformJobs_sortOrder - The sort order for results. The default is Descending.

$sel:lastModifiedTimeAfter:ListTransformJobs', listTransformJobs_lastModifiedTimeAfter - A filter that returns only transform jobs modified after the specified time.

$sel:creationTimeBefore:ListTransformJobs', listTransformJobs_creationTimeBefore - A filter that returns only transform jobs created before the specified time.

$sel:statusEquals:ListTransformJobs', listTransformJobs_statusEquals - A filter that retrieves only transform jobs with a specific status.

$sel:maxResults:ListTransformJobs', listTransformJobs_maxResults - The maximum number of transform jobs to return in the response. The default value is 10.

$sel:sortBy:ListTransformJobs', listTransformJobs_sortBy - The field to sort results by. The default is CreationTime.

data ListTransformJobsResponse Source #

See: newListTransformJobsResponse smart constructor.

Instances

Instances details
Eq ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Read ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Show ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Generic ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

Associated Types

type Rep ListTransformJobsResponse :: Type -> Type #

NFData ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type Rep ListTransformJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTransformJobs

type Rep ListTransformJobsResponse = D1 ('MetaData "ListTransformJobsResponse" "Amazonka.SageMaker.ListTransformJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTransformJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "transformJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TransformJobSummary]))))

newListTransformJobsResponse Source #

Create a value of ListTransformJobsResponse 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:nextToken:ListTransformJobs', listTransformJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.

$sel:httpStatus:ListTransformJobsResponse', listTransformJobsResponse_httpStatus - The response's http status code.

$sel:transformJobSummaries:ListTransformJobsResponse', listTransformJobsResponse_transformJobSummaries - An array of TransformJobSummary objects.

DeleteFeatureGroup

data DeleteFeatureGroup Source #

See: newDeleteFeatureGroup smart constructor.

Instances

Instances details
Eq DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Read DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Show DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Generic DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Associated Types

type Rep DeleteFeatureGroup :: Type -> Type #

NFData DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Methods

rnf :: DeleteFeatureGroup -> () #

Hashable DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

ToJSON DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

AWSRequest DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Associated Types

type AWSResponse DeleteFeatureGroup #

ToHeaders DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

ToPath DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

ToQuery DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

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

Defined in Amazonka.SageMaker.DeleteFeatureGroup

newDeleteFeatureGroup Source #

Create a value of DeleteFeatureGroup 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:featureGroupName:DeleteFeatureGroup', deleteFeatureGroup_featureGroupName - The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

data DeleteFeatureGroupResponse Source #

See: newDeleteFeatureGroupResponse smart constructor.

Instances

Instances details
Eq DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Read DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Show DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Generic DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

Associated Types

type Rep DeleteFeatureGroupResponse :: Type -> Type #

NFData DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroupResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteFeatureGroup

type Rep DeleteFeatureGroupResponse = D1 ('MetaData "DeleteFeatureGroupResponse" "Amazonka.SageMaker.DeleteFeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteFeatureGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFeatureGroupResponse :: DeleteFeatureGroupResponse Source #

Create a value of DeleteFeatureGroupResponse with all optional fields omitted.

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

ListEdgePackagingJobs (Paginated)

data ListEdgePackagingJobs Source #

See: newListEdgePackagingJobs smart constructor.

Instances

Instances details
Eq ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Read ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Show ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Generic ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Associated Types

type Rep ListEdgePackagingJobs :: Type -> Type #

NFData ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Methods

rnf :: ListEdgePackagingJobs -> () #

Hashable ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

ToJSON ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

AWSPager ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

AWSRequest ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Associated Types

type AWSResponse ListEdgePackagingJobs #

ToHeaders ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

ToPath ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

ToQuery ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobs = D1 ('MetaData "ListEdgePackagingJobs" "Amazonka.SageMaker.ListEdgePackagingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEdgePackagingJobs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePackagingJobStatus)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListEdgePackagingJobsSortBy)))))))
type AWSResponse ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

newListEdgePackagingJobs :: ListEdgePackagingJobs Source #

Create a value of ListEdgePackagingJobs 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:nameContains:ListEdgePackagingJobs', listEdgePackagingJobs_nameContains - Filter for jobs containing this name in their packaging job name.

$sel:lastModifiedTimeBefore:ListEdgePackagingJobs', listEdgePackagingJobs_lastModifiedTimeBefore - Select jobs where the job was updated before specified time.

$sel:creationTimeAfter:ListEdgePackagingJobs', listEdgePackagingJobs_creationTimeAfter - Select jobs where the job was created after specified time.

$sel:nextToken:ListEdgePackagingJobs', listEdgePackagingJobs_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:sortOrder:ListEdgePackagingJobs', listEdgePackagingJobs_sortOrder - What direction to sort by.

$sel:lastModifiedTimeAfter:ListEdgePackagingJobs', listEdgePackagingJobs_lastModifiedTimeAfter - Select jobs where the job was updated after specified time.

$sel:creationTimeBefore:ListEdgePackagingJobs', listEdgePackagingJobs_creationTimeBefore - Select jobs where the job was created before specified time.

$sel:modelNameContains:ListEdgePackagingJobs', listEdgePackagingJobs_modelNameContains - Filter for jobs where the model name contains this string.

$sel:statusEquals:ListEdgePackagingJobs', listEdgePackagingJobs_statusEquals - The job status to filter for.

$sel:maxResults:ListEdgePackagingJobs', listEdgePackagingJobs_maxResults - Maximum number of results to select.

$sel:sortBy:ListEdgePackagingJobs', listEdgePackagingJobs_sortBy - Use to specify what column to sort by.

data ListEdgePackagingJobsResponse Source #

See: newListEdgePackagingJobsResponse smart constructor.

Instances

Instances details
Eq ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Read ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Show ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Generic ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Associated Types

type Rep ListEdgePackagingJobsResponse :: Type -> Type #

NFData ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobsResponse = D1 ('MetaData "ListEdgePackagingJobsResponse" "Amazonka.SageMaker.ListEdgePackagingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEdgePackagingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "edgePackagingJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EdgePackagingJobSummary]))))

newListEdgePackagingJobsResponse Source #

Create a value of ListEdgePackagingJobsResponse 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:nextToken:ListEdgePackagingJobs', listEdgePackagingJobsResponse_nextToken - Token to use when calling the next page of results.

$sel:httpStatus:ListEdgePackagingJobsResponse', listEdgePackagingJobsResponse_httpStatus - The response's http status code.

$sel:edgePackagingJobSummaries:ListEdgePackagingJobsResponse', listEdgePackagingJobsResponse_edgePackagingJobSummaries - Summaries of edge packaging jobs.

DescribeHyperParameterTuningJob

data DescribeHyperParameterTuningJob Source #

See: newDescribeHyperParameterTuningJob smart constructor.

Instances

Instances details
Eq DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Read DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Show DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Generic DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Associated Types

type Rep DescribeHyperParameterTuningJob :: Type -> Type #

NFData DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Hashable DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

ToJSON DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

AWSRequest DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

ToHeaders DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

ToPath DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

ToQuery DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

type Rep DescribeHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

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

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

newDescribeHyperParameterTuningJob Source #

Create a value of DescribeHyperParameterTuningJob 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:hyperParameterTuningJobName:DescribeHyperParameterTuningJob', describeHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job.

data DescribeHyperParameterTuningJobResponse Source #

Instances

Instances details
Eq DescribeHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Read DescribeHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Show DescribeHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

Generic DescribeHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

NFData DescribeHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

type Rep DescribeHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHyperParameterTuningJob

type Rep DescribeHyperParameterTuningJobResponse = D1 ('MetaData "DescribeHyperParameterTuningJobResponse" "Amazonka.SageMaker.DescribeHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeHyperParameterTuningJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTrainingJobDefinition))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "bestTrainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTrainingJobSummary)))) :*: ((S1 ('MetaSel ('Just "hyperParameterTuningEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "overallBestTrainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTrainingJobSummary))) :*: (S1 ('MetaSel ('Just "warmStartConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobWarmStartConfig)) :*: S1 ('MetaSel ('Just "trainingJobDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty HyperParameterTrainingJobDefinition)))))) :*: (((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hyperParameterTuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobConfig))) :*: ((S1 ('MetaSel ('Just "hyperParameterTuningJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "trainingJobStatusCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatusCounters) :*: S1 ('MetaSel ('Just "objectiveStatusCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectiveStatusCounters))))))

newDescribeHyperParameterTuningJobResponse Source #

Create a value of DescribeHyperParameterTuningJobResponse 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:failureReason:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_failureReason - If the tuning job failed, the reason it failed.

$sel:trainingJobDefinition:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_trainingJobDefinition - The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.

$sel:lastModifiedTime:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_lastModifiedTime - The date and time that the status of the tuning job was modified.

$sel:bestTrainingJob:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_bestTrainingJob - A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.

$sel:hyperParameterTuningEndTime:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_hyperParameterTuningEndTime - The date and time that the tuning job ended.

$sel:overallBestTrainingJob:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_overallBestTrainingJob - If the hyperparameter tuning job is an warm start tuning job with a WarmStartType of IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.

$sel:warmStartConfig:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_warmStartConfig - The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

$sel:trainingJobDefinitions:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_trainingJobDefinitions - A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

$sel:httpStatus:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_httpStatus - The response's http status code.

$sel:hyperParameterTuningJobName:DescribeHyperParameterTuningJob', describeHyperParameterTuningJobResponse_hyperParameterTuningJobName - The name of the tuning job.

$sel:hyperParameterTuningJobArn:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of the tuning job.

$sel:hyperParameterTuningJobConfig:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_hyperParameterTuningJobConfig - The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.

$sel:hyperParameterTuningJobStatus:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_hyperParameterTuningJobStatus - The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.

$sel:creationTime:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_creationTime - The date and time that the tuning job started.

$sel:trainingJobStatusCounters:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_trainingJobStatusCounters - The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.

$sel:objectiveStatusCounters:DescribeHyperParameterTuningJobResponse', describeHyperParameterTuningJobResponse_objectiveStatusCounters - The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.

ListEndpoints (Paginated)

data ListEndpoints Source #

See: newListEndpoints smart constructor.

Instances

Instances details
Eq ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Read ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Show ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Generic ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Associated Types

type Rep ListEndpoints :: Type -> Type #

NFData ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Methods

rnf :: ListEndpoints -> () #

Hashable ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

ToJSON ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

AWSPager ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

AWSRequest ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Associated Types

type AWSResponse ListEndpoints #

ToHeaders ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

ToPath ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

ToQuery ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

type Rep ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

type AWSResponse ListEndpoints Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

newListEndpoints :: ListEndpoints Source #

Create a value of ListEndpoints 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:nameContains:ListEndpoints', listEndpoints_nameContains - A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListEndpoints', listEndpoints_lastModifiedTimeBefore - A filter that returns only endpoints that were modified before the specified timestamp.

$sel:creationTimeAfter:ListEndpoints', listEndpoints_creationTimeAfter - A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).

$sel:nextToken:ListEndpoints', listEndpoints_nextToken - If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

$sel:sortOrder:ListEndpoints', listEndpoints_sortOrder - The sort order for results. The default is Descending.

$sel:lastModifiedTimeAfter:ListEndpoints', listEndpoints_lastModifiedTimeAfter - A filter that returns only endpoints that were modified after the specified timestamp.

$sel:creationTimeBefore:ListEndpoints', listEndpoints_creationTimeBefore - A filter that returns only endpoints that were created before the specified time (timestamp).

$sel:statusEquals:ListEndpoints', listEndpoints_statusEquals - A filter that returns only endpoints with the specified status.

$sel:maxResults:ListEndpoints', listEndpoints_maxResults - The maximum number of endpoints to return in the response. This value defaults to 10.

$sel:sortBy:ListEndpoints', listEndpoints_sortBy - Sorts the list of results. The default is CreationTime.

data ListEndpointsResponse Source #

See: newListEndpointsResponse smart constructor.

Instances

Instances details
Eq ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Read ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Show ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Generic ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Associated Types

type Rep ListEndpointsResponse :: Type -> Type #

NFData ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

Methods

rnf :: ListEndpointsResponse -> () #

type Rep ListEndpointsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpoints

type Rep ListEndpointsResponse = D1 ('MetaData "ListEndpointsResponse" "Amazonka.SageMaker.ListEndpoints" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointSummary]))))

newListEndpointsResponse Source #

Create a value of ListEndpointsResponse 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:nextToken:ListEndpoints', listEndpointsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

$sel:httpStatus:ListEndpointsResponse', listEndpointsResponse_httpStatus - The response's http status code.

$sel:endpoints:ListEndpointsResponse', listEndpointsResponse_endpoints - An array or endpoint objects.

DescribeFlowDefinition

data DescribeFlowDefinition Source #

See: newDescribeFlowDefinition smart constructor.

Instances

Instances details
Eq DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Read DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Show DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Generic DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type Rep DescribeFlowDefinition :: Type -> Type #

NFData DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Methods

rnf :: DescribeFlowDefinition -> () #

Hashable DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

ToJSON DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

AWSRequest DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type AWSResponse DescribeFlowDefinition #

ToHeaders DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

ToPath DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

ToQuery DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

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

Defined in Amazonka.SageMaker.DescribeFlowDefinition

newDescribeFlowDefinition Source #

Create a value of DescribeFlowDefinition 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:flowDefinitionName:DescribeFlowDefinition', describeFlowDefinition_flowDefinitionName - The name of the flow definition.

data DescribeFlowDefinitionResponse Source #

See: newDescribeFlowDefinitionResponse smart constructor.

Instances

Instances details
Eq DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Read DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Show DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Generic DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

Associated Types

type Rep DescribeFlowDefinitionResponse :: Type -> Type #

NFData DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeFlowDefinition

type Rep DescribeFlowDefinitionResponse = D1 ('MetaData "DescribeFlowDefinitionResponse" "Amazonka.SageMaker.DescribeFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeFlowDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "humanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopRequestSource))) :*: (S1 ('MetaSel ('Just "humanLoopActivationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopActivationConfig)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "flowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "humanLoopConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopConfig) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionOutputConfig) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeFlowDefinitionResponse Source #

Create a value of DescribeFlowDefinitionResponse 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:failureReason:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_failureReason - The reason your flow definition failed.

$sel:humanLoopRequestSource:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_humanLoopRequestSource - Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

$sel:humanLoopActivationConfig:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_humanLoopActivationConfig - An object containing information about what triggers a human review workflow.

$sel:httpStatus:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_httpStatus - The response's http status code.

$sel:flowDefinitionArn:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow defintion.

$sel:flowDefinitionName:DescribeFlowDefinition', describeFlowDefinitionResponse_flowDefinitionName - The Amazon Resource Name (ARN) of the flow definition.

$sel:flowDefinitionStatus:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_flowDefinitionStatus - The status of the flow definition. Valid values are listed below.

$sel:creationTime:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_creationTime - The timestamp when the flow definition was created.

$sel:humanLoopConfig:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_humanLoopConfig - An object containing information about who works on the task, the workforce task price, and other task details.

$sel:outputConfig:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_outputConfig - An object containing information about the output file.

$sel:roleArn:DescribeFlowDefinitionResponse', describeFlowDefinitionResponse_roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.

CreateDeviceFleet

data CreateDeviceFleet Source #

See: newCreateDeviceFleet smart constructor.

Instances

Instances details
Eq CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Read CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Show CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Generic CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Associated Types

type Rep CreateDeviceFleet :: Type -> Type #

NFData CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Methods

rnf :: CreateDeviceFleet -> () #

Hashable CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

ToJSON CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

AWSRequest CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Associated Types

type AWSResponse CreateDeviceFleet #

ToHeaders CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

ToPath CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

ToQuery CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

type Rep CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

type Rep CreateDeviceFleet = D1 ('MetaData "CreateDeviceFleet" "Amazonka.SageMaker.CreateDeviceFleet" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateDeviceFleet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableIotRoleAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgeOutputConfig)))))
type AWSResponse CreateDeviceFleet Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

newCreateDeviceFleet Source #

Create a value of CreateDeviceFleet 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:enableIotRoleAlias:CreateDeviceFleet', createDeviceFleet_enableIotRoleAlias - Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

$sel:description:CreateDeviceFleet', createDeviceFleet_description - A description of the fleet.

$sel:tags:CreateDeviceFleet', createDeviceFleet_tags - Creates tags for the specified fleet.

$sel:roleArn:CreateDeviceFleet', createDeviceFleet_roleArn - The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

$sel:deviceFleetName:CreateDeviceFleet', createDeviceFleet_deviceFleetName - The name of the fleet that the device belongs to.

$sel:outputConfig:CreateDeviceFleet', createDeviceFleet_outputConfig - The output configuration for storing sample data collected by the fleet.

data CreateDeviceFleetResponse Source #

See: newCreateDeviceFleetResponse smart constructor.

Instances

Instances details
Eq CreateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Read CreateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Show CreateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Generic CreateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

Associated Types

type Rep CreateDeviceFleetResponse :: Type -> Type #

NFData CreateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

type Rep CreateDeviceFleetResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateDeviceFleet

type Rep CreateDeviceFleetResponse = D1 ('MetaData "CreateDeviceFleetResponse" "Amazonka.SageMaker.CreateDeviceFleet" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateDeviceFleetResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCreateDeviceFleetResponse :: CreateDeviceFleetResponse Source #

Create a value of CreateDeviceFleetResponse with all optional fields omitted.

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

CreatePresignedNotebookInstanceUrl

data CreatePresignedNotebookInstanceUrl Source #

Instances

Instances details
Eq CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Read CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Show CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Generic CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Associated Types

type Rep CreatePresignedNotebookInstanceUrl :: Type -> Type #

NFData CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Hashable CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

ToJSON CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

AWSRequest CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

ToHeaders CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

ToPath CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

ToQuery CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

type Rep CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

type Rep CreatePresignedNotebookInstanceUrl = D1 ('MetaData "CreatePresignedNotebookInstanceUrl" "Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreatePresignedNotebookInstanceUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sessionExpirationDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreatePresignedNotebookInstanceUrl Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

newCreatePresignedNotebookInstanceUrl Source #

Create a value of CreatePresignedNotebookInstanceUrl 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:sessionExpirationDurationInSeconds:CreatePresignedNotebookInstanceUrl', createPresignedNotebookInstanceUrl_sessionExpirationDurationInSeconds - The duration of the session, in seconds. The default is 12 hours.

$sel:notebookInstanceName:CreatePresignedNotebookInstanceUrl', createPresignedNotebookInstanceUrl_notebookInstanceName - The name of the notebook instance.

data CreatePresignedNotebookInstanceUrlResponse Source #

Instances

Instances details
Eq CreatePresignedNotebookInstanceUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Read CreatePresignedNotebookInstanceUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Show CreatePresignedNotebookInstanceUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

Generic CreatePresignedNotebookInstanceUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

NFData CreatePresignedNotebookInstanceUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

type Rep CreatePresignedNotebookInstanceUrlResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl

type Rep CreatePresignedNotebookInstanceUrlResponse = D1 ('MetaData "CreatePresignedNotebookInstanceUrlResponse" "Amazonka.SageMaker.CreatePresignedNotebookInstanceUrl" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreatePresignedNotebookInstanceUrlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorizedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePresignedNotebookInstanceUrlResponse Source #

Create a value of CreatePresignedNotebookInstanceUrlResponse 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:authorizedUrl:CreatePresignedNotebookInstanceUrlResponse', createPresignedNotebookInstanceUrlResponse_authorizedUrl - A JSON object that contains the URL string.

$sel:httpStatus:CreatePresignedNotebookInstanceUrlResponse', createPresignedNotebookInstanceUrlResponse_httpStatus - The response's http status code.

ListTrainingJobsForHyperParameterTuningJob (Paginated)

data ListTrainingJobsForHyperParameterTuningJob Source #

Instances

Instances details
Eq ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Read ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Show ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Generic ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

NFData ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Hashable ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToJSON ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

AWSPager ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

AWSRequest ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToHeaders ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToPath ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

ToQuery ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJob = D1 ('MetaData "ListTrainingJobsForHyperParameterTuningJob" "Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTrainingJobsForHyperParameterTuningJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobStatus)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobSortByOptions)) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListTrainingJobsForHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

newListTrainingJobsForHyperParameterTuningJob Source #

Create a value of ListTrainingJobsForHyperParameterTuningJob 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:nextToken:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_nextToken - If the result of the previous ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

$sel:sortOrder:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_sortOrder - The sort order for results. The default is Ascending.

$sel:statusEquals:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_statusEquals - A filter that returns only training jobs with the specified status.

$sel:maxResults:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_maxResults - The maximum number of training jobs to return. The default value is 10.

$sel:sortBy:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_sortBy - The field to sort results by. The default is Name.

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

$sel:hyperParameterTuningJobName:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJob_hyperParameterTuningJobName - The name of the tuning job whose training jobs you want to list.

data ListTrainingJobsForHyperParameterTuningJobResponse Source #

Instances

Instances details
Eq ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Read ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Show ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

Generic ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

NFData ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob

type Rep ListTrainingJobsForHyperParameterTuningJobResponse = D1 ('MetaData "ListTrainingJobsForHyperParameterTuningJobResponse" "Amazonka.SageMaker.ListTrainingJobsForHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTrainingJobsForHyperParameterTuningJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "trainingJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HyperParameterTrainingJobSummary]))))

newListTrainingJobsForHyperParameterTuningJobResponse Source #

Create a value of ListTrainingJobsForHyperParameterTuningJobResponse 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:nextToken:ListTrainingJobsForHyperParameterTuningJob', listTrainingJobsForHyperParameterTuningJobResponse_nextToken - If the result of this ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

$sel:httpStatus:ListTrainingJobsForHyperParameterTuningJobResponse', listTrainingJobsForHyperParameterTuningJobResponse_httpStatus - The response's http status code.

$sel:trainingJobSummaries:ListTrainingJobsForHyperParameterTuningJobResponse', listTrainingJobsForHyperParameterTuningJobResponse_trainingJobSummaries - A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.

DescribeDomain

data DescribeDomain Source #

See: newDescribeDomain smart constructor.

Constructors

DescribeDomain' Text 

Instances

Instances details
Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

ToJSON DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Associated Types

type AWSResponse DescribeDomain #

ToHeaders DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

ToPath DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

ToQuery DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

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

Defined in Amazonka.SageMaker.DescribeDomain

newDescribeDomain Source #

Create a value of DescribeDomain 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:domainId:DescribeDomain', describeDomain_domainId - The domain ID.

data DescribeDomainResponse Source #

See: newDescribeDomainResponse smart constructor.

Instances

Instances details
Eq DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Read DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Show DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Generic DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: Type -> Type #

NFData DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

type Rep DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDomain

type Rep DescribeDomainResponse = D1 ('MetaData "DescribeDomainResponse" "Amazonka.SageMaker.DescribeDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeDomainResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatus))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultUserSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)))) :*: ((S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthMode)))))) :*: (((S1 ('MetaSel ('Just "homeEfsFileSystemKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "singleSignOnManagedApplicationInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "homeEfsFileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appNetworkAccessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppNetworkAccessType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeDomainResponse Source #

Create a value of DescribeDomainResponse 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:creationTime:DescribeDomainResponse', describeDomainResponse_creationTime - The creation time.

$sel:status:DescribeDomainResponse', describeDomainResponse_status - The status.

$sel:failureReason:DescribeDomainResponse', describeDomainResponse_failureReason - The failure reason.

$sel:defaultUserSettings:DescribeDomainResponse', describeDomainResponse_defaultUserSettings - Settings which are applied to UserProfiles in this domain if settings are not explicitly specified in a given UserProfile.

$sel:subnetIds:DescribeDomainResponse', describeDomainResponse_subnetIds - The VPC subnets that Studio uses for communication.

$sel:domainArn:DescribeDomainResponse', describeDomainResponse_domainArn - The domain's Amazon Resource Name (ARN).

$sel:vpcId:DescribeDomainResponse', describeDomainResponse_vpcId - The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

$sel:url:DescribeDomainResponse', describeDomainResponse_url - The domain's URL.

$sel:authMode:DescribeDomainResponse', describeDomainResponse_authMode - The domain's authentication mode.

$sel:homeEfsFileSystemKmsKeyId:DescribeDomainResponse', describeDomainResponse_homeEfsFileSystemKmsKeyId - This member is deprecated and replaced with KmsKeyId.

$sel:singleSignOnManagedApplicationInstanceId:DescribeDomainResponse', describeDomainResponse_singleSignOnManagedApplicationInstanceId - The SSO managed application instance ID.

$sel:lastModifiedTime:DescribeDomainResponse', describeDomainResponse_lastModifiedTime - The last modified time.

$sel:homeEfsFileSystemId:DescribeDomainResponse', describeDomainResponse_homeEfsFileSystemId - The ID of the Amazon Elastic File System (EFS) managed by this Domain.

$sel:kmsKeyId:DescribeDomainResponse', describeDomainResponse_kmsKeyId - The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.

$sel:domainName:DescribeDomainResponse', describeDomainResponse_domainName - The domain name.

$sel:domainId:DescribeDomain', describeDomainResponse_domainId - The domain ID.

$sel:appNetworkAccessType:DescribeDomainResponse', describeDomainResponse_appNetworkAccessType - Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

  • PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access
  • VpcOnly - All Studio traffic is through the specified VPC and subnets

$sel:httpStatus:DescribeDomainResponse', describeDomainResponse_httpStatus - The response's http status code.

DeleteModelBiasJobDefinition

data DeleteModelBiasJobDefinition Source #

See: newDeleteModelBiasJobDefinition smart constructor.

Instances

Instances details
Eq DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Read DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Show DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Generic DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Associated Types

type Rep DeleteModelBiasJobDefinition :: Type -> Type #

NFData DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Hashable DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

ToJSON DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

AWSRequest DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

ToHeaders DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

ToPath DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

ToQuery DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

type Rep DeleteModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

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

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

newDeleteModelBiasJobDefinition Source #

Create a value of DeleteModelBiasJobDefinition 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:jobDefinitionName:DeleteModelBiasJobDefinition', deleteModelBiasJobDefinition_jobDefinitionName - The name of the model bias job definition to delete.

data DeleteModelBiasJobDefinitionResponse Source #

Instances

Instances details
Eq DeleteModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Read DeleteModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Show DeleteModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

Generic DeleteModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

NFData DeleteModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

type Rep DeleteModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelBiasJobDefinition

type Rep DeleteModelBiasJobDefinitionResponse = D1 ('MetaData "DeleteModelBiasJobDefinitionResponse" "Amazonka.SageMaker.DeleteModelBiasJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelBiasJobDefinitionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelBiasJobDefinitionResponse :: DeleteModelBiasJobDefinitionResponse Source #

Create a value of DeleteModelBiasJobDefinitionResponse with all optional fields omitted.

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

UpdateWorkteam

data UpdateWorkteam Source #

See: newUpdateWorkteam smart constructor.

Instances

Instances details
Eq UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Read UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Show UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Generic UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Associated Types

type Rep UpdateWorkteam :: Type -> Type #

NFData UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Methods

rnf :: UpdateWorkteam -> () #

Hashable UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

ToJSON UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

AWSRequest UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Associated Types

type AWSResponse UpdateWorkteam #

ToHeaders UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

ToPath UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

ToQuery UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

type Rep UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

type Rep UpdateWorkteam = D1 ('MetaData "UpdateWorkteam" "Amazonka.SageMaker.UpdateWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateWorkteam'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "notificationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfiguration)) :*: S1 ('MetaSel ('Just "memberDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty MemberDefinition)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workteamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

newUpdateWorkteam Source #

Create a value of UpdateWorkteam 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:notificationConfiguration:UpdateWorkteam', updateWorkteam_notificationConfiguration - Configures SNS topic notifications for available or expiring work items

$sel:memberDefinitions:UpdateWorkteam', updateWorkteam_memberDefinitions - A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition. You should not provide input for both of these parameters in a single request.

For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the CognitoMemberDefinition objects that make up the member definition must have the same ClientId and UserPool values. To add a Amazon Cognito user group to an existing worker pool, see groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.

For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in OidcMemberDefinition by listing those groups in Groups. Be aware that user groups that are already in the work team must also be listed in Groups when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.

$sel:description:UpdateWorkteam', updateWorkteam_description - An updated description for the work team.

$sel:workteamName:UpdateWorkteam', updateWorkteam_workteamName - The name of the work team to update.

data UpdateWorkteamResponse Source #

See: newUpdateWorkteamResponse smart constructor.

Instances

Instances details
Eq UpdateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Read UpdateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Show UpdateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Generic UpdateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Associated Types

type Rep UpdateWorkteamResponse :: Type -> Type #

NFData UpdateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

Methods

rnf :: UpdateWorkteamResponse -> () #

type Rep UpdateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateWorkteam

type Rep UpdateWorkteamResponse = D1 ('MetaData "UpdateWorkteamResponse" "Amazonka.SageMaker.UpdateWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateWorkteamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workteam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Workteam)))

newUpdateWorkteamResponse Source #

Create a value of UpdateWorkteamResponse 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:httpStatus:UpdateWorkteamResponse', updateWorkteamResponse_httpStatus - The response's http status code.

$sel:workteam:UpdateWorkteamResponse', updateWorkteamResponse_workteam - A Workteam object that describes the updated work team.

DeleteWorkteam

data DeleteWorkteam Source #

See: newDeleteWorkteam smart constructor.

Constructors

DeleteWorkteam' Text 

Instances

Instances details
Eq DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Read DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Show DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Generic DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Associated Types

type Rep DeleteWorkteam :: Type -> Type #

NFData DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Methods

rnf :: DeleteWorkteam -> () #

Hashable DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

ToJSON DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

AWSRequest DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Associated Types

type AWSResponse DeleteWorkteam #

ToHeaders DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

ToPath DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

ToQuery DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

type Rep DeleteWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

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

Defined in Amazonka.SageMaker.DeleteWorkteam

newDeleteWorkteam Source #

Create a value of DeleteWorkteam 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:workteamName:DeleteWorkteam', deleteWorkteam_workteamName - The name of the work team to delete.

data DeleteWorkteamResponse Source #

See: newDeleteWorkteamResponse smart constructor.

Instances

Instances details
Eq DeleteWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Read DeleteWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Show DeleteWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Generic DeleteWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Associated Types

type Rep DeleteWorkteamResponse :: Type -> Type #

NFData DeleteWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

Methods

rnf :: DeleteWorkteamResponse -> () #

type Rep DeleteWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteWorkteam

type Rep DeleteWorkteamResponse = D1 ('MetaData "DeleteWorkteamResponse" "Amazonka.SageMaker.DeleteWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteWorkteamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "success") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newDeleteWorkteamResponse Source #

Create a value of DeleteWorkteamResponse 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:httpStatus:DeleteWorkteamResponse', deleteWorkteamResponse_httpStatus - The response's http status code.

$sel:success:DeleteWorkteamResponse', deleteWorkteamResponse_success - Returns true if the work team was successfully deleted; otherwise, returns false.

ListWorkteams (Paginated)

data ListWorkteams Source #

See: newListWorkteams smart constructor.

Instances

Instances details
Eq ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Read ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Show ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Generic ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Associated Types

type Rep ListWorkteams :: Type -> Type #

NFData ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Methods

rnf :: ListWorkteams -> () #

Hashable ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

ToJSON ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

AWSPager ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

AWSRequest ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Associated Types

type AWSResponse ListWorkteams #

ToHeaders ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

ToPath ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

ToQuery ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

type Rep ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

type Rep ListWorkteams = D1 ('MetaData "ListWorkteams" "Amazonka.SageMaker.ListWorkteams" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListWorkteams'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListWorkteamsSortByOptions))))))
type AWSResponse ListWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

newListWorkteams :: ListWorkteams Source #

Create a value of ListWorkteams 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:nameContains:ListWorkteams', listWorkteams_nameContains - A string in the work team's name. This filter returns only work teams whose name contains the specified string.

$sel:nextToken:ListWorkteams', listWorkteams_nextToken - If the result of the previous ListWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

$sel:sortOrder:ListWorkteams', listWorkteams_sortOrder - The sort order for results. The default is Ascending.

$sel:maxResults:ListWorkteams', listWorkteams_maxResults - The maximum number of work teams to return in each page of the response.

$sel:sortBy:ListWorkteams', listWorkteams_sortBy - The field to sort results by. The default is CreationTime.

data ListWorkteamsResponse Source #

See: newListWorkteamsResponse smart constructor.

Instances

Instances details
Eq ListWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Read ListWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Show ListWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Generic ListWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Associated Types

type Rep ListWorkteamsResponse :: Type -> Type #

NFData ListWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

Methods

rnf :: ListWorkteamsResponse -> () #

type Rep ListWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkteams

type Rep ListWorkteamsResponse = D1 ('MetaData "ListWorkteamsResponse" "Amazonka.SageMaker.ListWorkteams" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListWorkteamsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workteams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Workteam]))))

newListWorkteamsResponse Source #

Create a value of ListWorkteamsResponse 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:nextToken:ListWorkteams', listWorkteamsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

$sel:httpStatus:ListWorkteamsResponse', listWorkteamsResponse_httpStatus - The response's http status code.

$sel:workteams:ListWorkteamsResponse', listWorkteamsResponse_workteams - An array of Workteam objects, each describing a work team.

DescribeDevice

data DescribeDevice Source #

See: newDescribeDevice smart constructor.

Instances

Instances details
Eq DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Read DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Show DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Generic DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Associated Types

type Rep DescribeDevice :: Type -> Type #

NFData DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Methods

rnf :: DescribeDevice -> () #

Hashable DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

ToJSON DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

AWSRequest DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Associated Types

type AWSResponse DescribeDevice #

ToHeaders DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

ToPath DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

ToQuery DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDevice = D1 ('MetaData "DescribeDevice" "Amazonka.SageMaker.DescribeDevice" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

newDescribeDevice Source #

Create a value of DescribeDevice 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:nextToken:DescribeDevice', describeDevice_nextToken - Next token of device description.

$sel:deviceName:DescribeDevice', describeDevice_deviceName - The unique ID of the device.

$sel:deviceFleetName:DescribeDevice', describeDevice_deviceFleetName - The name of the fleet the devices belong to.

data DescribeDeviceResponse Source #

See: newDescribeDeviceResponse smart constructor.

Instances

Instances details
Eq DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Read DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Show DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Generic DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Associated Types

type Rep DescribeDeviceResponse :: Type -> Type #

NFData DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Methods

rnf :: DescribeDeviceResponse -> () #

type Rep DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDeviceResponse = D1 ('MetaData "DescribeDeviceResponse" "Amazonka.SageMaker.DescribeDevice" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeDeviceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeModel])) :*: (S1 ('MetaSel ('Just "maxModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "latestHeartbeat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "registrationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newDescribeDeviceResponse Source #

Create a value of DescribeDeviceResponse 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:deviceArn:DescribeDeviceResponse', describeDeviceResponse_deviceArn - The Amazon Resource Name (ARN) of the device.

$sel:nextToken:DescribeDevice', describeDeviceResponse_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:models:DescribeDeviceResponse', describeDeviceResponse_models - Models on the device.

$sel:maxModels:DescribeDeviceResponse', describeDeviceResponse_maxModels - The maximum number of models.

$sel:latestHeartbeat:DescribeDeviceResponse', describeDeviceResponse_latestHeartbeat - The last heartbeat received from the device.

$sel:description:DescribeDeviceResponse', describeDeviceResponse_description - A description of the device.

$sel:iotThingName:DescribeDeviceResponse', describeDeviceResponse_iotThingName - The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.

$sel:httpStatus:DescribeDeviceResponse', describeDeviceResponse_httpStatus - The response's http status code.

$sel:deviceName:DescribeDevice', describeDeviceResponse_deviceName - The unique identifier of the device.

$sel:deviceFleetName:DescribeDevice', describeDeviceResponse_deviceFleetName - The name of the fleet the device belongs to.

$sel:registrationTime:DescribeDeviceResponse', describeDeviceResponse_registrationTime - The timestamp of the last registration or de-reregistration.

CreateAutoMLJob

data CreateAutoMLJob Source #

See: newCreateAutoMLJob smart constructor.

Instances

Instances details
Eq CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Read CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Show CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Generic CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Associated Types

type Rep CreateAutoMLJob :: Type -> Type #

NFData CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Methods

rnf :: CreateAutoMLJob -> () #

Hashable CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

ToJSON CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

AWSRequest CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Associated Types

type AWSResponse CreateAutoMLJob #

ToHeaders CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

ToPath CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

ToQuery CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

type Rep CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

type AWSResponse CreateAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

newCreateAutoMLJob Source #

Create a value of CreateAutoMLJob 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:generateCandidateDefinitionsOnly:CreateAutoMLJob', createAutoMLJob_generateCandidateDefinitionsOnly - Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

$sel:problemType:CreateAutoMLJob', createAutoMLJob_problemType - Defines the type of supervised learning available for the candidates. Options include: BinaryClassification, MulticlassClassification, and Regression. For more information, see Amazon SageMaker Autopilot problem types and algorithm support.

$sel:autoMLJobConfig:CreateAutoMLJob', createAutoMLJob_autoMLJobConfig - Contains CompletionCriteria and SecurityConfig settings for the AutoML job.

$sel:autoMLJobObjective:CreateAutoMLJob', createAutoMLJob_autoMLJobObjective - Defines the objective metric used to measure the predictive quality of an AutoML job. You provide an AutoMLJobObjective$MetricName and Autopilot infers whether to minimize or maximize it.

$sel:modelDeployConfig:CreateAutoMLJob', createAutoMLJob_modelDeployConfig - Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

$sel:tags:CreateAutoMLJob', createAutoMLJob_tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.

$sel:autoMLJobName:CreateAutoMLJob', createAutoMLJob_autoMLJobName - Identifies an Autopilot job. The name must be unique to your account and is case-insensitive.

$sel:inputDataConfig:CreateAutoMLJob', createAutoMLJob_inputDataConfig - An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by . Format(s) supported: CSV. Minimum of 500 rows.

$sel:outputDataConfig:CreateAutoMLJob', createAutoMLJob_outputDataConfig - Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

$sel:roleArn:CreateAutoMLJob', createAutoMLJob_roleArn - The ARN of the role that is used to access the data.

data CreateAutoMLJobResponse Source #

See: newCreateAutoMLJobResponse smart constructor.

Instances

Instances details
Eq CreateAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Read CreateAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Show CreateAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Generic CreateAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Associated Types

type Rep CreateAutoMLJobResponse :: Type -> Type #

NFData CreateAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

Methods

rnf :: CreateAutoMLJobResponse -> () #

type Rep CreateAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAutoMLJob

type Rep CreateAutoMLJobResponse = D1 ('MetaData "CreateAutoMLJobResponse" "Amazonka.SageMaker.CreateAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateAutoMLJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateAutoMLJobResponse Source #

Create a value of CreateAutoMLJobResponse 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:httpStatus:CreateAutoMLJobResponse', createAutoMLJobResponse_httpStatus - The response's http status code.

$sel:autoMLJobArn:CreateAutoMLJobResponse', createAutoMLJobResponse_autoMLJobArn - The unique ARN assigned to the AutoML job when it is created.

CreateApp

data CreateApp Source #

See: newCreateApp smart constructor.

Instances

Instances details
Eq CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Read CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Show CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Generic CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Associated Types

type Rep CreateApp :: Type -> Type #

NFData CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Methods

rnf :: CreateApp -> () #

Hashable CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

ToJSON CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

AWSRequest CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Associated Types

type AWSResponse CreateApp #

ToHeaders CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Methods

toHeaders :: CreateApp -> [Header] #

ToPath CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

ToQuery CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

type Rep CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

type Rep CreateApp = D1 ('MetaData "CreateApp" "Amazonka.SageMaker.CreateApp" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateApp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppType) :*: S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateApp Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

newCreateApp Source #

Create a value of CreateApp 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:resourceSpec:CreateApp', createApp_resourceSpec - The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

$sel:tags:CreateApp', createApp_tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.

$sel:domainId:CreateApp', createApp_domainId - The domain ID.

$sel:userProfileName:CreateApp', createApp_userProfileName - The user profile name.

$sel:appType:CreateApp', createApp_appType - The type of app. Supported apps are JupyterServer and KernelGateway. TensorBoard is not supported.

$sel:appName:CreateApp', createApp_appName - The name of the app.

data CreateAppResponse Source #

See: newCreateAppResponse smart constructor.

Instances

Instances details
Eq CreateAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Read CreateAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Show CreateAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Generic CreateAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Associated Types

type Rep CreateAppResponse :: Type -> Type #

NFData CreateAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

Methods

rnf :: CreateAppResponse -> () #

type Rep CreateAppResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateApp

type Rep CreateAppResponse = D1 ('MetaData "CreateAppResponse" "Amazonka.SageMaker.CreateApp" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateAppResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAppResponse Source #

Create a value of CreateAppResponse 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:appArn:CreateAppResponse', createAppResponse_appArn - The Amazon Resource Name (ARN) of the app.

$sel:httpStatus:CreateAppResponse', createAppResponse_httpStatus - The response's http status code.

CreateExperiment

data CreateExperiment Source #

See: newCreateExperiment smart constructor.

Instances

Instances details
Eq CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Read CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Show CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Generic CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Associated Types

type Rep CreateExperiment :: Type -> Type #

NFData CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Methods

rnf :: CreateExperiment -> () #

Hashable CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

ToJSON CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

AWSRequest CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Associated Types

type AWSResponse CreateExperiment #

ToHeaders CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

ToPath CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

ToQuery CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

type Rep CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

type Rep CreateExperiment = D1 ('MetaData "CreateExperiment" "Amazonka.SageMaker.CreateExperiment" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateExperiment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

newCreateExperiment Source #

Create a value of CreateExperiment 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:displayName:CreateExperiment', createExperiment_displayName - The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.

$sel:description:CreateExperiment', createExperiment_description - The description of the experiment.

$sel:tags:CreateExperiment', createExperiment_tags - A list of tags to associate with the experiment. You can use Search API to search on the tags.

$sel:experimentName:CreateExperiment', createExperiment_experimentName - The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

data CreateExperimentResponse Source #

See: newCreateExperimentResponse smart constructor.

Instances

Instances details
Eq CreateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Read CreateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Show CreateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Generic CreateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

Associated Types

type Rep CreateExperimentResponse :: Type -> Type #

NFData CreateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

type Rep CreateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateExperiment

type Rep CreateExperimentResponse = D1 ('MetaData "CreateExperimentResponse" "Amazonka.SageMaker.CreateExperiment" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateExperimentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateExperimentResponse Source #

Create a value of CreateExperimentResponse 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:experimentArn:CreateExperimentResponse', createExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:httpStatus:CreateExperimentResponse', createExperimentResponse_httpStatus - The response's http status code.

ListNotebookInstanceLifecycleConfigs (Paginated)

data ListNotebookInstanceLifecycleConfigs Source #

Instances

Instances details
Eq ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Read ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Show ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Generic ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

NFData ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Hashable ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToJSON ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

AWSPager ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

AWSRequest ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToHeaders ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToPath ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

ToQuery ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigs = D1 ('MetaData "ListNotebookInstanceLifecycleConfigs" "Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListNotebookInstanceLifecycleConfigs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceLifecycleConfigSortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceLifecycleConfigSortKey)))))))
type AWSResponse ListNotebookInstanceLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

newListNotebookInstanceLifecycleConfigs :: ListNotebookInstanceLifecycleConfigs Source #

Create a value of ListNotebookInstanceLifecycleConfigs 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:nameContains:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_nameContains - A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_lastModifiedTimeBefore - A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).

$sel:creationTimeAfter:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_creationTimeAfter - A filter that returns only lifecycle configurations that were created after the specified time (timestamp).

$sel:nextToken:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_nextToken - If the result of a ListNotebookInstanceLifecycleConfigs request was truncated, the response includes a NextToken. To get the next set of lifecycle configurations, use the token in the next request.

$sel:sortOrder:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_sortOrder - The sort order for results.

$sel:lastModifiedTimeAfter:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_lastModifiedTimeAfter - A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).

$sel:creationTimeBefore:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_creationTimeBefore - A filter that returns only lifecycle configurations that were created before the specified time (timestamp).

$sel:maxResults:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_maxResults - The maximum number of lifecycle configurations to return in the response.

$sel:sortBy:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigs_sortBy - Sorts the list of results. The default is CreationTime.

data ListNotebookInstanceLifecycleConfigsResponse Source #

Instances

Instances details
Eq ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Read ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Show ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

Generic ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

NFData ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs

type Rep ListNotebookInstanceLifecycleConfigsResponse = D1 ('MetaData "ListNotebookInstanceLifecycleConfigsResponse" "Amazonka.SageMaker.ListNotebookInstanceLifecycleConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListNotebookInstanceLifecycleConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleConfigSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListNotebookInstanceLifecycleConfigsResponse Source #

Create a value of ListNotebookInstanceLifecycleConfigsResponse 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:nextToken:ListNotebookInstanceLifecycleConfigs', listNotebookInstanceLifecycleConfigsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

$sel:notebookInstanceLifecycleConfigs:ListNotebookInstanceLifecycleConfigsResponse', listNotebookInstanceLifecycleConfigsResponse_notebookInstanceLifecycleConfigs - An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.

$sel:httpStatus:ListNotebookInstanceLifecycleConfigsResponse', listNotebookInstanceLifecycleConfigsResponse_httpStatus - The response's http status code.

ListWorkforces (Paginated)

data ListWorkforces Source #

See: newListWorkforces smart constructor.

Instances

Instances details
Eq ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Read ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Show ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Generic ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Associated Types

type Rep ListWorkforces :: Type -> Type #

NFData ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Methods

rnf :: ListWorkforces -> () #

Hashable ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

ToJSON ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

AWSPager ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

AWSRequest ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Associated Types

type AWSResponse ListWorkforces #

ToHeaders ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

ToPath ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

ToQuery ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

type Rep ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

type Rep ListWorkforces = D1 ('MetaData "ListWorkforces" "Amazonka.SageMaker.ListWorkforces" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListWorkforces'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListWorkforcesSortByOptions))))))
type AWSResponse ListWorkforces Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

newListWorkforces :: ListWorkforces Source #

Create a value of ListWorkforces 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:nameContains:ListWorkforces', listWorkforces_nameContains - A filter you can use to search for workforces using part of the workforce name.

$sel:nextToken:ListWorkforces', listWorkforces_nextToken - A token to resume pagination.

$sel:sortOrder:ListWorkforces', listWorkforces_sortOrder - Sort workforces in ascending or descending order.

$sel:maxResults:ListWorkforces', listWorkforces_maxResults - The maximum number of workforces returned in the response.

$sel:sortBy:ListWorkforces', listWorkforces_sortBy - Sort workforces using the workforce name or creation date.

data ListWorkforcesResponse Source #

See: newListWorkforcesResponse smart constructor.

Instances

Instances details
Eq ListWorkforcesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Read ListWorkforcesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Show ListWorkforcesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Generic ListWorkforcesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Associated Types

type Rep ListWorkforcesResponse :: Type -> Type #

NFData ListWorkforcesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

Methods

rnf :: ListWorkforcesResponse -> () #

type Rep ListWorkforcesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListWorkforces

type Rep ListWorkforcesResponse = D1 ('MetaData "ListWorkforcesResponse" "Amazonka.SageMaker.ListWorkforces" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListWorkforcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workforces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Workforce]))))

newListWorkforcesResponse Source #

Create a value of ListWorkforcesResponse 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:nextToken:ListWorkforces', listWorkforcesResponse_nextToken - A token to resume pagination.

$sel:httpStatus:ListWorkforcesResponse', listWorkforcesResponse_httpStatus - The response's http status code.

$sel:workforces:ListWorkforcesResponse', listWorkforcesResponse_workforces - A list containing information about your workforce.

DescribeSubscribedWorkteam

data DescribeSubscribedWorkteam Source #

See: newDescribeSubscribedWorkteam smart constructor.

Instances

Instances details
Eq DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Read DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Show DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Generic DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Associated Types

type Rep DescribeSubscribedWorkteam :: Type -> Type #

NFData DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Hashable DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

ToJSON DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

AWSRequest DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

ToHeaders DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

ToPath DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

ToQuery DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

type Rep DescribeSubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

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

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

newDescribeSubscribedWorkteam Source #

Create a value of DescribeSubscribedWorkteam 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:workteamArn:DescribeSubscribedWorkteam', describeSubscribedWorkteam_workteamArn - The Amazon Resource Name (ARN) of the subscribed work team to describe.

data DescribeSubscribedWorkteamResponse Source #

Instances

Instances details
Eq DescribeSubscribedWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Read DescribeSubscribedWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Show DescribeSubscribedWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Generic DescribeSubscribedWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

Associated Types

type Rep DescribeSubscribedWorkteamResponse :: Type -> Type #

NFData DescribeSubscribedWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

type Rep DescribeSubscribedWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeSubscribedWorkteam

type Rep DescribeSubscribedWorkteamResponse = D1 ('MetaData "DescribeSubscribedWorkteamResponse" "Amazonka.SageMaker.DescribeSubscribedWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeSubscribedWorkteamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "subscribedWorkteam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SubscribedWorkteam)))

newDescribeSubscribedWorkteamResponse Source #

Create a value of DescribeSubscribedWorkteamResponse 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:httpStatus:DescribeSubscribedWorkteamResponse', describeSubscribedWorkteamResponse_httpStatus - The response's http status code.

$sel:subscribedWorkteam:DescribeSubscribedWorkteamResponse', describeSubscribedWorkteamResponse_subscribedWorkteam - A Workteam instance that contains information about the work team.

ListStudioLifecycleConfigs (Paginated)

data ListStudioLifecycleConfigs Source #

See: newListStudioLifecycleConfigs smart constructor.

Instances

Instances details
Eq ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Read ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Show ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Generic ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Associated Types

type Rep ListStudioLifecycleConfigs :: Type -> Type #

NFData ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Hashable ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

ToJSON ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

AWSPager ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

AWSRequest ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

ToHeaders ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

ToPath ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

ToQuery ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

type Rep ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

type Rep ListStudioLifecycleConfigs = D1 ('MetaData "ListStudioLifecycleConfigs" "Amazonka.SageMaker.ListStudioLifecycleConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListStudioLifecycleConfigs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))) :*: ((S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "appTypeEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StudioLifecycleConfigAppType)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StudioLifecycleConfigSortKey)))))))
type AWSResponse ListStudioLifecycleConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

newListStudioLifecycleConfigs :: ListStudioLifecycleConfigs Source #

Create a value of ListStudioLifecycleConfigs 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:nameContains:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_nameContains - A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.

$sel:creationTimeAfter:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_creationTimeAfter - A filter that returns only Lifecycle Configurations created on or after the specified time.

$sel:modifiedTimeAfter:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_modifiedTimeAfter - A filter that returns only Lifecycle Configurations modified after the specified time.

$sel:nextToken:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_nextToken - If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.

$sel:sortOrder:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_sortOrder - The sort order. The default value is Descending.

$sel:creationTimeBefore:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_creationTimeBefore - A filter that returns only Lifecycle Configurations created on or before the specified time.

$sel:modifiedTimeBefore:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_modifiedTimeBefore - A filter that returns only Lifecycle Configurations modified before the specified time.

$sel:appTypeEquals:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_appTypeEquals - A parameter to search for the App Type to which the Lifecycle Configuration is attached.

$sel:maxResults:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_maxResults - The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.

$sel:sortBy:ListStudioLifecycleConfigs', listStudioLifecycleConfigs_sortBy - The property used to sort results. The default value is CreationTime.

data ListStudioLifecycleConfigsResponse Source #

Instances

Instances details
Eq ListStudioLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Read ListStudioLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Show ListStudioLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Generic ListStudioLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

Associated Types

type Rep ListStudioLifecycleConfigsResponse :: Type -> Type #

NFData ListStudioLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

type Rep ListStudioLifecycleConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStudioLifecycleConfigs

type Rep ListStudioLifecycleConfigsResponse = D1 ('MetaData "ListStudioLifecycleConfigsResponse" "Amazonka.SageMaker.ListStudioLifecycleConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListStudioLifecycleConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StudioLifecycleConfigDetails])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStudioLifecycleConfigsResponse Source #

Create a value of ListStudioLifecycleConfigsResponse 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:nextToken:ListStudioLifecycleConfigs', listStudioLifecycleConfigsResponse_nextToken - A token for getting the next set of actions, if there are any.

$sel:studioLifecycleConfigs:ListStudioLifecycleConfigsResponse', listStudioLifecycleConfigsResponse_studioLifecycleConfigs - A list of Lifecycle Configurations and their properties.

$sel:httpStatus:ListStudioLifecycleConfigsResponse', listStudioLifecycleConfigsResponse_httpStatus - The response's http status code.

ListModelBiasJobDefinitions (Paginated)

data ListModelBiasJobDefinitions Source #

See: newListModelBiasJobDefinitions smart constructor.

Instances

Instances details
Eq ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Read ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Show ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Generic ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Associated Types

type Rep ListModelBiasJobDefinitions :: Type -> Type #

NFData ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Hashable ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

ToJSON ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

AWSPager ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

AWSRequest ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

ToHeaders ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

ToPath ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

ToQuery ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

type Rep ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

type Rep ListModelBiasJobDefinitions = D1 ('MetaData "ListModelBiasJobDefinitions" "Amazonka.SageMaker.ListModelBiasJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelBiasJobDefinitions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinitionSortKey))))))
type AWSResponse ListModelBiasJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

newListModelBiasJobDefinitions :: ListModelBiasJobDefinitions Source #

Create a value of ListModelBiasJobDefinitions 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:nameContains:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_nameContains - Filter for model bias jobs whose name contains a specified string.

$sel:endpointName:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_endpointName - Name of the endpoint to monitor for model bias.

$sel:creationTimeAfter:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_creationTimeAfter - A filter that returns only model bias jobs created after a specified time.

$sel:nextToken:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

$sel:sortOrder:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.

$sel:creationTimeBefore:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_creationTimeBefore - A filter that returns only model bias jobs created before a specified time.

$sel:maxResults:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_maxResults - The maximum number of model bias jobs to return in the response. The default value is 10.

$sel:sortBy:ListModelBiasJobDefinitions', listModelBiasJobDefinitions_sortBy - Whether to sort results by the Name or CreationTime field. The default is CreationTime.

data ListModelBiasJobDefinitionsResponse Source #

Instances

Instances details
Eq ListModelBiasJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Read ListModelBiasJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Show ListModelBiasJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

Generic ListModelBiasJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

NFData ListModelBiasJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

type Rep ListModelBiasJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelBiasJobDefinitions

type Rep ListModelBiasJobDefinitionsResponse = D1 ('MetaData "ListModelBiasJobDefinitionsResponse" "Amazonka.SageMaker.ListModelBiasJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelBiasJobDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringJobDefinitionSummary]))))

newListModelBiasJobDefinitionsResponse Source #

Create a value of ListModelBiasJobDefinitionsResponse 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:nextToken:ListModelBiasJobDefinitions', listModelBiasJobDefinitionsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

$sel:httpStatus:ListModelBiasJobDefinitionsResponse', listModelBiasJobDefinitionsResponse_httpStatus - The response's http status code.

$sel:jobDefinitionSummaries:ListModelBiasJobDefinitionsResponse', listModelBiasJobDefinitionsResponse_jobDefinitionSummaries - A JSON array in which each element is a summary for a model bias jobs.

CreateStudioLifecycleConfig

data CreateStudioLifecycleConfig Source #

See: newCreateStudioLifecycleConfig smart constructor.

Instances

Instances details
Eq CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Read CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Show CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Generic CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Associated Types

type Rep CreateStudioLifecycleConfig :: Type -> Type #

NFData CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Hashable CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

ToJSON CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

AWSRequest CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

ToHeaders CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

ToPath CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

ToQuery CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

type Rep CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

type Rep CreateStudioLifecycleConfig = D1 ('MetaData "CreateStudioLifecycleConfig" "Amazonka.SageMaker.CreateStudioLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateStudioLifecycleConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "studioLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "studioLifecycleConfigAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StudioLifecycleConfigAppType))))
type AWSResponse CreateStudioLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

newCreateStudioLifecycleConfig Source #

Create a value of CreateStudioLifecycleConfig 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:tags:CreateStudioLifecycleConfig', createStudioLifecycleConfig_tags - Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

$sel:studioLifecycleConfigName:CreateStudioLifecycleConfig', createStudioLifecycleConfig_studioLifecycleConfigName - The name of the Studio Lifecycle Configuration to create.

$sel:studioLifecycleConfigContent:CreateStudioLifecycleConfig', createStudioLifecycleConfig_studioLifecycleConfigContent - The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.

$sel:studioLifecycleConfigAppType:CreateStudioLifecycleConfig', createStudioLifecycleConfig_studioLifecycleConfigAppType - The App type that the Lifecycle Configuration is attached to.

data CreateStudioLifecycleConfigResponse Source #

Instances

Instances details
Eq CreateStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Read CreateStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Show CreateStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

Generic CreateStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

NFData CreateStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

type Rep CreateStudioLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateStudioLifecycleConfig

type Rep CreateStudioLifecycleConfigResponse = D1 ('MetaData "CreateStudioLifecycleConfigResponse" "Amazonka.SageMaker.CreateStudioLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateStudioLifecycleConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "studioLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStudioLifecycleConfigResponse Source #

Create a value of CreateStudioLifecycleConfigResponse 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:studioLifecycleConfigArn:CreateStudioLifecycleConfigResponse', createStudioLifecycleConfigResponse_studioLifecycleConfigArn - The ARN of your created Lifecycle Configuration.

$sel:httpStatus:CreateStudioLifecycleConfigResponse', createStudioLifecycleConfigResponse_httpStatus - The response's http status code.

DisableSagemakerServicecatalogPortfolio

data DisableSagemakerServicecatalogPortfolio Source #

Instances

Instances details
Eq DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Read DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Show DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Generic DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

NFData DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Hashable DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

ToJSON DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

AWSRequest DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

ToHeaders DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

ToPath DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

ToQuery DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

type Rep DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

type Rep DisableSagemakerServicecatalogPortfolio = D1 ('MetaData "DisableSagemakerServicecatalogPortfolio" "Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DisableSagemakerServicecatalogPortfolio'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DisableSagemakerServicecatalogPortfolio Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

newDisableSagemakerServicecatalogPortfolio :: DisableSagemakerServicecatalogPortfolio Source #

Create a value of DisableSagemakerServicecatalogPortfolio with all optional fields omitted.

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

data DisableSagemakerServicecatalogPortfolioResponse Source #

Instances

Instances details
Eq DisableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Read DisableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Show DisableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

Generic DisableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

NFData DisableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

type Rep DisableSagemakerServicecatalogPortfolioResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio

type Rep DisableSagemakerServicecatalogPortfolioResponse = D1 ('MetaData "DisableSagemakerServicecatalogPortfolioResponse" "Amazonka.SageMaker.DisableSagemakerServicecatalogPortfolio" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DisableSagemakerServicecatalogPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisableSagemakerServicecatalogPortfolioResponse Source #

Create a value of DisableSagemakerServicecatalogPortfolioResponse 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:httpStatus:DisableSagemakerServicecatalogPortfolioResponse', disableSagemakerServicecatalogPortfolioResponse_httpStatus - The response's http status code.

CreateWorkteam

data CreateWorkteam Source #

See: newCreateWorkteam smart constructor.

Instances

Instances details
Eq CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Read CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Show CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Generic CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Associated Types

type Rep CreateWorkteam :: Type -> Type #

NFData CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Methods

rnf :: CreateWorkteam -> () #

Hashable CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

ToJSON CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

AWSRequest CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Associated Types

type AWSResponse CreateWorkteam #

ToHeaders CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

ToPath CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

ToQuery CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

type Rep CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

type Rep CreateWorkteam = D1 ('MetaData "CreateWorkteam" "Amazonka.SageMaker.CreateWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateWorkteam'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "notificationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfiguration)) :*: (S1 ('MetaSel ('Just "workforceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "workteamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "memberDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty MemberDefinition)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

newCreateWorkteam Source #

Create a value of CreateWorkteam 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:notificationConfiguration:CreateWorkteam', createWorkteam_notificationConfiguration - Configures notification of workers regarding available or expiring work items.

$sel:workforceName:CreateWorkteam', createWorkteam_workforceName - The name of the workforce.

$sel:tags:CreateWorkteam', createWorkteam_tags - An array of key-value pairs.

For more information, see Resource Tag and Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:workteamName:CreateWorkteam', createWorkteam_workteamName - The name of the work team. Use this name to identify the work team.

$sel:memberDefinitions:CreateWorkteam', createWorkteam_memberDefinitions - A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition. Do not provide input for both of these parameters in a single request.

For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the CognitoMemberDefinition objects that make up the member definition must have the same ClientId and UserPool values. To add a Amazon Cognito user group to an existing worker pool, see groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.

For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in OidcMemberDefinition by listing those groups in Groups.

$sel:description:CreateWorkteam', createWorkteam_description - A description of the work team.

data CreateWorkteamResponse Source #

See: newCreateWorkteamResponse smart constructor.

Instances

Instances details
Eq CreateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Read CreateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Show CreateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Generic CreateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Associated Types

type Rep CreateWorkteamResponse :: Type -> Type #

NFData CreateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

Methods

rnf :: CreateWorkteamResponse -> () #

type Rep CreateWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkteam

type Rep CreateWorkteamResponse = D1 ('MetaData "CreateWorkteamResponse" "Amazonka.SageMaker.CreateWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateWorkteamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWorkteamResponse Source #

Create a value of CreateWorkteamResponse 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:workteamArn:CreateWorkteamResponse', createWorkteamResponse_workteamArn - The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.

$sel:httpStatus:CreateWorkteamResponse', createWorkteamResponse_httpStatus - The response's http status code.

CreateNotebookInstanceLifecycleConfig

data CreateNotebookInstanceLifecycleConfig Source #

Instances

Instances details
Eq CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Read CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Show CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Generic CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

NFData CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Hashable CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

ToJSON CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

AWSRequest CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

ToHeaders CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

ToPath CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

ToQuery CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

type Rep CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

type Rep CreateNotebookInstanceLifecycleConfig = D1 ('MetaData "CreateNotebookInstanceLifecycleConfig" "Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateNotebookInstanceLifecycleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "onCreate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook])) :*: (S1 ('MetaSel ('Just "onStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NotebookInstanceLifecycleHook])) :*: S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateNotebookInstanceLifecycleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

newCreateNotebookInstanceLifecycleConfig Source #

Create a value of CreateNotebookInstanceLifecycleConfig 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:onCreate:CreateNotebookInstanceLifecycleConfig', createNotebookInstanceLifecycleConfig_onCreate - A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

$sel:onStart:CreateNotebookInstanceLifecycleConfig', createNotebookInstanceLifecycleConfig_onStart - A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

$sel:notebookInstanceLifecycleConfigName:CreateNotebookInstanceLifecycleConfig', createNotebookInstanceLifecycleConfig_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.

data CreateNotebookInstanceLifecycleConfigResponse Source #

Instances

Instances details
Eq CreateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Read CreateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Show CreateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

Generic CreateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

NFData CreateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

type Rep CreateNotebookInstanceLifecycleConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig

type Rep CreateNotebookInstanceLifecycleConfigResponse = D1 ('MetaData "CreateNotebookInstanceLifecycleConfigResponse" "Amazonka.SageMaker.CreateNotebookInstanceLifecycleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateNotebookInstanceLifecycleConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

ListMonitoringSchedules (Paginated)

data ListMonitoringSchedules Source #

See: newListMonitoringSchedules smart constructor.

Instances

Instances details
Eq ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Read ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Show ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Generic ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Associated Types

type Rep ListMonitoringSchedules :: Type -> Type #

NFData ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Methods

rnf :: ListMonitoringSchedules -> () #

Hashable ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToJSON ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

AWSPager ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

AWSRequest ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToHeaders ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToPath ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToQuery ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedules = D1 ('MetaData "ListMonitoringSchedules" "Amazonka.SageMaker.ListMonitoringSchedules" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringSchedules'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleStatus)))) :*: ((S1 ('MetaSel ('Just "monitoringTypeEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringScheduleSortKey)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))
type AWSResponse ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

newListMonitoringSchedules :: ListMonitoringSchedules Source #

Create a value of ListMonitoringSchedules 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:nameContains:ListMonitoringSchedules', listMonitoringSchedules_nameContains - Filter for monitoring schedules whose name contains a specified string.

$sel:endpointName:ListMonitoringSchedules', listMonitoringSchedules_endpointName - Name of a specific endpoint to fetch schedules for.

$sel:lastModifiedTimeBefore:ListMonitoringSchedules', listMonitoringSchedules_lastModifiedTimeBefore - A filter that returns only monitoring schedules modified before a specified time.

$sel:creationTimeAfter:ListMonitoringSchedules', listMonitoringSchedules_creationTimeAfter - A filter that returns only monitoring schedules created after a specified time.

$sel:nextToken:ListMonitoringSchedules', listMonitoringSchedules_nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

$sel:sortOrder:ListMonitoringSchedules', listMonitoringSchedules_sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.

$sel:lastModifiedTimeAfter:ListMonitoringSchedules', listMonitoringSchedules_lastModifiedTimeAfter - A filter that returns only monitoring schedules modified after a specified time.

$sel:creationTimeBefore:ListMonitoringSchedules', listMonitoringSchedules_creationTimeBefore - A filter that returns only monitoring schedules created before a specified time.

$sel:statusEquals:ListMonitoringSchedules', listMonitoringSchedules_statusEquals - A filter that returns only monitoring schedules modified before a specified time.

$sel:monitoringTypeEquals:ListMonitoringSchedules', listMonitoringSchedules_monitoringTypeEquals - A filter that returns only the monitoring schedules for the specified monitoring type.

$sel:maxResults:ListMonitoringSchedules', listMonitoringSchedules_maxResults - The maximum number of jobs to return in the response. The default value is 10.

$sel:sortBy:ListMonitoringSchedules', listMonitoringSchedules_sortBy - Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

$sel:monitoringJobDefinitionName:ListMonitoringSchedules', listMonitoringSchedules_monitoringJobDefinitionName - Gets a list of the monitoring schedules for the specified monitoring job definition.

data ListMonitoringSchedulesResponse Source #

See: newListMonitoringSchedulesResponse smart constructor.

Instances

Instances details
Eq ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Read ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Show ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Generic ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Associated Types

type Rep ListMonitoringSchedulesResponse :: Type -> Type #

NFData ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedulesResponse = D1 ('MetaData "ListMonitoringSchedulesResponse" "Amazonka.SageMaker.ListMonitoringSchedules" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringSchedulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringScheduleSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringScheduleSummary]))))

newListMonitoringSchedulesResponse Source #

Create a value of ListMonitoringSchedulesResponse 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:nextToken:ListMonitoringSchedules', listMonitoringSchedulesResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

$sel:httpStatus:ListMonitoringSchedulesResponse', listMonitoringSchedulesResponse_httpStatus - The response's http status code.

$sel:monitoringScheduleSummaries:ListMonitoringSchedulesResponse', listMonitoringSchedulesResponse_monitoringScheduleSummaries - A JSON array in which each element is a summary for a monitoring schedule.

ListLabelingJobs (Paginated)

data ListLabelingJobs Source #

See: newListLabelingJobs smart constructor.

Instances

Instances details
Eq ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Read ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Show ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Generic ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Associated Types

type Rep ListLabelingJobs :: Type -> Type #

NFData ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Methods

rnf :: ListLabelingJobs -> () #

Hashable ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

ToJSON ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

AWSPager ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

AWSRequest ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Associated Types

type AWSResponse ListLabelingJobs #

ToHeaders ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

ToPath ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

ToQuery ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type Rep ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type AWSResponse ListLabelingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

newListLabelingJobs :: ListLabelingJobs Source #

Create a value of ListLabelingJobs 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:nameContains:ListLabelingJobs', listLabelingJobs_nameContains - A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListLabelingJobs', listLabelingJobs_lastModifiedTimeBefore - A filter that returns only labeling jobs modified before the specified time (timestamp).

$sel:creationTimeAfter:ListLabelingJobs', listLabelingJobs_creationTimeAfter - A filter that returns only labeling jobs created after the specified time (timestamp).

$sel:nextToken:ListLabelingJobs', listLabelingJobs_nextToken - If the result of the previous ListLabelingJobs request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

$sel:sortOrder:ListLabelingJobs', listLabelingJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListLabelingJobs', listLabelingJobs_lastModifiedTimeAfter - A filter that returns only labeling jobs modified after the specified time (timestamp).

$sel:creationTimeBefore:ListLabelingJobs', listLabelingJobs_creationTimeBefore - A filter that returns only labeling jobs created before the specified time (timestamp).

$sel:statusEquals:ListLabelingJobs', listLabelingJobs_statusEquals - A filter that retrieves only labeling jobs with a specific status.

$sel:maxResults:ListLabelingJobs', listLabelingJobs_maxResults - The maximum number of labeling jobs to return in each page of the response.

$sel:sortBy:ListLabelingJobs', listLabelingJobs_sortBy - The field to sort results by. The default is CreationTime.

data ListLabelingJobsResponse Source #

See: newListLabelingJobsResponse smart constructor.

Instances

Instances details
Eq ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Read ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Show ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Generic ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

Associated Types

type Rep ListLabelingJobsResponse :: Type -> Type #

NFData ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type Rep ListLabelingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLabelingJobs

type Rep ListLabelingJobsResponse = D1 ('MetaData "ListLabelingJobsResponse" "Amazonka.SageMaker.ListLabelingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListLabelingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelingJobSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LabelingJobSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLabelingJobsResponse Source #

Create a value of ListLabelingJobsResponse 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:labelingJobSummaryList:ListLabelingJobsResponse', listLabelingJobsResponse_labelingJobSummaryList - An array of LabelingJobSummary objects, each describing a labeling job.

$sel:nextToken:ListLabelingJobs', listLabelingJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.

$sel:httpStatus:ListLabelingJobsResponse', listLabelingJobsResponse_httpStatus - The response's http status code.

StartNotebookInstance

data StartNotebookInstance Source #

See: newStartNotebookInstance smart constructor.

Instances

Instances details
Eq StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Read StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Show StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Generic StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Associated Types

type Rep StartNotebookInstance :: Type -> Type #

NFData StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Methods

rnf :: StartNotebookInstance -> () #

Hashable StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

ToJSON StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

AWSRequest StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Associated Types

type AWSResponse StartNotebookInstance #

ToHeaders StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

ToPath StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

ToQuery StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

type Rep StartNotebookInstance Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

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

Defined in Amazonka.SageMaker.StartNotebookInstance

newStartNotebookInstance Source #

Create a value of StartNotebookInstance 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:notebookInstanceName:StartNotebookInstance', startNotebookInstance_notebookInstanceName - The name of the notebook instance to start.

data StartNotebookInstanceResponse Source #

See: newStartNotebookInstanceResponse smart constructor.

Instances

Instances details
Eq StartNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Read StartNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Show StartNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Generic StartNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

Associated Types

type Rep StartNotebookInstanceResponse :: Type -> Type #

NFData StartNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

type Rep StartNotebookInstanceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartNotebookInstance

type Rep StartNotebookInstanceResponse = D1 ('MetaData "StartNotebookInstanceResponse" "Amazonka.SageMaker.StartNotebookInstance" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartNotebookInstanceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartNotebookInstanceResponse :: StartNotebookInstanceResponse Source #

Create a value of StartNotebookInstanceResponse with all optional fields omitted.

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

UpdateExperiment

data UpdateExperiment Source #

See: newUpdateExperiment smart constructor.

Instances

Instances details
Eq UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Read UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Show UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Generic UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Associated Types

type Rep UpdateExperiment :: Type -> Type #

NFData UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Methods

rnf :: UpdateExperiment -> () #

Hashable UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

ToJSON UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

AWSRequest UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Associated Types

type AWSResponse UpdateExperiment #

ToHeaders UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

ToPath UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

ToQuery UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

type Rep UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

type Rep UpdateExperiment = D1 ('MetaData "UpdateExperiment" "Amazonka.SageMaker.UpdateExperiment" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateExperiment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

newUpdateExperiment Source #

Create a value of UpdateExperiment 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:displayName:UpdateExperiment', updateExperiment_displayName - The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't specified, ExperimentName is displayed.

$sel:description:UpdateExperiment', updateExperiment_description - The description of the experiment.

$sel:experimentName:UpdateExperiment', updateExperiment_experimentName - The name of the experiment to update.

data UpdateExperimentResponse Source #

See: newUpdateExperimentResponse smart constructor.

Instances

Instances details
Eq UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Read UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Show UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Generic UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Associated Types

type Rep UpdateExperimentResponse :: Type -> Type #

NFData UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

type Rep UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

type Rep UpdateExperimentResponse = D1 ('MetaData "UpdateExperimentResponse" "Amazonka.SageMaker.UpdateExperiment" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateExperimentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateExperimentResponse Source #

Create a value of UpdateExperimentResponse 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:experimentArn:UpdateExperimentResponse', updateExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:httpStatus:UpdateExperimentResponse', updateExperimentResponse_httpStatus - The response's http status code.

DeleteExperiment

data DeleteExperiment Source #

See: newDeleteExperiment smart constructor.

Constructors

DeleteExperiment' Text 

Instances

Instances details
Eq DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Read DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Show DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Generic DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Associated Types

type Rep DeleteExperiment :: Type -> Type #

NFData DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Methods

rnf :: DeleteExperiment -> () #

Hashable DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

ToJSON DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

AWSRequest DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Associated Types

type AWSResponse DeleteExperiment #

ToHeaders DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

ToPath DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

ToQuery DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

type Rep DeleteExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

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

Defined in Amazonka.SageMaker.DeleteExperiment

newDeleteExperiment Source #

Create a value of DeleteExperiment 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:experimentName:DeleteExperiment', deleteExperiment_experimentName - The name of the experiment to delete.

data DeleteExperimentResponse Source #

See: newDeleteExperimentResponse smart constructor.

Instances

Instances details
Eq DeleteExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Read DeleteExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Show DeleteExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Generic DeleteExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

Associated Types

type Rep DeleteExperimentResponse :: Type -> Type #

NFData DeleteExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

type Rep DeleteExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteExperiment

type Rep DeleteExperimentResponse = D1 ('MetaData "DeleteExperimentResponse" "Amazonka.SageMaker.DeleteExperiment" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteExperimentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteExperimentResponse Source #

Create a value of DeleteExperimentResponse 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:experimentArn:DeleteExperimentResponse', deleteExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment that is being deleted.

$sel:httpStatus:DeleteExperimentResponse', deleteExperimentResponse_httpStatus - The response's http status code.

StopPipelineExecution

data StopPipelineExecution Source #

See: newStopPipelineExecution smart constructor.

Instances

Instances details
Eq StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Read StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Show StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Generic StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Associated Types

type Rep StopPipelineExecution :: Type -> Type #

NFData StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Methods

rnf :: StopPipelineExecution -> () #

Hashable StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

ToJSON StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

AWSRequest StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Associated Types

type AWSResponse StopPipelineExecution #

ToHeaders StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

ToPath StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

ToQuery StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

type Rep StopPipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

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

Defined in Amazonka.SageMaker.StopPipelineExecution

newStopPipelineExecution Source #

Create a value of StopPipelineExecution 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:pipelineExecutionArn:StopPipelineExecution', stopPipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:clientRequestToken:StopPipelineExecution', stopPipelineExecution_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

data StopPipelineExecutionResponse Source #

See: newStopPipelineExecutionResponse smart constructor.

Instances

Instances details
Eq StopPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Read StopPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Show StopPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Generic StopPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

Associated Types

type Rep StopPipelineExecutionResponse :: Type -> Type #

NFData StopPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

type Rep StopPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopPipelineExecution

type Rep StopPipelineExecutionResponse = D1 ('MetaData "StopPipelineExecutionResponse" "Amazonka.SageMaker.StopPipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopPipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopPipelineExecutionResponse Source #

Create a value of StopPipelineExecutionResponse 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:pipelineExecutionArn:StopPipelineExecution', stopPipelineExecutionResponse_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:httpStatus:StopPipelineExecutionResponse', stopPipelineExecutionResponse_httpStatus - The response's http status code.

AddTags

data AddTags Source #

See: newAddTags smart constructor.

Constructors

AddTags' Text [Tag] 

Instances

Instances details
Eq AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Methods

(==) :: AddTags -> AddTags -> Bool #

(/=) :: AddTags -> AddTags -> Bool #

Read AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Show AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Generic AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Associated Types

type Rep AddTags :: Type -> Type #

Methods

from :: AddTags -> Rep AddTags x #

to :: Rep AddTags x -> AddTags #

NFData AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Methods

rnf :: AddTags -> () #

Hashable AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Methods

hashWithSalt :: Int -> AddTags -> Int #

hash :: AddTags -> Int #

ToJSON AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

AWSRequest AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Associated Types

type AWSResponse AddTags #

ToHeaders AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Methods

toHeaders :: AddTags -> [Header] #

ToPath AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Methods

toPath :: AddTags -> ByteString #

ToQuery AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

type Rep AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

type Rep AddTags = D1 ('MetaData "AddTags" "Amazonka.SageMaker.AddTags" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AddTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse AddTags Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

newAddTags Source #

Create a value of AddTags 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:resourceArn:AddTags', addTags_resourceArn - The Amazon Resource Name (ARN) of the resource that you want to tag.

$sel:tags:AddTags', addTags_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

data AddTagsResponse Source #

See: newAddTagsResponse smart constructor.

Constructors

AddTagsResponse' (Maybe [Tag]) Int 

Instances

Instances details
Eq AddTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Read AddTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Show AddTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Generic AddTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Associated Types

type Rep AddTagsResponse :: Type -> Type #

NFData AddTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

Methods

rnf :: AddTagsResponse -> () #

type Rep AddTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AddTags

type Rep AddTagsResponse = D1 ('MetaData "AddTagsResponse" "Amazonka.SageMaker.AddTags" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AddTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAddTagsResponse Source #

Create a value of AddTagsResponse 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:tags:AddTags', addTagsResponse_tags - A list of tags associated with the Amazon SageMaker resource.

$sel:httpStatus:AddTagsResponse', addTagsResponse_httpStatus - The response's http status code.

ListAssociations (Paginated)

data ListAssociations Source #

See: newListAssociations smart constructor.

Instances

Instances details
Eq ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Read ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Show ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Generic ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Associated Types

type Rep ListAssociations :: Type -> Type #

NFData ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Methods

rnf :: ListAssociations -> () #

Hashable ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

ToJSON ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

AWSPager ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

AWSRequest ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Associated Types

type AWSResponse ListAssociations #

ToHeaders ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

ToPath ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

ToQuery ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociations = D1 ('MetaData "ListAssociations" "Amazonka.SageMaker.ListAssociations" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAssociations'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationEdgeType)) :*: S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortAssociationsBy)))))))
type AWSResponse ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

newListAssociations :: ListAssociations Source #

Create a value of ListAssociations 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:createdAfter:ListAssociations', listAssociations_createdAfter - A filter that returns only associations created on or after the specified time.

$sel:sourceType:ListAssociations', listAssociations_sourceType - A filter that returns only associations with the specified source type.

$sel:sourceArn:ListAssociations', listAssociations_sourceArn - A filter that returns only associations with the specified source ARN.

$sel:associationType:ListAssociations', listAssociations_associationType - A filter that returns only associations of the specified type.

$sel:destinationArn:ListAssociations', listAssociations_destinationArn - A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

$sel:nextToken:ListAssociations', listAssociations_nextToken - If the previous call to ListAssociations didn't return the full set of associations, the call returns a token for getting the next set of associations.

$sel:destinationType:ListAssociations', listAssociations_destinationType - A filter that returns only associations with the specified destination type.

$sel:sortOrder:ListAssociations', listAssociations_sortOrder - The sort order. The default value is Descending.

$sel:maxResults:ListAssociations', listAssociations_maxResults - The maximum number of associations to return in the response. The default value is 10.

$sel:createdBefore:ListAssociations', listAssociations_createdBefore - A filter that returns only associations created on or before the specified time.

$sel:sortBy:ListAssociations', listAssociations_sortBy - The property used to sort results. The default value is CreationTime.

data ListAssociationsResponse Source #

See: newListAssociationsResponse smart constructor.

Instances

Instances details
Eq ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Read ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Show ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Generic ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Associated Types

type Rep ListAssociationsResponse :: Type -> Type #

NFData ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociationsResponse = D1 ('MetaData "ListAssociationsResponse" "Amazonka.SageMaker.ListAssociations" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associationSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssociationSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssociationsResponse Source #

Create a value of ListAssociationsResponse 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:nextToken:ListAssociations', listAssociationsResponse_nextToken - A token for getting the next set of associations, if there are any.

$sel:associationSummaries:ListAssociationsResponse', listAssociationsResponse_associationSummaries - A list of associations and their properties.

$sel:httpStatus:ListAssociationsResponse', listAssociationsResponse_httpStatus - The response's http status code.

CreateWorkforce

data CreateWorkforce Source #

See: newCreateWorkforce smart constructor.

Instances

Instances details
Eq CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Show CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Generic CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Associated Types

type Rep CreateWorkforce :: Type -> Type #

NFData CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Methods

rnf :: CreateWorkforce -> () #

Hashable CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

ToJSON CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

AWSRequest CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Associated Types

type AWSResponse CreateWorkforce #

ToHeaders CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

ToPath CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

ToQuery CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

type Rep CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

type Rep CreateWorkforce = D1 ('MetaData "CreateWorkforce" "Amazonka.SageMaker.CreateWorkforce" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateWorkforce'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceIpConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceIpConfig)) :*: S1 ('MetaSel ('Just "cognitoConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoConfig))) :*: (S1 ('MetaSel ('Just "oidcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OidcConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "workforceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateWorkforce Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

newCreateWorkforce Source #

Create a value of CreateWorkforce 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:sourceIpConfig:CreateWorkforce', createWorkforce_sourceIpConfig - Undocumented member.

$sel:cognitoConfig:CreateWorkforce', createWorkforce_cognitoConfig - Use this parameter to configure an Amazon Cognito private workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

Do not use OidcConfig if you specify values for CognitoConfig.

$sel:oidcConfig:CreateWorkforce', createWorkforce_oidcConfig - Use this parameter to configure a private workforce using your own OIDC Identity Provider.

Do not use CognitoConfig if you specify values for OidcConfig.

$sel:tags:CreateWorkforce', createWorkforce_tags - An array of key-value pairs that contain metadata to help you categorize and organize our workforce. Each tag consists of a key and a value, both of which you define.

$sel:workforceName:CreateWorkforce', createWorkforce_workforceName - The name of the private workforce.

data CreateWorkforceResponse Source #

See: newCreateWorkforceResponse smart constructor.

Instances

Instances details
Eq CreateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Read CreateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Show CreateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Generic CreateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Associated Types

type Rep CreateWorkforceResponse :: Type -> Type #

NFData CreateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

Methods

rnf :: CreateWorkforceResponse -> () #

type Rep CreateWorkforceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateWorkforce

type Rep CreateWorkforceResponse = D1 ('MetaData "CreateWorkforceResponse" "Amazonka.SageMaker.CreateWorkforce" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateWorkforceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workforceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateWorkforceResponse Source #

Create a value of CreateWorkforceResponse 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:httpStatus:CreateWorkforceResponse', createWorkforceResponse_httpStatus - The response's http status code.

$sel:workforceArn:CreateWorkforceResponse', createWorkforceResponse_workforceArn - The Amazon Resource Name (ARN) of the workforce.

DescribeTrialComponent

data DescribeTrialComponent Source #

See: newDescribeTrialComponent smart constructor.

Instances

Instances details
Eq DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Read DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Show DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Generic DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Associated Types

type Rep DescribeTrialComponent :: Type -> Type #

NFData DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Methods

rnf :: DescribeTrialComponent -> () #

Hashable DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

ToJSON DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

AWSRequest DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Associated Types

type AWSResponse DescribeTrialComponent #

ToHeaders DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

ToPath DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

ToQuery DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

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

Defined in Amazonka.SageMaker.DescribeTrialComponent

newDescribeTrialComponent Source #

Create a value of DescribeTrialComponent 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:trialComponentName:DescribeTrialComponent', describeTrialComponent_trialComponentName - The name of the trial component to describe.

data DescribeTrialComponentResponse Source #

See: newDescribeTrialComponentResponse smart constructor.

Instances

Instances details
Eq DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Read DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Show DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Generic DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

Associated Types

type Rep DescribeTrialComponentResponse :: Type -> Type #

NFData DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTrialComponent

type Rep DescribeTrialComponentResponse = D1 ('MetaData "DescribeTrialComponentResponse" "Amazonka.SageMaker.DescribeTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeTrialComponentResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus)) :*: S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentMetricSummary])))) :*: ((S1 ('MetaSel ('Just "outputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentParameterValue))) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource)))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))))

newDescribeTrialComponentResponse Source #

Create a value of DescribeTrialComponentResponse 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:creationTime:DescribeTrialComponentResponse', describeTrialComponentResponse_creationTime - When the component was created.

$sel:metadataProperties:DescribeTrialComponentResponse', describeTrialComponentResponse_metadataProperties - Undocumented member.

$sel:status:DescribeTrialComponentResponse', describeTrialComponentResponse_status - The status of the component. States include:

  • InProgress
  • Completed
  • Failed

$sel:metrics:DescribeTrialComponentResponse', describeTrialComponentResponse_metrics - The metrics for the component.

$sel:outputArtifacts:DescribeTrialComponentResponse', describeTrialComponentResponse_outputArtifacts - The output artifacts of the component.

$sel:startTime:DescribeTrialComponentResponse', describeTrialComponentResponse_startTime - When the component started.

$sel:createdBy:DescribeTrialComponentResponse', describeTrialComponentResponse_createdBy - Who created the trial component.

$sel:lastModifiedTime:DescribeTrialComponentResponse', describeTrialComponentResponse_lastModifiedTime - When the component was last modified.

$sel:endTime:DescribeTrialComponentResponse', describeTrialComponentResponse_endTime - When the component ended.

$sel:trialComponentName:DescribeTrialComponent', describeTrialComponentResponse_trialComponentName - The name of the trial component.

$sel:parameters:DescribeTrialComponentResponse', describeTrialComponentResponse_parameters - The hyperparameters of the component.

$sel:source:DescribeTrialComponentResponse', describeTrialComponentResponse_source - The Amazon Resource Name (ARN) of the source and, optionally, the job type.

$sel:displayName:DescribeTrialComponentResponse', describeTrialComponentResponse_displayName - The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:lastModifiedBy:DescribeTrialComponentResponse', describeTrialComponentResponse_lastModifiedBy - Who last modified the component.

$sel:trialComponentArn:DescribeTrialComponentResponse', describeTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:inputArtifacts:DescribeTrialComponentResponse', describeTrialComponentResponse_inputArtifacts - The input artifacts of the component.

$sel:httpStatus:DescribeTrialComponentResponse', describeTrialComponentResponse_httpStatus - The response's http status code.

DescribeImageVersion

data DescribeImageVersion Source #

See: newDescribeImageVersion smart constructor.

Instances

Instances details
Eq DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Read DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Show DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Generic DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Associated Types

type Rep DescribeImageVersion :: Type -> Type #

NFData DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Methods

rnf :: DescribeImageVersion -> () #

Hashable DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

ToJSON DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

AWSRequest DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Associated Types

type AWSResponse DescribeImageVersion #

ToHeaders DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

ToPath DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

ToQuery DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

type Rep DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

type Rep DescribeImageVersion = D1 ('MetaData "DescribeImageVersion" "Amazonka.SageMaker.DescribeImageVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeImageVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

newDescribeImageVersion Source #

Create a value of DescribeImageVersion 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:version:DescribeImageVersion', describeImageVersion_version - The version of the image. If not specified, the latest version is described.

$sel:imageName:DescribeImageVersion', describeImageVersion_imageName - The name of the image.

data DescribeImageVersionResponse Source #

See: newDescribeImageVersionResponse smart constructor.

Instances

Instances details
Eq DescribeImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Read DescribeImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Show DescribeImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Generic DescribeImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

Associated Types

type Rep DescribeImageVersionResponse :: Type -> Type #

NFData DescribeImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

type Rep DescribeImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeImageVersion

newDescribeImageVersionResponse Source #

Create a value of DescribeImageVersionResponse 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:creationTime:DescribeImageVersionResponse', describeImageVersionResponse_creationTime - When the version was created.

$sel:failureReason:DescribeImageVersionResponse', describeImageVersionResponse_failureReason - When a create or delete operation fails, the reason for the failure.

$sel:containerImage:DescribeImageVersionResponse', describeImageVersionResponse_containerImage - The registry path of the container image that contains this image version.

$sel:lastModifiedTime:DescribeImageVersionResponse', describeImageVersionResponse_lastModifiedTime - When the version was last modified.

$sel:imageVersionStatus:DescribeImageVersionResponse', describeImageVersionResponse_imageVersionStatus - The status of the version.

$sel:version:DescribeImageVersion', describeImageVersionResponse_version - The version number.

$sel:baseImage:DescribeImageVersionResponse', describeImageVersionResponse_baseImage - The registry path of the container image on which this image version is based.

$sel:imageArn:DescribeImageVersionResponse', describeImageVersionResponse_imageArn - The Amazon Resource Name (ARN) of the image the version is based on.

$sel:imageVersionArn:DescribeImageVersionResponse', describeImageVersionResponse_imageVersionArn - The ARN of the version.

$sel:httpStatus:DescribeImageVersionResponse', describeImageVersionResponse_httpStatus - The response's http status code.

CreateModelBiasJobDefinition

data CreateModelBiasJobDefinition Source #

See: newCreateModelBiasJobDefinition smart constructor.

Instances

Instances details
Eq CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Read CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Show CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Generic CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Associated Types

type Rep CreateModelBiasJobDefinition :: Type -> Type #

NFData CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Hashable CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

ToJSON CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

AWSRequest CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

ToHeaders CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

ToPath CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

ToQuery CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

type Rep CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

type Rep CreateModelBiasJobDefinition = D1 ('MetaData "CreateModelBiasJobDefinition" "Amazonka.SageMaker.CreateModelBiasJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelBiasJobDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelBiasBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelBiasBaselineConfig)) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition))) :*: (S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "modelBiasAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelBiasAppSpecification) :*: S1 ('MetaSel ('Just "modelBiasJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelBiasJobInput)) :*: (S1 ('MetaSel ('Just "modelBiasJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

newCreateModelBiasJobDefinition Source #

Create a value of CreateModelBiasJobDefinition 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:modelBiasBaselineConfig:CreateModelBiasJobDefinition', createModelBiasJobDefinition_modelBiasBaselineConfig - The baseline configuration for a model bias job.

$sel:stoppingCondition:CreateModelBiasJobDefinition', createModelBiasJobDefinition_stoppingCondition - Undocumented member.

$sel:networkConfig:CreateModelBiasJobDefinition', createModelBiasJobDefinition_networkConfig - Networking options for a model bias job.

$sel:tags:CreateModelBiasJobDefinition', createModelBiasJobDefinition_tags - (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:jobDefinitionName:CreateModelBiasJobDefinition', createModelBiasJobDefinition_jobDefinitionName - The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:modelBiasAppSpecification:CreateModelBiasJobDefinition', createModelBiasJobDefinition_modelBiasAppSpecification - Configures the model bias job to run a specified Docker container image.

$sel:modelBiasJobInput:CreateModelBiasJobDefinition', createModelBiasJobDefinition_modelBiasJobInput - Inputs for the model bias job.

$sel:modelBiasJobOutputConfig:CreateModelBiasJobDefinition', createModelBiasJobDefinition_modelBiasJobOutputConfig - Undocumented member.

$sel:jobResources:CreateModelBiasJobDefinition', createModelBiasJobDefinition_jobResources - Undocumented member.

$sel:roleArn:CreateModelBiasJobDefinition', createModelBiasJobDefinition_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

data CreateModelBiasJobDefinitionResponse Source #

Instances

Instances details
Eq CreateModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Read CreateModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Show CreateModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

Generic CreateModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

NFData CreateModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

type Rep CreateModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateModelBiasJobDefinition

type Rep CreateModelBiasJobDefinitionResponse = D1 ('MetaData "CreateModelBiasJobDefinitionResponse" "Amazonka.SageMaker.CreateModelBiasJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateModelBiasJobDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateModelBiasJobDefinitionResponse Source #

Create a value of CreateModelBiasJobDefinitionResponse 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:httpStatus:CreateModelBiasJobDefinitionResponse', createModelBiasJobDefinitionResponse_httpStatus - The response's http status code.

$sel:jobDefinitionArn:CreateModelBiasJobDefinitionResponse', createModelBiasJobDefinitionResponse_jobDefinitionArn - The Amazon Resource Name (ARN) of the model bias job.

ListEndpointConfigs (Paginated)

data ListEndpointConfigs Source #

See: newListEndpointConfigs smart constructor.

Instances

Instances details
Eq ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Read ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Show ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Generic ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Associated Types

type Rep ListEndpointConfigs :: Type -> Type #

NFData ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Methods

rnf :: ListEndpointConfigs -> () #

Hashable ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

ToJSON ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

AWSPager ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

AWSRequest ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Associated Types

type AWSResponse ListEndpointConfigs #

ToHeaders ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

ToPath ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

ToQuery ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigs = D1 ('MetaData "ListEndpointConfigs" "Amazonka.SageMaker.ListEndpointConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEndpointConfigs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderKey)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointConfigSortKey))))))
type AWSResponse ListEndpointConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

newListEndpointConfigs :: ListEndpointConfigs Source #

Create a value of ListEndpointConfigs 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:nameContains:ListEndpointConfigs', listEndpointConfigs_nameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

$sel:creationTimeAfter:ListEndpointConfigs', listEndpointConfigs_creationTimeAfter - A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

$sel:nextToken:ListEndpointConfigs', listEndpointConfigs_nextToken - If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

$sel:sortOrder:ListEndpointConfigs', listEndpointConfigs_sortOrder - The sort order for results. The default is Descending.

$sel:creationTimeBefore:ListEndpointConfigs', listEndpointConfigs_creationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).

$sel:maxResults:ListEndpointConfigs', listEndpointConfigs_maxResults - The maximum number of training jobs to return in the response.

$sel:sortBy:ListEndpointConfigs', listEndpointConfigs_sortBy - The field to sort results by. The default is CreationTime.

data ListEndpointConfigsResponse Source #

See: newListEndpointConfigsResponse smart constructor.

Instances

Instances details
Eq ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Read ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Show ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Generic ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

Associated Types

type Rep ListEndpointConfigsResponse :: Type -> Type #

NFData ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEndpointConfigs

type Rep ListEndpointConfigsResponse = D1 ('MetaData "ListEndpointConfigsResponse" "Amazonka.SageMaker.ListEndpointConfigs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEndpointConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointConfigSummary]))))

newListEndpointConfigsResponse Source #

Create a value of ListEndpointConfigsResponse 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:nextToken:ListEndpointConfigs', listEndpointConfigsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request

$sel:httpStatus:ListEndpointConfigsResponse', listEndpointConfigsResponse_httpStatus - The response's http status code.

$sel:endpointConfigs:ListEndpointConfigsResponse', listEndpointConfigsResponse_endpointConfigs - An array of endpoint configurations.

DeleteAssociation

data DeleteAssociation Source #

See: newDeleteAssociation smart constructor.

Instances

Instances details
Eq DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Read DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Show DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Generic DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Associated Types

type Rep DeleteAssociation :: Type -> Type #

NFData DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Methods

rnf :: DeleteAssociation -> () #

Hashable DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

ToJSON DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

AWSRequest DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Associated Types

type AWSResponse DeleteAssociation #

ToHeaders DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

ToPath DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

ToQuery DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

type Rep DeleteAssociation Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

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

Defined in Amazonka.SageMaker.DeleteAssociation

newDeleteAssociation Source #

Create a value of DeleteAssociation 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:sourceArn:DeleteAssociation', deleteAssociation_sourceArn - The ARN of the source.

$sel:destinationArn:DeleteAssociation', deleteAssociation_destinationArn - The Amazon Resource Name (ARN) of the destination.

data DeleteAssociationResponse Source #

See: newDeleteAssociationResponse smart constructor.

Instances

Instances details
Eq DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Read DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Show DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Generic DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

Associated Types

type Rep DeleteAssociationResponse :: Type -> Type #

NFData DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

type Rep DeleteAssociationResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAssociation

type Rep DeleteAssociationResponse = D1 ('MetaData "DeleteAssociationResponse" "Amazonka.SageMaker.DeleteAssociation" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteAssociationResponse Source #

Create a value of DeleteAssociationResponse 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:sourceArn:DeleteAssociation', deleteAssociationResponse_sourceArn - The ARN of the source.

$sel:destinationArn:DeleteAssociation', deleteAssociationResponse_destinationArn - The Amazon Resource Name (ARN) of the destination.

$sel:httpStatus:DeleteAssociationResponse', deleteAssociationResponse_httpStatus - The response's http status code.

CreateFlowDefinition

data CreateFlowDefinition Source #

See: newCreateFlowDefinition smart constructor.

Instances

Instances details
Eq CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Read CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Show CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Generic CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Associated Types

type Rep CreateFlowDefinition :: Type -> Type #

NFData CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Methods

rnf :: CreateFlowDefinition -> () #

Hashable CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

ToJSON CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

AWSRequest CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Associated Types

type AWSResponse CreateFlowDefinition #

ToHeaders CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

ToPath CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

ToQuery CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

type Rep CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

type Rep CreateFlowDefinition = D1 ('MetaData "CreateFlowDefinition" "Amazonka.SageMaker.CreateFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateFlowDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "humanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopRequestSource)) :*: (S1 ('MetaSel ('Just "humanLoopActivationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanLoopActivationConfig)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "humanLoopConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopConfig)) :*: (S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionOutputConfig) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateFlowDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

newCreateFlowDefinition Source #

Create a value of CreateFlowDefinition 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:humanLoopRequestSource:CreateFlowDefinition', createFlowDefinition_humanLoopRequestSource - Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

$sel:humanLoopActivationConfig:CreateFlowDefinition', createFlowDefinition_humanLoopActivationConfig - An object containing information about the events that trigger a human workflow.

$sel:tags:CreateFlowDefinition', createFlowDefinition_tags - An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define.

$sel:flowDefinitionName:CreateFlowDefinition', createFlowDefinition_flowDefinitionName - The name of your flow definition.

$sel:humanLoopConfig:CreateFlowDefinition', createFlowDefinition_humanLoopConfig - An object containing information about the tasks the human reviewers will perform.

$sel:outputConfig:CreateFlowDefinition', createFlowDefinition_outputConfig - An object containing information about where the human review results will be uploaded.

$sel:roleArn:CreateFlowDefinition', createFlowDefinition_roleArn - The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.

data CreateFlowDefinitionResponse Source #

See: newCreateFlowDefinitionResponse smart constructor.

Instances

Instances details
Eq CreateFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Read CreateFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Show CreateFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Generic CreateFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

Associated Types

type Rep CreateFlowDefinitionResponse :: Type -> Type #

NFData CreateFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

type Rep CreateFlowDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateFlowDefinition

type Rep CreateFlowDefinitionResponse = D1 ('MetaData "CreateFlowDefinitionResponse" "Amazonka.SageMaker.CreateFlowDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateFlowDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateFlowDefinitionResponse Source #

Create a value of CreateFlowDefinitionResponse 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:httpStatus:CreateFlowDefinitionResponse', createFlowDefinitionResponse_httpStatus - The response's http status code.

$sel:flowDefinitionArn:CreateFlowDefinitionResponse', createFlowDefinitionResponse_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition you create.

ListModelPackageGroups (Paginated)

data ListModelPackageGroups Source #

See: newListModelPackageGroups smart constructor.

Instances

Instances details
Eq ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Read ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Show ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Generic ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Associated Types

type Rep ListModelPackageGroups :: Type -> Type #

NFData ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Methods

rnf :: ListModelPackageGroups -> () #

Hashable ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

ToJSON ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

AWSPager ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

AWSRequest ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Associated Types

type AWSResponse ListModelPackageGroups #

ToHeaders ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

ToPath ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

ToQuery ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

type Rep ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

type Rep ListModelPackageGroups = D1 ('MetaData "ListModelPackageGroups" "Amazonka.SageMaker.ListModelPackageGroups" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelPackageGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroupSortBy))))))
type AWSResponse ListModelPackageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

newListModelPackageGroups :: ListModelPackageGroups Source #

Create a value of ListModelPackageGroups 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:nameContains:ListModelPackageGroups', listModelPackageGroups_nameContains - A string in the model group name. This filter returns only model groups whose name contains the specified string.

$sel:creationTimeAfter:ListModelPackageGroups', listModelPackageGroups_creationTimeAfter - A filter that returns only model groups created after the specified time.

$sel:nextToken:ListModelPackageGroups', listModelPackageGroups_nextToken - If the result of the previous ListModelPackageGroups request was truncated, the response includes a NextToken. To retrieve the next set of model groups, use the token in the next request.

$sel:sortOrder:ListModelPackageGroups', listModelPackageGroups_sortOrder - The sort order for results. The default is Ascending.

$sel:creationTimeBefore:ListModelPackageGroups', listModelPackageGroups_creationTimeBefore - A filter that returns only model groups created before the specified time.

$sel:maxResults:ListModelPackageGroups', listModelPackageGroups_maxResults - The maximum number of results to return in the response.

$sel:sortBy:ListModelPackageGroups', listModelPackageGroups_sortBy - The field to sort results by. The default is CreationTime.

data ListModelPackageGroupsResponse Source #

See: newListModelPackageGroupsResponse smart constructor.

Instances

Instances details
Eq ListModelPackageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Read ListModelPackageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Show ListModelPackageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Generic ListModelPackageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

Associated Types

type Rep ListModelPackageGroupsResponse :: Type -> Type #

NFData ListModelPackageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

type Rep ListModelPackageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelPackageGroups

type Rep ListModelPackageGroupsResponse = D1 ('MetaData "ListModelPackageGroupsResponse" "Amazonka.SageMaker.ListModelPackageGroups" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelPackageGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageGroupSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelPackageGroupSummary]))))

newListModelPackageGroupsResponse Source #

Create a value of ListModelPackageGroupsResponse 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:nextToken:ListModelPackageGroups', listModelPackageGroupsResponse_nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.

$sel:httpStatus:ListModelPackageGroupsResponse', listModelPackageGroupsResponse_httpStatus - The response's http status code.

$sel:modelPackageGroupSummaryList:ListModelPackageGroupsResponse', listModelPackageGroupsResponse_modelPackageGroupSummaryList - A list of summaries of the model groups in your Amazon Web Services account.

ListTags (Paginated)

data ListTags Source #

See: newListTags smart constructor.

Constructors

ListTags' (Maybe Text) (Maybe Natural) Text 

Instances

Instances details
Eq ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Read ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Show ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Generic ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Associated Types

type Rep ListTags :: Type -> Type #

Methods

from :: ListTags -> Rep ListTags x #

to :: Rep ListTags x -> ListTags #

NFData ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Methods

rnf :: ListTags -> () #

Hashable ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Methods

hashWithSalt :: Int -> ListTags -> Int #

hash :: ListTags -> Int #

ToJSON ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

AWSPager ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

AWSRequest ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Associated Types

type AWSResponse ListTags #

ToHeaders ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Methods

toHeaders :: ListTags -> [Header] #

ToPath ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

ToQuery ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

type Rep ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

type Rep ListTags = D1 ('MetaData "ListTags" "Amazonka.SageMaker.ListTags" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListTags Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

newListTags Source #

Create a value of ListTags 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:nextToken:ListTags', listTags_nextToken - If the response to the previous ListTags request is truncated, Amazon SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

$sel:maxResults:ListTags', listTags_maxResults - Maximum number of tags to return.

$sel:resourceArn:ListTags', listTags_resourceArn - The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

data ListTagsResponse Source #

See: newListTagsResponse smart constructor.

Constructors

ListTagsResponse' (Maybe Text) (Maybe [Tag]) Int 

Instances

Instances details
Eq ListTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Read ListTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Show ListTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Generic ListTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Associated Types

type Rep ListTagsResponse :: Type -> Type #

NFData ListTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

Methods

rnf :: ListTagsResponse -> () #

type Rep ListTagsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTags

type Rep ListTagsResponse = D1 ('MetaData "ListTagsResponse" "Amazonka.SageMaker.ListTags" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsResponse Source #

Create a value of ListTagsResponse 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:nextToken:ListTags', listTagsResponse_nextToken - If response is truncated, Amazon SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.

$sel:tags:ListTagsResponse', listTagsResponse_tags - An array of Tag objects, each with a tag key and a value.

$sel:httpStatus:ListTagsResponse', listTagsResponse_httpStatus - The response's http status code.

DeregisterDevices

data DeregisterDevices Source #

See: newDeregisterDevices smart constructor.

Constructors

DeregisterDevices' Text [Text] 

Instances

Instances details
Eq DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Read DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Show DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Generic DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Associated Types

type Rep DeregisterDevices :: Type -> Type #

NFData DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Methods

rnf :: DeregisterDevices -> () #

Hashable DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

ToJSON DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

AWSRequest DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Associated Types

type AWSResponse DeregisterDevices #

ToHeaders DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

ToPath DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

ToQuery DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

type Rep DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

type Rep DeregisterDevices = D1 ('MetaData "DeregisterDevices" "Amazonka.SageMaker.DeregisterDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeregisterDevices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DeregisterDevices Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

newDeregisterDevices Source #

Create a value of DeregisterDevices 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:deviceFleetName:DeregisterDevices', deregisterDevices_deviceFleetName - The name of the fleet the devices belong to.

$sel:deviceNames:DeregisterDevices', deregisterDevices_deviceNames - The unique IDs of the devices.

data DeregisterDevicesResponse Source #

See: newDeregisterDevicesResponse smart constructor.

Instances

Instances details
Eq DeregisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Read DeregisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Show DeregisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Generic DeregisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

Associated Types

type Rep DeregisterDevicesResponse :: Type -> Type #

NFData DeregisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

type Rep DeregisterDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeregisterDevices

type Rep DeregisterDevicesResponse = D1 ('MetaData "DeregisterDevicesResponse" "Amazonka.SageMaker.DeregisterDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeregisterDevicesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeregisterDevicesResponse :: DeregisterDevicesResponse Source #

Create a value of DeregisterDevicesResponse with all optional fields omitted.

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

DescribeHumanTaskUi

data DescribeHumanTaskUi Source #

See: newDescribeHumanTaskUi smart constructor.

Instances

Instances details
Eq DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Read DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Show DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Generic DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Associated Types

type Rep DescribeHumanTaskUi :: Type -> Type #

NFData DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Methods

rnf :: DescribeHumanTaskUi -> () #

Hashable DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

ToJSON DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

AWSRequest DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Associated Types

type AWSResponse DescribeHumanTaskUi #

ToHeaders DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

ToPath DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

ToQuery DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

type Rep DescribeHumanTaskUi Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

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

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

newDescribeHumanTaskUi Source #

Create a value of DescribeHumanTaskUi 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:humanTaskUiName:DescribeHumanTaskUi', describeHumanTaskUi_humanTaskUiName - The name of the human task user interface (worker task template) you want information about.

data DescribeHumanTaskUiResponse Source #

See: newDescribeHumanTaskUiResponse smart constructor.

Instances

Instances details
Eq DescribeHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Read DescribeHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Show DescribeHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Generic DescribeHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

Associated Types

type Rep DescribeHumanTaskUiResponse :: Type -> Type #

NFData DescribeHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

type Rep DescribeHumanTaskUiResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHumanTaskUi

type Rep DescribeHumanTaskUiResponse = D1 ('MetaData "DescribeHumanTaskUiResponse" "Amazonka.SageMaker.DescribeHumanTaskUi" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeHumanTaskUiResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "humanTaskUiStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HumanTaskUiStatus)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "humanTaskUiName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "uiTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UiTemplateInfo)))))

newDescribeHumanTaskUiResponse Source #

Create a value of DescribeHumanTaskUiResponse 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:humanTaskUiStatus:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_humanTaskUiStatus - The status of the human task user interface (worker task template). Valid values are listed below.

$sel:httpStatus:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_httpStatus - The response's http status code.

$sel:humanTaskUiArn:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface (worker task template).

$sel:humanTaskUiName:DescribeHumanTaskUi', describeHumanTaskUiResponse_humanTaskUiName - The name of the human task user interface (worker task template).

$sel:creationTime:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_creationTime - The timestamp when the human task user interface was created.

$sel:uiTemplate:DescribeHumanTaskUiResponse', describeHumanTaskUiResponse_uiTemplate - Undocumented member.

CreateTrainingJob

data CreateTrainingJob Source #

See: newCreateTrainingJob smart constructor.

Instances

Instances details
Eq CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Read CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Show CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Generic CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Associated Types

type Rep CreateTrainingJob :: Type -> Type #

NFData CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Methods

rnf :: CreateTrainingJob -> () #

Hashable CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

ToJSON CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

AWSRequest CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Associated Types

type AWSResponse CreateTrainingJob #

ToHeaders CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

ToPath CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

ToQuery CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

type Rep CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

type Rep CreateTrainingJob = D1 ('MetaData "CreateTrainingJob" "Amazonka.SageMaker.CreateTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTrainingJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "debugHookConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DebugHookConfig))) :*: (S1 ('MetaSel ('Just "checkpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckpointConfig)) :*: (S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy)) :*: S1 ('MetaSel ('Just "profilerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfilerConfig))))) :*: ((S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: S1 ('MetaSel ('Just "debugRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleConfiguration])))) :*: (S1 ('MetaSel ('Just "enableManagedSpotTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "hyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Channel))))))) :*: (((S1 ('MetaSel ('Just "profilerRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProfilerRuleConfiguration])) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig))) :*: (S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "tensorBoardOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TensorBoardOutputConfig)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "algorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmSpecification) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceConfig) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition)))))))
type AWSResponse CreateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

newCreateTrainingJob Source #

Create a value of CreateTrainingJob 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:environment:CreateTrainingJob', createTrainingJob_environment - The environment variables to set in the Docker container.

$sel:debugHookConfig:CreateTrainingJob', createTrainingJob_debugHookConfig - Undocumented member.

$sel:checkpointConfig:CreateTrainingJob', createTrainingJob_checkpointConfig - Contains information about the output location for managed spot training checkpoint data.

$sel:retryStrategy:CreateTrainingJob', createTrainingJob_retryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

$sel:profilerConfig:CreateTrainingJob', createTrainingJob_profilerConfig - Undocumented member.

$sel:enableNetworkIsolation:CreateTrainingJob', createTrainingJob_enableNetworkIsolation - Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If you enable network isolation for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

$sel:experimentConfig:CreateTrainingJob', createTrainingJob_experimentConfig - Undocumented member.

$sel:debugRuleConfigurations:CreateTrainingJob', createTrainingJob_debugRuleConfigurations - Configuration information for Debugger rules for debugging output tensors.

$sel:enableManagedSpotTraining:CreateTrainingJob', createTrainingJob_enableManagedSpotTraining - To train models using managed spot training, choose True. Managed spot training provides a fully managed and scalable infrastructure for training machine learning models. this option is useful when training jobs can be interrupted and when there is flexibility when the training job is run.

The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and can be used as a starting point to train models incrementally. Amazon SageMaker provides metrics and logs in CloudWatch. They can be used to see when managed spot training jobs are running, interrupted, resumed, or completed.

$sel:hyperParameters:CreateTrainingJob', createTrainingJob_hyperParameters - Algorithm-specific parameters that influence the quality of the model. You set hyperparameters before you start the learning process. For a list of hyperparameters for each training algorithm provided by Amazon SageMaker, see Algorithms.

You can specify a maximum of 100 hyperparameters. Each hyperparameter is a key-value pair. Each key and value is limited to 256 characters, as specified by the Length Constraint.

$sel:inputDataConfig:CreateTrainingJob', createTrainingJob_inputDataConfig - An array of Channel objects. Each channel is a named input source. InputDataConfig describes the input data and its location.

Algorithms can accept input data from one or more channels. For example, an algorithm might have two channels of input data, training_data and validation_data. The configuration for each channel provides the S3, EFS, or FSx location where the input data is stored. It also provides information about the stored data: the MIME type, compression method, and whether the data is wrapped in RecordIO format.

Depending on the input mode that the algorithm supports, Amazon SageMaker either copies input data files from an S3 bucket to a local directory in the Docker container, or makes it available as input streams. For example, if you specify an EFS location, input data files will be made available as input streams. They do not need to be downloaded.

$sel:profilerRuleConfigurations:CreateTrainingJob', createTrainingJob_profilerRuleConfigurations - Configuration information for Debugger rules for profiling system and framework metrics.

$sel:vpcConfig:CreateTrainingJob', createTrainingJob_vpcConfig - A VpcConfig object that specifies the VPC that you want your training job to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

$sel:enableInterContainerTrafficEncryption:CreateTrainingJob', createTrainingJob_enableInterContainerTrafficEncryption - To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training. For more information, see Protect Communications Between ML Compute Instances in a Distributed Training Job.

$sel:tensorBoardOutputConfig:CreateTrainingJob', createTrainingJob_tensorBoardOutputConfig - Undocumented member.

$sel:tags:CreateTrainingJob', createTrainingJob_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:trainingJobName:CreateTrainingJob', createTrainingJob_trainingJobName - The name of the training job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

$sel:algorithmSpecification:CreateTrainingJob', createTrainingJob_algorithmSpecification - The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode. For more information about algorithms provided by Amazon SageMaker, see Algorithms. For information about providing your own algorithms, see Using Your Own Algorithms with Amazon SageMaker.

$sel:roleArn:CreateTrainingJob', createTrainingJob_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

During model training, Amazon SageMaker needs your permission to read input data from an S3 bucket, download a Docker image that contains training code, write model artifacts to an S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon CloudWatch. You grant permissions for all of these tasks to an IAM role. For more information, see Amazon SageMaker Roles.

To be able to pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission.

$sel:outputDataConfig:CreateTrainingJob', createTrainingJob_outputDataConfig - Specifies the path to the S3 location where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts.

$sel:resourceConfig:CreateTrainingJob', createTrainingJob_resourceConfig - The resources, including the ML compute instances and ML storage volumes, to use for model training.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use ML storage volumes for scratch space. If you want Amazon SageMaker to use the ML storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

$sel:stoppingCondition:CreateTrainingJob', createTrainingJob_stoppingCondition - Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

data CreateTrainingJobResponse Source #

See: newCreateTrainingJobResponse smart constructor.

Instances

Instances details
Eq CreateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Read CreateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Show CreateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Generic CreateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

Associated Types

type Rep CreateTrainingJobResponse :: Type -> Type #

NFData CreateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

type Rep CreateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrainingJob

type Rep CreateTrainingJobResponse = D1 ('MetaData "CreateTrainingJobResponse" "Amazonka.SageMaker.CreateTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTrainingJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateTrainingJobResponse Source #

Create a value of CreateTrainingJobResponse 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:httpStatus:CreateTrainingJobResponse', createTrainingJobResponse_httpStatus - The response's http status code.

$sel:trainingJobArn:CreateTrainingJobResponse', createTrainingJobResponse_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

DeleteModelPackageGroupPolicy

data DeleteModelPackageGroupPolicy Source #

See: newDeleteModelPackageGroupPolicy smart constructor.

Instances

Instances details
Eq DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Read DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Show DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Generic DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Associated Types

type Rep DeleteModelPackageGroupPolicy :: Type -> Type #

NFData DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Hashable DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

ToJSON DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

AWSRequest DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

ToHeaders DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

ToPath DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

ToQuery DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

type Rep DeleteModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

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

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

newDeleteModelPackageGroupPolicy Source #

Create a value of DeleteModelPackageGroupPolicy 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:modelPackageGroupName:DeleteModelPackageGroupPolicy', deleteModelPackageGroupPolicy_modelPackageGroupName - The name of the model group for which to delete the policy.

data DeleteModelPackageGroupPolicyResponse Source #

Instances

Instances details
Eq DeleteModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Read DeleteModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Show DeleteModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

Generic DeleteModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

NFData DeleteModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

type Rep DeleteModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteModelPackageGroupPolicy

type Rep DeleteModelPackageGroupPolicyResponse = D1 ('MetaData "DeleteModelPackageGroupPolicyResponse" "Amazonka.SageMaker.DeleteModelPackageGroupPolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteModelPackageGroupPolicyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteModelPackageGroupPolicyResponse :: DeleteModelPackageGroupPolicyResponse Source #

Create a value of DeleteModelPackageGroupPolicyResponse with all optional fields omitted.

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

DeleteUserProfile

data DeleteUserProfile Source #

See: newDeleteUserProfile smart constructor.

Instances

Instances details
Eq DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Read DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Show DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Generic DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Associated Types

type Rep DeleteUserProfile :: Type -> Type #

NFData DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Methods

rnf :: DeleteUserProfile -> () #

Hashable DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

ToJSON DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

AWSRequest DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Associated Types

type AWSResponse DeleteUserProfile #

ToHeaders DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

ToPath DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

ToQuery DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

type Rep DeleteUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

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

Defined in Amazonka.SageMaker.DeleteUserProfile

newDeleteUserProfile Source #

Create a value of DeleteUserProfile 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:domainId:DeleteUserProfile', deleteUserProfile_domainId - The domain ID.

$sel:userProfileName:DeleteUserProfile', deleteUserProfile_userProfileName - The user profile name.

data DeleteUserProfileResponse Source #

See: newDeleteUserProfileResponse smart constructor.

Instances

Instances details
Eq DeleteUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Read DeleteUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Show DeleteUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Generic DeleteUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

Associated Types

type Rep DeleteUserProfileResponse :: Type -> Type #

NFData DeleteUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

type Rep DeleteUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteUserProfile

type Rep DeleteUserProfileResponse = D1 ('MetaData "DeleteUserProfileResponse" "Amazonka.SageMaker.DeleteUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteUserProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteUserProfileResponse :: DeleteUserProfileResponse Source #

Create a value of DeleteUserProfileResponse with all optional fields omitted.

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

UpdateUserProfile

data UpdateUserProfile Source #

See: newUpdateUserProfile smart constructor.

Instances

Instances details
Eq UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Read UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Show UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Generic UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type Rep UpdateUserProfile :: Type -> Type #

NFData UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Methods

rnf :: UpdateUserProfile -> () #

Hashable UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToJSON UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

AWSRequest UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type AWSResponse UpdateUserProfile #

ToHeaders UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToPath UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

ToQuery UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfile = D1 ('MetaData "UpdateUserProfile" "Amazonka.SageMaker.UpdateUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateUserProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

newUpdateUserProfile Source #

Create a value of UpdateUserProfile 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:userSettings:UpdateUserProfile', updateUserProfile_userSettings - A collection of settings.

$sel:domainId:UpdateUserProfile', updateUserProfile_domainId - The domain ID.

$sel:userProfileName:UpdateUserProfile', updateUserProfile_userProfileName - The user profile name.

data UpdateUserProfileResponse Source #

See: newUpdateUserProfileResponse smart constructor.

Instances

Instances details
Eq UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Read UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Show UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Generic UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

Associated Types

type Rep UpdateUserProfileResponse :: Type -> Type #

NFData UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateUserProfile

type Rep UpdateUserProfileResponse = D1 ('MetaData "UpdateUserProfileResponse" "Amazonka.SageMaker.UpdateUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateUserProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateUserProfileResponse Source #

Create a value of UpdateUserProfileResponse 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:userProfileArn:UpdateUserProfileResponse', updateUserProfileResponse_userProfileArn - The user profile Amazon Resource Name (ARN).

$sel:httpStatus:UpdateUserProfileResponse', updateUserProfileResponse_httpStatus - The response's http status code.

CreateImage

data CreateImage Source #

See: newCreateImage smart constructor.

Instances

Instances details
Eq CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Read CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Show CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Generic CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Associated Types

type Rep CreateImage :: Type -> Type #

NFData CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Methods

rnf :: CreateImage -> () #

Hashable CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

ToJSON CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

AWSRequest CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Associated Types

type AWSResponse CreateImage #

ToHeaders CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Methods

toHeaders :: CreateImage -> [Header] #

ToPath CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

ToQuery CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

type Rep CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

type Rep CreateImage = D1 ('MetaData "CreateImage" "Amazonka.SageMaker.CreateImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateImage Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

newCreateImage Source #

Create a value of CreateImage 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:displayName:CreateImage', createImage_displayName - The display name of the image. If not provided, ImageName is displayed.

$sel:description:CreateImage', createImage_description - The description of the image.

$sel:tags:CreateImage', createImage_tags - A list of tags to apply to the image.

$sel:imageName:CreateImage', createImage_imageName - The name of the image. Must be unique to your account.

$sel:roleArn:CreateImage', createImage_roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

data CreateImageResponse Source #

See: newCreateImageResponse smart constructor.

Instances

Instances details
Eq CreateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Read CreateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Show CreateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Generic CreateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Associated Types

type Rep CreateImageResponse :: Type -> Type #

NFData CreateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

Methods

rnf :: CreateImageResponse -> () #

type Rep CreateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImage

type Rep CreateImageResponse = D1 ('MetaData "CreateImageResponse" "Amazonka.SageMaker.CreateImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateImageResponse Source #

Create a value of CreateImageResponse 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:imageArn:CreateImageResponse', createImageResponse_imageArn - The Amazon Resource Name (ARN) of the image.

$sel:httpStatus:CreateImageResponse', createImageResponse_httpStatus - The response's http status code.

PutModelPackageGroupPolicy

data PutModelPackageGroupPolicy Source #

See: newPutModelPackageGroupPolicy smart constructor.

Instances

Instances details
Eq PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Read PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Show PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Generic PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Associated Types

type Rep PutModelPackageGroupPolicy :: Type -> Type #

NFData PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Hashable PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

ToJSON PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

AWSRequest PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

ToHeaders PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

ToPath PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

ToQuery PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

type Rep PutModelPackageGroupPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

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

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

newPutModelPackageGroupPolicy Source #

Create a value of PutModelPackageGroupPolicy 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:modelPackageGroupName:PutModelPackageGroupPolicy', putModelPackageGroupPolicy_modelPackageGroupName - The name of the model group to add a resource policy to.

$sel:resourcePolicy:PutModelPackageGroupPolicy', putModelPackageGroupPolicy_resourcePolicy - The resource policy for the model group.

data PutModelPackageGroupPolicyResponse Source #

Instances

Instances details
Eq PutModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Read PutModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Show PutModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Generic PutModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

Associated Types

type Rep PutModelPackageGroupPolicyResponse :: Type -> Type #

NFData PutModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

type Rep PutModelPackageGroupPolicyResponse Source # 
Instance details

Defined in Amazonka.SageMaker.PutModelPackageGroupPolicy

type Rep PutModelPackageGroupPolicyResponse = D1 ('MetaData "PutModelPackageGroupPolicyResponse" "Amazonka.SageMaker.PutModelPackageGroupPolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PutModelPackageGroupPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPutModelPackageGroupPolicyResponse Source #

Create a value of PutModelPackageGroupPolicyResponse 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:httpStatus:PutModelPackageGroupPolicyResponse', putModelPackageGroupPolicyResponse_httpStatus - The response's http status code.

$sel:modelPackageGroupArn:PutModelPackageGroupPolicyResponse', putModelPackageGroupPolicyResponse_modelPackageGroupArn - The Amazon Resource Name (ARN) of the model package group.

ListPipelineParametersForExecution (Paginated)

data ListPipelineParametersForExecution Source #

Instances

Instances details
Eq ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Read ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Show ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Generic ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Associated Types

type Rep ListPipelineParametersForExecution :: Type -> Type #

NFData ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Hashable ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToJSON ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

AWSPager ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

AWSRequest ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToHeaders ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToPath ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

ToQuery ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecution = D1 ('MetaData "ListPipelineParametersForExecution" "Amazonka.SageMaker.ListPipelineParametersForExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineParametersForExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListPipelineParametersForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

newListPipelineParametersForExecution Source #

Create a value of ListPipelineParametersForExecution 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:nextToken:ListPipelineParametersForExecution', listPipelineParametersForExecution_nextToken - If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

$sel:maxResults:ListPipelineParametersForExecution', listPipelineParametersForExecution_maxResults - The maximum number of parameters to return in the response.

$sel:pipelineExecutionArn:ListPipelineParametersForExecution', listPipelineParametersForExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

data ListPipelineParametersForExecutionResponse Source #

Instances

Instances details
Eq ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Read ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Show ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

Generic ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

NFData ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineParametersForExecution

type Rep ListPipelineParametersForExecutionResponse = D1 ('MetaData "ListPipelineParametersForExecutionResponse" "Amazonka.SageMaker.ListPipelineParametersForExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineParametersForExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPipelineParametersForExecutionResponse Source #

Create a value of ListPipelineParametersForExecutionResponse 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:pipelineParameters:ListPipelineParametersForExecutionResponse', listPipelineParametersForExecutionResponse_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

$sel:nextToken:ListPipelineParametersForExecution', listPipelineParametersForExecutionResponse_nextToken - If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

$sel:httpStatus:ListPipelineParametersForExecutionResponse', listPipelineParametersForExecutionResponse_httpStatus - The response's http status code.

CreateContext

data CreateContext Source #

See: newCreateContext smart constructor.

Instances

Instances details
Eq CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Read CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Show CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Generic CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Associated Types

type Rep CreateContext :: Type -> Type #

NFData CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Methods

rnf :: CreateContext -> () #

Hashable CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

ToJSON CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

AWSRequest CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Associated Types

type AWSResponse CreateContext #

ToHeaders CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

ToPath CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

ToQuery CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

type Rep CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

type Rep CreateContext = D1 ('MetaData "CreateContext" "Amazonka.SageMaker.CreateContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateContext'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContextSource) :*: S1 ('MetaSel ('Just "contextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateContext Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

newCreateContext Source #

Create a value of CreateContext 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:description:CreateContext', createContext_description - The description of the context.

$sel:tags:CreateContext', createContext_tags - A list of tags to apply to the context.

$sel:properties:CreateContext', createContext_properties - A list of properties to add to the context.

$sel:contextName:CreateContext', createContext_contextName - The name of the context. Must be unique to your account in an Amazon Web Services Region.

$sel:source:CreateContext', createContext_source - The source type, ID, and URI.

$sel:contextType:CreateContext', createContext_contextType - The context type.

data CreateContextResponse Source #

See: newCreateContextResponse smart constructor.

Instances

Instances details
Eq CreateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Read CreateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Show CreateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Generic CreateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Associated Types

type Rep CreateContextResponse :: Type -> Type #

NFData CreateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

Methods

rnf :: CreateContextResponse -> () #

type Rep CreateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateContext

type Rep CreateContextResponse = D1 ('MetaData "CreateContextResponse" "Amazonka.SageMaker.CreateContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateContextResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateContextResponse Source #

Create a value of CreateContextResponse 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:contextArn:CreateContextResponse', createContextResponse_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:httpStatus:CreateContextResponse', createContextResponse_httpStatus - The response's http status code.

DescribePipelineDefinitionForExecution

data DescribePipelineDefinitionForExecution Source #

Instances

Instances details
Eq DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Read DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Show DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Generic DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

NFData DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Hashable DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

ToJSON DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

AWSRequest DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

ToHeaders DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

ToPath DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

ToQuery DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

type Rep DescribePipelineDefinitionForExecution Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

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

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

newDescribePipelineDefinitionForExecution Source #

Create a value of DescribePipelineDefinitionForExecution 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:pipelineExecutionArn:DescribePipelineDefinitionForExecution', describePipelineDefinitionForExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

data DescribePipelineDefinitionForExecutionResponse Source #

Instances

Instances details
Eq DescribePipelineDefinitionForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Read DescribePipelineDefinitionForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Show DescribePipelineDefinitionForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

Generic DescribePipelineDefinitionForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

NFData DescribePipelineDefinitionForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

type Rep DescribePipelineDefinitionForExecutionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribePipelineDefinitionForExecution

type Rep DescribePipelineDefinitionForExecutionResponse = D1 ('MetaData "DescribePipelineDefinitionForExecutionResponse" "Amazonka.SageMaker.DescribePipelineDefinitionForExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribePipelineDefinitionForExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListTrials (Paginated)

data ListTrials Source #

See: newListTrials smart constructor.

Instances

Instances details
Eq ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Read ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Show ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Generic ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Associated Types

type Rep ListTrials :: Type -> Type #

NFData ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Methods

rnf :: ListTrials -> () #

Hashable ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

ToJSON ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

AWSPager ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

AWSRequest ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Associated Types

type AWSResponse ListTrials #

ToHeaders ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Methods

toHeaders :: ListTrials -> [Header] #

ToPath ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

ToQuery ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

type Rep ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

type AWSResponse ListTrials Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

newListTrials :: ListTrials Source #

Create a value of ListTrials 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:createdAfter:ListTrials', listTrials_createdAfter - A filter that returns only trials created after the specified time.

$sel:experimentName:ListTrials', listTrials_experimentName - A filter that returns only trials that are part of the specified experiment.

$sel:nextToken:ListTrials', listTrials_nextToken - If the previous call to ListTrials didn't return the full set of trials, the call returns a token for getting the next set of trials.

$sel:sortOrder:ListTrials', listTrials_sortOrder - The sort order. The default value is Descending.

$sel:trialComponentName:ListTrials', listTrials_trialComponentName - A filter that returns only trials that are associated with the specified trial component.

$sel:maxResults:ListTrials', listTrials_maxResults - The maximum number of trials to return in the response. The default value is 10.

$sel:createdBefore:ListTrials', listTrials_createdBefore - A filter that returns only trials created before the specified time.

$sel:sortBy:ListTrials', listTrials_sortBy - The property used to sort results. The default value is CreationTime.

data ListTrialsResponse Source #

See: newListTrialsResponse smart constructor.

Instances

Instances details
Eq ListTrialsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Read ListTrialsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Show ListTrialsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Generic ListTrialsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Associated Types

type Rep ListTrialsResponse :: Type -> Type #

NFData ListTrialsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

Methods

rnf :: ListTrialsResponse -> () #

type Rep ListTrialsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrials

type Rep ListTrialsResponse = D1 ('MetaData "ListTrialsResponse" "Amazonka.SageMaker.ListTrials" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTrialsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTrialsResponse Source #

Create a value of ListTrialsResponse 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:nextToken:ListTrials', listTrialsResponse_nextToken - A token for getting the next set of trials, if there are any.

$sel:trialSummaries:ListTrialsResponse', listTrialsResponse_trialSummaries - A list of the summaries of your trials.

$sel:httpStatus:ListTrialsResponse', listTrialsResponse_httpStatus - The response's http status code.

StopCompilationJob

data StopCompilationJob Source #

See: newStopCompilationJob smart constructor.

Instances

Instances details
Eq StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Read StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Show StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Generic StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Associated Types

type Rep StopCompilationJob :: Type -> Type #

NFData StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Methods

rnf :: StopCompilationJob -> () #

Hashable StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

ToJSON StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

AWSRequest StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Associated Types

type AWSResponse StopCompilationJob #

ToHeaders StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

ToPath StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

ToQuery StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

type Rep StopCompilationJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

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

Defined in Amazonka.SageMaker.StopCompilationJob

newStopCompilationJob Source #

Create a value of StopCompilationJob 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:compilationJobName:StopCompilationJob', stopCompilationJob_compilationJobName - The name of the model compilation job to stop.

data StopCompilationJobResponse Source #

See: newStopCompilationJobResponse smart constructor.

Instances

Instances details
Eq StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Read StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Show StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Generic StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

Associated Types

type Rep StopCompilationJobResponse :: Type -> Type #

NFData StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

type Rep StopCompilationJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopCompilationJob

type Rep StopCompilationJobResponse = D1 ('MetaData "StopCompilationJobResponse" "Amazonka.SageMaker.StopCompilationJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopCompilationJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopCompilationJobResponse :: StopCompilationJobResponse Source #

Create a value of StopCompilationJobResponse with all optional fields omitted.

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

ListImages (Paginated)

data ListImages Source #

See: newListImages smart constructor.

Instances

Instances details
Eq ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Read ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Show ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Generic ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Associated Types

type Rep ListImages :: Type -> Type #

NFData ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Methods

rnf :: ListImages -> () #

Hashable ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

ToJSON ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

AWSPager ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

AWSRequest ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Associated Types

type AWSResponse ListImages #

ToHeaders ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Methods

toHeaders :: ListImages -> [Header] #

ToPath ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

ToQuery ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

type Rep ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

type AWSResponse ListImages Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

newListImages :: ListImages Source #

Create a value of ListImages 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:nameContains:ListImages', listImages_nameContains - A filter that returns only images whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListImages', listImages_lastModifiedTimeBefore - A filter that returns only images modified on or before the specified time.

$sel:creationTimeAfter:ListImages', listImages_creationTimeAfter - A filter that returns only images created on or after the specified time.

$sel:nextToken:ListImages', listImages_nextToken - If the previous call to ListImages didn't return the full set of images, the call returns a token for getting the next set of images.

$sel:sortOrder:ListImages', listImages_sortOrder - The sort order. The default value is DESCENDING.

$sel:lastModifiedTimeAfter:ListImages', listImages_lastModifiedTimeAfter - A filter that returns only images modified on or after the specified time.

$sel:creationTimeBefore:ListImages', listImages_creationTimeBefore - A filter that returns only images created on or before the specified time.

$sel:maxResults:ListImages', listImages_maxResults - The maximum number of images to return in the response. The default value is 10.

$sel:sortBy:ListImages', listImages_sortBy - The property used to sort results. The default value is CREATION_TIME.

data ListImagesResponse Source #

See: newListImagesResponse smart constructor.

Instances

Instances details
Eq ListImagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Read ListImagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Show ListImagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Generic ListImagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Associated Types

type Rep ListImagesResponse :: Type -> Type #

NFData ListImagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

Methods

rnf :: ListImagesResponse -> () #

type Rep ListImagesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListImages

type Rep ListImagesResponse = D1 ('MetaData "ListImagesResponse" "Amazonka.SageMaker.ListImages" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListImagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "images") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Image])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListImagesResponse Source #

Create a value of ListImagesResponse 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:images:ListImagesResponse', listImagesResponse_images - A list of images and their properties.

$sel:nextToken:ListImages', listImagesResponse_nextToken - A token for getting the next set of images, if there are any.

$sel:httpStatus:ListImagesResponse', listImagesResponse_httpStatus - The response's http status code.

CreateUserProfile

data CreateUserProfile Source #

See: newCreateUserProfile smart constructor.

Instances

Instances details
Eq CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Read CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Show CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Generic CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Associated Types

type Rep CreateUserProfile :: Type -> Type #

NFData CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Methods

rnf :: CreateUserProfile -> () #

Hashable CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

ToJSON CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

AWSRequest CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Associated Types

type AWSResponse CreateUserProfile #

ToHeaders CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

ToPath CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

ToQuery CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

type Rep CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

type Rep CreateUserProfile = D1 ('MetaData "CreateUserProfile" "Amazonka.SageMaker.CreateUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateUserProfile'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "userSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: (S1 ('MetaSel ('Just "singleSignOnUserValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "singleSignOnUserIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateUserProfile Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

newCreateUserProfile Source #

Create a value of CreateUserProfile 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:userSettings:CreateUserProfile', createUserProfile_userSettings - A collection of settings.

$sel:singleSignOnUserValue:CreateUserProfile', createUserProfile_singleSignOnUserValue - The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.

$sel:singleSignOnUserIdentifier:CreateUserProfile', createUserProfile_singleSignOnUserIdentifier - A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.

$sel:tags:CreateUserProfile', createUserProfile_tags - Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

$sel:domainId:CreateUserProfile', createUserProfile_domainId - The ID of the associated Domain.

$sel:userProfileName:CreateUserProfile', createUserProfile_userProfileName - A name for the UserProfile. This value is not case sensitive.

data CreateUserProfileResponse Source #

See: newCreateUserProfileResponse smart constructor.

Instances

Instances details
Eq CreateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Read CreateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Show CreateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Generic CreateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

Associated Types

type Rep CreateUserProfileResponse :: Type -> Type #

NFData CreateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

type Rep CreateUserProfileResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateUserProfile

type Rep CreateUserProfileResponse = D1 ('MetaData "CreateUserProfileResponse" "Amazonka.SageMaker.CreateUserProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateUserProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateUserProfileResponse Source #

Create a value of CreateUserProfileResponse 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:userProfileArn:CreateUserProfileResponse', createUserProfileResponse_userProfileArn - The user profile Amazon Resource Name (ARN).

$sel:httpStatus:CreateUserProfileResponse', createUserProfileResponse_httpStatus - The response's http status code.

Search (Paginated)

data Search Source #

See: newSearch smart constructor.

Instances

Instances details
Eq Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Methods

(==) :: Search -> Search -> Bool #

(/=) :: Search -> Search -> Bool #

Read Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Show Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Generic Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Associated Types

type Rep Search :: Type -> Type #

Methods

from :: Search -> Rep Search x #

to :: Rep Search x -> Search #

NFData Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Methods

rnf :: Search -> () #

Hashable Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Methods

hashWithSalt :: Int -> Search -> Int #

hash :: Search -> Int #

ToJSON Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

AWSPager Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

AWSRequest Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Associated Types

type AWSResponse Search #

ToHeaders Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Methods

toHeaders :: Search -> [Header] #

ToPath Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Methods

toPath :: Search -> ByteString #

ToQuery Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

type Rep Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

type AWSResponse Search Source # 
Instance details

Defined in Amazonka.SageMaker.Search

newSearch Source #

Create a value of Search 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:nextToken:Search', search_nextToken - If more than MaxResults resources match the specified SearchExpression, the response includes a NextToken. The NextToken can be passed to the next SearchRequest to continue retrieving results.

$sel:searchExpression:Search', search_searchExpression - A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive SubExpressions, NestedFilters, and Filters that can be included in a SearchExpression object is 50.

$sel:sortOrder:Search', search_sortOrder - How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

$sel:maxResults:Search', search_maxResults - The maximum number of results to return.

$sel:sortBy:Search', search_sortBy - The name of the resource property used to sort the SearchResults. The default is LastModifiedTime.

$sel:resource:Search', search_resource - The name of the Amazon SageMaker resource to search for.

data SearchResponse Source #

See: newSearchResponse smart constructor.

Instances

Instances details
Eq SearchResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Read SearchResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Show SearchResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Generic SearchResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Associated Types

type Rep SearchResponse :: Type -> Type #

NFData SearchResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Search

Methods

rnf :: SearchResponse -> () #

type Rep SearchResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Search

type Rep SearchResponse = D1 ('MetaData "SearchResponse" "Amazonka.SageMaker.Search" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SearchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "results") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SearchRecord])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchResponse Source #

Create a value of SearchResponse 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:results:SearchResponse', searchResponse_results - A list of SearchRecord objects.

$sel:nextToken:Search', searchResponse_nextToken - If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.

$sel:httpStatus:SearchResponse', searchResponse_httpStatus - The response's http status code.

UpdateCodeRepository

data UpdateCodeRepository Source #

See: newUpdateCodeRepository smart constructor.

Instances

Instances details
Eq UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Read UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Show UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Generic UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Associated Types

type Rep UpdateCodeRepository :: Type -> Type #

NFData UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Methods

rnf :: UpdateCodeRepository -> () #

Hashable UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

ToJSON UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

AWSRequest UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Associated Types

type AWSResponse UpdateCodeRepository #

ToHeaders UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

ToPath UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

ToQuery UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

type Rep UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

type Rep UpdateCodeRepository = D1 ('MetaData "UpdateCodeRepository" "Amazonka.SageMaker.UpdateCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateCodeRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitConfigForUpdate)) :*: S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

newUpdateCodeRepository Source #

Create a value of UpdateCodeRepository 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:gitConfig:UpdateCodeRepository', updateCodeRepository_gitConfig - The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

$sel:codeRepositoryName:UpdateCodeRepository', updateCodeRepository_codeRepositoryName - The name of the Git repository to update.

data UpdateCodeRepositoryResponse Source #

See: newUpdateCodeRepositoryResponse smart constructor.

Instances

Instances details
Eq UpdateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Read UpdateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Show UpdateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Generic UpdateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

Associated Types

type Rep UpdateCodeRepositoryResponse :: Type -> Type #

NFData UpdateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

type Rep UpdateCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateCodeRepository

type Rep UpdateCodeRepositoryResponse = D1 ('MetaData "UpdateCodeRepositoryResponse" "Amazonka.SageMaker.UpdateCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateCodeRepositoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "codeRepositoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateCodeRepositoryResponse Source #

Create a value of UpdateCodeRepositoryResponse 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:httpStatus:UpdateCodeRepositoryResponse', updateCodeRepositoryResponse_httpStatus - The response's http status code.

$sel:codeRepositoryArn:UpdateCodeRepositoryResponse', updateCodeRepositoryResponse_codeRepositoryArn - The ARN of the Git repository.

DeleteCodeRepository

data DeleteCodeRepository Source #

See: newDeleteCodeRepository smart constructor.

Instances

Instances details
Eq DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Read DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Show DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Generic DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Associated Types

type Rep DeleteCodeRepository :: Type -> Type #

NFData DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Methods

rnf :: DeleteCodeRepository -> () #

Hashable DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

ToJSON DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

AWSRequest DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Associated Types

type AWSResponse DeleteCodeRepository #

ToHeaders DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

ToPath DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

ToQuery DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

type Rep DeleteCodeRepository Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

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

Defined in Amazonka.SageMaker.DeleteCodeRepository

newDeleteCodeRepository Source #

Create a value of DeleteCodeRepository 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:codeRepositoryName:DeleteCodeRepository', deleteCodeRepository_codeRepositoryName - The name of the Git repository to delete.

data DeleteCodeRepositoryResponse Source #

See: newDeleteCodeRepositoryResponse smart constructor.

Instances

Instances details
Eq DeleteCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Read DeleteCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Show DeleteCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Generic DeleteCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

Associated Types

type Rep DeleteCodeRepositoryResponse :: Type -> Type #

NFData DeleteCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

type Rep DeleteCodeRepositoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteCodeRepository

type Rep DeleteCodeRepositoryResponse = D1 ('MetaData "DeleteCodeRepositoryResponse" "Amazonka.SageMaker.DeleteCodeRepository" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteCodeRepositoryResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteCodeRepositoryResponse :: DeleteCodeRepositoryResponse Source #

Create a value of DeleteCodeRepositoryResponse with all optional fields omitted.

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

ListContexts (Paginated)

data ListContexts Source #

See: newListContexts smart constructor.

Instances

Instances details
Eq ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Read ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Show ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Generic ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Associated Types

type Rep ListContexts :: Type -> Type #

NFData ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Methods

rnf :: ListContexts -> () #

Hashable ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

ToJSON ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

AWSPager ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

AWSRequest ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Associated Types

type AWSResponse ListContexts #

ToHeaders ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

ToPath ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

ToQuery ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

type Rep ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

type AWSResponse ListContexts Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

newListContexts :: ListContexts Source #

Create a value of ListContexts 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:createdAfter:ListContexts', listContexts_createdAfter - A filter that returns only contexts created on or after the specified time.

$sel:nextToken:ListContexts', listContexts_nextToken - If the previous call to ListContexts didn't return the full set of contexts, the call returns a token for getting the next set of contexts.

$sel:sortOrder:ListContexts', listContexts_sortOrder - The sort order. The default value is Descending.

$sel:contextType:ListContexts', listContexts_contextType - A filter that returns only contexts of the specified type.

$sel:sourceUri:ListContexts', listContexts_sourceUri - A filter that returns only contexts with the specified source URI.

$sel:maxResults:ListContexts', listContexts_maxResults - The maximum number of contexts to return in the response. The default value is 10.

$sel:createdBefore:ListContexts', listContexts_createdBefore - A filter that returns only contexts created on or before the specified time.

$sel:sortBy:ListContexts', listContexts_sortBy - The property used to sort results. The default value is CreationTime.

data ListContextsResponse Source #

See: newListContextsResponse smart constructor.

Instances

Instances details
Eq ListContextsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Read ListContextsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Show ListContextsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Generic ListContextsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Associated Types

type Rep ListContextsResponse :: Type -> Type #

NFData ListContextsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

Methods

rnf :: ListContextsResponse -> () #

type Rep ListContextsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListContexts

type Rep ListContextsResponse = D1 ('MetaData "ListContextsResponse" "Amazonka.SageMaker.ListContexts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListContextsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contextSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContextSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListContextsResponse Source #

Create a value of ListContextsResponse 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:contextSummaries:ListContextsResponse', listContextsResponse_contextSummaries - A list of contexts and their properties.

$sel:nextToken:ListContexts', listContextsResponse_nextToken - A token for getting the next set of contexts, if there are any.

$sel:httpStatus:ListContextsResponse', listContextsResponse_httpStatus - The response's http status code.

DescribeTransformJob

data DescribeTransformJob Source #

See: newDescribeTransformJob smart constructor.

Instances

Instances details
Eq DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Read DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Show DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Generic DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Associated Types

type Rep DescribeTransformJob :: Type -> Type #

NFData DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Methods

rnf :: DescribeTransformJob -> () #

Hashable DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

ToJSON DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

AWSRequest DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Associated Types

type AWSResponse DescribeTransformJob #

ToHeaders DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

ToPath DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

ToQuery DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

type Rep DescribeTransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

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

Defined in Amazonka.SageMaker.DescribeTransformJob

newDescribeTransformJob Source #

Create a value of DescribeTransformJob 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:transformJobName:DescribeTransformJob', describeTransformJob_transformJobName - The name of the transform job that you want to view details of.

data DescribeTransformJobResponse Source #

See: newDescribeTransformJobResponse smart constructor.

Instances

Instances details
Eq DescribeTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Read DescribeTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Show DescribeTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Generic DescribeTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

Associated Types

type Rep DescribeTransformJobResponse :: Type -> Type #

NFData DescribeTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

type Rep DescribeTransformJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeTransformJob

type Rep DescribeTransformJobResponse = D1 ('MetaData "DescribeTransformJobResponse" "Amazonka.SageMaker.DescribeTransformJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeTransformJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelClientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelClientConfig)) :*: (S1 ('MetaSel ('Just "batchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchStrategy)) :*: S1 ('MetaSel ('Just "maxPayloadInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig))) :*: (S1 ('MetaSel ('Just "transformEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "transformStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxConcurrentTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transformOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformOutput))) :*: (S1 ('MetaSel ('Just "dataProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataProcessing)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "transformJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "transformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformJobStatus) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "transformInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformInput) :*: (S1 ('MetaSel ('Just "transformResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformResources) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))))

newDescribeTransformJobResponse Source #

Create a value of DescribeTransformJobResponse 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:labelingJobArn:DescribeTransformJobResponse', describeTransformJobResponse_labelingJobArn - The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.

$sel:failureReason:DescribeTransformJobResponse', describeTransformJobResponse_failureReason - If the transform job failed, FailureReason describes why it failed. A transform job creates a log file, which includes error messages, and stores it as an Amazon S3 object. For more information, see Log Amazon SageMaker Events with Amazon CloudWatch.

$sel:modelClientConfig:DescribeTransformJobResponse', describeTransformJobResponse_modelClientConfig - The timeout and maximum number of retries for processing a transform job invocation.

$sel:batchStrategy:DescribeTransformJobResponse', describeTransformJobResponse_batchStrategy - Specifies the number of records to include in a mini-batch for an HTTP inference request. A record // is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set SplitType to Line, RecordIO, or TFRecord.

$sel:maxPayloadInMB:DescribeTransformJobResponse', describeTransformJobResponse_maxPayloadInMB - The maximum payload size, in MB, used in the transform job.

$sel:environment:DescribeTransformJobResponse', describeTransformJobResponse_environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

$sel:experimentConfig:DescribeTransformJobResponse', describeTransformJobResponse_experimentConfig - Undocumented member.

$sel:transformEndTime:DescribeTransformJobResponse', describeTransformJobResponse_transformEndTime - Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

$sel:transformStartTime:DescribeTransformJobResponse', describeTransformJobResponse_transformStartTime - Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

$sel:autoMLJobArn:DescribeTransformJobResponse', describeTransformJobResponse_autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML transform job.

$sel:maxConcurrentTransforms:DescribeTransformJobResponse', describeTransformJobResponse_maxConcurrentTransforms - The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.

$sel:transformOutput:DescribeTransformJobResponse', describeTransformJobResponse_transformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

$sel:dataProcessing:DescribeTransformJobResponse', describeTransformJobResponse_dataProcessing - Undocumented member.

$sel:httpStatus:DescribeTransformJobResponse', describeTransformJobResponse_httpStatus - The response's http status code.

$sel:transformJobName:DescribeTransformJob', describeTransformJobResponse_transformJobName - The name of the transform job.

$sel:transformJobArn:DescribeTransformJobResponse', describeTransformJobResponse_transformJobArn - The Amazon Resource Name (ARN) of the transform job.

$sel:transformJobStatus:DescribeTransformJobResponse', describeTransformJobResponse_transformJobStatus - The status of the transform job. If the transform job failed, the reason is returned in the FailureReason field.

$sel:modelName:DescribeTransformJobResponse', describeTransformJobResponse_modelName - The name of the model used in the transform job.

$sel:transformInput:DescribeTransformJobResponse', describeTransformJobResponse_transformInput - Describes the dataset to be transformed and the Amazon S3 location where it is stored.

$sel:transformResources:DescribeTransformJobResponse', describeTransformJobResponse_transformResources - Describes the resources, including ML instance types and ML instance count, to use for the transform job.

$sel:creationTime:DescribeTransformJobResponse', describeTransformJobResponse_creationTime - A timestamp that shows when the transform Job was created.

DescribeEdgePackagingJob

data DescribeEdgePackagingJob Source #

See: newDescribeEdgePackagingJob smart constructor.

Instances

Instances details
Eq DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Read DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Show DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Generic DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Associated Types

type Rep DescribeEdgePackagingJob :: Type -> Type #

NFData DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Hashable DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToJSON DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

AWSRequest DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToHeaders DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToPath DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

ToQuery DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

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

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

newDescribeEdgePackagingJob Source #

Create a value of DescribeEdgePackagingJob 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:edgePackagingJobName:DescribeEdgePackagingJob', describeEdgePackagingJob_edgePackagingJobName - The name of the edge packaging job.

data DescribeEdgePackagingJobResponse Source #

See: newDescribeEdgePackagingJobResponse smart constructor.

Instances

Instances details
Eq DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Read DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Show DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Generic DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

Associated Types

type Rep DescribeEdgePackagingJobResponse :: Type -> Type #

NFData DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEdgePackagingJob

type Rep DescribeEdgePackagingJobResponse = D1 ('MetaData "DescribeEdgePackagingJobResponse" "Amazonka.SageMaker.DescribeEdgePackagingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEdgePackagingJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "resourceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelSignature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelArtifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edgePackagingJobStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgeOutputConfig)) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "presetDeploymentOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentOutput)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "edgePackagingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "edgePackagingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgePackagingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePackagingJobStatus))))))

newDescribeEdgePackagingJobResponse Source #

Create a value of DescribeEdgePackagingJobResponse 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:creationTime:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_creationTime - The timestamp of when the packaging job was created.

$sel:resourceKey:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_resourceKey - The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

$sel:modelName:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelName - The name of the model.

$sel:modelSignature:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelSignature - The signature document of files in the model artifact.

$sel:lastModifiedTime:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_lastModifiedTime - The timestamp of when the job was last updated.

$sel:modelArtifact:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelArtifact - The Amazon Simple Storage (S3) URI where model artifacts ares stored.

$sel:compilationJobName:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_compilationJobName - The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

$sel:edgePackagingJobStatusMessage:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobStatusMessage - Returns a message describing the job status and error messages.

$sel:outputConfig:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_outputConfig - The output configuration for the edge packaging job.

$sel:modelVersion:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_modelVersion - The version of the model.

$sel:presetDeploymentOutput:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_presetDeploymentOutput - The output of a SageMaker Edge Manager deployable resource.

$sel:roleArn:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

$sel:httpStatus:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_httpStatus - The response's http status code.

$sel:edgePackagingJobArn:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.

$sel:edgePackagingJobName:DescribeEdgePackagingJob', describeEdgePackagingJobResponse_edgePackagingJobName - The name of the edge packaging job.

$sel:edgePackagingJobStatus:DescribeEdgePackagingJobResponse', describeEdgePackagingJobResponse_edgePackagingJobStatus - The current status of the packaging job.

CreatePipeline

data CreatePipeline Source #

See: newCreatePipeline smart constructor.

Instances

Instances details
Eq CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Read CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Show CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Generic CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Associated Types

type Rep CreatePipeline :: Type -> Type #

NFData CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Methods

rnf :: CreatePipeline -> () #

Hashable CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

ToJSON CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

AWSRequest CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Associated Types

type AWSResponse CreatePipeline #

ToHeaders CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

ToPath CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

ToQuery CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

type Rep CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

type Rep CreatePipeline = D1 ('MetaData "CreatePipeline" "Amazonka.SageMaker.CreatePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreatePipeline'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pipelineDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreatePipeline Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

newCreatePipeline Source #

Create a value of CreatePipeline 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:pipelineDisplayName:CreatePipeline', createPipeline_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineDescription:CreatePipeline', createPipeline_pipelineDescription - A description of the pipeline.

$sel:tags:CreatePipeline', createPipeline_tags - A list of tags to apply to the created pipeline.

$sel:pipelineName:CreatePipeline', createPipeline_pipelineName - The name of the pipeline.

$sel:pipelineDefinition:CreatePipeline', createPipeline_pipelineDefinition - The JSON pipeline definition of the pipeline.

$sel:clientRequestToken:CreatePipeline', createPipeline_clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

$sel:roleArn:CreatePipeline', createPipeline_roleArn - The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.

data CreatePipelineResponse Source #

See: newCreatePipelineResponse smart constructor.

Instances

Instances details
Eq CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Read CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Show CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Generic CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Associated Types

type Rep CreatePipelineResponse :: Type -> Type #

NFData CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

Methods

rnf :: CreatePipelineResponse -> () #

type Rep CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreatePipeline

type Rep CreatePipelineResponse = D1 ('MetaData "CreatePipelineResponse" "Amazonka.SageMaker.CreatePipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreatePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePipelineResponse Source #

Create a value of CreatePipelineResponse 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:pipelineArn:CreatePipelineResponse', createPipelineResponse_pipelineArn - The Amazon Resource Name (ARN) of the created pipeline.

$sel:httpStatus:CreatePipelineResponse', createPipelineResponse_httpStatus - The response's http status code.

ListCandidatesForAutoMLJob (Paginated)

data ListCandidatesForAutoMLJob Source #

See: newListCandidatesForAutoMLJob smart constructor.

Instances

Instances details
Eq ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Read ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Show ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Generic ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Associated Types

type Rep ListCandidatesForAutoMLJob :: Type -> Type #

NFData ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Hashable ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

ToJSON ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

AWSPager ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

AWSRequest ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

ToHeaders ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

ToPath ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

ToQuery ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

type Rep ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

type Rep ListCandidatesForAutoMLJob = D1 ('MetaData "ListCandidatesForAutoMLJob" "Amazonka.SageMaker.ListCandidatesForAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListCandidatesForAutoMLJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "candidateNameEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLSortOrder)))) :*: ((S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CandidateStatus)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CandidateSortBy)) :*: S1 ('MetaSel ('Just "autoMLJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListCandidatesForAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

newListCandidatesForAutoMLJob Source #

Create a value of ListCandidatesForAutoMLJob 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:candidateNameEquals:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_candidateNameEquals - List the candidates for the job and filter by candidate name.

$sel:nextToken:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

$sel:sortOrder:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_sortOrder - The sort order for the results. The default is Ascending.

$sel:statusEquals:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_statusEquals - List the candidates for the job and filter by status.

$sel:maxResults:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_maxResults - List the job's candidates up to a specified limit.

$sel:sortBy:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_sortBy - The parameter by which to sort the results. The default is Descending.

$sel:autoMLJobName:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJob_autoMLJobName - List the candidates created for the job by providing the job's name.

data ListCandidatesForAutoMLJobResponse Source #

Instances

Instances details
Eq ListCandidatesForAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Read ListCandidatesForAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Show ListCandidatesForAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Generic ListCandidatesForAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

Associated Types

type Rep ListCandidatesForAutoMLJobResponse :: Type -> Type #

NFData ListCandidatesForAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

type Rep ListCandidatesForAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListCandidatesForAutoMLJob

type Rep ListCandidatesForAutoMLJobResponse = D1 ('MetaData "ListCandidatesForAutoMLJobResponse" "Amazonka.SageMaker.ListCandidatesForAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListCandidatesForAutoMLJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "candidates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoMLCandidate]))))

newListCandidatesForAutoMLJobResponse Source #

Create a value of ListCandidatesForAutoMLJobResponse 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:nextToken:ListCandidatesForAutoMLJob', listCandidatesForAutoMLJobResponse_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

$sel:httpStatus:ListCandidatesForAutoMLJobResponse', listCandidatesForAutoMLJobResponse_httpStatus - The response's http status code.

$sel:candidates:ListCandidatesForAutoMLJobResponse', listCandidatesForAutoMLJobResponse_candidates - Summaries about the AutoMLCandidates.

DeleteImage

data DeleteImage Source #

See: newDeleteImage smart constructor.

Constructors

DeleteImage' Text 

Instances

Instances details
Eq DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Read DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Show DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Generic DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Associated Types

type Rep DeleteImage :: Type -> Type #

NFData DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Methods

rnf :: DeleteImage -> () #

Hashable DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

ToJSON DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

AWSRequest DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Associated Types

type AWSResponse DeleteImage #

ToHeaders DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Methods

toHeaders :: DeleteImage -> [Header] #

ToPath DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

ToQuery DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

type Rep DeleteImage Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

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

Defined in Amazonka.SageMaker.DeleteImage

newDeleteImage Source #

Create a value of DeleteImage 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:imageName:DeleteImage', deleteImage_imageName - The name of the image to delete.

data DeleteImageResponse Source #

See: newDeleteImageResponse smart constructor.

Instances

Instances details
Eq DeleteImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Read DeleteImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Show DeleteImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Generic DeleteImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Associated Types

type Rep DeleteImageResponse :: Type -> Type #

NFData DeleteImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

Methods

rnf :: DeleteImageResponse -> () #

type Rep DeleteImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteImage

type Rep DeleteImageResponse = D1 ('MetaData "DeleteImageResponse" "Amazonka.SageMaker.DeleteImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteImageResponse Source #

Create a value of DeleteImageResponse 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:httpStatus:DeleteImageResponse', deleteImageResponse_httpStatus - The response's http status code.

UpdateImage

data UpdateImage Source #

See: newUpdateImage smart constructor.

Instances

Instances details
Eq UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Read UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Show UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Generic UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Associated Types

type Rep UpdateImage :: Type -> Type #

NFData UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Methods

rnf :: UpdateImage -> () #

Hashable UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

ToJSON UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

AWSRequest UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Associated Types

type AWSResponse UpdateImage #

ToHeaders UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Methods

toHeaders :: UpdateImage -> [Header] #

ToPath UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

ToQuery UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

type Rep UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

type Rep UpdateImage = D1 ('MetaData "UpdateImage" "Amazonka.SageMaker.UpdateImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateImage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deleteProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateImage Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

newUpdateImage Source #

Create a value of UpdateImage 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:deleteProperties:UpdateImage', updateImage_deleteProperties - A list of properties to delete. Only the Description and DisplayName properties can be deleted.

$sel:displayName:UpdateImage', updateImage_displayName - The new display name for the image.

$sel:description:UpdateImage', updateImage_description - The new description for the image.

$sel:roleArn:UpdateImage', updateImage_roleArn - The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

$sel:imageName:UpdateImage', updateImage_imageName - The name of the image to update.

data UpdateImageResponse Source #

See: newUpdateImageResponse smart constructor.

Instances

Instances details
Eq UpdateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Read UpdateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Show UpdateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Generic UpdateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Associated Types

type Rep UpdateImageResponse :: Type -> Type #

NFData UpdateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

Methods

rnf :: UpdateImageResponse -> () #

type Rep UpdateImageResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateImage

type Rep UpdateImageResponse = D1 ('MetaData "UpdateImageResponse" "Amazonka.SageMaker.UpdateImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateImageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateImageResponse Source #

Create a value of UpdateImageResponse 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:imageArn:UpdateImageResponse', updateImageResponse_imageArn - The Amazon Resource Name (ARN) of the image.

$sel:httpStatus:UpdateImageResponse', updateImageResponse_httpStatus - The response's http status code.

ListFlowDefinitions (Paginated)

data ListFlowDefinitions Source #

See: newListFlowDefinitions smart constructor.

Instances

Instances details
Eq ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Read ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Show ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Generic ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Associated Types

type Rep ListFlowDefinitions :: Type -> Type #

NFData ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Methods

rnf :: ListFlowDefinitions -> () #

Hashable ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

ToJSON ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

AWSPager ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

AWSRequest ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Associated Types

type AWSResponse ListFlowDefinitions #

ToHeaders ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

ToPath ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

ToQuery ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitions = D1 ('MetaData "ListFlowDefinitions" "Amazonka.SageMaker.ListFlowDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListFlowDefinitions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

newListFlowDefinitions :: ListFlowDefinitions Source #

Create a value of ListFlowDefinitions 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:creationTimeAfter:ListFlowDefinitions', listFlowDefinitions_creationTimeAfter - A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

$sel:nextToken:ListFlowDefinitions', listFlowDefinitions_nextToken - A token to resume pagination.

$sel:sortOrder:ListFlowDefinitions', listFlowDefinitions_sortOrder - An optional value that specifies whether you want the results sorted in Ascending or Descending order.

$sel:creationTimeBefore:ListFlowDefinitions', listFlowDefinitions_creationTimeBefore - A filter that returns only flow definitions that were created before the specified timestamp.

$sel:maxResults:ListFlowDefinitions', listFlowDefinitions_maxResults - The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

data ListFlowDefinitionsResponse Source #

See: newListFlowDefinitionsResponse smart constructor.

Instances

Instances details
Eq ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Read ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Show ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Generic ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Associated Types

type Rep ListFlowDefinitionsResponse :: Type -> Type #

NFData ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitionsResponse = D1 ('MetaData "ListFlowDefinitionsResponse" "Amazonka.SageMaker.ListFlowDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListFlowDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "flowDefinitionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FlowDefinitionSummary]))))

newListFlowDefinitionsResponse Source #

Create a value of ListFlowDefinitionsResponse 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:nextToken:ListFlowDefinitions', listFlowDefinitionsResponse_nextToken - A token to resume pagination.

$sel:httpStatus:ListFlowDefinitionsResponse', listFlowDefinitionsResponse_httpStatus - The response's http status code.

$sel:flowDefinitionSummaries:ListFlowDefinitionsResponse', listFlowDefinitionsResponse_flowDefinitionSummaries - An array of objects describing the flow definitions.

DeleteContext

data DeleteContext Source #

See: newDeleteContext smart constructor.

Constructors

DeleteContext' Text 

Instances

Instances details
Eq DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Read DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Show DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Generic DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Associated Types

type Rep DeleteContext :: Type -> Type #

NFData DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Methods

rnf :: DeleteContext -> () #

Hashable DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

ToJSON DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

AWSRequest DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Associated Types

type AWSResponse DeleteContext #

ToHeaders DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

ToPath DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

ToQuery DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

type Rep DeleteContext Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

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

Defined in Amazonka.SageMaker.DeleteContext

newDeleteContext Source #

Create a value of DeleteContext 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:contextName:DeleteContext', deleteContext_contextName - The name of the context to delete.

data DeleteContextResponse Source #

See: newDeleteContextResponse smart constructor.

Instances

Instances details
Eq DeleteContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Read DeleteContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Show DeleteContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Generic DeleteContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Associated Types

type Rep DeleteContextResponse :: Type -> Type #

NFData DeleteContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

Methods

rnf :: DeleteContextResponse -> () #

type Rep DeleteContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteContext

type Rep DeleteContextResponse = D1 ('MetaData "DeleteContextResponse" "Amazonka.SageMaker.DeleteContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteContextResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteContextResponse Source #

Create a value of DeleteContextResponse 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:contextArn:DeleteContextResponse', deleteContextResponse_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:httpStatus:DeleteContextResponse', deleteContextResponse_httpStatus - The response's http status code.

UpdateContext

data UpdateContext Source #

See: newUpdateContext smart constructor.

Instances

Instances details
Eq UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Read UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Show UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Generic UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Associated Types

type Rep UpdateContext :: Type -> Type #

NFData UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Methods

rnf :: UpdateContext -> () #

Hashable UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

ToJSON UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

AWSRequest UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Associated Types

type AWSResponse UpdateContext #

ToHeaders UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

ToPath UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

ToQuery UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

type Rep UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

type Rep UpdateContext = D1 ('MetaData "UpdateContext" "Amazonka.SageMaker.UpdateContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateContext'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "propertiesToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateContext Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

newUpdateContext Source #

Create a value of UpdateContext 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:propertiesToRemove:UpdateContext', updateContext_propertiesToRemove - A list of properties to remove.

$sel:description:UpdateContext', updateContext_description - The new description for the context.

$sel:properties:UpdateContext', updateContext_properties - The new list of properties. Overwrites the current property list.

$sel:contextName:UpdateContext', updateContext_contextName - The name of the context to update.

data UpdateContextResponse Source #

See: newUpdateContextResponse smart constructor.

Instances

Instances details
Eq UpdateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Read UpdateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Show UpdateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Generic UpdateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Associated Types

type Rep UpdateContextResponse :: Type -> Type #

NFData UpdateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

Methods

rnf :: UpdateContextResponse -> () #

type Rep UpdateContextResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateContext

type Rep UpdateContextResponse = D1 ('MetaData "UpdateContextResponse" "Amazonka.SageMaker.UpdateContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateContextResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateContextResponse Source #

Create a value of UpdateContextResponse 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:contextArn:UpdateContextResponse', updateContextResponse_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:httpStatus:UpdateContextResponse', updateContextResponse_httpStatus - The response's http status code.

DescribeEndpoint

data DescribeEndpoint Source #

See: newDescribeEndpoint smart constructor.

Constructors

DescribeEndpoint' Text 

Instances

Instances details
Eq DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Read DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Show DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Generic DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Associated Types

type Rep DescribeEndpoint :: Type -> Type #

NFData DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Methods

rnf :: DescribeEndpoint -> () #

Hashable DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

ToJSON DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

AWSRequest DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Associated Types

type AWSResponse DescribeEndpoint #

ToHeaders DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

ToPath DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

ToQuery DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

type Rep DescribeEndpoint Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

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

Defined in Amazonka.SageMaker.DescribeEndpoint

newDescribeEndpoint Source #

Create a value of DescribeEndpoint 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:endpointName:DescribeEndpoint', describeEndpoint_endpointName - The name of the endpoint.

data DescribeEndpointResponse Source #

See: newDescribeEndpointResponse smart constructor.

Instances

Instances details
Eq DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Read DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Show DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Generic DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

Associated Types

type Rep DescribeEndpointResponse :: Type -> Type #

NFData DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

type Rep DescribeEndpointResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeEndpoint

type Rep DescribeEndpointResponse = D1 ('MetaData "DescribeEndpointResponse" "Amazonka.SageMaker.DescribeEndpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeEndpointResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "asyncInferenceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceConfig)) :*: S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ProductionVariantSummary))))) :*: (S1 ('MetaSel ('Just "lastDeploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeploymentConfig)) :*: (S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfigSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newDescribeEndpointResponse Source #

Create a value of DescribeEndpointResponse 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:failureReason:DescribeEndpointResponse', describeEndpointResponse_failureReason - If the status of the endpoint is Failed, the reason why it failed.

$sel:asyncInferenceConfig:DescribeEndpointResponse', describeEndpointResponse_asyncInferenceConfig - Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

$sel:productionVariants:DescribeEndpointResponse', describeEndpointResponse_productionVariants - An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.

$sel:lastDeploymentConfig:DescribeEndpointResponse', describeEndpointResponse_lastDeploymentConfig - The most recent deployment configuration for the endpoint.

$sel:dataCaptureConfig:DescribeEndpointResponse', describeEndpointResponse_dataCaptureConfig - Undocumented member.

$sel:httpStatus:DescribeEndpointResponse', describeEndpointResponse_httpStatus - The response's http status code.

$sel:endpointName:DescribeEndpoint', describeEndpointResponse_endpointName - Name of the endpoint.

$sel:endpointArn:DescribeEndpointResponse', describeEndpointResponse_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

$sel:endpointConfigName:DescribeEndpointResponse', describeEndpointResponse_endpointConfigName - The name of the endpoint configuration associated with this endpoint.

$sel:endpointStatus:DescribeEndpointResponse', describeEndpointResponse_endpointStatus - The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.
  • Creating: CreateEndpoint is executing.
  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.
  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
  • InService: Endpoint is available to process incoming requests.
  • Deleting: DeleteEndpoint is executing.
  • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

$sel:creationTime:DescribeEndpointResponse', describeEndpointResponse_creationTime - A timestamp that shows when the endpoint was created.

$sel:lastModifiedTime:DescribeEndpointResponse', describeEndpointResponse_lastModifiedTime - A timestamp that shows when the endpoint was last modified.

UpdateTrainingJob

data UpdateTrainingJob Source #

See: newUpdateTrainingJob smart constructor.

Instances

Instances details
Eq UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Read UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Show UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Generic UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type Rep UpdateTrainingJob :: Type -> Type #

NFData UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Methods

rnf :: UpdateTrainingJob -> () #

Hashable UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

ToJSON UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

AWSRequest UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type AWSResponse UpdateTrainingJob #

ToHeaders UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

ToPath UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

ToQuery UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJob = D1 ('MetaData "UpdateTrainingJob" "Amazonka.SageMaker.UpdateTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateTrainingJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfilerConfigForUpdate)) :*: (S1 ('MetaSel ('Just "profilerRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProfilerRuleConfiguration])) :*: S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

newUpdateTrainingJob Source #

Create a value of UpdateTrainingJob 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:profilerConfig:UpdateTrainingJob', updateTrainingJob_profilerConfig - Configuration information for Debugger system monitoring, framework profiling, and storage paths.

$sel:profilerRuleConfigurations:UpdateTrainingJob', updateTrainingJob_profilerRuleConfigurations - Configuration information for Debugger rules for profiling system and framework metrics.

$sel:trainingJobName:UpdateTrainingJob', updateTrainingJob_trainingJobName - The name of a training job to update the Debugger profiling configuration.

data UpdateTrainingJobResponse Source #

See: newUpdateTrainingJobResponse smart constructor.

Instances

Instances details
Eq UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Read UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Show UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Generic UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type Rep UpdateTrainingJobResponse :: Type -> Type #

NFData UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJobResponse = D1 ('MetaData "UpdateTrainingJobResponse" "Amazonka.SageMaker.UpdateTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateTrainingJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateTrainingJobResponse Source #

Create a value of UpdateTrainingJobResponse 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:httpStatus:UpdateTrainingJobResponse', updateTrainingJobResponse_httpStatus - The response's http status code.

$sel:trainingJobArn:UpdateTrainingJobResponse', updateTrainingJobResponse_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

ListTrainingJobs (Paginated)

data ListTrainingJobs Source #

See: newListTrainingJobs smart constructor.

Instances

Instances details
Eq ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Read ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Show ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Generic ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Associated Types

type Rep ListTrainingJobs :: Type -> Type #

NFData ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Methods

rnf :: ListTrainingJobs -> () #

Hashable ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

ToJSON ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

AWSPager ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

AWSRequest ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Associated Types

type AWSResponse ListTrainingJobs #

ToHeaders ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

ToPath ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

ToQuery ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

type Rep ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

type AWSResponse ListTrainingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

newListTrainingJobs :: ListTrainingJobs Source #

Create a value of ListTrainingJobs 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:nameContains:ListTrainingJobs', listTrainingJobs_nameContains - A string in the training job name. This filter returns only training jobs whose name contains the specified string.

$sel:lastModifiedTimeBefore:ListTrainingJobs', listTrainingJobs_lastModifiedTimeBefore - A filter that returns only training jobs modified before the specified time (timestamp).

$sel:creationTimeAfter:ListTrainingJobs', listTrainingJobs_creationTimeAfter - A filter that returns only training jobs created after the specified time (timestamp).

$sel:nextToken:ListTrainingJobs', listTrainingJobs_nextToken - If the result of the previous ListTrainingJobs request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

$sel:sortOrder:ListTrainingJobs', listTrainingJobs_sortOrder - The sort order for results. The default is Ascending.

$sel:lastModifiedTimeAfter:ListTrainingJobs', listTrainingJobs_lastModifiedTimeAfter - A filter that returns only training jobs modified after the specified time (timestamp).

$sel:creationTimeBefore:ListTrainingJobs', listTrainingJobs_creationTimeBefore - A filter that returns only training jobs created before the specified time (timestamp).

$sel:statusEquals:ListTrainingJobs', listTrainingJobs_statusEquals - A filter that retrieves only training jobs with a specific status.

$sel:maxResults:ListTrainingJobs', listTrainingJobs_maxResults - The maximum number of training jobs to return in the response.

$sel:sortBy:ListTrainingJobs', listTrainingJobs_sortBy - The field to sort results by. The default is CreationTime.

data ListTrainingJobsResponse Source #

See: newListTrainingJobsResponse smart constructor.

Instances

Instances details
Eq ListTrainingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Read ListTrainingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Show ListTrainingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Generic ListTrainingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

Associated Types

type Rep ListTrainingJobsResponse :: Type -> Type #

NFData ListTrainingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

type Rep ListTrainingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListTrainingJobs

type Rep ListTrainingJobsResponse = D1 ('MetaData "ListTrainingJobsResponse" "Amazonka.SageMaker.ListTrainingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListTrainingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "trainingJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TrainingJobSummary]))))

newListTrainingJobsResponse Source #

Create a value of ListTrainingJobsResponse 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:nextToken:ListTrainingJobs', listTrainingJobsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

$sel:httpStatus:ListTrainingJobsResponse', listTrainingJobsResponse_httpStatus - The response's http status code.

$sel:trainingJobSummaries:ListTrainingJobsResponse', listTrainingJobsResponse_trainingJobSummaries - An array of TrainingJobSummary objects, each listing a training job.

GetDeviceFleetReport

data GetDeviceFleetReport Source #

See: newGetDeviceFleetReport smart constructor.

Instances

Instances details
Eq GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Read GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Show GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Generic GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Associated Types

type Rep GetDeviceFleetReport :: Type -> Type #

NFData GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Methods

rnf :: GetDeviceFleetReport -> () #

Hashable GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

ToJSON GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

AWSRequest GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Associated Types

type AWSResponse GetDeviceFleetReport #

ToHeaders GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

ToPath GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

ToQuery GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReport Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

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

Defined in Amazonka.SageMaker.GetDeviceFleetReport

newGetDeviceFleetReport Source #

Create a value of GetDeviceFleetReport 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:deviceFleetName:GetDeviceFleetReport', getDeviceFleetReport_deviceFleetName - The name of the fleet.

data GetDeviceFleetReportResponse Source #

See: newGetDeviceFleetReportResponse smart constructor.

Instances

Instances details
Eq GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Read GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Show GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Generic GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

Associated Types

type Rep GetDeviceFleetReportResponse :: Type -> Type #

NFData GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReportResponse Source # 
Instance details

Defined in Amazonka.SageMaker.GetDeviceFleetReport

type Rep GetDeviceFleetReportResponse = D1 ('MetaData "GetDeviceFleetReportResponse" "Amazonka.SageMaker.GetDeviceFleetReport" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GetDeviceFleetReportResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "agentVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AgentVersion])) :*: S1 ('MetaSel ('Just "reportGenerated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceStats)) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgeOutputConfig)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeModelStat]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "deviceFleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newGetDeviceFleetReportResponse Source #

Create a value of GetDeviceFleetReportResponse 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:agentVersions:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_agentVersions - The versions of Edge Manager agent deployed on the fleet.

$sel:reportGenerated:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_reportGenerated - Timestamp of when the report was generated.

$sel:deviceStats:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_deviceStats - Status of devices.

$sel:outputConfig:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_outputConfig - The output configuration for storing sample data collected by the fleet.

$sel:description:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_description - Description of the fleet.

$sel:modelStats:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_modelStats - Status of model on device.

$sel:httpStatus:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_httpStatus - The response's http status code.

$sel:deviceFleetArn:GetDeviceFleetReportResponse', getDeviceFleetReportResponse_deviceFleetArn - The Amazon Resource Name (ARN) of the device.

$sel:deviceFleetName:GetDeviceFleetReport', getDeviceFleetReportResponse_deviceFleetName - The name of the fleet.

DeleteDataQualityJobDefinition

data DeleteDataQualityJobDefinition Source #

See: newDeleteDataQualityJobDefinition smart constructor.

Instances

Instances details
Eq DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Read DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Show DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Generic DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Associated Types

type Rep DeleteDataQualityJobDefinition :: Type -> Type #

NFData DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Hashable DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

ToJSON DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

AWSRequest DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

ToHeaders DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

ToPath DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

ToQuery DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

type Rep DeleteDataQualityJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

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

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

newDeleteDataQualityJobDefinition Source #

Create a value of DeleteDataQualityJobDefinition 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:jobDefinitionName:DeleteDataQualityJobDefinition', deleteDataQualityJobDefinition_jobDefinitionName - The name of the data quality monitoring job definition to delete.

data DeleteDataQualityJobDefinitionResponse Source #

Instances

Instances details
Eq DeleteDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Read DeleteDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Show DeleteDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

Generic DeleteDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

NFData DeleteDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

type Rep DeleteDataQualityJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDataQualityJobDefinition

type Rep DeleteDataQualityJobDefinitionResponse = D1 ('MetaData "DeleteDataQualityJobDefinitionResponse" "Amazonka.SageMaker.DeleteDataQualityJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteDataQualityJobDefinitionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDataQualityJobDefinitionResponse :: DeleteDataQualityJobDefinitionResponse Source #

Create a value of DeleteDataQualityJobDefinitionResponse with all optional fields omitted.

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

DescribeWorkteam

data DescribeWorkteam Source #

See: newDescribeWorkteam smart constructor.

Constructors

DescribeWorkteam' Text 

Instances

Instances details
Eq DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Read DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Show DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Generic DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Associated Types

type Rep DescribeWorkteam :: Type -> Type #

NFData DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Methods

rnf :: DescribeWorkteam -> () #

Hashable DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

ToJSON DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

AWSRequest DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Associated Types

type AWSResponse DescribeWorkteam #

ToHeaders DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

ToPath DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

ToQuery DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

type Rep DescribeWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

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

Defined in Amazonka.SageMaker.DescribeWorkteam

newDescribeWorkteam Source #

Create a value of DescribeWorkteam 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:workteamName:DescribeWorkteam', describeWorkteam_workteamName - The name of the work team to return a description of.

data DescribeWorkteamResponse Source #

See: newDescribeWorkteamResponse smart constructor.

Instances

Instances details
Eq DescribeWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Read DescribeWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Show DescribeWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Generic DescribeWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

Associated Types

type Rep DescribeWorkteamResponse :: Type -> Type #

NFData DescribeWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

type Rep DescribeWorkteamResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeWorkteam

type Rep DescribeWorkteamResponse = D1 ('MetaData "DescribeWorkteamResponse" "Amazonka.SageMaker.DescribeWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeWorkteamResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "workteam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Workteam)))

newDescribeWorkteamResponse Source #

Create a value of DescribeWorkteamResponse 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:httpStatus:DescribeWorkteamResponse', describeWorkteamResponse_httpStatus - The response's http status code.

$sel:workteam:DescribeWorkteamResponse', describeWorkteamResponse_workteam - A Workteam instance that contains information about the work team.

ListSubscribedWorkteams (Paginated)

data ListSubscribedWorkteams Source #

See: newListSubscribedWorkteams smart constructor.

Instances

Instances details
Eq ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Read ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Show ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Generic ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Associated Types

type Rep ListSubscribedWorkteams :: Type -> Type #

NFData ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Methods

rnf :: ListSubscribedWorkteams -> () #

Hashable ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToJSON ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

AWSPager ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

AWSRequest ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToHeaders ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToPath ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

ToQuery ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteams = D1 ('MetaData "ListSubscribedWorkteams" "Amazonka.SageMaker.ListSubscribedWorkteams" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListSubscribedWorkteams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListSubscribedWorkteams Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

newListSubscribedWorkteams :: ListSubscribedWorkteams Source #

Create a value of ListSubscribedWorkteams 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:nameContains:ListSubscribedWorkteams', listSubscribedWorkteams_nameContains - A string in the work team name. This filter returns only work teams whose name contains the specified string.

$sel:nextToken:ListSubscribedWorkteams', listSubscribedWorkteams_nextToken - If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

$sel:maxResults:ListSubscribedWorkteams', listSubscribedWorkteams_maxResults - The maximum number of work teams to return in each page of the response.

data ListSubscribedWorkteamsResponse Source #

See: newListSubscribedWorkteamsResponse smart constructor.

Instances

Instances details
Eq ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Read ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Show ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Generic ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

Associated Types

type Rep ListSubscribedWorkteamsResponse :: Type -> Type #

NFData ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteamsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListSubscribedWorkteams

type Rep ListSubscribedWorkteamsResponse = D1 ('MetaData "ListSubscribedWorkteamsResponse" "Amazonka.SageMaker.ListSubscribedWorkteams" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListSubscribedWorkteamsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "subscribedWorkteams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SubscribedWorkteam]))))

newListSubscribedWorkteamsResponse Source #

Create a value of ListSubscribedWorkteamsResponse 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:nextToken:ListSubscribedWorkteams', listSubscribedWorkteamsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

$sel:httpStatus:ListSubscribedWorkteamsResponse', listSubscribedWorkteamsResponse_httpStatus - The response's http status code.

$sel:subscribedWorkteams:ListSubscribedWorkteamsResponse', listSubscribedWorkteamsResponse_subscribedWorkteams - An array of Workteam objects, each describing a work team.

DeleteDomain

data DeleteDomain Source #

See: newDeleteDomain smart constructor.

Instances

Instances details
Eq DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Read DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Show DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Generic DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Associated Types

type Rep DeleteDomain :: Type -> Type #

NFData DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Methods

rnf :: DeleteDomain -> () #

Hashable DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

ToJSON DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

AWSRequest DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Associated Types

type AWSResponse DeleteDomain #

ToHeaders DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

ToPath DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

ToQuery DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

type Rep DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

type Rep DeleteDomain = D1 ('MetaData "DeleteDomain" "Amazonka.SageMaker.DeleteDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionPolicy)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDomain Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

newDeleteDomain Source #

Create a value of DeleteDomain 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:retentionPolicy:DeleteDomain', deleteDomain_retentionPolicy - The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).

$sel:domainId:DeleteDomain', deleteDomain_domainId - The domain ID.

data DeleteDomainResponse Source #

See: newDeleteDomainResponse smart constructor.

Constructors

DeleteDomainResponse' 

Instances

Instances details
Eq DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Read DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Show DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Generic DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Associated Types

type Rep DeleteDomainResponse :: Type -> Type #

NFData DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

Methods

rnf :: DeleteDomainResponse -> () #

type Rep DeleteDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteDomain

type Rep DeleteDomainResponse = D1 ('MetaData "DeleteDomainResponse" "Amazonka.SageMaker.DeleteDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeleteDomainResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteDomainResponse :: DeleteDomainResponse Source #

Create a value of DeleteDomainResponse with all optional fields omitted.

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

UpdateDomain

data UpdateDomain Source #

See: newUpdateDomain smart constructor.

Instances

Instances details
Eq UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Read UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Show UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Generic UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Associated Types

type Rep UpdateDomain :: Type -> Type #

NFData UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Methods

rnf :: UpdateDomain -> () #

Hashable UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

ToJSON UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

AWSRequest UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Associated Types

type AWSResponse UpdateDomain #

ToHeaders UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

ToPath UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

ToQuery UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

type Rep UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

type Rep UpdateDomain = D1 ('MetaData "UpdateDomain" "Amazonka.SageMaker.UpdateDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultUserSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserSettings)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateDomain Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

newUpdateDomain Source #

Create a value of UpdateDomain 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:defaultUserSettings:UpdateDomain', updateDomain_defaultUserSettings - A collection of settings.

$sel:domainId:UpdateDomain', updateDomain_domainId - The ID of the domain to be updated.

data UpdateDomainResponse Source #

See: newUpdateDomainResponse smart constructor.

Instances

Instances details
Eq UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Read UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Show UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Generic UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Associated Types

type Rep UpdateDomainResponse :: Type -> Type #

NFData UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

Methods

rnf :: UpdateDomainResponse -> () #

type Rep UpdateDomainResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateDomain

type Rep UpdateDomainResponse = D1 ('MetaData "UpdateDomainResponse" "Amazonka.SageMaker.UpdateDomain" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDomainResponse Source #

Create a value of UpdateDomainResponse 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:domainArn:UpdateDomainResponse', updateDomainResponse_domainArn - The Amazon Resource Name (ARN) of the domain.

$sel:httpStatus:UpdateDomainResponse', updateDomainResponse_httpStatus - The response's http status code.

ListDomains (Paginated)

data ListDomains Source #

See: newListDomains smart constructor.

Constructors

ListDomains' (Maybe Text) (Maybe Natural) 

Instances

Instances details
Eq ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Read ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Generic ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

NFData ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Methods

rnf :: ListDomains -> () #

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

ToJSON ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

AWSPager ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

AWSRequest ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Associated Types

type AWSResponse ListDomains #

ToHeaders ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Methods

toHeaders :: ListDomains -> [Header] #

ToPath ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

ToQuery ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

type Rep ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

type Rep ListDomains = D1 ('MetaData "ListDomains" "Amazonka.SageMaker.ListDomains" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListDomains Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

newListDomains :: ListDomains Source #

Create a value of ListDomains 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:nextToken:ListDomains', listDomains_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:maxResults:ListDomains', listDomains_maxResults - Returns a list up to a specified limit.

data ListDomainsResponse Source #

See: newListDomainsResponse smart constructor.

Instances

Instances details
Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDomains

type Rep ListDomainsResponse = D1 ('MetaData "ListDomainsResponse" "Amazonka.SageMaker.ListDomains" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDomainsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainDetails])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDomainsResponse Source #

Create a value of ListDomainsResponse 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:nextToken:ListDomains', listDomainsResponse_nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

$sel:domains:ListDomainsResponse', listDomainsResponse_domains - The list of domains.

$sel:httpStatus:ListDomainsResponse', listDomainsResponse_httpStatus - The response's http status code.

ListModelQualityJobDefinitions (Paginated)

data ListModelQualityJobDefinitions Source #

See: newListModelQualityJobDefinitions smart constructor.

Instances

Instances details
Eq ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Read ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Show ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Generic ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Associated Types

type Rep ListModelQualityJobDefinitions :: Type -> Type #

NFData ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Hashable ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

ToJSON ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

AWSPager ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

AWSRequest ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

ToHeaders ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

ToPath ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

ToQuery ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

type Rep ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

type Rep ListModelQualityJobDefinitions = D1 ('MetaData "ListModelQualityJobDefinitions" "Amazonka.SageMaker.ListModelQualityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelQualityJobDefinitions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinitionSortKey))))))
type AWSResponse ListModelQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

newListModelQualityJobDefinitions :: ListModelQualityJobDefinitions Source #

Create a value of ListModelQualityJobDefinitions 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:nameContains:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_nameContains - A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.

$sel:endpointName:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_endpointName - A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.

$sel:creationTimeAfter:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_creationTimeAfter - A filter that returns only model quality monitoring job definitions created after the specified time.

$sel:nextToken:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_nextToken - If the result of the previous ListModelQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of model quality monitoring job definitions, use the token in the next request.

$sel:sortOrder:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_sortOrder - The sort order for results. The default is Descending.

$sel:creationTimeBefore:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_creationTimeBefore - A filter that returns only model quality monitoring job definitions created before the specified time.

$sel:maxResults:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_maxResults - The maximum number of results to return in a call to ListModelQualityJobDefinitions.

$sel:sortBy:ListModelQualityJobDefinitions', listModelQualityJobDefinitions_sortBy - The field to sort results by. The default is CreationTime.

data ListModelQualityJobDefinitionsResponse Source #

Instances

Instances details
Eq ListModelQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Read ListModelQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Show ListModelQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

Generic ListModelQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

NFData ListModelQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

type Rep ListModelQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListModelQualityJobDefinitions

type Rep ListModelQualityJobDefinitionsResponse = D1 ('MetaData "ListModelQualityJobDefinitionsResponse" "Amazonka.SageMaker.ListModelQualityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListModelQualityJobDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringJobDefinitionSummary]))))

newListModelQualityJobDefinitionsResponse Source #

Create a value of ListModelQualityJobDefinitionsResponse 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:nextToken:ListModelQualityJobDefinitions', listModelQualityJobDefinitionsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model quality monitoring job definitions, use it in the next request.

$sel:httpStatus:ListModelQualityJobDefinitionsResponse', listModelQualityJobDefinitionsResponse_httpStatus - The response's http status code.

$sel:jobDefinitionSummaries:ListModelQualityJobDefinitionsResponse', listModelQualityJobDefinitionsResponse_jobDefinitionSummaries - A list of summaries of model quality monitoring job definitions.

CreateImageVersion

data CreateImageVersion Source #

See: newCreateImageVersion smart constructor.

Instances

Instances details
Eq CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Read CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Show CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Generic CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Associated Types

type Rep CreateImageVersion :: Type -> Type #

NFData CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Methods

rnf :: CreateImageVersion -> () #

Hashable CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

ToJSON CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

AWSRequest CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Associated Types

type AWSResponse CreateImageVersion #

ToHeaders CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

ToPath CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

ToQuery CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

type Rep CreateImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

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

Defined in Amazonka.SageMaker.CreateImageVersion

newCreateImageVersion Source #

Create a value of CreateImageVersion 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:baseImage:CreateImageVersion', createImageVersion_baseImage - The registry path of the container image to use as the starting point for this version. The path is an Amazon Container Registry (ECR) URI in the following format:

<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>

$sel:clientToken:CreateImageVersion', createImageVersion_clientToken - A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.

$sel:imageName:CreateImageVersion', createImageVersion_imageName - The ImageName of the Image to create a version of.

data CreateImageVersionResponse Source #

See: newCreateImageVersionResponse smart constructor.

Instances

Instances details
Eq CreateImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Read CreateImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Show CreateImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Generic CreateImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

Associated Types

type Rep CreateImageVersionResponse :: Type -> Type #

NFData CreateImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

type Rep CreateImageVersionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateImageVersion

type Rep CreateImageVersionResponse = D1 ('MetaData "CreateImageVersionResponse" "Amazonka.SageMaker.CreateImageVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateImageVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateImageVersionResponse Source #

Create a value of CreateImageVersionResponse 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:imageVersionArn:CreateImageVersionResponse', createImageVersionResponse_imageVersionArn - The Amazon Resource Name (ARN) of the image version.

$sel:httpStatus:CreateImageVersionResponse', createImageVersionResponse_httpStatus - The response's http status code.

ListDevices (Paginated)

data ListDevices Source #

See: newListDevices smart constructor.

Instances

Instances details
Eq ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Read ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Show ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Generic ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Associated Types

type Rep ListDevices :: Type -> Type #

NFData ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Methods

rnf :: ListDevices -> () #

Hashable ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

ToJSON ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

AWSPager ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

AWSRequest ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Associated Types

type AWSResponse ListDevices #

ToHeaders ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Methods

toHeaders :: ListDevices -> [Header] #

ToPath ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

ToQuery ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

type Rep ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

type Rep ListDevices = D1 ('MetaData "ListDevices" "Amazonka.SageMaker.ListDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDevices'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestHeartbeatAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

newListDevices :: ListDevices Source #

Create a value of ListDevices 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:latestHeartbeatAfter:ListDevices', listDevices_latestHeartbeatAfter - Select fleets where the job was updated after X

$sel:modelName:ListDevices', listDevices_modelName - A filter that searches devices that contains this name in any of their models.

$sel:nextToken:ListDevices', listDevices_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:maxResults:ListDevices', listDevices_maxResults - Maximum number of results to select.

$sel:deviceFleetName:ListDevices', listDevices_deviceFleetName - Filter for fleets containing this name in their device fleet name.

data ListDevicesResponse Source #

See: newListDevicesResponse smart constructor.

Instances

Instances details
Eq ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Read ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Show ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Generic ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Associated Types

type Rep ListDevicesResponse :: Type -> Type #

NFData ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Methods

rnf :: ListDevicesResponse -> () #

type Rep ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

type Rep ListDevicesResponse = D1 ('MetaData "ListDevicesResponse" "Amazonka.SageMaker.ListDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDevicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deviceSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeviceSummary]))))

newListDevicesResponse Source #

Create a value of ListDevicesResponse 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:nextToken:ListDevices', listDevicesResponse_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:httpStatus:ListDevicesResponse', listDevicesResponse_httpStatus - The response's http status code.

$sel:deviceSummaries:ListDevicesResponse', listDevicesResponse_deviceSummaries - Summary of devices.

ListPipelineExecutions (Paginated)

data ListPipelineExecutions Source #

See: newListPipelineExecutions smart constructor.

Instances

Instances details
Eq ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Read ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Show ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Generic ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Associated Types

type Rep ListPipelineExecutions :: Type -> Type #

NFData ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Methods

rnf :: ListPipelineExecutions -> () #

Hashable ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

ToJSON ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

AWSPager ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

AWSRequest ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Associated Types

type AWSResponse ListPipelineExecutions #

ToHeaders ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

ToPath ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

ToQuery ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

type Rep ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

type Rep ListPipelineExecutions = D1 ('MetaData "ListPipelineExecutions" "Amazonka.SageMaker.ListPipelineExecutions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortPipelineExecutionsBy)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListPipelineExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

newListPipelineExecutions Source #

Create a value of ListPipelineExecutions 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:createdAfter:ListPipelineExecutions', listPipelineExecutions_createdAfter - A filter that returns the pipeline executions that were created after a specified time.

$sel:nextToken:ListPipelineExecutions', listPipelineExecutions_nextToken - If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

$sel:sortOrder:ListPipelineExecutions', listPipelineExecutions_sortOrder - The sort order for results.

$sel:maxResults:ListPipelineExecutions', listPipelineExecutions_maxResults - The maximum number of pipeline executions to return in the response.

$sel:createdBefore:ListPipelineExecutions', listPipelineExecutions_createdBefore - A filter that returns the pipeline executions that were created before a specified time.

$sel:sortBy:ListPipelineExecutions', listPipelineExecutions_sortBy - The field by which to sort results. The default is CreatedTime.

$sel:pipelineName:ListPipelineExecutions', listPipelineExecutions_pipelineName - The name of the pipeline.

data ListPipelineExecutionsResponse Source #

See: newListPipelineExecutionsResponse smart constructor.

Instances

Instances details
Eq ListPipelineExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Read ListPipelineExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Show ListPipelineExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Generic ListPipelineExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

Associated Types

type Rep ListPipelineExecutionsResponse :: Type -> Type #

NFData ListPipelineExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

type Rep ListPipelineExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListPipelineExecutions

type Rep ListPipelineExecutionsResponse = D1 ('MetaData "ListPipelineExecutionsResponse" "Amazonka.SageMaker.ListPipelineExecutions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListPipelineExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineExecutionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPipelineExecutionsResponse Source #

Create a value of ListPipelineExecutionsResponse 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:nextToken:ListPipelineExecutions', listPipelineExecutionsResponse_nextToken - If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

$sel:pipelineExecutionSummaries:ListPipelineExecutionsResponse', listPipelineExecutionsResponse_pipelineExecutionSummaries - Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.

$sel:httpStatus:ListPipelineExecutionsResponse', listPipelineExecutionsResponse_httpStatus - The response's http status code.

CreateProject

data CreateProject Source #

See: newCreateProject smart constructor.

Instances

Instances details
Eq CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Read CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Show CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Generic CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Associated Types

type Rep CreateProject :: Type -> Type #

NFData CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Methods

rnf :: CreateProject -> () #

Hashable CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

ToJSON CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

AWSRequest CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Associated Types

type AWSResponse CreateProject #

ToHeaders CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

ToPath CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

ToQuery CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

type Rep CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

type Rep CreateProject = D1 ('MetaData "CreateProject" "Amazonka.SageMaker.CreateProject" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateProject'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "projectDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceCatalogProvisioningDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceCatalogProvisioningDetails))))
type AWSResponse CreateProject Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

newCreateProject Source #

Create a value of CreateProject 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:projectDescription:CreateProject', createProject_projectDescription - A description for the project.

$sel:tags:CreateProject', createProject_tags - An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:projectName:CreateProject', createProject_projectName - The name of the project.

$sel:serviceCatalogProvisioningDetails:CreateProject', createProject_serviceCatalogProvisioningDetails - The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

data CreateProjectResponse Source #

See: newCreateProjectResponse smart constructor.

Instances

Instances details
Eq CreateProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Read CreateProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Show CreateProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Generic CreateProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Associated Types

type Rep CreateProjectResponse :: Type -> Type #

NFData CreateProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

Methods

rnf :: CreateProjectResponse -> () #

type Rep CreateProjectResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateProject

type Rep CreateProjectResponse = D1 ('MetaData "CreateProjectResponse" "Amazonka.SageMaker.CreateProject" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateProjectResponse Source #

Create a value of CreateProjectResponse 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:httpStatus:CreateProjectResponse', createProjectResponse_httpStatus - The response's http status code.

$sel:projectArn:CreateProjectResponse', createProjectResponse_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectId:CreateProjectResponse', createProjectResponse_projectId - The ID of the new project.

DescribeModelBiasJobDefinition

data DescribeModelBiasJobDefinition Source #

See: newDescribeModelBiasJobDefinition smart constructor.

Instances

Instances details
Eq DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Read DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Show DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Generic DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Associated Types

type Rep DescribeModelBiasJobDefinition :: Type -> Type #

NFData DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Hashable DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

ToJSON DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

AWSRequest DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

ToHeaders DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

ToPath DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

ToQuery DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

type Rep DescribeModelBiasJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

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

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

newDescribeModelBiasJobDefinition Source #

Create a value of DescribeModelBiasJobDefinition 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:jobDefinitionName:DescribeModelBiasJobDefinition', describeModelBiasJobDefinition_jobDefinitionName - The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

data DescribeModelBiasJobDefinitionResponse Source #

Instances

Instances details
Eq DescribeModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Read DescribeModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Show DescribeModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

Generic DescribeModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

NFData DescribeModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

type Rep DescribeModelBiasJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeModelBiasJobDefinition

type Rep DescribeModelBiasJobDefinitionResponse = D1 ('MetaData "DescribeModelBiasJobDefinitionResponse" "Amazonka.SageMaker.DescribeModelBiasJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeModelBiasJobDefinitionResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelBiasBaselineConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelBiasBaselineConfig)) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStoppingCondition)) :*: S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringNetworkConfig)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "modelBiasAppSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelBiasAppSpecification) :*: S1 ('MetaSel ('Just "modelBiasJobInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelBiasJobInput))) :*: (S1 ('MetaSel ('Just "modelBiasJobOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringOutputConfig) :*: (S1 ('MetaSel ('Just "jobResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringResources) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newDescribeModelBiasJobDefinitionResponse Source #

Create a value of DescribeModelBiasJobDefinitionResponse 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:modelBiasBaselineConfig:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_modelBiasBaselineConfig - The baseline configuration for a model bias job.

$sel:stoppingCondition:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_stoppingCondition - Undocumented member.

$sel:networkConfig:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_networkConfig - Networking options for a model bias job.

$sel:httpStatus:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_httpStatus - The response's http status code.

$sel:jobDefinitionArn:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_jobDefinitionArn - The Amazon Resource Name (ARN) of the model bias job.

$sel:jobDefinitionName:DescribeModelBiasJobDefinition', describeModelBiasJobDefinitionResponse_jobDefinitionName - The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:creationTime:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_creationTime - The time at which the model bias job was created.

$sel:modelBiasAppSpecification:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_modelBiasAppSpecification - Configures the model bias job to run a specified Docker container image.

$sel:modelBiasJobInput:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_modelBiasJobInput - Inputs for the model bias job.

$sel:modelBiasJobOutputConfig:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_modelBiasJobOutputConfig - Undocumented member.

$sel:jobResources:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_jobResources - Undocumented member.

$sel:roleArn:DescribeModelBiasJobDefinitionResponse', describeModelBiasJobDefinitionResponse_roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

StartMonitoringSchedule

data StartMonitoringSchedule Source #

See: newStartMonitoringSchedule smart constructor.

Instances

Instances details
Eq StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Read StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Show StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Generic StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Associated Types

type Rep StartMonitoringSchedule :: Type -> Type #

NFData StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Methods

rnf :: StartMonitoringSchedule -> () #

Hashable StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToJSON StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

AWSRequest StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToHeaders StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToPath StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToQuery StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

type Rep StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

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

Defined in Amazonka.SageMaker.StartMonitoringSchedule

newStartMonitoringSchedule Source #

Create a value of StartMonitoringSchedule 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:monitoringScheduleName:StartMonitoringSchedule', startMonitoringSchedule_monitoringScheduleName - The name of the schedule to start.

data StartMonitoringScheduleResponse Source #

See: newStartMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Read StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Show StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Generic StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Associated Types

type Rep StartMonitoringScheduleResponse :: Type -> Type #

NFData StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

type Rep StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

type Rep StartMonitoringScheduleResponse = D1 ('MetaData "StartMonitoringScheduleResponse" "Amazonka.SageMaker.StartMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartMonitoringScheduleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartMonitoringScheduleResponse :: StartMonitoringScheduleResponse Source #

Create a value of StartMonitoringScheduleResponse with all optional fields omitted.

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

StopAutoMLJob

data StopAutoMLJob Source #

See: newStopAutoMLJob smart constructor.

Constructors

StopAutoMLJob' Text 

Instances

Instances details
Eq StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Read StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Show StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Generic StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Associated Types

type Rep StopAutoMLJob :: Type -> Type #

NFData StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Methods

rnf :: StopAutoMLJob -> () #

Hashable StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

ToJSON StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

AWSRequest StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Associated Types

type AWSResponse StopAutoMLJob #

ToHeaders StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

ToPath StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

ToQuery StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

type Rep StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

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

Defined in Amazonka.SageMaker.StopAutoMLJob

newStopAutoMLJob Source #

Create a value of StopAutoMLJob 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:autoMLJobName:StopAutoMLJob', stopAutoMLJob_autoMLJobName - The name of the object you are requesting.

data StopAutoMLJobResponse Source #

See: newStopAutoMLJobResponse smart constructor.

Instances

Instances details
Eq StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Read StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Show StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Generic StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Associated Types

type Rep StopAutoMLJobResponse :: Type -> Type #

NFData StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Methods

rnf :: StopAutoMLJobResponse -> () #

type Rep StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

type Rep StopAutoMLJobResponse = D1 ('MetaData "StopAutoMLJobResponse" "Amazonka.SageMaker.StopAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopAutoMLJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopAutoMLJobResponse :: StopAutoMLJobResponse Source #

Create a value of StopAutoMLJobResponse with all optional fields omitted.

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

CreateTrialComponent

data CreateTrialComponent Source #

See: newCreateTrialComponent smart constructor.

Instances

Instances details
Eq CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Read CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Show CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Generic CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Associated Types

type Rep CreateTrialComponent :: Type -> Type #

NFData CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Methods

rnf :: CreateTrialComponent -> () #

Hashable CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

ToJSON CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

AWSRequest CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Associated Types

type AWSResponse CreateTrialComponent #

ToHeaders CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

ToPath CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

ToQuery CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

type Rep CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

type Rep CreateTrialComponent = D1 ('MetaData "CreateTrialComponent" "Amazonka.SageMaker.CreateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTrialComponent'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus))) :*: (S1 ('MetaSel ('Just "outputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentParameterValue))) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse CreateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

newCreateTrialComponent Source #

Create a value of CreateTrialComponent 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:metadataProperties:CreateTrialComponent', createTrialComponent_metadataProperties - Undocumented member.

$sel:status:CreateTrialComponent', createTrialComponent_status - The status of the component. States include:

  • InProgress
  • Completed
  • Failed

$sel:outputArtifacts:CreateTrialComponent', createTrialComponent_outputArtifacts - The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images.

$sel:startTime:CreateTrialComponent', createTrialComponent_startTime - When the component started.

$sel:endTime:CreateTrialComponent', createTrialComponent_endTime - When the component ended.

$sel:parameters:CreateTrialComponent', createTrialComponent_parameters - The hyperparameters for the component.

$sel:displayName:CreateTrialComponent', createTrialComponent_displayName - The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:inputArtifacts:CreateTrialComponent', createTrialComponent_inputArtifacts - The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types.

$sel:tags:CreateTrialComponent', createTrialComponent_tags - A list of tags to associate with the component. You can use Search API to search on the tags.

$sel:trialComponentName:CreateTrialComponent', createTrialComponent_trialComponentName - The name of the component. The name must be unique in your Amazon Web Services account and is not case-sensitive.

data CreateTrialComponentResponse Source #

See: newCreateTrialComponentResponse smart constructor.

Instances

Instances details
Eq CreateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Read CreateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Show CreateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Generic CreateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

Associated Types

type Rep CreateTrialComponentResponse :: Type -> Type #

NFData CreateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

type Rep CreateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateTrialComponent

type Rep CreateTrialComponentResponse = D1 ('MetaData "CreateTrialComponentResponse" "Amazonka.SageMaker.CreateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateTrialComponentResponse Source #

Create a value of CreateTrialComponentResponse 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:trialComponentArn:CreateTrialComponentResponse', createTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:httpStatus:CreateTrialComponentResponse', createTrialComponentResponse_httpStatus - The response's http status code.

DescribeProcessingJob

data DescribeProcessingJob Source #

See: newDescribeProcessingJob smart constructor.

Instances

Instances details
Eq DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Read DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Show DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Generic DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Associated Types

type Rep DescribeProcessingJob :: Type -> Type #

NFData DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Methods

rnf :: DescribeProcessingJob -> () #

Hashable DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

ToJSON DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

AWSRequest DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Associated Types

type AWSResponse DescribeProcessingJob #

ToHeaders DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

ToPath DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

ToQuery DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

type Rep DescribeProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

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

Defined in Amazonka.SageMaker.DescribeProcessingJob

newDescribeProcessingJob Source #

Create a value of DescribeProcessingJob 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:processingJobName:DescribeProcessingJob', describeProcessingJob_processingJobName - The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

data DescribeProcessingJobResponse Source #

See: newDescribeProcessingJobResponse smart constructor.

Instances

Instances details
Eq DescribeProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Read DescribeProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Show DescribeProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Generic DescribeProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

Associated Types

type Rep DescribeProcessingJobResponse :: Type -> Type #

NFData DescribeProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

type Rep DescribeProcessingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeProcessingJob

type Rep DescribeProcessingJobResponse = D1 ('MetaData "DescribeProcessingJobResponse" "Amazonka.SageMaker.DescribeProcessingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeProcessingJobResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingStoppingCondition)) :*: S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "processingInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessingInput])) :*: S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfig)))) :*: (S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "processingOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingOutputConfig)) :*: S1 ('MetaSel ('Just "processingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "processingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "processingResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingResources) :*: S1 ('MetaSel ('Just "appSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppSpecification))) :*: (S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "processingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingJobStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))))

newDescribeProcessingJobResponse Source #

Create a value of DescribeProcessingJobResponse 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:failureReason:DescribeProcessingJobResponse', describeProcessingJobResponse_failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

$sel:monitoringScheduleArn:DescribeProcessingJobResponse', describeProcessingJobResponse_monitoringScheduleArn - The ARN of a monitoring schedule for an endpoint associated with this processing job.

$sel:environment:DescribeProcessingJobResponse', describeProcessingJobResponse_environment - The environment variables set in the Docker container.

$sel:stoppingCondition:DescribeProcessingJobResponse', describeProcessingJobResponse_stoppingCondition - The time limit for how long the processing job is allowed to run.

$sel:experimentConfig:DescribeProcessingJobResponse', describeProcessingJobResponse_experimentConfig - The configuration information used to create an experiment.

$sel:lastModifiedTime:DescribeProcessingJobResponse', describeProcessingJobResponse_lastModifiedTime - The time at which the processing job was last modified.

$sel:processingInputs:DescribeProcessingJobResponse', describeProcessingJobResponse_processingInputs - The inputs for a processing job.

$sel:networkConfig:DescribeProcessingJobResponse', describeProcessingJobResponse_networkConfig - Networking options for a processing job.

$sel:autoMLJobArn:DescribeProcessingJobResponse', describeProcessingJobResponse_autoMLJobArn - The ARN of an AutoML job associated with this processing job.

$sel:trainingJobArn:DescribeProcessingJobResponse', describeProcessingJobResponse_trainingJobArn - The ARN of a training job associated with this processing job.

$sel:exitMessage:DescribeProcessingJobResponse', describeProcessingJobResponse_exitMessage - An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

$sel:processingOutputConfig:DescribeProcessingJobResponse', describeProcessingJobResponse_processingOutputConfig - Output configuration for the processing job.

$sel:processingStartTime:DescribeProcessingJobResponse', describeProcessingJobResponse_processingStartTime - The time at which the processing job started.

$sel:processingEndTime:DescribeProcessingJobResponse', describeProcessingJobResponse_processingEndTime - The time at which the processing job completed.

$sel:roleArn:DescribeProcessingJobResponse', describeProcessingJobResponse_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

$sel:httpStatus:DescribeProcessingJobResponse', describeProcessingJobResponse_httpStatus - The response's http status code.

$sel:processingJobName:DescribeProcessingJob', describeProcessingJobResponse_processingJobName - The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

$sel:processingResources:DescribeProcessingJobResponse', describeProcessingJobResponse_processingResources - Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

$sel:appSpecification:DescribeProcessingJobResponse', describeProcessingJobResponse_appSpecification - Configures the processing job to run a specified container image.

$sel:processingJobArn:DescribeProcessingJobResponse', describeProcessingJobResponse_processingJobArn - The Amazon Resource Name (ARN) of the processing job.

$sel:processingJobStatus:DescribeProcessingJobResponse', describeProcessingJobResponse_processingJobStatus - Provides the status of a processing job.

$sel:creationTime:DescribeProcessingJobResponse', describeProcessingJobResponse_creationTime - The time at which the processing job was created.

Types

ActionStatus

newtype ActionStatus Source #

Constructors

ActionStatus' 

Instances

Instances details
Eq ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Ord ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Read ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Show ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Generic ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Associated Types

type Rep ActionStatus :: Type -> Type #

NFData ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Methods

rnf :: ActionStatus -> () #

Hashable ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToJSON ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToJSONKey ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromJSON ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromJSONKey ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToLog ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToHeader ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToQuery ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromXML ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToXML ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Methods

toXML :: ActionStatus -> XML #

ToByteString ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromText ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToText ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Methods

toText :: ActionStatus -> Text #

type Rep ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

type Rep ActionStatus = D1 ('MetaData "ActionStatus" "Amazonka.SageMaker.Types.ActionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ActionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlgorithmSortBy

newtype AlgorithmSortBy Source #

Constructors

AlgorithmSortBy' 

Instances

Instances details
Eq AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Ord AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Read AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Show AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Generic AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Associated Types

type Rep AlgorithmSortBy :: Type -> Type #

NFData AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Methods

rnf :: AlgorithmSortBy -> () #

Hashable AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToJSON AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToJSONKey AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromJSON AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromJSONKey AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToLog AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToHeader AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToQuery AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromXML AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToXML AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Methods

toXML :: AlgorithmSortBy -> XML #

ToByteString AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromText AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToText AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

type Rep AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

type Rep AlgorithmSortBy = D1 ('MetaData "AlgorithmSortBy" "Amazonka.SageMaker.Types.AlgorithmSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AlgorithmSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlgorithmSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlgorithmStatus

newtype AlgorithmStatus Source #

Constructors

AlgorithmStatus' 

Instances

Instances details
Eq AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Ord AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Read AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Show AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Generic AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Associated Types

type Rep AlgorithmStatus :: Type -> Type #

NFData AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Methods

rnf :: AlgorithmStatus -> () #

Hashable AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToJSON AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToJSONKey AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromJSON AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromJSONKey AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToLog AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToHeader AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToQuery AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromXML AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToXML AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Methods

toXML :: AlgorithmStatus -> XML #

ToByteString AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromText AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToText AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

type Rep AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

type Rep AlgorithmStatus = D1 ('MetaData "AlgorithmStatus" "Amazonka.SageMaker.Types.AlgorithmStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AlgorithmStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlgorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppImageConfigSortKey

newtype AppImageConfigSortKey Source #

Instances

Instances details
Eq AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Ord AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Read AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Show AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Generic AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Associated Types

type Rep AppImageConfigSortKey :: Type -> Type #

NFData AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Methods

rnf :: AppImageConfigSortKey -> () #

Hashable AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToJSON AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToJSONKey AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromJSON AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromJSONKey AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToLog AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToHeader AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToQuery AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromXML AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToXML AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToByteString AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromText AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToText AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

type Rep AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

type Rep AppImageConfigSortKey = D1 ('MetaData "AppImageConfigSortKey" "Amazonka.SageMaker.Types.AppImageConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppImageConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppImageConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppInstanceType

newtype AppInstanceType Source #

Constructors

AppInstanceType' 

Bundled Patterns

pattern AppInstanceType_Ml_c5_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_18xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_9xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_large :: AppInstanceType 
pattern AppInstanceType_Ml_c5_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_large :: AppInstanceType 
pattern AppInstanceType_Ml_m5_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_large :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3dn_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_large :: AppInstanceType 
pattern AppInstanceType_Ml_r5_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_t3_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_t3_large :: AppInstanceType 
pattern AppInstanceType_Ml_t3_medium :: AppInstanceType 
pattern AppInstanceType_Ml_t3_micro :: AppInstanceType 
pattern AppInstanceType_Ml_t3_small :: AppInstanceType 
pattern AppInstanceType_Ml_t3_xlarge :: AppInstanceType 
pattern AppInstanceType_System :: AppInstanceType 

Instances

Instances details
Eq AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Ord AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Read AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Show AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Generic AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Associated Types

type Rep AppInstanceType :: Type -> Type #

NFData AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Methods

rnf :: AppInstanceType -> () #

Hashable AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToJSON AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToJSONKey AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromJSON AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromJSONKey AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToLog AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToHeader AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToQuery AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromXML AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToXML AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Methods

toXML :: AppInstanceType -> XML #

ToByteString AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromText AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToText AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

type Rep AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

type Rep AppInstanceType = D1 ('MetaData "AppInstanceType" "Amazonka.SageMaker.Types.AppInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppNetworkAccessType

newtype AppNetworkAccessType Source #

Instances

Instances details
Eq AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Ord AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Read AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Show AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Generic AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Associated Types

type Rep AppNetworkAccessType :: Type -> Type #

NFData AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Methods

rnf :: AppNetworkAccessType -> () #

Hashable AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToJSON AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToJSONKey AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromJSON AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromJSONKey AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToLog AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToHeader AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToQuery AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromXML AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToXML AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToByteString AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromText AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToText AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

type Rep AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

type Rep AppNetworkAccessType = D1 ('MetaData "AppNetworkAccessType" "Amazonka.SageMaker.Types.AppNetworkAccessType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppNetworkAccessType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppNetworkAccessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppSortKey

newtype AppSortKey Source #

Constructors

AppSortKey' 

Fields

Bundled Patterns

pattern AppSortKey_CreationTime :: AppSortKey 

Instances

Instances details
Eq AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Ord AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Read AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Show AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Generic AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Associated Types

type Rep AppSortKey :: Type -> Type #

NFData AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

rnf :: AppSortKey -> () #

Hashable AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToJSON AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToJSONKey AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromJSON AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromJSONKey AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToLog AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToHeader AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToQuery AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromXML AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToXML AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

toXML :: AppSortKey -> XML #

ToByteString AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromText AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToText AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

toText :: AppSortKey -> Text #

type Rep AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

type Rep AppSortKey = D1 ('MetaData "AppSortKey" "Amazonka.SageMaker.Types.AppSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppStatus

newtype AppStatus Source #

Constructors

AppStatus' 

Fields

Instances

Instances details
Eq AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Ord AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Read AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Show AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Generic AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Associated Types

type Rep AppStatus :: Type -> Type #

NFData AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

rnf :: AppStatus -> () #

Hashable AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToJSON AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToJSONKey AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

FromJSON AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

FromJSONKey AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToLog AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToHeader AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToQuery AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

FromXML AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToXML AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

toXML :: AppStatus -> XML #

ToByteString AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

toBS :: AppStatus -> ByteString #

FromText AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToText AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

toText :: AppStatus -> Text #

type Rep AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

type Rep AppStatus = D1 ('MetaData "AppStatus" "Amazonka.SageMaker.Types.AppStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppType

newtype AppType Source #

Constructors

AppType' 

Fields

Bundled Patterns

pattern AppType_JupyterServer :: AppType 
pattern AppType_KernelGateway :: AppType 
pattern AppType_TensorBoard :: AppType 

Instances

Instances details
Eq AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

(==) :: AppType -> AppType -> Bool #

(/=) :: AppType -> AppType -> Bool #

Ord AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Read AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Show AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Generic AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Associated Types

type Rep AppType :: Type -> Type #

Methods

from :: AppType -> Rep AppType x #

to :: Rep AppType x -> AppType #

NFData AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

rnf :: AppType -> () #

Hashable AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

hashWithSalt :: Int -> AppType -> Int #

hash :: AppType -> Int #

ToJSON AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToJSONKey AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromJSON AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromJSONKey AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToLog AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToHeader AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toHeader :: HeaderName -> AppType -> [Header] #

ToQuery AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromXML AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToXML AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toXML :: AppType -> XML #

ToByteString AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toBS :: AppType -> ByteString #

FromText AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToText AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toText :: AppType -> Text #

type Rep AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

type Rep AppType = D1 ('MetaData "AppType" "Amazonka.SageMaker.Types.AppType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArtifactSourceIdType

newtype ArtifactSourceIdType Source #

Instances

Instances details
Eq ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Ord ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Read ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Show ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Generic ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Associated Types

type Rep ArtifactSourceIdType :: Type -> Type #

NFData ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Methods

rnf :: ArtifactSourceIdType -> () #

Hashable ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToJSON ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToJSONKey ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromJSON ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromJSONKey ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToLog ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToHeader ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToQuery ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromXML ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToXML ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToByteString ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromText ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToText ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

type Rep ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

type Rep ArtifactSourceIdType = D1 ('MetaData "ArtifactSourceIdType" "Amazonka.SageMaker.Types.ArtifactSourceIdType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ArtifactSourceIdType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactSourceIdType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssemblyType

newtype AssemblyType Source #

Constructors

AssemblyType' 

Bundled Patterns

pattern AssemblyType_Line :: AssemblyType 
pattern AssemblyType_None :: AssemblyType 

Instances

Instances details
Eq AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Ord AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Read AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Show AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Generic AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Associated Types

type Rep AssemblyType :: Type -> Type #

NFData AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Methods

rnf :: AssemblyType -> () #

Hashable AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToJSON AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToJSONKey AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromJSON AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromJSONKey AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToLog AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToHeader AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToQuery AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromXML AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToXML AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Methods

toXML :: AssemblyType -> XML #

ToByteString AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromText AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToText AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Methods

toText :: AssemblyType -> Text #

type Rep AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

type Rep AssemblyType = D1 ('MetaData "AssemblyType" "Amazonka.SageMaker.Types.AssemblyType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AssemblyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssemblyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationEdgeType

newtype AssociationEdgeType Source #

Instances

Instances details
Eq AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Ord AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Read AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Show AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Generic AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Associated Types

type Rep AssociationEdgeType :: Type -> Type #

NFData AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Methods

rnf :: AssociationEdgeType -> () #

Hashable AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToJSON AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToJSONKey AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromJSON AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromJSONKey AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToLog AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToHeader AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToQuery AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromXML AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToXML AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToByteString AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromText AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToText AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

type Rep AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

type Rep AssociationEdgeType = D1 ('MetaData "AssociationEdgeType" "Amazonka.SageMaker.Types.AssociationEdgeType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AssociationEdgeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationEdgeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AthenaResultCompressionType

newtype AthenaResultCompressionType Source #

The compression used for Athena query results.

Instances

Instances details
Eq AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Ord AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Read AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Show AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Generic AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Associated Types

type Rep AthenaResultCompressionType :: Type -> Type #

NFData AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Hashable AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToJSON AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToJSONKey AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromJSON AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromJSONKey AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToLog AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToHeader AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToQuery AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromXML AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToXML AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToByteString AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromText AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToText AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

type Rep AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

type Rep AthenaResultCompressionType = D1 ('MetaData "AthenaResultCompressionType" "Amazonka.SageMaker.Types.AthenaResultCompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AthenaResultCompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAthenaResultCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AthenaResultFormat

newtype AthenaResultFormat Source #

The data storage format for Athena query results.

Instances

Instances details
Eq AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Ord AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Read AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Show AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Generic AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Associated Types

type Rep AthenaResultFormat :: Type -> Type #

NFData AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Methods

rnf :: AthenaResultFormat -> () #

Hashable AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToJSON AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToJSONKey AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromJSON AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromJSONKey AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToLog AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToHeader AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToQuery AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromXML AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToXML AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToByteString AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromText AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToText AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

type Rep AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

type Rep AthenaResultFormat = D1 ('MetaData "AthenaResultFormat" "Amazonka.SageMaker.Types.AthenaResultFormat" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AthenaResultFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAthenaResultFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthMode

newtype AuthMode Source #

Constructors

AuthMode' 

Fields

Bundled Patterns

pattern AuthMode_IAM :: AuthMode 
pattern AuthMode_SSO :: AuthMode 

Instances

Instances details
Eq AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Ord AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Read AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Show AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Generic AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Associated Types

type Rep AuthMode :: Type -> Type #

Methods

from :: AuthMode -> Rep AuthMode x #

to :: Rep AuthMode x -> AuthMode #

NFData AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

rnf :: AuthMode -> () #

Hashable AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

hashWithSalt :: Int -> AuthMode -> Int #

hash :: AuthMode -> Int #

ToJSON AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

FromJSON AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

FromJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToLog AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToHeader AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toHeader :: HeaderName -> AuthMode -> [Header] #

ToQuery AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

FromXML AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToXML AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toXML :: AuthMode -> XML #

ToByteString AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toBS :: AuthMode -> ByteString #

FromText AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToText AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toText :: AuthMode -> Text #

type Rep AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

type Rep AuthMode = D1 ('MetaData "AuthMode" "Amazonka.SageMaker.Types.AuthMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AuthMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLJobObjectiveType

newtype AutoMLJobObjectiveType Source #

Instances

Instances details
Eq AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Ord AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Read AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Show AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Generic AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Associated Types

type Rep AutoMLJobObjectiveType :: Type -> Type #

NFData AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Methods

rnf :: AutoMLJobObjectiveType -> () #

Hashable AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToJSON AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToJSONKey AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromJSON AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromJSONKey AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToLog AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToHeader AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToQuery AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromXML AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToXML AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToByteString AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromText AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToText AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

type Rep AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

type Rep AutoMLJobObjectiveType = D1 ('MetaData "AutoMLJobObjectiveType" "Amazonka.SageMaker.Types.AutoMLJobObjectiveType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLJobObjectiveType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLJobObjectiveType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLJobSecondaryStatus

newtype AutoMLJobSecondaryStatus Source #

Instances

Instances details
Eq AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Ord AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Read AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Show AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Generic AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Associated Types

type Rep AutoMLJobSecondaryStatus :: Type -> Type #

NFData AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Hashable AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToJSON AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToJSONKey AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromJSON AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromJSONKey AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToLog AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToHeader AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToQuery AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromXML AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToXML AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToByteString AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromText AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToText AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

type Rep AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

type Rep AutoMLJobSecondaryStatus = D1 ('MetaData "AutoMLJobSecondaryStatus" "Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLJobSecondaryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLJobSecondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLJobStatus

newtype AutoMLJobStatus Source #

Constructors

AutoMLJobStatus' 

Instances

Instances details
Eq AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Ord AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Read AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Show AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Generic AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Associated Types

type Rep AutoMLJobStatus :: Type -> Type #

NFData AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Methods

rnf :: AutoMLJobStatus -> () #

Hashable AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToJSON AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToJSONKey AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromJSON AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromJSONKey AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToLog AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToHeader AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToQuery AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromXML AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToXML AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Methods

toXML :: AutoMLJobStatus -> XML #

ToByteString AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromText AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToText AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

type Rep AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

type Rep AutoMLJobStatus = D1 ('MetaData "AutoMLJobStatus" "Amazonka.SageMaker.Types.AutoMLJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLMetricEnum

newtype AutoMLMetricEnum Source #

Instances

Instances details
Eq AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Ord AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Read AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Show AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Generic AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Associated Types

type Rep AutoMLMetricEnum :: Type -> Type #

NFData AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Methods

rnf :: AutoMLMetricEnum -> () #

Hashable AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToJSON AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToJSONKey AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromJSON AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromJSONKey AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToLog AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToHeader AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToQuery AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromXML AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToXML AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToByteString AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromText AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToText AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

type Rep AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

type Rep AutoMLMetricEnum = D1 ('MetaData "AutoMLMetricEnum" "Amazonka.SageMaker.Types.AutoMLMetricEnum" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLMetricEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLMetricEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLS3DataType

newtype AutoMLS3DataType Source #

Instances

Instances details
Eq AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Ord AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Read AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Show AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Generic AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Associated Types

type Rep AutoMLS3DataType :: Type -> Type #

NFData AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Methods

rnf :: AutoMLS3DataType -> () #

Hashable AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToJSON AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToJSONKey AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromJSON AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromJSONKey AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToLog AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToHeader AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToQuery AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromXML AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToXML AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToByteString AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromText AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToText AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

type Rep AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

type Rep AutoMLS3DataType = D1 ('MetaData "AutoMLS3DataType" "Amazonka.SageMaker.Types.AutoMLS3DataType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLS3DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLS3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLSortBy

newtype AutoMLSortBy Source #

Constructors

AutoMLSortBy' 

Instances

Instances details
Eq AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Ord AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Read AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Show AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Generic AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Associated Types

type Rep AutoMLSortBy :: Type -> Type #

NFData AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Methods

rnf :: AutoMLSortBy -> () #

Hashable AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToJSON AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToJSONKey AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromJSON AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromJSONKey AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToLog AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToHeader AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToQuery AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromXML AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToXML AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Methods

toXML :: AutoMLSortBy -> XML #

ToByteString AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromText AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToText AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Methods

toText :: AutoMLSortBy -> Text #

type Rep AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

type Rep AutoMLSortBy = D1 ('MetaData "AutoMLSortBy" "Amazonka.SageMaker.Types.AutoMLSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLSortOrder

newtype AutoMLSortOrder Source #

Constructors

AutoMLSortOrder' 

Instances

Instances details
Eq AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Ord AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Read AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Show AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Generic AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Associated Types

type Rep AutoMLSortOrder :: Type -> Type #

NFData AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Methods

rnf :: AutoMLSortOrder -> () #

Hashable AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToJSON AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToJSONKey AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromJSON AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromJSONKey AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToLog AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToHeader AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToQuery AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromXML AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToXML AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Methods

toXML :: AutoMLSortOrder -> XML #

ToByteString AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromText AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToText AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

type Rep AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

type Rep AutoMLSortOrder = D1 ('MetaData "AutoMLSortOrder" "Amazonka.SageMaker.Types.AutoMLSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AwsManagedHumanLoopRequestSource

newtype AwsManagedHumanLoopRequestSource Source #

Instances

Instances details
Eq AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Ord AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Read AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Show AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Generic AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Associated Types

type Rep AwsManagedHumanLoopRequestSource :: Type -> Type #

NFData AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Hashable AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToJSON AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToJSONKey AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromJSON AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromJSONKey AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToLog AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToHeader AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToQuery AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromXML AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToXML AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToByteString AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromText AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToText AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

type Rep AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

type Rep AwsManagedHumanLoopRequestSource = D1 ('MetaData "AwsManagedHumanLoopRequestSource" "Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AwsManagedHumanLoopRequestSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAwsManagedHumanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchStrategy

newtype BatchStrategy Source #

Constructors

BatchStrategy' 

Instances

Instances details
Eq BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Ord BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Read BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Show BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Generic BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Associated Types

type Rep BatchStrategy :: Type -> Type #

NFData BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Methods

rnf :: BatchStrategy -> () #

Hashable BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToJSON BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToJSONKey BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromJSON BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromJSONKey BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToLog BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToHeader BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToQuery BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromXML BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToXML BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Methods

toXML :: BatchStrategy -> XML #

ToByteString BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromText BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToText BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Methods

toText :: BatchStrategy -> Text #

type Rep BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

type Rep BatchStrategy = D1 ('MetaData "BatchStrategy" "Amazonka.SageMaker.Types.BatchStrategy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "BatchStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BooleanOperator

newtype BooleanOperator Source #

Constructors

BooleanOperator' 

Instances

Instances details
Eq BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Ord BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Read BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Show BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Generic BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Associated Types

type Rep BooleanOperator :: Type -> Type #

NFData BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Methods

rnf :: BooleanOperator -> () #

Hashable BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToJSON BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToJSONKey BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromJSON BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromJSONKey BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToLog BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToHeader BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToQuery BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromXML BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToXML BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Methods

toXML :: BooleanOperator -> XML #

ToByteString BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromText BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToText BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

type Rep BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

type Rep BooleanOperator = D1 ('MetaData "BooleanOperator" "Amazonka.SageMaker.Types.BooleanOperator" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "BooleanOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBooleanOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CandidateSortBy

newtype CandidateSortBy Source #

Constructors

CandidateSortBy' 

Instances

Instances details
Eq CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Ord CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Read CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Show CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Generic CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Associated Types

type Rep CandidateSortBy :: Type -> Type #

NFData CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Methods

rnf :: CandidateSortBy -> () #

Hashable CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToJSON CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToJSONKey CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromJSON CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromJSONKey CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToLog CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToHeader CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToQuery CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromXML CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToXML CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Methods

toXML :: CandidateSortBy -> XML #

ToByteString CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromText CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToText CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

type Rep CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

type Rep CandidateSortBy = D1 ('MetaData "CandidateSortBy" "Amazonka.SageMaker.Types.CandidateSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CandidateSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCandidateSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CandidateStatus

newtype CandidateStatus Source #

Constructors

CandidateStatus' 

Instances

Instances details
Eq CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Ord CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Read CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Show CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Generic CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Associated Types

type Rep CandidateStatus :: Type -> Type #

NFData CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Methods

rnf :: CandidateStatus -> () #

Hashable CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToJSON CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToJSONKey CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromJSON CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromJSONKey CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToLog CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToHeader CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToQuery CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromXML CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToXML CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Methods

toXML :: CandidateStatus -> XML #

ToByteString CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromText CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToText CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

type Rep CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

type Rep CandidateStatus = D1 ('MetaData "CandidateStatus" "Amazonka.SageMaker.Types.CandidateStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CandidateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCandidateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CandidateStepType

newtype CandidateStepType Source #

Instances

Instances details
Eq CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Ord CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Read CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Show CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Generic CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Associated Types

type Rep CandidateStepType :: Type -> Type #

NFData CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Methods

rnf :: CandidateStepType -> () #

Hashable CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToJSON CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToJSONKey CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromJSON CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromJSONKey CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToLog CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToHeader CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToQuery CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromXML CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToXML CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToByteString CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromText CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToText CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

type Rep CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

type Rep CandidateStepType = D1 ('MetaData "CandidateStepType" "Amazonka.SageMaker.Types.CandidateStepType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CandidateStepType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCandidateStepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CapacitySizeType

newtype CapacitySizeType Source #

Instances

Instances details
Eq CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Ord CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Read CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Show CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Generic CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Associated Types

type Rep CapacitySizeType :: Type -> Type #

NFData CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Methods

rnf :: CapacitySizeType -> () #

Hashable CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToJSON CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToJSONKey CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromJSON CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromJSONKey CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToLog CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToHeader CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToQuery CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromXML CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToXML CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToByteString CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromText CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToText CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

type Rep CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

type Rep CapacitySizeType = D1 ('MetaData "CapacitySizeType" "Amazonka.SageMaker.Types.CapacitySizeType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CapacitySizeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCapacitySizeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CaptureMode

newtype CaptureMode Source #

Constructors

CaptureMode' 

Bundled Patterns

pattern CaptureMode_Input :: CaptureMode 
pattern CaptureMode_Output :: CaptureMode 

Instances

Instances details
Eq CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Ord CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Read CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Show CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Generic CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Associated Types

type Rep CaptureMode :: Type -> Type #

NFData CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Methods

rnf :: CaptureMode -> () #

Hashable CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToJSON CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToJSONKey CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromJSON CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromJSONKey CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToLog CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToHeader CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToQuery CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromXML CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToXML CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Methods

toXML :: CaptureMode -> XML #

ToByteString CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromText CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToText CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Methods

toText :: CaptureMode -> Text #

type Rep CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

type Rep CaptureMode = D1 ('MetaData "CaptureMode" "Amazonka.SageMaker.Types.CaptureMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CaptureMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCaptureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CaptureStatus

newtype CaptureStatus Source #

Constructors

CaptureStatus' 

Instances

Instances details
Eq CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Ord CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Read CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Show CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Generic CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Associated Types

type Rep CaptureStatus :: Type -> Type #

NFData CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Methods

rnf :: CaptureStatus -> () #

Hashable CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToJSON CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToJSONKey CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromJSON CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromJSONKey CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToLog CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToHeader CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToQuery CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromXML CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToXML CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Methods

toXML :: CaptureStatus -> XML #

ToByteString CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromText CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToText CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Methods

toText :: CaptureStatus -> Text #

type Rep CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

type Rep CaptureStatus = D1 ('MetaData "CaptureStatus" "Amazonka.SageMaker.Types.CaptureStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CaptureStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCaptureStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CodeRepositorySortBy

newtype CodeRepositorySortBy Source #

Instances

Instances details
Eq CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Ord CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Read CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Show CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Generic CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Associated Types

type Rep CodeRepositorySortBy :: Type -> Type #

NFData CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Methods

rnf :: CodeRepositorySortBy -> () #

Hashable CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToJSON CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToJSONKey CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromJSON CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromJSONKey CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToLog CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToHeader CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToQuery CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromXML CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToXML CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToByteString CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromText CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToText CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

type Rep CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

type Rep CodeRepositorySortBy = D1 ('MetaData "CodeRepositorySortBy" "Amazonka.SageMaker.Types.CodeRepositorySortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CodeRepositorySortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCodeRepositorySortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CodeRepositorySortOrder

newtype CodeRepositorySortOrder Source #

Instances

Instances details
Eq CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Ord CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Read CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Show CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Generic CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Associated Types

type Rep CodeRepositorySortOrder :: Type -> Type #

NFData CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Methods

rnf :: CodeRepositorySortOrder -> () #

Hashable CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToJSON CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToJSONKey CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromJSON CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromJSONKey CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToLog CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToHeader CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToQuery CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromXML CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToXML CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToByteString CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromText CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToText CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

type Rep CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

type Rep CodeRepositorySortOrder = D1 ('MetaData "CodeRepositorySortOrder" "Amazonka.SageMaker.Types.CodeRepositorySortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CodeRepositorySortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCodeRepositorySortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompilationJobStatus

newtype CompilationJobStatus Source #

Instances

Instances details
Eq CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Ord CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Read CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Show CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Generic CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Associated Types

type Rep CompilationJobStatus :: Type -> Type #

NFData CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Methods

rnf :: CompilationJobStatus -> () #

Hashable CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToJSON CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToJSONKey CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromJSON CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromJSONKey CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToLog CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToHeader CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToQuery CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromXML CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToXML CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToByteString CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromText CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToText CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

type Rep CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

type Rep CompilationJobStatus = D1 ('MetaData "CompilationJobStatus" "Amazonka.SageMaker.Types.CompilationJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CompilationJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompilationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompressionType

newtype CompressionType Source #

Constructors

CompressionType' 

Instances

Instances details
Eq CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Ord CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Read CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Show CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Generic CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Associated Types

type Rep CompressionType :: Type -> Type #

NFData CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Methods

rnf :: CompressionType -> () #

Hashable CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToJSON CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToJSONKey CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromJSON CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromJSONKey CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToLog CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToHeader CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToQuery CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromXML CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToXML CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Methods

toXML :: CompressionType -> XML #

ToByteString CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromText CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToText CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

type Rep CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

type Rep CompressionType = D1 ('MetaData "CompressionType" "Amazonka.SageMaker.Types.CompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConditionOutcome

newtype ConditionOutcome Source #

Instances

Instances details
Eq ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Ord ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Read ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Show ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Generic ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Associated Types

type Rep ConditionOutcome :: Type -> Type #

NFData ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Methods

rnf :: ConditionOutcome -> () #

Hashable ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToJSON ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToJSONKey ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromJSON ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromJSONKey ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToLog ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToHeader ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToQuery ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromXML ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToXML ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToByteString ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromText ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToText ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

type Rep ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

type Rep ConditionOutcome = D1 ('MetaData "ConditionOutcome" "Amazonka.SageMaker.Types.ConditionOutcome" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ConditionOutcome'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConditionOutcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContainerMode

newtype ContainerMode Source #

Constructors

ContainerMode' 

Instances

Instances details
Eq ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Ord ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Read ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Show ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Generic ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Associated Types

type Rep ContainerMode :: Type -> Type #

NFData ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Methods

rnf :: ContainerMode -> () #

Hashable ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToJSON ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToJSONKey ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromJSON ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromJSONKey ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToLog ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToHeader ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToQuery ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromXML ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToXML ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Methods

toXML :: ContainerMode -> XML #

ToByteString ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromText ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToText ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Methods

toText :: ContainerMode -> Text #

type Rep ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

type Rep ContainerMode = D1 ('MetaData "ContainerMode" "Amazonka.SageMaker.Types.ContainerMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ContainerMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContainerMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContentClassifier

newtype ContentClassifier Source #

Instances

Instances details
Eq ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Ord ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Read ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Show ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Generic ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Associated Types

type Rep ContentClassifier :: Type -> Type #

NFData ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Methods

rnf :: ContentClassifier -> () #

Hashable ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToJSON ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToJSONKey ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromJSON ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromJSONKey ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToLog ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToHeader ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToQuery ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromXML ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToXML ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToByteString ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromText ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToText ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

type Rep ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

type Rep ContentClassifier = D1 ('MetaData "ContentClassifier" "Amazonka.SageMaker.Types.ContentClassifier" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ContentClassifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContentClassifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataDistributionType

newtype DataDistributionType Source #

Instances

Instances details
Eq DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Ord DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Read DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Show DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Generic DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Associated Types

type Rep DataDistributionType :: Type -> Type #

NFData DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Methods

rnf :: DataDistributionType -> () #

Hashable DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToJSON DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToJSONKey DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromJSON DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromJSONKey DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToLog DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToHeader DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToQuery DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromXML DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToXML DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToByteString DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromText DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToText DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

type Rep DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

type Rep DataDistributionType = D1 ('MetaData "DataDistributionType" "Amazonka.SageMaker.Types.DataDistributionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DataDistributionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DetailedAlgorithmStatus

newtype DetailedAlgorithmStatus Source #

Instances

Instances details
Eq DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Ord DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Read DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Show DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Generic DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Associated Types

type Rep DetailedAlgorithmStatus :: Type -> Type #

NFData DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Methods

rnf :: DetailedAlgorithmStatus -> () #

Hashable DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToJSON DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToJSONKey DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromJSON DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromJSONKey DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToLog DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToHeader DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToQuery DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromXML DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToXML DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToByteString DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromText DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToText DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

type Rep DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

type Rep DetailedAlgorithmStatus = D1 ('MetaData "DetailedAlgorithmStatus" "Amazonka.SageMaker.Types.DetailedAlgorithmStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DetailedAlgorithmStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDetailedAlgorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DetailedModelPackageStatus

newtype DetailedModelPackageStatus Source #

Instances

Instances details
Eq DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Ord DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Read DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Show DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Generic DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Associated Types

type Rep DetailedModelPackageStatus :: Type -> Type #

NFData DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Hashable DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToJSON DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToJSONKey DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromJSON DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromJSONKey DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToLog DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToHeader DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToQuery DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromXML DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToXML DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToByteString DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromText DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToText DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

type Rep DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

type Rep DetailedModelPackageStatus = D1 ('MetaData "DetailedModelPackageStatus" "Amazonka.SageMaker.Types.DetailedModelPackageStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DetailedModelPackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDetailedModelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DirectInternetAccess

newtype DirectInternetAccess Source #

Instances

Instances details
Eq DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Ord DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Read DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Show DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Generic DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Associated Types

type Rep DirectInternetAccess :: Type -> Type #

NFData DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Methods

rnf :: DirectInternetAccess -> () #

Hashable DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToJSON DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToJSONKey DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromJSON DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromJSONKey DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToLog DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToHeader DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToQuery DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromXML DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToXML DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToByteString DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromText DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToText DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

type Rep DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

type Rep DirectInternetAccess = D1 ('MetaData "DirectInternetAccess" "Amazonka.SageMaker.Types.DirectInternetAccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DirectInternetAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDirectInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainStatus

newtype DomainStatus Source #

Constructors

DomainStatus' 

Instances

Instances details
Eq DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Ord DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Read DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Show DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Generic DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Associated Types

type Rep DomainStatus :: Type -> Type #

NFData DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Methods

rnf :: DomainStatus -> () #

Hashable DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToJSON DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromJSON DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToLog DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToHeader DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToQuery DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromXML DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToXML DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Methods

toXML :: DomainStatus -> XML #

ToByteString DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromText DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToText DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Methods

toText :: DomainStatus -> Text #

type Rep DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

type Rep DomainStatus = D1 ('MetaData "DomainStatus" "Amazonka.SageMaker.Types.DomainStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EdgePackagingJobStatus

newtype EdgePackagingJobStatus Source #

Instances

Instances details
Eq EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Ord EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Read EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Show EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Generic EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Associated Types

type Rep EdgePackagingJobStatus :: Type -> Type #

NFData EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Methods

rnf :: EdgePackagingJobStatus -> () #

Hashable EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToJSON EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToJSONKey EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromJSON EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromJSONKey EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToLog EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToHeader EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToQuery EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromXML EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToXML EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToByteString EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromText EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToText EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

type Rep EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

type Rep EdgePackagingJobStatus = D1 ('MetaData "EdgePackagingJobStatus" "Amazonka.SageMaker.Types.EdgePackagingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EdgePackagingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdgePackagingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EdgePresetDeploymentStatus

newtype EdgePresetDeploymentStatus Source #

Instances

Instances details
Eq EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Ord EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Read EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Show EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Generic EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Associated Types

type Rep EdgePresetDeploymentStatus :: Type -> Type #

NFData EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Hashable EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToJSON EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToJSONKey EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromJSON EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromJSONKey EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToLog EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToHeader EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToQuery EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromXML EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToXML EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToByteString EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromText EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToText EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

type Rep EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

type Rep EdgePresetDeploymentStatus = D1 ('MetaData "EdgePresetDeploymentStatus" "Amazonka.SageMaker.Types.EdgePresetDeploymentStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EdgePresetDeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdgePresetDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EdgePresetDeploymentType

newtype EdgePresetDeploymentType Source #

Instances

Instances details
Eq EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Ord EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Read EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Show EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Generic EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Associated Types

type Rep EdgePresetDeploymentType :: Type -> Type #

NFData EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Hashable EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToJSON EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToJSONKey EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromJSON EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromJSONKey EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToLog EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToHeader EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToQuery EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromXML EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToXML EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToByteString EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromText EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToText EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

type Rep EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

type Rep EdgePresetDeploymentType = D1 ('MetaData "EdgePresetDeploymentType" "Amazonka.SageMaker.Types.EdgePresetDeploymentType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EdgePresetDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdgePresetDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointConfigSortKey

newtype EndpointConfigSortKey Source #

Instances

Instances details
Eq EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Ord EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Read EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Show EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Generic EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Associated Types

type Rep EndpointConfigSortKey :: Type -> Type #

NFData EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Methods

rnf :: EndpointConfigSortKey -> () #

Hashable EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToJSON EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToJSONKey EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromJSON EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromJSONKey EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToLog EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToHeader EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToQuery EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromXML EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToXML EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToByteString EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromText EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToText EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

type Rep EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

type Rep EndpointConfigSortKey = D1 ('MetaData "EndpointConfigSortKey" "Amazonka.SageMaker.Types.EndpointConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EndpointConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointSortKey

newtype EndpointSortKey Source #

Constructors

EndpointSortKey' 

Instances

Instances details
Eq EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Ord EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Read EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Show EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Generic EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Associated Types

type Rep EndpointSortKey :: Type -> Type #

NFData EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Methods

rnf :: EndpointSortKey -> () #

Hashable EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToJSON EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToJSONKey EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromJSON EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromJSONKey EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToLog EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToHeader EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToQuery EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromXML EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToXML EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Methods

toXML :: EndpointSortKey -> XML #

ToByteString EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromText EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToText EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

type Rep EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

type Rep EndpointSortKey = D1 ('MetaData "EndpointSortKey" "Amazonka.SageMaker.Types.EndpointSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EndpointSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointStatus

newtype EndpointStatus Source #

Constructors

EndpointStatus' 

Instances

Instances details
Eq EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Ord EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Read EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Show EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Generic EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Associated Types

type Rep EndpointStatus :: Type -> Type #

NFData EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Methods

rnf :: EndpointStatus -> () #

Hashable EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToLog EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToHeader EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToQuery EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromXML EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToXML EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Methods

toXML :: EndpointStatus -> XML #

ToByteString EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromText EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToText EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

type Rep EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

type Rep EndpointStatus = D1 ('MetaData "EndpointStatus" "Amazonka.SageMaker.Types.EndpointStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EndpointStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToQuery ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Methods

toXML :: ExecutionStatus -> XML #

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.SageMaker.Types.ExecutionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureGroupSortBy

newtype FeatureGroupSortBy Source #

Instances

Instances details
Eq FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Ord FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Read FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Show FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Generic FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Associated Types

type Rep FeatureGroupSortBy :: Type -> Type #

NFData FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Methods

rnf :: FeatureGroupSortBy -> () #

Hashable FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToJSON FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToJSONKey FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromJSON FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromJSONKey FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToLog FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToHeader FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToQuery FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromXML FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToXML FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToByteString FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromText FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToText FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

type Rep FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

type Rep FeatureGroupSortBy = D1 ('MetaData "FeatureGroupSortBy" "Amazonka.SageMaker.Types.FeatureGroupSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureGroupSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureGroupSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureGroupSortOrder

newtype FeatureGroupSortOrder Source #

Instances

Instances details
Eq FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Ord FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Read FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Show FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Generic FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Associated Types

type Rep FeatureGroupSortOrder :: Type -> Type #

NFData FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Methods

rnf :: FeatureGroupSortOrder -> () #

Hashable FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToJSON FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToJSONKey FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromJSON FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromJSONKey FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToLog FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToHeader FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToQuery FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromXML FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToXML FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToByteString FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromText FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToText FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

type Rep FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

type Rep FeatureGroupSortOrder = D1 ('MetaData "FeatureGroupSortOrder" "Amazonka.SageMaker.Types.FeatureGroupSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureGroupSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureGroupSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureGroupStatus

newtype FeatureGroupStatus Source #

Instances

Instances details
Eq FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Ord FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Read FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Show FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Generic FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Associated Types

type Rep FeatureGroupStatus :: Type -> Type #

NFData FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Methods

rnf :: FeatureGroupStatus -> () #

Hashable FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToJSON FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToJSONKey FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromJSON FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromJSONKey FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToLog FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToHeader FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToQuery FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromXML FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToXML FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToByteString FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromText FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToText FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

type Rep FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

type Rep FeatureGroupStatus = D1 ('MetaData "FeatureGroupStatus" "Amazonka.SageMaker.Types.FeatureGroupStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureType

newtype FeatureType Source #

Constructors

FeatureType' 

Instances

Instances details
Eq FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Ord FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Read FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Show FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Generic FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Associated Types

type Rep FeatureType :: Type -> Type #

NFData FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Methods

rnf :: FeatureType -> () #

Hashable FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToJSON FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToJSONKey FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromJSON FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromJSONKey FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToLog FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToHeader FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToQuery FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromXML FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToXML FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Methods

toXML :: FeatureType -> XML #

ToByteString FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromText FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToText FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Methods

toText :: FeatureType -> Text #

type Rep FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

type Rep FeatureType = D1 ('MetaData "FeatureType" "Amazonka.SageMaker.Types.FeatureType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemAccessMode

newtype FileSystemAccessMode Source #

Instances

Instances details
Eq FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Ord FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Read FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Show FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Generic FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Associated Types

type Rep FileSystemAccessMode :: Type -> Type #

NFData FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Methods

rnf :: FileSystemAccessMode -> () #

Hashable FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToJSON FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToJSONKey FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromJSON FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromJSONKey FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToLog FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToHeader FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToQuery FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromXML FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToXML FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToByteString FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromText FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToText FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

type Rep FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

type Rep FileSystemAccessMode = D1 ('MetaData "FileSystemAccessMode" "Amazonka.SageMaker.Types.FileSystemAccessMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FileSystemAccessMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemType

newtype FileSystemType Source #

Constructors

FileSystemType' 

Instances

Instances details
Eq FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Read FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Hashable FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToJSON FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToQuery FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromXML FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToXML FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Methods

toXML :: FileSystemType -> XML #

ToByteString FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromText FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToText FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

type Rep FileSystemType = D1 ('MetaData "FileSystemType" "Amazonka.SageMaker.Types.FileSystemType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FileSystemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlowDefinitionStatus

newtype FlowDefinitionStatus Source #

Instances

Instances details
Eq FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Ord FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Read FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Show FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Generic FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Associated Types

type Rep FlowDefinitionStatus :: Type -> Type #

NFData FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Methods

rnf :: FlowDefinitionStatus -> () #

Hashable FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToJSON FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToJSONKey FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromJSON FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromJSONKey FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToLog FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToHeader FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToQuery FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromXML FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToXML FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToByteString FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromText FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToText FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

type Rep FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

type Rep FlowDefinitionStatus = D1 ('MetaData "FlowDefinitionStatus" "Amazonka.SageMaker.Types.FlowDefinitionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FlowDefinitionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Framework

newtype Framework Source #

Constructors

Framework' 

Fields

Instances

Instances details
Eq Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Ord Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Read Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Show Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Generic Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Associated Types

type Rep Framework :: Type -> Type #

NFData Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

rnf :: Framework -> () #

Hashable Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToJSON Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToJSONKey Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

FromJSON Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

FromJSONKey Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToLog Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToHeader Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToQuery Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

FromXML Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToXML Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

toXML :: Framework -> XML #

ToByteString Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

toBS :: Framework -> ByteString #

FromText Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToText Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

toText :: Framework -> Text #

type Rep Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

type Rep Framework = D1 ('MetaData "Framework" "Amazonka.SageMaker.Types.Framework" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "Framework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFramework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HumanTaskUiStatus

newtype HumanTaskUiStatus Source #

Instances

Instances details
Eq HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Ord HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Read HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Show HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Generic HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Associated Types

type Rep HumanTaskUiStatus :: Type -> Type #

NFData HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Methods

rnf :: HumanTaskUiStatus -> () #

Hashable HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToJSON HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToJSONKey HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromJSON HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromJSONKey HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToLog HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToHeader HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToQuery HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromXML HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToXML HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToByteString HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromText HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToText HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

type Rep HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

type Rep HumanTaskUiStatus = D1 ('MetaData "HumanTaskUiStatus" "Amazonka.SageMaker.Types.HumanTaskUiStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HumanTaskUiStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHumanTaskUiStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterScalingType

newtype HyperParameterScalingType Source #

Instances

Instances details
Eq HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Ord HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Read HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Show HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Generic HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Associated Types

type Rep HyperParameterScalingType :: Type -> Type #

NFData HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Hashable HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToJSON HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToJSONKey HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromJSON HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromJSONKey HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToLog HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToHeader HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToQuery HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromXML HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToXML HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToByteString HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromText HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToText HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

type Rep HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

type Rep HyperParameterScalingType = D1 ('MetaData "HyperParameterScalingType" "Amazonka.SageMaker.Types.HyperParameterScalingType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterScalingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterScalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobObjectiveType

newtype HyperParameterTuningJobObjectiveType Source #

Instances

Instances details
Eq HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Ord HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Read HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Show HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Generic HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

NFData HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Hashable HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToJSON HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToJSONKey HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromJSON HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromJSONKey HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToLog HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToHeader HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToQuery HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromXML HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToXML HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToByteString HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromText HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToText HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

type Rep HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

type Rep HyperParameterTuningJobObjectiveType = D1 ('MetaData "HyperParameterTuningJobObjectiveType" "Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobObjectiveType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobObjectiveType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobSortByOptions

newtype HyperParameterTuningJobSortByOptions Source #

Instances

Instances details
Eq HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Ord HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Read HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Show HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Generic HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

NFData HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Hashable HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToJSON HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToJSONKey HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromJSON HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromJSONKey HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToLog HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToHeader HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToQuery HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromXML HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToXML HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToByteString HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromText HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToText HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

type Rep HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

type Rep HyperParameterTuningJobSortByOptions = D1 ('MetaData "HyperParameterTuningJobSortByOptions" "Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobStatus

newtype HyperParameterTuningJobStatus Source #

Instances

Instances details
Eq HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Ord HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Read HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Show HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Generic HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Associated Types

type Rep HyperParameterTuningJobStatus :: Type -> Type #

NFData HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Hashable HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToJSON HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToJSONKey HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromJSON HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromJSONKey HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToLog HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToHeader HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToQuery HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromXML HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToXML HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToByteString HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromText HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToText HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

type Rep HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

type Rep HyperParameterTuningJobStatus = D1 ('MetaData "HyperParameterTuningJobStatus" "Amazonka.SageMaker.Types.HyperParameterTuningJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobStrategyType

newtype HyperParameterTuningJobStrategyType Source #

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model. Currently, the only supported value is Bayesian.

Instances

Instances details
Eq HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Ord HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Read HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Show HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Generic HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

NFData HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Hashable HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToJSON HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToJSONKey HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromJSON HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromJSONKey HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToLog HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToHeader HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToQuery HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromXML HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToXML HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToByteString HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromText HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToText HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

type Rep HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

type Rep HyperParameterTuningJobStrategyType = D1 ('MetaData "HyperParameterTuningJobStrategyType" "Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobStrategyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobStrategyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobWarmStartType

newtype HyperParameterTuningJobWarmStartType Source #

Instances

Instances details
Eq HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Ord HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Read HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Show HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Generic HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

NFData HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Hashable HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToJSON HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToJSONKey HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromJSON HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromJSONKey HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToLog HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToHeader HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToQuery HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromXML HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToXML HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToByteString HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromText HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToText HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

type Rep HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

type Rep HyperParameterTuningJobWarmStartType = D1 ('MetaData "HyperParameterTuningJobWarmStartType" "Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobWarmStartType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobWarmStartType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageSortBy

newtype ImageSortBy Source #

Constructors

ImageSortBy' 

Instances

Instances details
Eq ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Ord ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Read ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Show ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Generic ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Associated Types

type Rep ImageSortBy :: Type -> Type #

NFData ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Methods

rnf :: ImageSortBy -> () #

Hashable ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToJSON ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToJSONKey ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromJSON ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromJSONKey ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToLog ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToHeader ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToQuery ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromXML ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToXML ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Methods

toXML :: ImageSortBy -> XML #

ToByteString ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromText ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToText ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Methods

toText :: ImageSortBy -> Text #

type Rep ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

type Rep ImageSortBy = D1 ('MetaData "ImageSortBy" "Amazonka.SageMaker.Types.ImageSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageSortOrder

newtype ImageSortOrder Source #

Constructors

ImageSortOrder' 

Instances

Instances details
Eq ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Ord ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Read ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Show ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Generic ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Associated Types

type Rep ImageSortOrder :: Type -> Type #

NFData ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Methods

rnf :: ImageSortOrder -> () #

Hashable ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToJSON ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToJSONKey ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromJSON ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromJSONKey ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToLog ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToHeader ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToQuery ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromXML ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToXML ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Methods

toXML :: ImageSortOrder -> XML #

ToByteString ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromText ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToText ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

type Rep ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

type Rep ImageSortOrder = D1 ('MetaData "ImageSortOrder" "Amazonka.SageMaker.Types.ImageSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageStatus

newtype ImageStatus Source #

Constructors

ImageStatus' 

Instances

Instances details
Eq ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Ord ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Read ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Show ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Generic ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Associated Types

type Rep ImageStatus :: Type -> Type #

NFData ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Methods

rnf :: ImageStatus -> () #

Hashable ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToJSON ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToJSONKey ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromJSON ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromJSONKey ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToLog ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToHeader ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToQuery ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromXML ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToXML ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Methods

toXML :: ImageStatus -> XML #

ToByteString ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromText ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToText ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Methods

toText :: ImageStatus -> Text #

type Rep ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

type Rep ImageStatus = D1 ('MetaData "ImageStatus" "Amazonka.SageMaker.Types.ImageStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageVersionSortBy

newtype ImageVersionSortBy Source #

Instances

Instances details
Eq ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Ord ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Read ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Show ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Generic ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Associated Types

type Rep ImageVersionSortBy :: Type -> Type #

NFData ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Methods

rnf :: ImageVersionSortBy -> () #

Hashable ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToJSON ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToJSONKey ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromJSON ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromJSONKey ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToLog ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToHeader ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToQuery ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromXML ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToXML ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToByteString ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromText ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToText ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

type Rep ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

type Rep ImageVersionSortBy = D1 ('MetaData "ImageVersionSortBy" "Amazonka.SageMaker.Types.ImageVersionSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageVersionSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageVersionSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageVersionSortOrder

newtype ImageVersionSortOrder Source #

Instances

Instances details
Eq ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Ord ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Read ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Show ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Generic ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Associated Types

type Rep ImageVersionSortOrder :: Type -> Type #

NFData ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Methods

rnf :: ImageVersionSortOrder -> () #

Hashable ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToJSON ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToJSONKey ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromJSON ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromJSONKey ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToLog ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToHeader ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToQuery ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromXML ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToXML ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToByteString ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromText ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToText ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

type Rep ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

type Rep ImageVersionSortOrder = D1 ('MetaData "ImageVersionSortOrder" "Amazonka.SageMaker.Types.ImageVersionSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageVersionSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageVersionSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageVersionStatus

newtype ImageVersionStatus Source #

Instances

Instances details
Eq ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Ord ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Read ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Show ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Generic ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Associated Types

type Rep ImageVersionStatus :: Type -> Type #

NFData ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Methods

rnf :: ImageVersionStatus -> () #

Hashable ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToJSON ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToJSONKey ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromJSON ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromJSONKey ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToLog ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToHeader ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToQuery ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromXML ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToXML ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToByteString ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromText ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToText ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

type Rep ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

type Rep ImageVersionStatus = D1 ('MetaData "ImageVersionStatus" "Amazonka.SageMaker.Types.ImageVersionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageVersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferenceExecutionMode

newtype InferenceExecutionMode Source #

Instances

Instances details
Eq InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Ord InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Read InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Show InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Generic InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Associated Types

type Rep InferenceExecutionMode :: Type -> Type #

NFData InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Methods

rnf :: InferenceExecutionMode -> () #

Hashable InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToJSON InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToJSONKey InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromJSON InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromJSONKey InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToLog InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToHeader InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToQuery InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromXML InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToXML InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToByteString InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromText InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToText InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

type Rep InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

type Rep InferenceExecutionMode = D1 ('MetaData "InferenceExecutionMode" "Amazonka.SageMaker.Types.InferenceExecutionMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "InferenceExecutionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferenceExecutionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InputMode

newtype InputMode Source #

Constructors

InputMode' 

Fields

Bundled Patterns

pattern InputMode_File :: InputMode 
pattern InputMode_Pipe :: InputMode 

Instances

Instances details
Eq InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Ord InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Read InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Show InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Generic InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Associated Types

type Rep InputMode :: Type -> Type #

NFData InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

rnf :: InputMode -> () #

Hashable InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToJSON InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToJSONKey InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

FromJSON InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

FromJSONKey InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToLog InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToHeader InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToQuery InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

FromXML InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToXML InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

toXML :: InputMode -> XML #

ToByteString InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

toBS :: InputMode -> ByteString #

FromText InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToText InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

toText :: InputMode -> Text #

type Rep InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

type Rep InputMode = D1 ('MetaData "InputMode" "Amazonka.SageMaker.Types.InputMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "InputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceType

newtype InstanceType Source #

Constructors

InstanceType' 

Bundled Patterns

pattern InstanceType_Ml_c4_2xlarge :: InstanceType 
pattern InstanceType_Ml_c4_4xlarge :: InstanceType 
pattern InstanceType_Ml_c4_8xlarge :: InstanceType 
pattern InstanceType_Ml_c4_xlarge :: InstanceType 
pattern InstanceType_Ml_c5_18xlarge :: InstanceType 
pattern InstanceType_Ml_c5_2xlarge :: InstanceType 
pattern InstanceType_Ml_c5_4xlarge :: InstanceType 
pattern InstanceType_Ml_c5_9xlarge :: InstanceType 
pattern InstanceType_Ml_c5_xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_18xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_2xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_4xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_9xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_12xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_16xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_2xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_4xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_8xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_xlarge :: InstanceType 
pattern InstanceType_Ml_m4_10xlarge :: InstanceType 
pattern InstanceType_Ml_m4_16xlarge :: InstanceType 
pattern InstanceType_Ml_m4_2xlarge :: InstanceType 
pattern InstanceType_Ml_m4_4xlarge :: InstanceType 
pattern InstanceType_Ml_m4_xlarge :: InstanceType 
pattern InstanceType_Ml_m5_12xlarge :: InstanceType 
pattern InstanceType_Ml_m5_24xlarge :: InstanceType 
pattern InstanceType_Ml_m5_2xlarge :: InstanceType 
pattern InstanceType_Ml_m5_4xlarge :: InstanceType 
pattern InstanceType_Ml_m5_xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_12xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_16xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_24xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_2xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_4xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_8xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_large :: InstanceType 
pattern InstanceType_Ml_m5d_xlarge :: InstanceType 
pattern InstanceType_Ml_p2_16xlarge :: InstanceType 
pattern InstanceType_Ml_p2_8xlarge :: InstanceType 
pattern InstanceType_Ml_p2_xlarge :: InstanceType 
pattern InstanceType_Ml_p3_16xlarge :: InstanceType 
pattern InstanceType_Ml_p3_2xlarge :: InstanceType 
pattern InstanceType_Ml_p3_8xlarge :: InstanceType 
pattern InstanceType_Ml_p3dn_24xlarge :: InstanceType 
pattern InstanceType_Ml_r5_12xlarge :: InstanceType 
pattern InstanceType_Ml_r5_16xlarge :: InstanceType 
pattern InstanceType_Ml_r5_24xlarge :: InstanceType 
pattern InstanceType_Ml_r5_2xlarge :: InstanceType 
pattern InstanceType_Ml_r5_4xlarge :: InstanceType 
pattern InstanceType_Ml_r5_8xlarge :: InstanceType 
pattern InstanceType_Ml_r5_large :: InstanceType 
pattern InstanceType_Ml_r5_xlarge :: InstanceType 
pattern InstanceType_Ml_t2_2xlarge :: InstanceType 
pattern InstanceType_Ml_t2_large :: InstanceType 
pattern InstanceType_Ml_t2_medium :: InstanceType 
pattern InstanceType_Ml_t2_xlarge :: InstanceType 
pattern InstanceType_Ml_t3_2xlarge :: InstanceType 
pattern InstanceType_Ml_t3_large :: InstanceType 
pattern InstanceType_Ml_t3_medium :: InstanceType 
pattern InstanceType_Ml_t3_xlarge :: InstanceType 

Instances

Instances details
Eq InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Ord InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Read InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Show InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Generic InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Associated Types

type Rep InstanceType :: Type -> Type #

NFData InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Methods

rnf :: InstanceType -> () #

Hashable InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToJSON InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToJSONKey InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromJSON InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromJSONKey InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToLog InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToHeader InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToQuery InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromXML InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToXML InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Methods

toXML :: InstanceType -> XML #

ToByteString InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromText InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToText InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Methods

toText :: InstanceType -> Text #

type Rep InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

type Rep InstanceType = D1 ('MetaData "InstanceType" "Amazonka.SageMaker.Types.InstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "InstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JoinSource

newtype JoinSource Source #

Constructors

JoinSource' 

Fields

Bundled Patterns

pattern JoinSource_Input :: JoinSource 
pattern JoinSource_None :: JoinSource 

Instances

Instances details
Eq JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Ord JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Read JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Show JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Generic JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Associated Types

type Rep JoinSource :: Type -> Type #

NFData JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Methods

rnf :: JoinSource -> () #

Hashable JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToJSON JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToJSONKey JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromJSON JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromJSONKey JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToLog JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToHeader JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToQuery JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromXML JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToXML JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Methods

toXML :: JoinSource -> XML #

ToByteString JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromText JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToText JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Methods

toText :: JoinSource -> Text #

type Rep JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

type Rep JoinSource = D1 ('MetaData "JoinSource" "Amazonka.SageMaker.Types.JoinSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "JoinSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJoinSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LabelingJobStatus

newtype LabelingJobStatus Source #

Instances

Instances details
Eq LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Ord LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Read LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Show LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Generic LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Associated Types

type Rep LabelingJobStatus :: Type -> Type #

NFData LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Methods

rnf :: LabelingJobStatus -> () #

Hashable LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToJSON LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToJSONKey LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromJSON LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromJSONKey LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToLog LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToHeader LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToQuery LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromXML LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToXML LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToByteString LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromText LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToText LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

type Rep LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

type Rep LabelingJobStatus = D1 ('MetaData "LabelingJobStatus" "Amazonka.SageMaker.Types.LabelingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "LabelingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLabelingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListCompilationJobsSortBy

newtype ListCompilationJobsSortBy Source #

Instances

Instances details
Eq ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Ord ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Read ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Show ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Generic ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Associated Types

type Rep ListCompilationJobsSortBy :: Type -> Type #

NFData ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Hashable ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToJSON ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToJSONKey ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromJSON ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromJSONKey ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToLog ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToHeader ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToQuery ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromXML ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToXML ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToByteString ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromText ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToText ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

type Rep ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

type Rep ListCompilationJobsSortBy = D1 ('MetaData "ListCompilationJobsSortBy" "Amazonka.SageMaker.Types.ListCompilationJobsSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListCompilationJobsSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListCompilationJobsSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListDeviceFleetsSortBy

newtype ListDeviceFleetsSortBy Source #

Instances

Instances details
Eq ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Ord ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Read ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Show ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Generic ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Associated Types

type Rep ListDeviceFleetsSortBy :: Type -> Type #

NFData ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Methods

rnf :: ListDeviceFleetsSortBy -> () #

Hashable ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToJSON ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToJSONKey ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromJSON ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromJSONKey ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToLog ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToHeader ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToQuery ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromXML ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToXML ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToByteString ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromText ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToText ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

type Rep ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

type Rep ListDeviceFleetsSortBy = D1 ('MetaData "ListDeviceFleetsSortBy" "Amazonka.SageMaker.Types.ListDeviceFleetsSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListDeviceFleetsSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListDeviceFleetsSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListEdgePackagingJobsSortBy

newtype ListEdgePackagingJobsSortBy Source #

Instances

Instances details
Eq ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Ord ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Read ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Show ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Generic ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Associated Types

type Rep ListEdgePackagingJobsSortBy :: Type -> Type #

NFData ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Hashable ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToJSON ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToJSONKey ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromJSON ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromJSONKey ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToLog ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToHeader ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToQuery ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromXML ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToXML ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToByteString ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromText ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToText ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

type Rep ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

type Rep ListEdgePackagingJobsSortBy = D1 ('MetaData "ListEdgePackagingJobsSortBy" "Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListEdgePackagingJobsSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListEdgePackagingJobsSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListLabelingJobsForWorkteamSortByOptions

newtype ListLabelingJobsForWorkteamSortByOptions Source #

Instances

Instances details
Eq ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Ord ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Read ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Show ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Generic ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

NFData ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Hashable ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToJSON ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToJSONKey ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromJSON ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromJSONKey ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToLog ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToHeader ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToQuery ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromXML ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToXML ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToByteString ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromText ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToText ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

type Rep ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

type Rep ListLabelingJobsForWorkteamSortByOptions = D1 ('MetaData "ListLabelingJobsForWorkteamSortByOptions" "Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListLabelingJobsForWorkteamSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListLabelingJobsForWorkteamSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListWorkforcesSortByOptions

newtype ListWorkforcesSortByOptions Source #

Instances

Instances details
Eq ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Ord ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Read ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Show ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Generic ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Associated Types

type Rep ListWorkforcesSortByOptions :: Type -> Type #

NFData ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Hashable ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToJSON ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToJSONKey ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromJSON ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromJSONKey ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToLog ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToHeader ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToQuery ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromXML ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToXML ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToByteString ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromText ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToText ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

type Rep ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

type Rep ListWorkforcesSortByOptions = D1 ('MetaData "ListWorkforcesSortByOptions" "Amazonka.SageMaker.Types.ListWorkforcesSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListWorkforcesSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListWorkforcesSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListWorkteamsSortByOptions

newtype ListWorkteamsSortByOptions Source #

Instances

Instances details
Eq ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Ord ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Read ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Show ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Generic ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Associated Types

type Rep ListWorkteamsSortByOptions :: Type -> Type #

NFData ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Hashable ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToJSON ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToJSONKey ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromJSON ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromJSONKey ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToLog ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToHeader ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToQuery ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromXML ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToXML ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToByteString ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromText ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToText ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

type Rep ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

type Rep ListWorkteamsSortByOptions = D1 ('MetaData "ListWorkteamsSortByOptions" "Amazonka.SageMaker.Types.ListWorkteamsSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListWorkteamsSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListWorkteamsSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricSetSource

newtype MetricSetSource Source #

Constructors

MetricSetSource' 

Instances

Instances details
Eq MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Ord MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Read MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Show MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Generic MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Associated Types

type Rep MetricSetSource :: Type -> Type #

NFData MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Methods

rnf :: MetricSetSource -> () #

Hashable MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToJSON MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToJSONKey MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromJSON MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromJSONKey MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToLog MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToHeader MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToQuery MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromXML MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToXML MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Methods

toXML :: MetricSetSource -> XML #

ToByteString MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromText MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToText MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

type Rep MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

type Rep MetricSetSource = D1 ('MetaData "MetricSetSource" "Amazonka.SageMaker.Types.MetricSetSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MetricSetSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricSetSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelApprovalStatus

newtype ModelApprovalStatus Source #

Instances

Instances details
Eq ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Ord ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Read ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Show ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Generic ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Associated Types

type Rep ModelApprovalStatus :: Type -> Type #

NFData ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Methods

rnf :: ModelApprovalStatus -> () #

Hashable ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToJSON ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToJSONKey ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromJSON ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromJSONKey ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToLog ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToHeader ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToQuery ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromXML ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToXML ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToByteString ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromText ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToText ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

type Rep ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

type Rep ModelApprovalStatus = D1 ('MetaData "ModelApprovalStatus" "Amazonka.SageMaker.Types.ModelApprovalStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelApprovalStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelCacheSetting

newtype ModelCacheSetting Source #

Instances

Instances details
Eq ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Ord ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Read ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Show ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Generic ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Associated Types

type Rep ModelCacheSetting :: Type -> Type #

NFData ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Methods

rnf :: ModelCacheSetting -> () #

Hashable ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToJSON ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToJSONKey ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromJSON ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromJSONKey ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToLog ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToHeader ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToQuery ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromXML ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToXML ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToByteString ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromText ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToText ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

type Rep ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

type Rep ModelCacheSetting = D1 ('MetaData "ModelCacheSetting" "Amazonka.SageMaker.Types.ModelCacheSetting" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelCacheSetting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelCacheSetting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageGroupSortBy

newtype ModelPackageGroupSortBy Source #

Instances

Instances details
Eq ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Ord ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Read ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Show ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Generic ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Associated Types

type Rep ModelPackageGroupSortBy :: Type -> Type #

NFData ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Methods

rnf :: ModelPackageGroupSortBy -> () #

Hashable ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToJSON ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToJSONKey ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromJSON ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromJSONKey ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToLog ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToHeader ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToQuery ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromXML ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToXML ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToByteString ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromText ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToText ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

type Rep ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

type Rep ModelPackageGroupSortBy = D1 ('MetaData "ModelPackageGroupSortBy" "Amazonka.SageMaker.Types.ModelPackageGroupSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageGroupSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageGroupSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageGroupStatus

newtype ModelPackageGroupStatus Source #

Instances

Instances details
Eq ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Ord ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Read ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Show ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Generic ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Associated Types

type Rep ModelPackageGroupStatus :: Type -> Type #

NFData ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Methods

rnf :: ModelPackageGroupStatus -> () #

Hashable ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToJSON ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToJSONKey ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromJSON ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromJSONKey ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToLog ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToHeader ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToQuery ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromXML ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToXML ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToByteString ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromText ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToText ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

type Rep ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

type Rep ModelPackageGroupStatus = D1 ('MetaData "ModelPackageGroupStatus" "Amazonka.SageMaker.Types.ModelPackageGroupStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageSortBy

newtype ModelPackageSortBy Source #

Instances

Instances details
Eq ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Ord ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Read ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Show ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Generic ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Associated Types

type Rep ModelPackageSortBy :: Type -> Type #

NFData ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Methods

rnf :: ModelPackageSortBy -> () #

Hashable ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToJSON ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToJSONKey ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromJSON ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromJSONKey ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToLog ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToHeader ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToQuery ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromXML ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToXML ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToByteString ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromText ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToText ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

type Rep ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

type Rep ModelPackageSortBy = D1 ('MetaData "ModelPackageSortBy" "Amazonka.SageMaker.Types.ModelPackageSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageStatus

newtype ModelPackageStatus Source #

Instances

Instances details
Eq ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Ord ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Read ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Show ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Generic ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Associated Types

type Rep ModelPackageStatus :: Type -> Type #

NFData ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Methods

rnf :: ModelPackageStatus -> () #

Hashable ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToJSON ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToJSONKey ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromJSON ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromJSONKey ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToLog ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToHeader ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToQuery ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromXML ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToXML ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToByteString ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromText ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToText ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

type Rep ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

type Rep ModelPackageStatus = D1 ('MetaData "ModelPackageStatus" "Amazonka.SageMaker.Types.ModelPackageStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageType

newtype ModelPackageType Source #

Instances

Instances details
Eq ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Ord ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Read ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Show ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Generic ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Associated Types

type Rep ModelPackageType :: Type -> Type #

NFData ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Methods

rnf :: ModelPackageType -> () #

Hashable ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToJSON ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToJSONKey ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromJSON ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromJSONKey ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToLog ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToHeader ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToQuery ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromXML ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToXML ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToByteString ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromText ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToText ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

type Rep ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

type Rep ModelPackageType = D1 ('MetaData "ModelPackageType" "Amazonka.SageMaker.Types.ModelPackageType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelSortKey

newtype ModelSortKey Source #

Constructors

ModelSortKey' 

Bundled Patterns

pattern ModelSortKey_CreationTime :: ModelSortKey 
pattern ModelSortKey_Name :: ModelSortKey 

Instances

Instances details
Eq ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Ord ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Read ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Show ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Generic ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Associated Types

type Rep ModelSortKey :: Type -> Type #

NFData ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Methods

rnf :: ModelSortKey -> () #

Hashable ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToJSON ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToJSONKey ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromJSON ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromJSONKey ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToLog ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToHeader ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToQuery ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromXML ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToXML ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Methods

toXML :: ModelSortKey -> XML #

ToByteString ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromText ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToText ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Methods

toText :: ModelSortKey -> Text #

type Rep ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

type Rep ModelSortKey = D1 ('MetaData "ModelSortKey" "Amazonka.SageMaker.Types.ModelSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringExecutionSortKey

newtype MonitoringExecutionSortKey Source #

Instances

Instances details
Eq MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Ord MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Read MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Show MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Generic MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Associated Types

type Rep MonitoringExecutionSortKey :: Type -> Type #

NFData MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Hashable MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToJSON MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToJSONKey MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromJSON MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromJSONKey MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToLog MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToHeader MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToQuery MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromXML MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToXML MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToByteString MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromText MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToText MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

type Rep MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

type Rep MonitoringExecutionSortKey = D1 ('MetaData "MonitoringExecutionSortKey" "Amazonka.SageMaker.Types.MonitoringExecutionSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringExecutionSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringExecutionSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringJobDefinitionSortKey

newtype MonitoringJobDefinitionSortKey Source #

Instances

Instances details
Eq MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Ord MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Read MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Show MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Generic MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Associated Types

type Rep MonitoringJobDefinitionSortKey :: Type -> Type #

NFData MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Hashable MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToJSON MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToJSONKey MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromJSON MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromJSONKey MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToLog MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToHeader MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToQuery MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromXML MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToXML MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToByteString MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromText MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToText MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

type Rep MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

type Rep MonitoringJobDefinitionSortKey = D1 ('MetaData "MonitoringJobDefinitionSortKey" "Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringJobDefinitionSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringJobDefinitionSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringProblemType

newtype MonitoringProblemType Source #

Instances

Instances details
Eq MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Ord MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Read MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Show MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Generic MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Associated Types

type Rep MonitoringProblemType :: Type -> Type #

NFData MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Methods

rnf :: MonitoringProblemType -> () #

Hashable MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToJSON MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToJSONKey MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromJSON MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromJSONKey MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToLog MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToHeader MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToQuery MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromXML MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToXML MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToByteString MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromText MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToText MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

type Rep MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

type Rep MonitoringProblemType = D1 ('MetaData "MonitoringProblemType" "Amazonka.SageMaker.Types.MonitoringProblemType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringProblemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringProblemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringScheduleSortKey

newtype MonitoringScheduleSortKey Source #

Instances

Instances details
Eq MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Ord MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Read MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Show MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Generic MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Associated Types

type Rep MonitoringScheduleSortKey :: Type -> Type #

NFData MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Hashable MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToJSON MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToJSONKey MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromJSON MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromJSONKey MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToLog MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToHeader MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToQuery MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromXML MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToXML MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToByteString MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromText MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToText MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

type Rep MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

type Rep MonitoringScheduleSortKey = D1 ('MetaData "MonitoringScheduleSortKey" "Amazonka.SageMaker.Types.MonitoringScheduleSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringScheduleSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringScheduleSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringType

newtype MonitoringType Source #

Constructors

MonitoringType' 

Instances

Instances details
Eq MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Ord MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Read MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Show MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Generic MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Associated Types

type Rep MonitoringType :: Type -> Type #

NFData MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Methods

rnf :: MonitoringType -> () #

Hashable MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToJSON MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToJSONKey MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromJSON MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromJSONKey MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToLog MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToHeader MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToQuery MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromXML MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToXML MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Methods

toXML :: MonitoringType -> XML #

ToByteString MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromText MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToText MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

type Rep MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

type Rep MonitoringType = D1 ('MetaData "MonitoringType" "Amazonka.SageMaker.Types.MonitoringType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceAcceleratorType

newtype NotebookInstanceAcceleratorType Source #

Instances

Instances details
Eq NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Ord NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Read NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Show NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Generic NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Associated Types

type Rep NotebookInstanceAcceleratorType :: Type -> Type #

NFData NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Hashable NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToJSON NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToJSONKey NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromJSON NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromJSONKey NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToLog NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToHeader NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToQuery NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromXML NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToXML NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToByteString NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromText NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToText NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

type Rep NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

type Rep NotebookInstanceAcceleratorType = D1 ('MetaData "NotebookInstanceAcceleratorType" "Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceAcceleratorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceAcceleratorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceLifecycleConfigSortKey

newtype NotebookInstanceLifecycleConfigSortKey Source #

Instances

Instances details
Eq NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Ord NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Read NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Show NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Generic NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

NFData NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Hashable NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToJSON NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToJSONKey NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromJSON NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromJSONKey NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToLog NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToHeader NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToQuery NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromXML NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToXML NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToByteString NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromText NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToText NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

type Rep NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

type Rep NotebookInstanceLifecycleConfigSortKey = D1 ('MetaData "NotebookInstanceLifecycleConfigSortKey" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceLifecycleConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceLifecycleConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceLifecycleConfigSortOrder

newtype NotebookInstanceLifecycleConfigSortOrder Source #

Instances

Instances details
Eq NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Ord NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Read NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Show NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Generic NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

NFData NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Hashable NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToJSON NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToJSONKey NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromJSON NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromJSONKey NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToLog NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToHeader NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToQuery NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromXML NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToXML NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToByteString NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromText NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToText NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

type Rep NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

type Rep NotebookInstanceLifecycleConfigSortOrder = D1 ('MetaData "NotebookInstanceLifecycleConfigSortOrder" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceLifecycleConfigSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceLifecycleConfigSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceSortKey

newtype NotebookInstanceSortKey Source #

Instances

Instances details
Eq NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Ord NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Read NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Show NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Generic NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Associated Types

type Rep NotebookInstanceSortKey :: Type -> Type #

NFData NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Methods

rnf :: NotebookInstanceSortKey -> () #

Hashable NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToJSON NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToJSONKey NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromJSON NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromJSONKey NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToLog NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToHeader NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToQuery NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromXML NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToXML NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToByteString NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromText NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToText NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

type Rep NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

type Rep NotebookInstanceSortKey = D1 ('MetaData "NotebookInstanceSortKey" "Amazonka.SageMaker.Types.NotebookInstanceSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceSortOrder

newtype NotebookInstanceSortOrder Source #

Instances

Instances details
Eq NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Ord NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Read NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Show NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Generic NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Associated Types

type Rep NotebookInstanceSortOrder :: Type -> Type #

NFData NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Hashable NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToJSON NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToJSONKey NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromJSON NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromJSONKey NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToLog NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToHeader NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToQuery NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromXML NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToXML NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToByteString NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromText NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToText NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

type Rep NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

type Rep NotebookInstanceSortOrder = D1 ('MetaData "NotebookInstanceSortOrder" "Amazonka.SageMaker.Types.NotebookInstanceSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceStatus

newtype NotebookInstanceStatus Source #

Instances

Instances details
Eq NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Ord NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Read NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Show NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Generic NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Associated Types

type Rep NotebookInstanceStatus :: Type -> Type #

NFData NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Methods

rnf :: NotebookInstanceStatus -> () #

Hashable NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToJSON NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToJSONKey NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromJSON NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromJSONKey NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToLog NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToHeader NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToQuery NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromXML NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToXML NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToByteString NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromText NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToText NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

type Rep NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

type Rep NotebookInstanceStatus = D1 ('MetaData "NotebookInstanceStatus" "Amazonka.SageMaker.Types.NotebookInstanceStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookOutputOption

newtype NotebookOutputOption Source #

Instances

Instances details
Eq NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Ord NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Read NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Show NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Generic NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Associated Types

type Rep NotebookOutputOption :: Type -> Type #

NFData NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Methods

rnf :: NotebookOutputOption -> () #

Hashable NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToJSON NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToJSONKey NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromJSON NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromJSONKey NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToLog NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToHeader NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToQuery NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromXML NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToXML NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToByteString NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromText NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToText NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

type Rep NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

type Rep NotebookOutputOption = D1 ('MetaData "NotebookOutputOption" "Amazonka.SageMaker.Types.NotebookOutputOption" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookOutputOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookOutputOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectiveStatus

newtype ObjectiveStatus Source #

Constructors

ObjectiveStatus' 

Instances

Instances details
Eq ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Ord ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Read ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Show ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Generic ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Associated Types

type Rep ObjectiveStatus :: Type -> Type #

NFData ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Methods

rnf :: ObjectiveStatus -> () #

Hashable ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToJSON ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToJSONKey ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromJSON ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromJSONKey ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToLog ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToHeader ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToQuery ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromXML ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToXML ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Methods

toXML :: ObjectiveStatus -> XML #

ToByteString ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromText ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToText ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

type Rep ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

type Rep ObjectiveStatus = D1 ('MetaData "ObjectiveStatus" "Amazonka.SageMaker.Types.ObjectiveStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ObjectiveStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OfflineStoreStatusValue

newtype OfflineStoreStatusValue Source #

Instances

Instances details
Eq OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Ord OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Read OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Show OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Generic OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Associated Types

type Rep OfflineStoreStatusValue :: Type -> Type #

NFData OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Methods

rnf :: OfflineStoreStatusValue -> () #

Hashable OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToJSON OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToJSONKey OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromJSON OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromJSONKey OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToLog OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToHeader OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToQuery OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromXML OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToXML OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToByteString OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromText OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToText OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

type Rep OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

type Rep OfflineStoreStatusValue = D1 ('MetaData "OfflineStoreStatusValue" "Amazonka.SageMaker.Types.OfflineStoreStatusValue" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "OfflineStoreStatusValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOfflineStoreStatusValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Instances

Instances details
Eq Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Read Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Generic Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

NFData Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

rnf :: Operator -> () #

Hashable Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

FromJSON Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToLog Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToHeader Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toHeader :: HeaderName -> Operator -> [Header] #

ToQuery Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

FromXML Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toXML :: Operator -> XML #

ToByteString Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toBS :: Operator -> ByteString #

FromText Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toText :: Operator -> Text #

type Rep Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.SageMaker.Types.Operator" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderKey

newtype OrderKey Source #

Constructors

OrderKey' 

Fields

Bundled Patterns

pattern OrderKey_Ascending :: OrderKey 
pattern OrderKey_Descending :: OrderKey 

Instances

Instances details
Eq OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Ord OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Read OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Show OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Generic OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Associated Types

type Rep OrderKey :: Type -> Type #

Methods

from :: OrderKey -> Rep OrderKey x #

to :: Rep OrderKey x -> OrderKey #

NFData OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

rnf :: OrderKey -> () #

Hashable OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

hashWithSalt :: Int -> OrderKey -> Int #

hash :: OrderKey -> Int #

ToJSON OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToJSONKey OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

FromJSON OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

FromJSONKey OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToLog OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToHeader OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toHeader :: HeaderName -> OrderKey -> [Header] #

ToQuery OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

FromXML OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToXML OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toXML :: OrderKey -> XML #

ToByteString OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toBS :: OrderKey -> ByteString #

FromText OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToText OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toText :: OrderKey -> Text #

type Rep OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

type Rep OrderKey = D1 ('MetaData "OrderKey" "Amazonka.SageMaker.Types.OrderKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "OrderKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParameterType

newtype ParameterType Source #

Constructors

ParameterType' 

Instances

Instances details
Eq ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Ord ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Read ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Show ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Generic ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Associated Types

type Rep ParameterType :: Type -> Type #

NFData ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Methods

rnf :: ParameterType -> () #

Hashable ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToJSON ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromJSON ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToLog ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToHeader ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToQuery ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromXML ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToXML ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Methods

toXML :: ParameterType -> XML #

ToByteString ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromText ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToText ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Methods

toText :: ParameterType -> Text #

type Rep ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

type Rep ParameterType = D1 ('MetaData "ParameterType" "Amazonka.SageMaker.Types.ParameterType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ParameterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PipelineExecutionStatus

newtype PipelineExecutionStatus Source #

Instances

Instances details
Eq PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Ord PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Read PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Show PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Generic PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Associated Types

type Rep PipelineExecutionStatus :: Type -> Type #

NFData PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Methods

rnf :: PipelineExecutionStatus -> () #

Hashable PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToJSON PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToJSONKey PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromJSON PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromJSONKey PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToLog PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToHeader PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToQuery PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromXML PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToXML PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToByteString PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromText PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToText PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

type Rep PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

type Rep PipelineExecutionStatus = D1 ('MetaData "PipelineExecutionStatus" "Amazonka.SageMaker.Types.PipelineExecutionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "PipelineExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PipelineStatus

newtype PipelineStatus Source #

Constructors

PipelineStatus' 

Bundled Patterns

pattern PipelineStatus_Active :: PipelineStatus 

Instances

Instances details
Eq PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Ord PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Read PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Show PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Generic PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Associated Types

type Rep PipelineStatus :: Type -> Type #

NFData PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Methods

rnf :: PipelineStatus -> () #

Hashable PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToJSON PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToJSONKey PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromJSON PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromJSONKey PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToLog PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToHeader PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToQuery PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromXML PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToXML PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Methods

toXML :: PipelineStatus -> XML #

ToByteString PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromText PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToText PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

type Rep PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

type Rep PipelineStatus = D1 ('MetaData "PipelineStatus" "Amazonka.SageMaker.Types.PipelineStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "PipelineStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProblemType

newtype ProblemType Source #

Constructors

ProblemType' 

Instances

Instances details
Eq ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Ord ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Read ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Show ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Generic ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Associated Types

type Rep ProblemType :: Type -> Type #

NFData ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Methods

rnf :: ProblemType -> () #

Hashable ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToJSON ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToJSONKey ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromJSON ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromJSONKey ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToLog ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToHeader ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToQuery ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromXML ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToXML ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Methods

toXML :: ProblemType -> XML #

ToByteString ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromText ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToText ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Methods

toText :: ProblemType -> Text #

type Rep ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

type Rep ProblemType = D1 ('MetaData "ProblemType" "Amazonka.SageMaker.Types.ProblemType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProblemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProblemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingInstanceType

newtype ProcessingInstanceType Source #

Bundled Patterns

pattern ProcessingInstanceType_Ml_c4_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c4_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c4_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c4_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_18xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_9xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_12xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_10xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_12xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_24xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_large :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p2_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p2_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p2_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p3_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p3_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p3_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_12xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_24xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_large :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_large :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_medium :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_xlarge :: ProcessingInstanceType 

Instances

Instances details
Eq ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Ord ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Read ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Show ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Generic ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Associated Types

type Rep ProcessingInstanceType :: Type -> Type #

NFData ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Methods

rnf :: ProcessingInstanceType -> () #

Hashable ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToJSON ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToJSONKey ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromJSON ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromJSONKey ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToLog ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToHeader ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToQuery ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromXML ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToXML ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToByteString ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromText ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToText ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

type Rep ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

type Rep ProcessingInstanceType = D1 ('MetaData "ProcessingInstanceType" "Amazonka.SageMaker.Types.ProcessingInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingJobStatus

newtype ProcessingJobStatus Source #

Instances

Instances details
Eq ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Ord ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Read ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Show ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Generic ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Associated Types

type Rep ProcessingJobStatus :: Type -> Type #

NFData ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Methods

rnf :: ProcessingJobStatus -> () #

Hashable ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToJSON ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToJSONKey ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromJSON ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromJSONKey ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToLog ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToHeader ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToQuery ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromXML ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToXML ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToByteString ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromText ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToText ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

type Rep ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

type Rep ProcessingJobStatus = D1 ('MetaData "ProcessingJobStatus" "Amazonka.SageMaker.Types.ProcessingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3CompressionType

newtype ProcessingS3CompressionType Source #

Instances

Instances details
Eq ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Ord ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Read ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Show ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Generic ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Associated Types

type Rep ProcessingS3CompressionType :: Type -> Type #

NFData ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Hashable ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToJSON ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToJSONKey ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromJSON ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromJSONKey ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToLog ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToHeader ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToQuery ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromXML ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToXML ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToByteString ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromText ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToText ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

type Rep ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

type Rep ProcessingS3CompressionType = D1 ('MetaData "ProcessingS3CompressionType" "Amazonka.SageMaker.Types.ProcessingS3CompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3CompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3CompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3DataDistributionType

newtype ProcessingS3DataDistributionType Source #

Instances

Instances details
Eq ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Ord ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Read ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Show ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Generic ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Associated Types

type Rep ProcessingS3DataDistributionType :: Type -> Type #

NFData ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Hashable ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToJSON ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToJSONKey ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromJSON ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromJSONKey ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToLog ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToHeader ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToQuery ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromXML ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToXML ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToByteString ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromText ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToText ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

type Rep ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

type Rep ProcessingS3DataDistributionType = D1 ('MetaData "ProcessingS3DataDistributionType" "Amazonka.SageMaker.Types.ProcessingS3DataDistributionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3DataDistributionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3DataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3DataType

newtype ProcessingS3DataType Source #

Instances

Instances details
Eq ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Ord ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Read ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Show ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Generic ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Associated Types

type Rep ProcessingS3DataType :: Type -> Type #

NFData ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Methods

rnf :: ProcessingS3DataType -> () #

Hashable ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToJSON ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToJSONKey ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromJSON ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromJSONKey ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToLog ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToHeader ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToQuery ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromXML ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToXML ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToByteString ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromText ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToText ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

type Rep ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

type Rep ProcessingS3DataType = D1 ('MetaData "ProcessingS3DataType" "Amazonka.SageMaker.Types.ProcessingS3DataType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3InputMode

newtype ProcessingS3InputMode Source #

Instances

Instances details
Eq ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Ord ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Read ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Show ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Generic ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Associated Types

type Rep ProcessingS3InputMode :: Type -> Type #

NFData ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Methods

rnf :: ProcessingS3InputMode -> () #

Hashable ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToJSON ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToJSONKey ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromJSON ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromJSONKey ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToLog ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToHeader ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToQuery ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromXML ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToXML ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToByteString ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromText ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToText ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

type Rep ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

type Rep ProcessingS3InputMode = D1 ('MetaData "ProcessingS3InputMode" "Amazonka.SageMaker.Types.ProcessingS3InputMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3InputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3InputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3UploadMode

newtype ProcessingS3UploadMode Source #

Instances

Instances details
Eq ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Ord ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Read ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Show ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Generic ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Associated Types

type Rep ProcessingS3UploadMode :: Type -> Type #

NFData ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Methods

rnf :: ProcessingS3UploadMode -> () #

Hashable ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToJSON ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToJSONKey ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromJSON ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromJSONKey ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToLog ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToHeader ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToQuery ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromXML ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToXML ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToByteString ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromText ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToText ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

type Rep ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

type Rep ProcessingS3UploadMode = D1 ('MetaData "ProcessingS3UploadMode" "Amazonka.SageMaker.Types.ProcessingS3UploadMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3UploadMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3UploadMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductionVariantAcceleratorType

newtype ProductionVariantAcceleratorType Source #

Instances

Instances details
Eq ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Ord ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Read ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Show ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Generic ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Associated Types

type Rep ProductionVariantAcceleratorType :: Type -> Type #

NFData ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Hashable ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToJSON ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToJSONKey ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromJSON ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromJSONKey ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToLog ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToHeader ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToQuery ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromXML ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToXML ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToByteString ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromText ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToText ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

type Rep ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

type Rep ProductionVariantAcceleratorType = D1 ('MetaData "ProductionVariantAcceleratorType" "Amazonka.SageMaker.Types.ProductionVariantAcceleratorType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProductionVariantAcceleratorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductionVariantAcceleratorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductionVariantInstanceType

newtype ProductionVariantInstanceType Source #

Bundled Patterns

pattern ProductionVariantInstanceType_Ml_c4_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_18xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_9xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_18xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_9xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_6xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_10xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p2_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p2_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p2_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p3_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p3_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p3_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_medium :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_xlarge :: ProductionVariantInstanceType 

Instances

Instances details
Eq ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Ord ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Read ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Show ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Generic ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Associated Types

type Rep ProductionVariantInstanceType :: Type -> Type #

NFData ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Hashable ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToJSON ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToJSONKey ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromJSON ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromJSONKey ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToLog ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToHeader ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToQuery ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromXML ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToXML ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToByteString ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromText ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToText ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

type Rep ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

type Rep ProductionVariantInstanceType = D1 ('MetaData "ProductionVariantInstanceType" "Amazonka.SageMaker.Types.ProductionVariantInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProductionVariantInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductionVariantInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProfilingStatus

newtype ProfilingStatus Source #

Constructors

ProfilingStatus' 

Instances

Instances details
Eq ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Ord ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Read ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Show ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Generic ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Associated Types

type Rep ProfilingStatus :: Type -> Type #

NFData ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Methods

rnf :: ProfilingStatus -> () #

Hashable ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToJSON ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToJSONKey ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromJSON ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromJSONKey ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToLog ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToHeader ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToQuery ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromXML ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToXML ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Methods

toXML :: ProfilingStatus -> XML #

ToByteString ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromText ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToText ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

type Rep ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

type Rep ProfilingStatus = D1 ('MetaData "ProfilingStatus" "Amazonka.SageMaker.Types.ProfilingStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProfilingStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProfilingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectSortBy

newtype ProjectSortBy Source #

Constructors

ProjectSortBy' 

Instances

Instances details
Eq ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Ord ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Read ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Show ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Generic ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Associated Types

type Rep ProjectSortBy :: Type -> Type #

NFData ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Methods

rnf :: ProjectSortBy -> () #

Hashable ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToJSON ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToJSONKey ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromJSON ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromJSONKey ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToLog ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToHeader ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToQuery ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromXML ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToXML ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Methods

toXML :: ProjectSortBy -> XML #

ToByteString ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromText ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToText ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Methods

toText :: ProjectSortBy -> Text #

type Rep ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

type Rep ProjectSortBy = D1 ('MetaData "ProjectSortBy" "Amazonka.SageMaker.Types.ProjectSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProjectSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectSortOrder

newtype ProjectSortOrder Source #

Instances

Instances details
Eq ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Ord ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Read ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Show ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Generic ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Associated Types

type Rep ProjectSortOrder :: Type -> Type #

NFData ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Methods

rnf :: ProjectSortOrder -> () #

Hashable ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToJSON ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToJSONKey ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromJSON ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromJSONKey ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToLog ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToHeader ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToQuery ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromXML ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToXML ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToByteString ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromText ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToText ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

type Rep ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

type Rep ProjectSortOrder = D1 ('MetaData "ProjectSortOrder" "Amazonka.SageMaker.Types.ProjectSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProjectSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectStatus

newtype ProjectStatus Source #

Constructors

ProjectStatus' 

Instances

Instances details
Eq ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Ord ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Read ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Show ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Generic ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Associated Types

type Rep ProjectStatus :: Type -> Type #

NFData ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Methods

rnf :: ProjectStatus -> () #

Hashable ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToJSON ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToJSONKey ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromJSON ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromJSONKey ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToLog ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToHeader ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToQuery ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromXML ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToXML ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Methods

toXML :: ProjectStatus -> XML #

ToByteString ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromText ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToText ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Methods

toText :: ProjectStatus -> Text #

type Rep ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

type Rep ProjectStatus = D1 ('MetaData "ProjectStatus" "Amazonka.SageMaker.Types.ProjectStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProjectStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecordWrapper

newtype RecordWrapper Source #

Constructors

RecordWrapper' 

Bundled Patterns

pattern RecordWrapper_None :: RecordWrapper 
pattern RecordWrapper_RecordIO :: RecordWrapper 

Instances

Instances details
Eq RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Ord RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Read RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Show RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Generic RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Associated Types

type Rep RecordWrapper :: Type -> Type #

NFData RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Methods

rnf :: RecordWrapper -> () #

Hashable RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToJSON RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToJSONKey RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromJSON RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromJSONKey RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToLog RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToHeader RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToQuery RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromXML RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToXML RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Methods

toXML :: RecordWrapper -> XML #

ToByteString RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromText RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToText RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Methods

toText :: RecordWrapper -> Text #

type Rep RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

type Rep RecordWrapper = D1 ('MetaData "RecordWrapper" "Amazonka.SageMaker.Types.RecordWrapper" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RecordWrapper'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecordWrapper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedshiftResultCompressionType

newtype RedshiftResultCompressionType Source #

The compression used for Redshift query results.

Instances

Instances details
Eq RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Ord RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Read RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Show RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Generic RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Associated Types

type Rep RedshiftResultCompressionType :: Type -> Type #

NFData RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Hashable RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToJSON RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToJSONKey RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromJSON RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromJSONKey RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToLog RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToHeader RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToQuery RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromXML RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToXML RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToByteString RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromText RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToText RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

type Rep RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

type Rep RedshiftResultCompressionType = D1 ('MetaData "RedshiftResultCompressionType" "Amazonka.SageMaker.Types.RedshiftResultCompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RedshiftResultCompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedshiftResultCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedshiftResultFormat

newtype RedshiftResultFormat Source #

The data storage format for Redshift query results.

Instances

Instances details
Eq RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Ord RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Read RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Show RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Generic RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Associated Types

type Rep RedshiftResultFormat :: Type -> Type #

NFData RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Methods

rnf :: RedshiftResultFormat -> () #

Hashable RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToJSON RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToJSONKey RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromJSON RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromJSONKey RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToLog RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToHeader RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToQuery RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromXML RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToXML RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToByteString RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromText RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToText RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

type Rep RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

type Rep RedshiftResultFormat = D1 ('MetaData "RedshiftResultFormat" "Amazonka.SageMaker.Types.RedshiftResultFormat" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RedshiftResultFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedshiftResultFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RepositoryAccessMode

newtype RepositoryAccessMode Source #

Instances

Instances details
Eq RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Ord RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Read RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Show RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Generic RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Associated Types

type Rep RepositoryAccessMode :: Type -> Type #

NFData RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Methods

rnf :: RepositoryAccessMode -> () #

Hashable RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToJSON RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToJSONKey RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromJSON RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromJSONKey RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToLog RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToHeader RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToQuery RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromXML RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToXML RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToByteString RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromText RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToText RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

type Rep RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

type Rep RepositoryAccessMode = D1 ('MetaData "RepositoryAccessMode" "Amazonka.SageMaker.Types.RepositoryAccessMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RepositoryAccessMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRepositoryAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
Eq ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Read ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Generic ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

NFData ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Methods

toText :: ResourceType -> Text #

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.SageMaker.Types.ResourceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RetentionType

newtype RetentionType Source #

Constructors

RetentionType' 

Bundled Patterns

pattern RetentionType_Delete :: RetentionType 
pattern RetentionType_Retain :: RetentionType 

Instances

Instances details
Eq RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Ord RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Read RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Show RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Generic RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Associated Types

type Rep RetentionType :: Type -> Type #

NFData RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Methods

rnf :: RetentionType -> () #

Hashable RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToJSON RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToJSONKey RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromJSON RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromJSONKey RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToLog RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToHeader RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToQuery RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromXML RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToXML RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Methods

toXML :: RetentionType -> XML #

ToByteString RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromText RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToText RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Methods

toText :: RetentionType -> Text #

type Rep RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

type Rep RetentionType = D1 ('MetaData "RetentionType" "Amazonka.SageMaker.Types.RetentionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RetentionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRetentionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RootAccess

newtype RootAccess Source #

Constructors

RootAccess' 

Fields

Bundled Patterns

pattern RootAccess_Disabled :: RootAccess 
pattern RootAccess_Enabled :: RootAccess 

Instances

Instances details
Eq RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Ord RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Read RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Show RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Generic RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Associated Types

type Rep RootAccess :: Type -> Type #

NFData RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Methods

rnf :: RootAccess -> () #

Hashable RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToJSON RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToJSONKey RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromJSON RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromJSONKey RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToLog RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToHeader RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToQuery RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromXML RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToXML RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Methods

toXML :: RootAccess -> XML #

ToByteString RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromText RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToText RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Methods

toText :: RootAccess -> Text #

type Rep RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

type Rep RootAccess = D1 ('MetaData "RootAccess" "Amazonka.SageMaker.Types.RootAccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RootAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRootAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RuleEvaluationStatus

newtype RuleEvaluationStatus Source #

Instances

Instances details
Eq RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Ord RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Read RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Show RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Generic RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Associated Types

type Rep RuleEvaluationStatus :: Type -> Type #

NFData RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Methods

rnf :: RuleEvaluationStatus -> () #

Hashable RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToJSON RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToJSONKey RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromJSON RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromJSONKey RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToLog RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToHeader RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToQuery RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromXML RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToXML RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToByteString RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromText RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToText RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

type Rep RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

type Rep RuleEvaluationStatus = D1 ('MetaData "RuleEvaluationStatus" "Amazonka.SageMaker.Types.RuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RuleEvaluationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRuleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3DataDistribution

newtype S3DataDistribution Source #

Instances

Instances details
Eq S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Ord S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Read S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Show S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Generic S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Associated Types

type Rep S3DataDistribution :: Type -> Type #

NFData S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Methods

rnf :: S3DataDistribution -> () #

Hashable S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToJSON S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToJSONKey S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromJSON S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromJSONKey S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToLog S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToHeader S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToQuery S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromXML S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToXML S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToByteString S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromText S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToText S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

type Rep S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

type Rep S3DataDistribution = D1 ('MetaData "S3DataDistribution" "Amazonka.SageMaker.Types.S3DataDistribution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "S3DataDistribution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3DataDistribution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3DataType

newtype S3DataType Source #

Constructors

S3DataType' 

Fields

Instances

Instances details
Eq S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Ord S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Read S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Show S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Generic S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Associated Types

type Rep S3DataType :: Type -> Type #

NFData S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Methods

rnf :: S3DataType -> () #

Hashable S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToJSON S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToJSONKey S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromJSON S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromJSONKey S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToLog S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToHeader S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToQuery S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromXML S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToXML S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Methods

toXML :: S3DataType -> XML #

ToByteString S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromText S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToText S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Methods

toText :: S3DataType -> Text #

type Rep S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

type Rep S3DataType = D1 ('MetaData "S3DataType" "Amazonka.SageMaker.Types.S3DataType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "S3DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SagemakerServicecatalogStatus

newtype SagemakerServicecatalogStatus Source #

Instances

Instances details
Eq SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Ord SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Read SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Show SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Generic SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Associated Types

type Rep SagemakerServicecatalogStatus :: Type -> Type #

NFData SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Hashable SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToJSON SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToJSONKey SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromJSON SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromJSONKey SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToLog SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToHeader SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToQuery SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromXML SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToXML SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToByteString SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromText SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToText SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

type Rep SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

type Rep SagemakerServicecatalogStatus = D1 ('MetaData "SagemakerServicecatalogStatus" "Amazonka.SageMaker.Types.SagemakerServicecatalogStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SagemakerServicecatalogStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSagemakerServicecatalogStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleStatus

newtype ScheduleStatus Source #

Constructors

ScheduleStatus' 

Instances

Instances details
Eq ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Ord ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Read ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Show ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Generic ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Associated Types

type Rep ScheduleStatus :: Type -> Type #

NFData ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Methods

rnf :: ScheduleStatus -> () #

Hashable ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToJSON ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToJSONKey ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromJSON ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromJSONKey ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToLog ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToHeader ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToQuery ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromXML ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToXML ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Methods

toXML :: ScheduleStatus -> XML #

ToByteString ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromText ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToText ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

type Rep ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

type Rep ScheduleStatus = D1 ('MetaData "ScheduleStatus" "Amazonka.SageMaker.Types.ScheduleStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ScheduleStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SearchSortOrder

newtype SearchSortOrder Source #

Constructors

SearchSortOrder' 

Instances

Instances details
Eq SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Ord SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Read SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Show SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Generic SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Associated Types

type Rep SearchSortOrder :: Type -> Type #

NFData SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Methods

rnf :: SearchSortOrder -> () #

Hashable SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToJSON SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToJSONKey SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromJSON SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromJSONKey SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToLog SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToHeader SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToQuery SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromXML SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToXML SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Methods

toXML :: SearchSortOrder -> XML #

ToByteString SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromText SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToText SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

type Rep SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

type Rep SearchSortOrder = D1 ('MetaData "SearchSortOrder" "Amazonka.SageMaker.Types.SearchSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SearchSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSearchSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SecondaryStatus

newtype SecondaryStatus Source #

Constructors

SecondaryStatus' 

Instances

Instances details
Eq SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Ord SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Read SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Show SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Generic SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Associated Types

type Rep SecondaryStatus :: Type -> Type #

NFData SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Methods

rnf :: SecondaryStatus -> () #

Hashable SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToJSON SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToJSONKey SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromJSON SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromJSONKey SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToLog SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToHeader SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToQuery SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromXML SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToXML SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Methods

toXML :: SecondaryStatus -> XML #

ToByteString SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromText SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToText SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

type Rep SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

type Rep SecondaryStatus = D1 ('MetaData "SecondaryStatus" "Amazonka.SageMaker.Types.SecondaryStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SecondaryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSecondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortActionsBy

newtype SortActionsBy Source #

Constructors

SortActionsBy' 

Instances

Instances details
Eq SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Ord SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Read SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Show SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Generic SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Associated Types

type Rep SortActionsBy :: Type -> Type #

NFData SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Methods

rnf :: SortActionsBy -> () #

Hashable SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToJSON SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToJSONKey SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromJSON SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromJSONKey SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToLog SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToHeader SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToQuery SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromXML SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToXML SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Methods

toXML :: SortActionsBy -> XML #

ToByteString SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromText SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToText SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Methods

toText :: SortActionsBy -> Text #

type Rep SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

type Rep SortActionsBy = D1 ('MetaData "SortActionsBy" "Amazonka.SageMaker.Types.SortActionsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortActionsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortActionsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortArtifactsBy

newtype SortArtifactsBy Source #

Constructors

SortArtifactsBy' 

Bundled Patterns

pattern SortArtifactsBy_CreationTime :: SortArtifactsBy 

Instances

Instances details
Eq SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Ord SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Read SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Show SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Generic SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Associated Types

type Rep SortArtifactsBy :: Type -> Type #

NFData SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Methods

rnf :: SortArtifactsBy -> () #

Hashable SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToJSON SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToJSONKey SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromJSON SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromJSONKey SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToLog SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToHeader SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToQuery SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromXML SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToXML SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Methods

toXML :: SortArtifactsBy -> XML #

ToByteString SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromText SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToText SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

type Rep SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

type Rep SortArtifactsBy = D1 ('MetaData "SortArtifactsBy" "Amazonka.SageMaker.Types.SortArtifactsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortArtifactsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortArtifactsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortAssociationsBy

newtype SortAssociationsBy Source #

Instances

Instances details
Eq SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Ord SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Read SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Show SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Generic SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Associated Types

type Rep SortAssociationsBy :: Type -> Type #

NFData SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Methods

rnf :: SortAssociationsBy -> () #

Hashable SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToJSON SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToJSONKey SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromJSON SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromJSONKey SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToLog SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToHeader SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToQuery SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromXML SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToXML SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToByteString SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromText SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToText SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

type Rep SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

type Rep SortAssociationsBy = D1 ('MetaData "SortAssociationsBy" "Amazonka.SageMaker.Types.SortAssociationsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortAssociationsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortAssociationsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortBy

newtype SortBy Source #

Constructors

SortBy' 

Fields

Bundled Patterns

pattern SortBy_CreationTime :: SortBy 
pattern SortBy_Name :: SortBy 
pattern SortBy_Status :: SortBy 

Instances

Instances details
Eq SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

(==) :: SortBy -> SortBy -> Bool #

(/=) :: SortBy -> SortBy -> Bool #

Ord SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Read SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Show SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Generic SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Associated Types

type Rep SortBy :: Type -> Type #

Methods

from :: SortBy -> Rep SortBy x #

to :: Rep SortBy x -> SortBy #

NFData SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

rnf :: SortBy -> () #

Hashable SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

hashWithSalt :: Int -> SortBy -> Int #

hash :: SortBy -> Int #

ToJSON SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToJSONKey SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

FromJSON SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

FromJSONKey SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToLog SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToHeader SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toHeader :: HeaderName -> SortBy -> [Header] #

ToQuery SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

FromXML SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToXML SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toXML :: SortBy -> XML #

ToByteString SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toBS :: SortBy -> ByteString #

FromText SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToText SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toText :: SortBy -> Text #

type Rep SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

type Rep SortBy = D1 ('MetaData "SortBy" "Amazonka.SageMaker.Types.SortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortContextsBy

newtype SortContextsBy Source #

Constructors

SortContextsBy' 

Instances

Instances details
Eq SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Ord SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Read SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Show SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Generic SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Associated Types

type Rep SortContextsBy :: Type -> Type #

NFData SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Methods

rnf :: SortContextsBy -> () #

Hashable SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToJSON SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToJSONKey SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromJSON SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromJSONKey SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToLog SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToHeader SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToQuery SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromXML SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToXML SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Methods

toXML :: SortContextsBy -> XML #

ToByteString SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromText SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToText SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

type Rep SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

type Rep SortContextsBy = D1 ('MetaData "SortContextsBy" "Amazonka.SageMaker.Types.SortContextsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortContextsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortContextsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortExperimentsBy

newtype SortExperimentsBy Source #

Instances

Instances details
Eq SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Ord SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Read SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Show SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Generic SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Associated Types

type Rep SortExperimentsBy :: Type -> Type #

NFData SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Methods

rnf :: SortExperimentsBy -> () #

Hashable SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToJSON SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToJSONKey SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromJSON SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromJSONKey SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToLog SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToHeader SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToQuery SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromXML SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToXML SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToByteString SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromText SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToText SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

type Rep SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

type Rep SortExperimentsBy = D1 ('MetaData "SortExperimentsBy" "Amazonka.SageMaker.Types.SortExperimentsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortExperimentsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortExperimentsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_Ascending :: SortOrder 
pattern SortOrder_Descending :: SortOrder 

Instances

Instances details
Eq SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Read SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Generic SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

NFData SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

FromText SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

toText :: SortOrder -> Text #

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.SageMaker.Types.SortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortPipelineExecutionsBy

newtype SortPipelineExecutionsBy Source #

Instances

Instances details
Eq SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Ord SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Read SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Show SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Generic SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Associated Types

type Rep SortPipelineExecutionsBy :: Type -> Type #

NFData SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Hashable SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToJSON SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToJSONKey SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromJSON SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromJSONKey SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToLog SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToHeader SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToQuery SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromXML SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToXML SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToByteString SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromText SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToText SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

type Rep SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

type Rep SortPipelineExecutionsBy = D1 ('MetaData "SortPipelineExecutionsBy" "Amazonka.SageMaker.Types.SortPipelineExecutionsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortPipelineExecutionsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortPipelineExecutionsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortPipelinesBy

newtype SortPipelinesBy Source #

Constructors

SortPipelinesBy' 

Instances

Instances details
Eq SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Ord SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Read SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Show SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Generic SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Associated Types

type Rep SortPipelinesBy :: Type -> Type #

NFData SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Methods

rnf :: SortPipelinesBy -> () #

Hashable SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToJSON SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToJSONKey SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromJSON SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromJSONKey SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToLog SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToHeader SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToQuery SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromXML SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToXML SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Methods

toXML :: SortPipelinesBy -> XML #

ToByteString SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromText SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToText SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

type Rep SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

type Rep SortPipelinesBy = D1 ('MetaData "SortPipelinesBy" "Amazonka.SageMaker.Types.SortPipelinesBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortPipelinesBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortPipelinesBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortTrialComponentsBy

newtype SortTrialComponentsBy Source #

Instances

Instances details
Eq SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Ord SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Read SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Show SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Generic SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Associated Types

type Rep SortTrialComponentsBy :: Type -> Type #

NFData SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Methods

rnf :: SortTrialComponentsBy -> () #

Hashable SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToJSON SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToJSONKey SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromJSON SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromJSONKey SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToLog SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToHeader SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToQuery SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromXML SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToXML SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToByteString SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromText SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToText SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

type Rep SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

type Rep SortTrialComponentsBy = D1 ('MetaData "SortTrialComponentsBy" "Amazonka.SageMaker.Types.SortTrialComponentsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortTrialComponentsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortTrialComponentsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortTrialsBy

newtype SortTrialsBy Source #

Constructors

SortTrialsBy' 

Bundled Patterns

pattern SortTrialsBy_CreationTime :: SortTrialsBy 
pattern SortTrialsBy_Name :: SortTrialsBy 

Instances

Instances details
Eq SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Ord SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Read SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Show SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Generic SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Associated Types

type Rep SortTrialsBy :: Type -> Type #

NFData SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Methods

rnf :: SortTrialsBy -> () #

Hashable SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToJSON SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToJSONKey SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromJSON SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromJSONKey SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToLog SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToHeader SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToQuery SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromXML SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToXML SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Methods

toXML :: SortTrialsBy -> XML #

ToByteString SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromText SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToText SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Methods

toText :: SortTrialsBy -> Text #

type Rep SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

type Rep SortTrialsBy = D1 ('MetaData "SortTrialsBy" "Amazonka.SageMaker.Types.SortTrialsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortTrialsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortTrialsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SplitType

newtype SplitType Source #

Constructors

SplitType' 

Fields

Bundled Patterns

pattern SplitType_Line :: SplitType 
pattern SplitType_None :: SplitType 
pattern SplitType_RecordIO :: SplitType 
pattern SplitType_TFRecord :: SplitType 

Instances

Instances details
Eq SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Ord SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Read SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Show SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Generic SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Associated Types

type Rep SplitType :: Type -> Type #

NFData SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

rnf :: SplitType -> () #

Hashable SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToJSON SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToJSONKey SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

FromJSON SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

FromJSONKey SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToLog SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToHeader SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToQuery SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

FromXML SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToXML SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

toXML :: SplitType -> XML #

ToByteString SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

toBS :: SplitType -> ByteString #

FromText SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToText SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

toText :: SplitType -> Text #

type Rep SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

type Rep SplitType = D1 ('MetaData "SplitType" "Amazonka.SageMaker.Types.SplitType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SplitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSplitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepStatus

newtype StepStatus Source #

Constructors

StepStatus' 

Fields

Instances

Instances details
Eq StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Ord StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Read StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Show StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Generic StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Associated Types

type Rep StepStatus :: Type -> Type #

NFData StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Methods

rnf :: StepStatus -> () #

Hashable StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToJSON StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromJSON StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToLog StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToHeader StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToQuery StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromXML StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToXML StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Methods

toXML :: StepStatus -> XML #

ToByteString StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromText StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToText StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Methods

toText :: StepStatus -> Text #

type Rep StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

type Rep StepStatus = D1 ('MetaData "StepStatus" "Amazonka.SageMaker.Types.StepStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "StepStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StudioLifecycleConfigAppType

newtype StudioLifecycleConfigAppType Source #

Instances

Instances details
Eq StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Ord StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Read StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Show StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Generic StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Associated Types

type Rep StudioLifecycleConfigAppType :: Type -> Type #

NFData StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Hashable StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToJSON StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToJSONKey StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromJSON StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromJSONKey StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToLog StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToHeader StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToQuery StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromXML StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToXML StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToByteString StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromText StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToText StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

type Rep StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

type Rep StudioLifecycleConfigAppType = D1 ('MetaData "StudioLifecycleConfigAppType" "Amazonka.SageMaker.Types.StudioLifecycleConfigAppType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "StudioLifecycleConfigAppType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStudioLifecycleConfigAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StudioLifecycleConfigSortKey

newtype StudioLifecycleConfigSortKey Source #

Instances

Instances details
Eq StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Ord StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Read StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Show StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Generic StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Associated Types

type Rep StudioLifecycleConfigSortKey :: Type -> Type #

NFData StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Hashable StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToJSON StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToJSONKey StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromJSON StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromJSONKey StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToLog StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToHeader StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToQuery StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromXML StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToXML StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToByteString StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromText StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToText StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

type Rep StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

type Rep StudioLifecycleConfigSortKey = D1 ('MetaData "StudioLifecycleConfigSortKey" "Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "StudioLifecycleConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStudioLifecycleConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetDevice

newtype TargetDevice Source #

Constructors

TargetDevice' 

Instances

Instances details
Eq TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Ord TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Read TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Show TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Generic TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Associated Types

type Rep TargetDevice :: Type -> Type #

NFData TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Methods

rnf :: TargetDevice -> () #

Hashable TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToJSON TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToJSONKey TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromJSON TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromJSONKey TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToLog TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToHeader TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToQuery TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromXML TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToXML TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Methods

toXML :: TargetDevice -> XML #

ToByteString TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromText TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToText TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Methods

toText :: TargetDevice -> Text #

type Rep TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

type Rep TargetDevice = D1 ('MetaData "TargetDevice" "Amazonka.SageMaker.Types.TargetDevice" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetPlatformAccelerator

newtype TargetPlatformAccelerator Source #

Instances

Instances details
Eq TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Ord TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Read TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Show TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Generic TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Associated Types

type Rep TargetPlatformAccelerator :: Type -> Type #

NFData TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Hashable TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToJSON TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToJSONKey TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromJSON TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromJSONKey TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToLog TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToHeader TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToQuery TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromXML TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToXML TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToByteString TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromText TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToText TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

type Rep TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

type Rep TargetPlatformAccelerator = D1 ('MetaData "TargetPlatformAccelerator" "Amazonka.SageMaker.Types.TargetPlatformAccelerator" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetPlatformAccelerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetPlatformAccelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetPlatformArch

newtype TargetPlatformArch Source #

Instances

Instances details
Eq TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Ord TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Read TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Show TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Generic TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Associated Types

type Rep TargetPlatformArch :: Type -> Type #

NFData TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Methods

rnf :: TargetPlatformArch -> () #

Hashable TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToJSON TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToJSONKey TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromJSON TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromJSONKey TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToLog TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToHeader TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToQuery TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromXML TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToXML TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToByteString TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromText TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToText TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

type Rep TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

type Rep TargetPlatformArch = D1 ('MetaData "TargetPlatformArch" "Amazonka.SageMaker.Types.TargetPlatformArch" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetPlatformArch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetPlatformArch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetPlatformOs

newtype TargetPlatformOs Source #

Instances

Instances details
Eq TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Ord TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Read TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Show TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Generic TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Associated Types

type Rep TargetPlatformOs :: Type -> Type #

NFData TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Methods

rnf :: TargetPlatformOs -> () #

Hashable TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToJSON TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToJSONKey TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromJSON TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromJSONKey TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToLog TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToHeader TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToQuery TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromXML TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToXML TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToByteString TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromText TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToText TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

type Rep TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

type Rep TargetPlatformOs = D1 ('MetaData "TargetPlatformOs" "Amazonka.SageMaker.Types.TargetPlatformOs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetPlatformOs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetPlatformOs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrafficRoutingConfigType

newtype TrafficRoutingConfigType Source #

Instances

Instances details
Eq TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Ord TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Read TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Show TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Generic TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Associated Types

type Rep TrafficRoutingConfigType :: Type -> Type #

NFData TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Hashable TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToJSON TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToJSONKey TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromJSON TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromJSONKey TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToLog TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToHeader TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToQuery TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromXML TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToXML TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToByteString TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromText TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToText TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

type Rep TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

type Rep TrafficRoutingConfigType = D1 ('MetaData "TrafficRoutingConfigType" "Amazonka.SageMaker.Types.TrafficRoutingConfigType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrafficRoutingConfigType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrafficRoutingConfigType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingInputMode

newtype TrainingInputMode Source #

The training input mode that the algorithm supports. For more information about input modes, see Algorithms.

Pipe mode

If an algorithm supports Pipe mode, Amazon SageMaker streams data directly from Amazon S3 to the container.

File mode

If an algorithm supports File mode, SageMaker downloads the training data from S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume for the training container.

You must provision the ML storage volume with sufficient capacity to accommodate the data downloaded from S3. In addition to the training data, the ML storage volume also stores the output model. The algorithm container uses the ML storage volume to also store intermediate information, if any.

For distributed algorithms, training data is distributed uniformly. Your training duration is predictable if the input data objects sizes are approximately the same. SageMaker does not split the files any further for model training. If the object sizes are skewed, training won't be optimal as the data distribution is also skewed when one host in a training cluster is overloaded, thus becoming a bottleneck in training.

FastFile mode

If an algorithm supports FastFile mode, SageMaker streams data directly from S3 to the container with no code changes, and provides file system access to the data. Users can author their training script to interact with these files as if they were stored on disk.

FastFile mode works best when the data is read sequentially. Augmented manifest files aren't supported. The startup time is lower when there are fewer files in the S3 bucket provided.

Instances

Instances details
Eq TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Ord TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Read TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Show TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Generic TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Associated Types

type Rep TrainingInputMode :: Type -> Type #

NFData TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Methods

rnf :: TrainingInputMode -> () #

Hashable TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToJSON TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToJSONKey TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromJSON TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromJSONKey TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToLog TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToHeader TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToQuery TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromXML TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToXML TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToByteString TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromText TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToText TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

type Rep TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

type Rep TrainingInputMode = D1 ('MetaData "TrainingInputMode" "Amazonka.SageMaker.Types.TrainingInputMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingInputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingInstanceType

newtype TrainingInstanceType Source #

Bundled Patterns

pattern TrainingInstanceType_Ml_c4_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c4_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c4_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c4_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_18xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_9xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_18xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_9xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_12xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_10xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_12xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_24xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_large :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p2_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p2_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p2_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3dn_24xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p4d_24xlarge :: TrainingInstanceType 

Instances

Instances details
Eq TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Ord TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Read TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Show TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Generic TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Associated Types

type Rep TrainingInstanceType :: Type -> Type #

NFData TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Methods

rnf :: TrainingInstanceType -> () #

Hashable TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToJSON TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToJSONKey TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromJSON TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromJSONKey TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToLog TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToHeader TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToQuery TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromXML TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToXML TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToByteString TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromText TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToText TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

type Rep TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

type Rep TrainingInstanceType = D1 ('MetaData "TrainingInstanceType" "Amazonka.SageMaker.Types.TrainingInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingJobEarlyStoppingType

newtype TrainingJobEarlyStoppingType Source #

Instances

Instances details
Eq TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Ord TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Read TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Show TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Generic TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Associated Types

type Rep TrainingJobEarlyStoppingType :: Type -> Type #

NFData TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Hashable TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToJSON TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToJSONKey TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromJSON TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromJSONKey TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToLog TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToHeader TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToQuery TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromXML TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToXML TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToByteString TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromText TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToText TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

type Rep TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

type Rep TrainingJobEarlyStoppingType = D1 ('MetaData "TrainingJobEarlyStoppingType" "Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingJobEarlyStoppingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingJobEarlyStoppingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingJobSortByOptions

newtype TrainingJobSortByOptions Source #

Instances

Instances details
Eq TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Ord TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Read TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Show TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Generic TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Associated Types

type Rep TrainingJobSortByOptions :: Type -> Type #

NFData TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Hashable TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToJSON TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToJSONKey TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromJSON TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromJSONKey TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToLog TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToHeader TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToQuery TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromXML TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToXML TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToByteString TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromText TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToText TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

type Rep TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

type Rep TrainingJobSortByOptions = D1 ('MetaData "TrainingJobSortByOptions" "Amazonka.SageMaker.Types.TrainingJobSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingJobSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingJobSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingJobStatus

newtype TrainingJobStatus Source #

Instances

Instances details
Eq TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Ord TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Read TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Show TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Generic TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Associated Types

type Rep TrainingJobStatus :: Type -> Type #

NFData TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Methods

rnf :: TrainingJobStatus -> () #

Hashable TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToJSON TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToJSONKey TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromJSON TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromJSONKey TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToLog TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToHeader TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToQuery TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromXML TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToXML TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToByteString TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromText TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToText TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

type Rep TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

type Rep TrainingJobStatus = D1 ('MetaData "TrainingJobStatus" "Amazonka.SageMaker.Types.TrainingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransformInstanceType

newtype TransformInstanceType Source #

Bundled Patterns

pattern TransformInstanceType_Ml_c4_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c4_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c4_8xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c4_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_18xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_9xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_12xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_8xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_10xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_12xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_24xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_large :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p2_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p2_8xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p2_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p3_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p3_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p3_8xlarge :: TransformInstanceType 

Instances

Instances details
Eq TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Ord TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Read TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Show TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Generic TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Associated Types

type Rep TransformInstanceType :: Type -> Type #

NFData TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Methods

rnf :: TransformInstanceType -> () #

Hashable TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToJSON TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToJSONKey TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromJSON TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromJSONKey TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToLog TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToHeader TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToQuery TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromXML TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToXML TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToByteString TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromText TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToText TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

type Rep TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

type Rep TransformInstanceType = D1 ('MetaData "TransformInstanceType" "Amazonka.SageMaker.Types.TransformInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TransformInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransformInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransformJobStatus

newtype TransformJobStatus Source #

Instances

Instances details
Eq TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Ord TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Read TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Show TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Generic TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Associated Types

type Rep TransformJobStatus :: Type -> Type #

NFData TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Methods

rnf :: TransformJobStatus -> () #

Hashable TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToJSON TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToJSONKey TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromJSON TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromJSONKey TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToLog TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToHeader TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToQuery TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromXML TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToXML TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToByteString TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromText TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToText TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

type Rep TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

type Rep TransformJobStatus = D1 ('MetaData "TransformJobStatus" "Amazonka.SageMaker.Types.TransformJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TransformJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrialComponentPrimaryStatus

newtype TrialComponentPrimaryStatus Source #

Instances

Instances details
Eq TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Ord TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Read TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Show TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Generic TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Associated Types

type Rep TrialComponentPrimaryStatus :: Type -> Type #

NFData TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Hashable TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToJSON TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToJSONKey TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromJSON TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromJSONKey TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToLog TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToHeader TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToQuery TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromXML TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToXML TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToByteString TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromText TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToText TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

type Rep TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

type Rep TrialComponentPrimaryStatus = D1 ('MetaData "TrialComponentPrimaryStatus" "Amazonka.SageMaker.Types.TrialComponentPrimaryStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrialComponentPrimaryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrialComponentPrimaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserProfileSortKey

newtype UserProfileSortKey Source #

Instances

Instances details
Eq UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Ord UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Read UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Show UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Generic UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Associated Types

type Rep UserProfileSortKey :: Type -> Type #

NFData UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Methods

rnf :: UserProfileSortKey -> () #

Hashable UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToJSON UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToJSONKey UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromJSON UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromJSONKey UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToLog UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToHeader UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToQuery UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromXML UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToXML UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToByteString UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromText UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToText UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

type Rep UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

type Rep UserProfileSortKey = D1 ('MetaData "UserProfileSortKey" "Amazonka.SageMaker.Types.UserProfileSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "UserProfileSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserProfileSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserProfileStatus

newtype UserProfileStatus Source #

Instances

Instances details
Eq UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Ord UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Read UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Show UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Generic UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Associated Types

type Rep UserProfileStatus :: Type -> Type #

NFData UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Methods

rnf :: UserProfileStatus -> () #

Hashable UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToJSON UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToJSONKey UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromJSON UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromJSONKey UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToLog UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToHeader UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToQuery UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromXML UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToXML UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToByteString UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromText UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToText UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

type Rep UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

type Rep UserProfileStatus = D1 ('MetaData "UserProfileStatus" "Amazonka.SageMaker.Types.UserProfileStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "UserProfileStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserProfileStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VariantPropertyType

newtype VariantPropertyType Source #

Instances

Instances details
Eq VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Ord VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Read VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Show VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Generic VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Associated Types

type Rep VariantPropertyType :: Type -> Type #

NFData VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Methods

rnf :: VariantPropertyType -> () #

Hashable VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToJSON VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToJSONKey VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromJSON VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromJSONKey VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToLog VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToHeader VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToQuery VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromXML VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToXML VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToByteString VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromText VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToText VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

type Rep VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

type Rep VariantPropertyType = D1 ('MetaData "VariantPropertyType" "Amazonka.SageMaker.Types.VariantPropertyType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "VariantPropertyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVariantPropertyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionSource

data ActionSource Source #

A structure describing the source of an action.

See: newActionSource smart constructor.

Instances

Instances details
Eq ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Read ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Show ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Generic ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Associated Types

type Rep ActionSource :: Type -> Type #

NFData ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Methods

rnf :: ActionSource -> () #

Hashable ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

ToJSON ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

FromJSON ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

type Rep ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

type Rep ActionSource = D1 ('MetaData "ActionSource" "Amazonka.SageMaker.Types.ActionSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ActionSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newActionSource Source #

Create a value of ActionSource 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:sourceType:ActionSource', actionSource_sourceType - The type of the source.

$sel:sourceId:ActionSource', actionSource_sourceId - The ID of the source.

$sel:sourceUri:ActionSource', actionSource_sourceUri - The URI of the source.

ActionSummary

data ActionSummary Source #

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

See: newActionSummary smart constructor.

Instances

Instances details
Eq ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Read ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Show ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Generic ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Associated Types

type Rep ActionSummary :: Type -> Type #

NFData ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Methods

rnf :: ActionSummary -> () #

Hashable ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

FromJSON ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

type Rep ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

type Rep ActionSummary = D1 ('MetaData "ActionSummary" "Amazonka.SageMaker.Types.ActionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ActionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionSource))) :*: (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newActionSummary :: ActionSummary Source #

Create a value of ActionSummary 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:creationTime:ActionSummary', actionSummary_creationTime - When the action was created.

$sel:status:ActionSummary', actionSummary_status - The status of the action.

$sel:lastModifiedTime:ActionSummary', actionSummary_lastModifiedTime - When the action was last modified.

$sel:actionName:ActionSummary', actionSummary_actionName - The name of the action.

$sel:source:ActionSummary', actionSummary_source - The source of the action.

$sel:actionArn:ActionSummary', actionSummary_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:actionType:ActionSummary', actionSummary_actionType - The type of the action.

AgentVersion

data AgentVersion Source #

Edge Manager agent version.

See: newAgentVersion smart constructor.

Constructors

AgentVersion' Text Integer 

Instances

Instances details
Eq AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Read AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Show AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Generic AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Associated Types

type Rep AgentVersion :: Type -> Type #

NFData AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Methods

rnf :: AgentVersion -> () #

Hashable AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

FromJSON AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

type Rep AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

type Rep AgentVersion = D1 ('MetaData "AgentVersion" "Amazonka.SageMaker.Types.AgentVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AgentVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "agentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newAgentVersion Source #

Create a value of AgentVersion 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:version:AgentVersion', agentVersion_version - Version of the agent.

$sel:agentCount:AgentVersion', agentVersion_agentCount - The number of Edge Manager agents.

Alarm

data Alarm Source #

This API is not supported.

See: newAlarm smart constructor.

Constructors

Alarm' (Maybe Text) 

Instances

Instances details
Eq Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Read Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

NFData Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

rnf :: Alarm -> () #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

ToJSON Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

FromJSON Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

type Rep Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.SageMaker.Types.Alarm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAlarm :: Alarm Source #

Create a value of Alarm 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:alarmName:Alarm', alarm_alarmName -

AlgorithmSpecification

data AlgorithmSpecification Source #

Specifies the training algorithm to use in a CreateTrainingJob request.

For more information about algorithms provided by Amazon SageMaker, see Algorithms. For information about using your own algorithms, see Using Your Own Algorithms with Amazon SageMaker.

See: newAlgorithmSpecification smart constructor.

Instances

Instances details
Eq AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Read AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Show AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Generic AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Associated Types

type Rep AlgorithmSpecification :: Type -> Type #

NFData AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Methods

rnf :: AlgorithmSpecification -> () #

Hashable AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

ToJSON AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

FromJSON AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

type Rep AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

type Rep AlgorithmSpecification = D1 ('MetaData "AlgorithmSpecification" "Amazonka.SageMaker.Types.AlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableSageMakerMetricsTimeSeries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metricDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDefinition])) :*: S1 ('MetaSel ('Just "trainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInputMode)))))

newAlgorithmSpecification Source #

Create a value of AlgorithmSpecification 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:enableSageMakerMetricsTimeSeries:AlgorithmSpecification', algorithmSpecification_enableSageMakerMetricsTimeSeries - To generate and save time-series metrics during training, set to true. The default is false and time-series metrics aren't generated except in the following cases:

  • You use one of the Amazon SageMaker built-in algorithms
  • You use one of the following Prebuilt Amazon SageMaker Docker Images:

    • Tensorflow (version >= 1.15)
    • MXNet (version >= 1.6)
    • PyTorch (version >= 1.3)
  • You specify at least one MetricDefinition

$sel:algorithmName:AlgorithmSpecification', algorithmSpecification_algorithmName - The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace. If you specify a value for this parameter, you can't specify a value for TrainingImage.

$sel:trainingImage:AlgorithmSpecification', algorithmSpecification_trainingImage - The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

$sel:metricDefinitions:AlgorithmSpecification', algorithmSpecification_metricDefinitions - A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. Amazon SageMaker publishes each metric to Amazon CloudWatch.

$sel:trainingInputMode:AlgorithmSpecification', algorithmSpecification_trainingInputMode - Undocumented member.

AlgorithmStatusDetails

data AlgorithmStatusDetails Source #

Specifies the validation and image scan statuses of the algorithm.

See: newAlgorithmStatusDetails smart constructor.

Instances

Instances details
Eq AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Read AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Show AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Generic AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Associated Types

type Rep AlgorithmStatusDetails :: Type -> Type #

NFData AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Methods

rnf :: AlgorithmStatusDetails -> () #

Hashable AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

FromJSON AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

type Rep AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

type Rep AlgorithmStatusDetails = D1 ('MetaData "AlgorithmStatusDetails" "Amazonka.SageMaker.Types.AlgorithmStatusDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmStatusDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageScanStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlgorithmStatusItem])) :*: S1 ('MetaSel ('Just "validationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlgorithmStatusItem]))))

newAlgorithmStatusDetails :: AlgorithmStatusDetails Source #

Create a value of AlgorithmStatusDetails 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:imageScanStatuses:AlgorithmStatusDetails', algorithmStatusDetails_imageScanStatuses - The status of the scan of the algorithm's Docker image container.

$sel:validationStatuses:AlgorithmStatusDetails', algorithmStatusDetails_validationStatuses - The status of algorithm validation.

AlgorithmStatusItem

data AlgorithmStatusItem Source #

Represents the overall status of an algorithm.

See: newAlgorithmStatusItem smart constructor.

Instances

Instances details
Eq AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Read AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Show AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Generic AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Associated Types

type Rep AlgorithmStatusItem :: Type -> Type #

NFData AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Methods

rnf :: AlgorithmStatusItem -> () #

Hashable AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

FromJSON AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

type Rep AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

type Rep AlgorithmStatusItem = D1 ('MetaData "AlgorithmStatusItem" "Amazonka.SageMaker.Types.AlgorithmStatusItem" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmStatusItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetailedAlgorithmStatus))))

newAlgorithmStatusItem Source #

Create a value of AlgorithmStatusItem 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:failureReason:AlgorithmStatusItem', algorithmStatusItem_failureReason - if the overall status is Failed, the reason for the failure.

$sel:name:AlgorithmStatusItem', algorithmStatusItem_name - The name of the algorithm for which the overall status is being reported.

$sel:status:AlgorithmStatusItem', algorithmStatusItem_status - The current status.

AlgorithmSummary

data AlgorithmSummary Source #

Provides summary information about an algorithm.

See: newAlgorithmSummary smart constructor.

Instances

Instances details
Eq AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Read AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Show AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Generic AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Associated Types

type Rep AlgorithmSummary :: Type -> Type #

NFData AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Methods

rnf :: AlgorithmSummary -> () #

Hashable AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

FromJSON AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

type Rep AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

type Rep AlgorithmSummary = D1 ('MetaData "AlgorithmSummary" "Amazonka.SageMaker.Types.AlgorithmSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "algorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatus)))))

newAlgorithmSummary Source #

Create a value of AlgorithmSummary 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:algorithmDescription:AlgorithmSummary', algorithmSummary_algorithmDescription - A brief description of the algorithm.

$sel:algorithmName:AlgorithmSummary', algorithmSummary_algorithmName - The name of the algorithm that is described by the summary.

$sel:algorithmArn:AlgorithmSummary', algorithmSummary_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

$sel:creationTime:AlgorithmSummary', algorithmSummary_creationTime - A timestamp that shows when the algorithm was created.

$sel:algorithmStatus:AlgorithmSummary', algorithmSummary_algorithmStatus - The overall status of the algorithm.

AlgorithmValidationProfile

data AlgorithmValidationProfile Source #

Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

See: newAlgorithmValidationProfile smart constructor.

Instances

Instances details
Eq AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Read AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Show AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Generic AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Associated Types

type Rep AlgorithmValidationProfile :: Type -> Type #

NFData AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Hashable AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

ToJSON AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

FromJSON AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

type Rep AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

type Rep AlgorithmValidationProfile = D1 ('MetaData "AlgorithmValidationProfile" "Amazonka.SageMaker.Types.AlgorithmValidationProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmValidationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transformJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJobDefinition)) :*: (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trainingJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobDefinition))))

newAlgorithmValidationProfile Source #

Create a value of AlgorithmValidationProfile 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:transformJobDefinition:AlgorithmValidationProfile', algorithmValidationProfile_transformJobDefinition - The TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to validate your algorithm.

$sel:profileName:AlgorithmValidationProfile', algorithmValidationProfile_profileName - The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

$sel:trainingJobDefinition:AlgorithmValidationProfile', algorithmValidationProfile_trainingJobDefinition - The TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to validate your algorithm.

AlgorithmValidationSpecification

data AlgorithmValidationSpecification Source #

Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

See: newAlgorithmValidationSpecification smart constructor.

Instances

Instances details
Eq AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Read AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Show AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Generic AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Associated Types

type Rep AlgorithmValidationSpecification :: Type -> Type #

NFData AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Hashable AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

ToJSON AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

FromJSON AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

type Rep AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

type Rep AlgorithmValidationSpecification = D1 ('MetaData "AlgorithmValidationSpecification" "Amazonka.SageMaker.Types.AlgorithmValidationSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmValidationSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validationRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "validationProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AlgorithmValidationProfile))))

newAlgorithmValidationSpecification Source #

Create a value of AlgorithmValidationSpecification 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:validationRole:AlgorithmValidationSpecification', algorithmValidationSpecification_validationRole - The IAM roles that Amazon SageMaker uses to run the training jobs.

$sel:validationProfiles:AlgorithmValidationSpecification', algorithmValidationSpecification_validationProfiles - An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.

AnnotationConsolidationConfig

data AnnotationConsolidationConfig Source #

Configures how labels are consolidated across human workers and processes output data.

See: newAnnotationConsolidationConfig smart constructor.

Instances

Instances details
Eq AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Read AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Show AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Generic AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Associated Types

type Rep AnnotationConsolidationConfig :: Type -> Type #

NFData AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Hashable AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

ToJSON AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

FromJSON AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

type Rep AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

type Rep AnnotationConsolidationConfig = D1 ('MetaData "AnnotationConsolidationConfig" "Amazonka.SageMaker.Types.AnnotationConsolidationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AnnotationConsolidationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationConsolidationLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnnotationConsolidationConfig Source #

Create a value of AnnotationConsolidationConfig 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:annotationConsolidationLambdaArn:AnnotationConsolidationConfig', annotationConsolidationConfig_annotationConsolidationLambdaArn - The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation and to process output data.

This parameter is required for all labeling jobs. For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation

Semantic Segmentation Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation

Bounding Box Adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox

Bounding Box Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking

3D Point Cloud Object Detection Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection

3D Point Cloud Object Tracking Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects that appear in a sequence of 3D point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation Adjustment - Use this task type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation

AppDetails

data AppDetails Source #

Details about an Amazon SageMaker app.

See: newAppDetails smart constructor.

Instances

Instances details
Eq AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Read AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Show AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Generic AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Associated Types

type Rep AppDetails :: Type -> Type #

NFData AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Methods

rnf :: AppDetails -> () #

Hashable AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

FromJSON AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails = D1 ('MetaData "AppDetails" "Amazonka.SageMaker.Types.AppDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppStatus)) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppType))))))

newAppDetails :: AppDetails Source #

Create a value of AppDetails 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:creationTime:AppDetails', appDetails_creationTime - The creation time.

$sel:status:AppDetails', appDetails_status - The status.

$sel:userProfileName:AppDetails', appDetails_userProfileName - The user profile name.

$sel:appName:AppDetails', appDetails_appName - The name of the app.

$sel:domainId:AppDetails', appDetails_domainId - The domain ID.

$sel:appType:AppDetails', appDetails_appType - The type of app.

AppImageConfigDetails

data AppImageConfigDetails Source #

The configuration for running a SageMaker image as a KernelGateway app.

See: newAppImageConfigDetails smart constructor.

Instances

Instances details
Eq AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Read AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Show AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Generic AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Associated Types

type Rep AppImageConfigDetails :: Type -> Type #

NFData AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Methods

rnf :: AppImageConfigDetails -> () #

Hashable AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

FromJSON AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

type Rep AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

type Rep AppImageConfigDetails = D1 ('MetaData "AppImageConfigDetails" "Amazonka.SageMaker.Types.AppImageConfigDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppImageConfigDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "kernelGatewayImageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayImageConfig)) :*: S1 ('MetaSel ('Just "appImageConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAppImageConfigDetails :: AppImageConfigDetails Source #

Create a value of AppImageConfigDetails 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:creationTime:AppImageConfigDetails', appImageConfigDetails_creationTime - When the AppImageConfig was created.

$sel:appImageConfigName:AppImageConfigDetails', appImageConfigDetails_appImageConfigName - The name of the AppImageConfig. Must be unique to your account.

$sel:lastModifiedTime:AppImageConfigDetails', appImageConfigDetails_lastModifiedTime - When the AppImageConfig was last modified.

$sel:kernelGatewayImageConfig:AppImageConfigDetails', appImageConfigDetails_kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image.

$sel:appImageConfigArn:AppImageConfigDetails', appImageConfigDetails_appImageConfigArn - The Amazon Resource Name (ARN) of the AppImageConfig.

AppSpecification

data AppSpecification Source #

Configuration to run a processing job in a specified container image.

See: newAppSpecification smart constructor.

Instances

Instances details
Eq AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Read AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Show AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Generic AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Associated Types

type Rep AppSpecification :: Type -> Type #

NFData AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Methods

rnf :: AppSpecification -> () #

Hashable AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

ToJSON AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

FromJSON AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

type Rep AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

type Rep AppSpecification = D1 ('MetaData "AppSpecification" "Amazonka.SageMaker.Types.AppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAppSpecification Source #

Create a value of AppSpecification 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:containerArguments:AppSpecification', appSpecification_containerArguments - The arguments for a container used to run a processing job.

$sel:containerEntrypoint:AppSpecification', appSpecification_containerEntrypoint - The entrypoint for a container used to run a processing job.

$sel:imageUri:AppSpecification', appSpecification_imageUri - The container image to be run by the processing job.

ArtifactSource

data ArtifactSource Source #

A structure describing the source of an artifact.

See: newArtifactSource smart constructor.

Instances

Instances details
Eq ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Read ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Show ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Generic ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Associated Types

type Rep ArtifactSource :: Type -> Type #

NFData ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Methods

rnf :: ArtifactSource -> () #

Hashable ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

ToJSON ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

FromJSON ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

type Rep ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

type Rep ArtifactSource = D1 ('MetaData "ArtifactSource" "Amazonka.SageMaker.Types.ArtifactSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ArtifactSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ArtifactSourceType])) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newArtifactSource Source #

Create a value of ArtifactSource 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:sourceTypes:ArtifactSource', artifactSource_sourceTypes - A list of source types.

$sel:sourceUri:ArtifactSource', artifactSource_sourceUri - The URI of the source.

ArtifactSourceType

data ArtifactSourceType Source #

The ID and ID type of an artifact source.

See: newArtifactSourceType smart constructor.

Instances

Instances details
Eq ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Read ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Show ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Generic ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Associated Types

type Rep ArtifactSourceType :: Type -> Type #

NFData ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Methods

rnf :: ArtifactSourceType -> () #

Hashable ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

ToJSON ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

FromJSON ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

type Rep ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

type Rep ArtifactSourceType = D1 ('MetaData "ArtifactSourceType" "Amazonka.SageMaker.Types.ArtifactSourceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ArtifactSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIdType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactSourceIdType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newArtifactSourceType Source #

Create a value of ArtifactSourceType 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:sourceIdType:ArtifactSourceType', artifactSourceType_sourceIdType - The type of ID.

$sel:value:ArtifactSourceType', artifactSourceType_value - The ID.

ArtifactSummary

data ArtifactSummary Source #

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

See: newArtifactSummary smart constructor.

Instances

Instances details
Eq ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Read ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Show ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Generic ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Associated Types

type Rep ArtifactSummary :: Type -> Type #

NFData ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Methods

rnf :: ArtifactSummary -> () #

Hashable ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

FromJSON ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

type Rep ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

type Rep ArtifactSummary = D1 ('MetaData "ArtifactSummary" "Amazonka.SageMaker.Types.ArtifactSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ArtifactSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactSource)) :*: (S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "artifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newArtifactSummary :: ArtifactSummary Source #

Create a value of ArtifactSummary 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:creationTime:ArtifactSummary', artifactSummary_creationTime - When the artifact was created.

$sel:lastModifiedTime:ArtifactSummary', artifactSummary_lastModifiedTime - When the artifact was last modified.

$sel:artifactName:ArtifactSummary', artifactSummary_artifactName - The name of the artifact.

$sel:source:ArtifactSummary', artifactSummary_source - The source of the artifact.

$sel:artifactArn:ArtifactSummary', artifactSummary_artifactArn - The Amazon Resource Name (ARN) of the artifact.

$sel:artifactType:ArtifactSummary', artifactSummary_artifactType - The type of the artifact.

AssociationSummary

data AssociationSummary Source #

Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.

See: newAssociationSummary smart constructor.

Instances

Instances details
Eq AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Read AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Show AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Generic AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Associated Types

type Rep AssociationSummary :: Type -> Type #

NFData AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Methods

rnf :: AssociationSummary -> () #

Hashable AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

FromJSON AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

type Rep AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

newAssociationSummary :: AssociationSummary Source #

Create a value of AssociationSummary 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:creationTime:AssociationSummary', associationSummary_creationTime - When the association was created.

$sel:sourceName:AssociationSummary', associationSummary_sourceName - The name of the source.

$sel:sourceType:AssociationSummary', associationSummary_sourceType - The source type.

$sel:sourceArn:AssociationSummary', associationSummary_sourceArn - The ARN of the source.

$sel:createdBy:AssociationSummary', associationSummary_createdBy - Undocumented member.

$sel:associationType:AssociationSummary', associationSummary_associationType - The type of the association.

$sel:destinationArn:AssociationSummary', associationSummary_destinationArn - The Amazon Resource Name (ARN) of the destination.

$sel:destinationType:AssociationSummary', associationSummary_destinationType - The destination type.

$sel:destinationName:AssociationSummary', associationSummary_destinationName - The name of the destination.

AsyncInferenceClientConfig

data AsyncInferenceClientConfig Source #

Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

See: newAsyncInferenceClientConfig smart constructor.

Instances

Instances details
Eq AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Read AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Show AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Generic AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Associated Types

type Rep AsyncInferenceClientConfig :: Type -> Type #

NFData AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Hashable AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

ToJSON AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

FromJSON AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

type Rep AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

type Rep AsyncInferenceClientConfig = D1 ('MetaData "AsyncInferenceClientConfig" "Amazonka.SageMaker.Types.AsyncInferenceClientConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceClientConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxConcurrentInvocationsPerInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newAsyncInferenceClientConfig :: AsyncInferenceClientConfig Source #

Create a value of AsyncInferenceClientConfig 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:maxConcurrentInvocationsPerInstance:AsyncInferenceClientConfig', asyncInferenceClientConfig_maxConcurrentInvocationsPerInstance - The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.

AsyncInferenceConfig

data AsyncInferenceConfig Source #

Specifies configuration for how an endpoint performs asynchronous inference.

See: newAsyncInferenceConfig smart constructor.

Instances

Instances details
Eq AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Read AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Show AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Generic AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Associated Types

type Rep AsyncInferenceConfig :: Type -> Type #

NFData AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Methods

rnf :: AsyncInferenceConfig -> () #

Hashable AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

ToJSON AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

FromJSON AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

type Rep AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

type Rep AsyncInferenceConfig = D1 ('MetaData "AsyncInferenceConfig" "Amazonka.SageMaker.Types.AsyncInferenceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceClientConfig)) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AsyncInferenceOutputConfig)))

newAsyncInferenceConfig Source #

Create a value of AsyncInferenceConfig 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:clientConfig:AsyncInferenceConfig', asyncInferenceConfig_clientConfig - Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

$sel:outputConfig:AsyncInferenceConfig', asyncInferenceConfig_outputConfig - Specifies the configuration for asynchronous inference invocation outputs.

AsyncInferenceNotificationConfig

data AsyncInferenceNotificationConfig Source #

Specifies the configuration for notifications of inference results for asynchronous inference.

See: newAsyncInferenceNotificationConfig smart constructor.

Instances

Instances details
Eq AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Read AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Show AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Generic AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Associated Types

type Rep AsyncInferenceNotificationConfig :: Type -> Type #

NFData AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Hashable AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

ToJSON AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

FromJSON AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

type Rep AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

type Rep AsyncInferenceNotificationConfig = D1 ('MetaData "AsyncInferenceNotificationConfig" "Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceNotificationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "successTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAsyncInferenceNotificationConfig :: AsyncInferenceNotificationConfig Source #

Create a value of AsyncInferenceNotificationConfig 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:errorTopic:AsyncInferenceNotificationConfig', asyncInferenceNotificationConfig_errorTopic - Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

$sel:successTopic:AsyncInferenceNotificationConfig', asyncInferenceNotificationConfig_successTopic - Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

AsyncInferenceOutputConfig

data AsyncInferenceOutputConfig Source #

Specifies the configuration for asynchronous inference invocation outputs.

See: newAsyncInferenceOutputConfig smart constructor.

Instances

Instances details
Eq AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Read AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Show AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Generic AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Associated Types

type Rep AsyncInferenceOutputConfig :: Type -> Type #

NFData AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Hashable AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

ToJSON AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

FromJSON AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

type Rep AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

type Rep AsyncInferenceOutputConfig = D1 ('MetaData "AsyncInferenceOutputConfig" "Amazonka.SageMaker.Types.AsyncInferenceOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceNotificationConfig)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAsyncInferenceOutputConfig Source #

Create a value of AsyncInferenceOutputConfig 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:notificationConfig:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_notificationConfig - Specifies the configuration for notifications of inference results for asynchronous inference.

$sel:kmsKeyId:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

$sel:s3OutputPath:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_s3OutputPath - The Amazon S3 location to upload inference responses to.

AthenaDatasetDefinition

data AthenaDatasetDefinition Source #

Configuration for Athena Dataset Definition input.

See: newAthenaDatasetDefinition smart constructor.

Instances

Instances details
Eq AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Read AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Show AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Generic AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Associated Types

type Rep AthenaDatasetDefinition :: Type -> Type #

NFData AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Methods

rnf :: AthenaDatasetDefinition -> () #

Hashable AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

ToJSON AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

FromJSON AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

type Rep AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

type Rep AthenaDatasetDefinition = D1 ('MetaData "AthenaDatasetDefinition" "Amazonka.SageMaker.Types.AthenaDatasetDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AthenaDatasetDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AthenaResultCompressionType)) :*: S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queryString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "outputS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AthenaResultFormat)))))

newAthenaDatasetDefinition Source #

Create a value of AthenaDatasetDefinition 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:kmsKeyId:AthenaDatasetDefinition', athenaDatasetDefinition_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

$sel:workGroup:AthenaDatasetDefinition', athenaDatasetDefinition_workGroup - Undocumented member.

$sel:outputCompression:AthenaDatasetDefinition', athenaDatasetDefinition_outputCompression - Undocumented member.

$sel:catalog:AthenaDatasetDefinition', athenaDatasetDefinition_catalog - Undocumented member.

$sel:database:AthenaDatasetDefinition', athenaDatasetDefinition_database - Undocumented member.

$sel:queryString:AthenaDatasetDefinition', athenaDatasetDefinition_queryString - Undocumented member.

$sel:outputS3Uri:AthenaDatasetDefinition', athenaDatasetDefinition_outputS3Uri - The location in Amazon S3 where Athena query results are stored.

$sel:outputFormat:AthenaDatasetDefinition', athenaDatasetDefinition_outputFormat - Undocumented member.

AutoMLCandidate

data AutoMLCandidate Source #

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

See: newAutoMLCandidate smart constructor.

Instances

Instances details
Eq AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Read AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Show AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Generic AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Associated Types

type Rep AutoMLCandidate :: Type -> Type #

NFData AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Methods

rnf :: AutoMLCandidate -> () #

Hashable AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

FromJSON AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

type Rep AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

type Rep AutoMLCandidate = D1 ('MetaData "AutoMLCandidate" "Amazonka.SageMaker.Types.AutoMLCandidate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLCandidate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceContainers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoMLContainerDefinition]))) :*: (S1 ('MetaSel ('Just "candidateProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CandidateProperties)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "finalAutoMLJobObjectiveMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FinalAutoMLJobObjectiveMetric))))) :*: ((S1 ('MetaSel ('Just "candidateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "objectiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectiveStatus) :*: S1 ('MetaSel ('Just "candidateSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoMLCandidateStep]))) :*: (S1 ('MetaSel ('Just "candidateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CandidateStatus) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newAutoMLCandidate Source #

Create a value of AutoMLCandidate 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:failureReason:AutoMLCandidate', autoMLCandidate_failureReason - The failure reason.

$sel:inferenceContainers:AutoMLCandidate', autoMLCandidate_inferenceContainers - Information about the inference container definitions.

$sel:candidateProperties:AutoMLCandidate', autoMLCandidate_candidateProperties - The properties of an AutoML candidate job.

$sel:endTime:AutoMLCandidate', autoMLCandidate_endTime - The end time.

$sel:finalAutoMLJobObjectiveMetric:AutoMLCandidate', autoMLCandidate_finalAutoMLJobObjectiveMetric - Undocumented member.

$sel:candidateName:AutoMLCandidate', autoMLCandidate_candidateName - The name of the candidate.

$sel:objectiveStatus:AutoMLCandidate', autoMLCandidate_objectiveStatus - The objective's status.

$sel:candidateSteps:AutoMLCandidate', autoMLCandidate_candidateSteps - Information about the candidate's steps.

$sel:candidateStatus:AutoMLCandidate', autoMLCandidate_candidateStatus - The candidate's status.

$sel:creationTime:AutoMLCandidate', autoMLCandidate_creationTime - The creation time.

$sel:lastModifiedTime:AutoMLCandidate', autoMLCandidate_lastModifiedTime - The last modified time.

AutoMLCandidateStep

data AutoMLCandidateStep Source #

Information about the steps for a candidate and what step it is working on.

See: newAutoMLCandidateStep smart constructor.

Instances

Instances details
Eq AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Read AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Show AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Generic AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Associated Types

type Rep AutoMLCandidateStep :: Type -> Type #

NFData AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Methods

rnf :: AutoMLCandidateStep -> () #

Hashable AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

FromJSON AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

type Rep AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

type Rep AutoMLCandidateStep = D1 ('MetaData "AutoMLCandidateStep" "Amazonka.SageMaker.Types.AutoMLCandidateStep" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLCandidateStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateStepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CandidateStepType) :*: (S1 ('MetaSel ('Just "candidateStepArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "candidateStepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLCandidateStep Source #

Create a value of AutoMLCandidateStep 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:candidateStepType:AutoMLCandidateStep', autoMLCandidateStep_candidateStepType - Whether the candidate is at the transform, training, or processing step.

$sel:candidateStepArn:AutoMLCandidateStep', autoMLCandidateStep_candidateStepArn - The ARN for the candidate's step.

$sel:candidateStepName:AutoMLCandidateStep', autoMLCandidateStep_candidateStepName - The name for the candidate's step.

AutoMLChannel

data AutoMLChannel Source #

A channel is a named input source that training algorithms can consume. For more information, see .

See: newAutoMLChannel smart constructor.

Instances

Instances details
Eq AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Read AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Show AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Generic AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Associated Types

type Rep AutoMLChannel :: Type -> Type #

NFData AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Methods

rnf :: AutoMLChannel -> () #

Hashable AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

ToJSON AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

FromJSON AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

type Rep AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

type Rep AutoMLChannel = D1 ('MetaData "AutoMLChannel" "Amazonka.SageMaker.Types.AutoMLChannel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionType)) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLDataSource) :*: S1 ('MetaSel ('Just "targetAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLChannel Source #

Create a value of AutoMLChannel 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:compressionType:AutoMLChannel', autoMLChannel_compressionType - You can use Gzip or None. The default value is None.

$sel:dataSource:AutoMLChannel', autoMLChannel_dataSource - The data source for an AutoML channel.

$sel:targetAttributeName:AutoMLChannel', autoMLChannel_targetAttributeName - The name of the target variable in supervised learning, usually represented by 'y'.

AutoMLContainerDefinition

data AutoMLContainerDefinition Source #

A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see .

See: newAutoMLContainerDefinition smart constructor.

Instances

Instances details
Eq AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Read AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Show AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Generic AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Associated Types

type Rep AutoMLContainerDefinition :: Type -> Type #

NFData AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Hashable AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

FromJSON AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

type Rep AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

type Rep AutoMLContainerDefinition = D1 ('MetaData "AutoMLContainerDefinition" "Amazonka.SageMaker.Types.AutoMLContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLContainerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLContainerDefinition Source #

Create a value of AutoMLContainerDefinition 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:environment:AutoMLContainerDefinition', autoMLContainerDefinition_environment - The environment variables to set in the container. For more information, see .

$sel:image:AutoMLContainerDefinition', autoMLContainerDefinition_image - The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

$sel:modelDataUrl:AutoMLContainerDefinition', autoMLContainerDefinition_modelDataUrl - The location of the model artifacts. For more information, see .

AutoMLDataSource

data AutoMLDataSource Source #

The data source for the Autopilot job.

See: newAutoMLDataSource smart constructor.

Instances

Instances details
Eq AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Read AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Show AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Generic AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Associated Types

type Rep AutoMLDataSource :: Type -> Type #

NFData AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Methods

rnf :: AutoMLDataSource -> () #

Hashable AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

ToJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

FromJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

type Rep AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

type Rep AutoMLDataSource = D1 ('MetaData "AutoMLDataSource" "Amazonka.SageMaker.Types.AutoMLDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLS3DataSource)))

newAutoMLDataSource Source #

Create a value of AutoMLDataSource 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:s3DataSource:AutoMLDataSource', autoMLDataSource_s3DataSource - The Amazon S3 location of the input data.

The input data must be in CSV format and contain at least 500 rows.

AutoMLJobArtifacts

data AutoMLJobArtifacts Source #

The artifacts that are generated during an AutoML job.

See: newAutoMLJobArtifacts smart constructor.

Instances

Instances details
Eq AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Read AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Show AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Generic AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Associated Types

type Rep AutoMLJobArtifacts :: Type -> Type #

NFData AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Methods

rnf :: AutoMLJobArtifacts -> () #

Hashable AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

FromJSON AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

type Rep AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

type Rep AutoMLJobArtifacts = D1 ('MetaData "AutoMLJobArtifacts" "Amazonka.SageMaker.Types.AutoMLJobArtifacts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateDefinitionNotebookLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataExplorationNotebookLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLJobArtifacts :: AutoMLJobArtifacts Source #

Create a value of AutoMLJobArtifacts 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:candidateDefinitionNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_candidateDefinitionNotebookLocation - The URL of the notebook location.

$sel:dataExplorationNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_dataExplorationNotebookLocation - The URL of the notebook location.

AutoMLJobCompletionCriteria

data AutoMLJobCompletionCriteria Source #

How long a job is allowed to run, or how many candidates a job is allowed to generate.

See: newAutoMLJobCompletionCriteria smart constructor.

Instances

Instances details
Eq AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Read AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Show AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Generic AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Associated Types

type Rep AutoMLJobCompletionCriteria :: Type -> Type #

NFData AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Hashable AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

ToJSON AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

FromJSON AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

type Rep AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

type Rep AutoMLJobCompletionCriteria = D1 ('MetaData "AutoMLJobCompletionCriteria" "Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobCompletionCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCandidates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maxRuntimePerTrainingJobInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxAutoMLJobRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newAutoMLJobCompletionCriteria :: AutoMLJobCompletionCriteria Source #

Create a value of AutoMLJobCompletionCriteria 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:maxCandidates:AutoMLJobCompletionCriteria', autoMLJobCompletionCriteria_maxCandidates - The maximum number of times a training job is allowed to run.

$sel:maxRuntimePerTrainingJobInSeconds:AutoMLJobCompletionCriteria', autoMLJobCompletionCriteria_maxRuntimePerTrainingJobInSeconds - The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.

$sel:maxAutoMLJobRuntimeInSeconds:AutoMLJobCompletionCriteria', autoMLJobCompletionCriteria_maxAutoMLJobRuntimeInSeconds - The maximum runtime, in seconds, an AutoML job has to complete.

If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.

AutoMLJobConfig

data AutoMLJobConfig Source #

A collection of settings used for an AutoML job.

See: newAutoMLJobConfig smart constructor.

Instances

Instances details
Eq AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Read AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Show AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Generic AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Associated Types

type Rep AutoMLJobConfig :: Type -> Type #

NFData AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Methods

rnf :: AutoMLJobConfig -> () #

Hashable AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

ToJSON AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

FromJSON AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

type Rep AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

type Rep AutoMLJobConfig = D1 ('MetaData "AutoMLJobConfig" "Amazonka.SageMaker.Types.AutoMLJobConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLSecurityConfig)) :*: S1 ('MetaSel ('Just "completionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobCompletionCriteria))))

newAutoMLJobConfig :: AutoMLJobConfig Source #

Create a value of AutoMLJobConfig 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:securityConfig:AutoMLJobConfig', autoMLJobConfig_securityConfig - The security configuration for traffic encryption or Amazon VPC settings.

$sel:completionCriteria:AutoMLJobConfig', autoMLJobConfig_completionCriteria - How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

AutoMLJobObjective

data AutoMLJobObjective Source #

Specifies a metric to minimize or maximize as the objective of a job.

See: newAutoMLJobObjective smart constructor.

Instances

Instances details
Eq AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Read AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Show AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Generic AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Associated Types

type Rep AutoMLJobObjective :: Type -> Type #

NFData AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Methods

rnf :: AutoMLJobObjective -> () #

Hashable AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

ToJSON AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

FromJSON AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

type Rep AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

type Rep AutoMLJobObjective = D1 ('MetaData "AutoMLJobObjective" "Amazonka.SageMaker.Types.AutoMLJobObjective" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobObjective'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLMetricEnum)))

newAutoMLJobObjective Source #

Create a value of AutoMLJobObjective 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:metricName:AutoMLJobObjective', autoMLJobObjective_metricName - The name of the objective metric used to measure the predictive quality of a machine learning system. This metric is optimized during training to provide the best estimate for model parameter values from data.

Here are the options:

  • MSE: The mean squared error (MSE) is the average of the squared differences between the predicted and actual values. It is used for regression. MSE values are always positive: the better a model is at predicting the actual values, the smaller the MSE value is. When the data contains outliers, they tend to dominate the MSE, which might cause subpar prediction performance.
  • Accuracy: The ratio of the number of correctly classified items to the total number of (correctly and incorrectly) classified items. It is used for binary and multiclass classification. It measures how close the predicted class values are to the actual values. Accuracy values vary between zero and one: one indicates perfect accuracy and zero indicates perfect inaccuracy.
  • F1: The F1 score is the harmonic mean of the precision and recall. It is used for binary classification into classes traditionally referred to as positive and negative. Predictions are said to be true when they match their actual (correct) class and false when they do not. Precision is the ratio of the true positive predictions to all positive predictions (including the false positives) in a data set and measures the quality of the prediction when it predicts the positive class. Recall (or sensitivity) is the ratio of the true positive predictions to all actual positive instances and measures how completely a model predicts the actual class members in a data set. The standard F1 score weighs precision and recall equally. But which metric is paramount typically depends on specific aspects of a problem. F1 scores vary between zero and one: one indicates the best possible performance and zero the worst.
  • AUC: The area under the curve (AUC) metric is used to compare and evaluate binary classification by algorithms such as logistic regression that return probabilities. A threshold is needed to map the probabilities into classifications. The relevant curve is the receiver operating characteristic curve that plots the true positive rate (TPR) of predictions (or recall) against the false positive rate (FPR) as a function of the threshold value, above which a prediction is considered positive. Increasing the threshold results in fewer false positives but more false negatives. AUC is the area under this receiver operating characteristic curve and so provides an aggregated measure of the model performance across all possible classification thresholds. The AUC score can also be interpreted as the probability that a randomly selected positive data point is more likely to be predicted positive than a randomly selected negative example. AUC scores vary between zero and one: a score of one indicates perfect accuracy and a score of one half indicates that the prediction is not better than a random classifier. Values under one half predict less accurately than a random predictor. But such consistently bad predictors can simply be inverted to obtain better than random predictors.
  • F1macro: The F1macro score applies F1 scoring to multiclass classification. In this context, you have multiple classes to predict. You just calculate the precision and recall for each class as you did for the positive class in binary classification. Then, use these values to calculate the F1 score for each class and average them to obtain the F1macro score. F1macro scores vary between zero and one: one indicates the best possible performance and zero the worst.

If you do not specify a metric explicitly, the default behavior is to automatically use:

  • MSE: for regression.
  • F1: for binary classification
  • Accuracy: for multiclass classification.

AutoMLJobSummary

data AutoMLJobSummary Source #

Provides a summary about an AutoML job.

See: newAutoMLJobSummary smart constructor.

Instances

Instances details
Eq AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Read AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Show AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Generic AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Associated Types

type Rep AutoMLJobSummary :: Type -> Type #

NFData AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Methods

rnf :: AutoMLJobSummary -> () #

Hashable AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

FromJSON AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

type Rep AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

newAutoMLJobSummary Source #

Create a value of AutoMLJobSummary 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:failureReason:AutoMLJobSummary', autoMLJobSummary_failureReason - The failure reason of an AutoML job.

$sel:partialFailureReasons:AutoMLJobSummary', autoMLJobSummary_partialFailureReasons - The list of reasons for partial failures within an AutoML job.

$sel:endTime:AutoMLJobSummary', autoMLJobSummary_endTime - The end time of an AutoML job.

$sel:autoMLJobName:AutoMLJobSummary', autoMLJobSummary_autoMLJobName - The name of the AutoML job you are requesting.

$sel:autoMLJobArn:AutoMLJobSummary', autoMLJobSummary_autoMLJobArn - The ARN of the AutoML job.

$sel:autoMLJobStatus:AutoMLJobSummary', autoMLJobSummary_autoMLJobStatus - The status of the AutoML job.

$sel:autoMLJobSecondaryStatus:AutoMLJobSummary', autoMLJobSummary_autoMLJobSecondaryStatus - The secondary status of the AutoML job.

$sel:creationTime:AutoMLJobSummary', autoMLJobSummary_creationTime - When the AutoML job was created.

$sel:lastModifiedTime:AutoMLJobSummary', autoMLJobSummary_lastModifiedTime - When the AutoML job was last modified.

AutoMLOutputDataConfig

data AutoMLOutputDataConfig Source #

The output data configuration.

See: newAutoMLOutputDataConfig smart constructor.

Instances

Instances details
Eq AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Read AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Show AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Generic AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Associated Types

type Rep AutoMLOutputDataConfig :: Type -> Type #

NFData AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Methods

rnf :: AutoMLOutputDataConfig -> () #

Hashable AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

ToJSON AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

FromJSON AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

type Rep AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

type Rep AutoMLOutputDataConfig = D1 ('MetaData "AutoMLOutputDataConfig" "Amazonka.SageMaker.Types.AutoMLOutputDataConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLOutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoMLOutputDataConfig Source #

Create a value of AutoMLOutputDataConfig 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:kmsKeyId:AutoMLOutputDataConfig', autoMLOutputDataConfig_kmsKeyId - The Amazon Web Services KMS encryption key ID.

$sel:s3OutputPath:AutoMLOutputDataConfig', autoMLOutputDataConfig_s3OutputPath - The Amazon S3 output path. Must be 128 characters or less.

AutoMLPartialFailureReason

data AutoMLPartialFailureReason Source #

The reason for a partial failure of an AutoML job.

See: newAutoMLPartialFailureReason smart constructor.

Instances

Instances details
Eq AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Read AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Show AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Generic AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Associated Types

type Rep AutoMLPartialFailureReason :: Type -> Type #

NFData AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Hashable AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

FromJSON AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

type Rep AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

type Rep AutoMLPartialFailureReason = D1 ('MetaData "AutoMLPartialFailureReason" "Amazonka.SageMaker.Types.AutoMLPartialFailureReason" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLPartialFailureReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partialFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLPartialFailureReason :: AutoMLPartialFailureReason Source #

Create a value of AutoMLPartialFailureReason 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:partialFailureMessage:AutoMLPartialFailureReason', autoMLPartialFailureReason_partialFailureMessage - The message containing the reason for a partial failure of an AutoML job.

AutoMLS3DataSource

data AutoMLS3DataSource Source #

The Amazon S3 data source.

See: newAutoMLS3DataSource smart constructor.

Instances

Instances details
Eq AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Read AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Show AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Generic AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Associated Types

type Rep AutoMLS3DataSource :: Type -> Type #

NFData AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Methods

rnf :: AutoMLS3DataSource -> () #

Hashable AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

ToJSON AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

FromJSON AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

type Rep AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

type Rep AutoMLS3DataSource = D1 ('MetaData "AutoMLS3DataSource" "Amazonka.SageMaker.Types.AutoMLS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLS3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoMLS3DataSource Source #

Create a value of AutoMLS3DataSource 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:s3DataType:AutoMLS3DataSource', autoMLS3DataSource_s3DataType - The data type.

$sel:s3Uri:AutoMLS3DataSource', autoMLS3DataSource_s3Uri - The URL to the Amazon S3 data source.

AutoMLSecurityConfig

data AutoMLSecurityConfig Source #

Security options.

See: newAutoMLSecurityConfig smart constructor.

Instances

Instances details
Eq AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Read AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Show AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Generic AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Associated Types

type Rep AutoMLSecurityConfig :: Type -> Type #

NFData AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Methods

rnf :: AutoMLSecurityConfig -> () #

Hashable AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

ToJSON AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

FromJSON AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

type Rep AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

type Rep AutoMLSecurityConfig = D1 ('MetaData "AutoMLSecurityConfig" "Amazonka.SageMaker.Types.AutoMLSecurityConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLSecurityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newAutoMLSecurityConfig :: AutoMLSecurityConfig Source #

Create a value of AutoMLSecurityConfig 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:vpcConfig:AutoMLSecurityConfig', autoMLSecurityConfig_vpcConfig - The VPC configuration.

$sel:volumeKmsKeyId:AutoMLSecurityConfig', autoMLSecurityConfig_volumeKmsKeyId - The key used to encrypt stored data.

$sel:enableInterContainerTrafficEncryption:AutoMLSecurityConfig', autoMLSecurityConfig_enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.

AutoRollbackConfig

data AutoRollbackConfig Source #

Currently, the AutoRollbackConfig API is not supported.

See: newAutoRollbackConfig smart constructor.

Instances

Instances details
Eq AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Read AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Show AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Generic AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Associated Types

type Rep AutoRollbackConfig :: Type -> Type #

NFData AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Methods

rnf :: AutoRollbackConfig -> () #

Hashable AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

ToJSON AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

FromJSON AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

type Rep AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

type Rep AutoRollbackConfig = D1 ('MetaData "AutoRollbackConfig" "Amazonka.SageMaker.Types.AutoRollbackConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoRollbackConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Alarm)))))

newAutoRollbackConfig :: AutoRollbackConfig Source #

Create a value of AutoRollbackConfig 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:alarms:AutoRollbackConfig', autoRollbackConfig_alarms -

Bias

data Bias Source #

Contains bias metrics for a model.

See: newBias smart constructor.

Constructors

Bias' (Maybe MetricsSource) 

Instances

Instances details
Eq Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

(==) :: Bias -> Bias -> Bool #

(/=) :: Bias -> Bias -> Bool #

Read Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Show Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

showsPrec :: Int -> Bias -> ShowS #

show :: Bias -> String #

showList :: [Bias] -> ShowS #

Generic Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Associated Types

type Rep Bias :: Type -> Type #

Methods

from :: Bias -> Rep Bias x #

to :: Rep Bias x -> Bias #

NFData Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

rnf :: Bias -> () #

Hashable Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

hashWithSalt :: Int -> Bias -> Int #

hash :: Bias -> Int #

ToJSON Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

FromJSON Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

type Rep Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

type Rep Bias = D1 ('MetaData "Bias" "Amazonka.SageMaker.Types.Bias" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Bias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "report") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newBias :: Bias Source #

Create a value of Bias 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:report:Bias', bias_report - The bias report for a model

BlueGreenUpdatePolicy

data BlueGreenUpdatePolicy Source #

Currently, the BlueGreenUpdatePolicy API is not supported.

See: newBlueGreenUpdatePolicy smart constructor.

Instances

Instances details
Eq BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Read BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Show BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Generic BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Associated Types

type Rep BlueGreenUpdatePolicy :: Type -> Type #

NFData BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Methods

rnf :: BlueGreenUpdatePolicy -> () #

Hashable BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

ToJSON BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

FromJSON BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

type Rep BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

type Rep BlueGreenUpdatePolicy = D1 ('MetaData "BlueGreenUpdatePolicy" "Amazonka.SageMaker.Types.BlueGreenUpdatePolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "BlueGreenUpdatePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumExecutionTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "terminationWaitInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "trafficRoutingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrafficRoutingConfig))))

CacheHitResult

data CacheHitResult Source #

Details on the cache hit of a pipeline execution step.

See: newCacheHitResult smart constructor.

Constructors

CacheHitResult' (Maybe Text) 

Instances

Instances details
Eq CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Read CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Show CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Generic CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Associated Types

type Rep CacheHitResult :: Type -> Type #

NFData CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Methods

rnf :: CacheHitResult -> () #

Hashable CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

FromJSON CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

type Rep CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

type Rep CacheHitResult = D1 ('MetaData "CacheHitResult" "Amazonka.SageMaker.Types.CacheHitResult" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CacheHitResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourcePipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCacheHitResult :: CacheHitResult Source #

Create a value of CacheHitResult 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:sourcePipelineExecutionArn:CacheHitResult', cacheHitResult_sourcePipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

CallbackStepMetadata

data CallbackStepMetadata Source #

Metadata about a callback step.

See: newCallbackStepMetadata smart constructor.

Instances

Instances details
Eq CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Read CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Show CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Generic CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Associated Types

type Rep CallbackStepMetadata :: Type -> Type #

NFData CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Methods

rnf :: CallbackStepMetadata -> () #

Hashable CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

FromJSON CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

type Rep CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

type Rep CallbackStepMetadata = D1 ('MetaData "CallbackStepMetadata" "Amazonka.SageMaker.Types.CallbackStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CallbackStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callbackToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter])) :*: S1 ('MetaSel ('Just "sqsQueueUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCallbackStepMetadata :: CallbackStepMetadata Source #

Create a value of CallbackStepMetadata 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:callbackToken:CallbackStepMetadata', callbackStepMetadata_callbackToken - The pipeline generated token from the Amazon SQS queue.

$sel:outputParameters:CallbackStepMetadata', callbackStepMetadata_outputParameters - A list of the output parameters of the callback step.

$sel:sqsQueueUrl:CallbackStepMetadata', callbackStepMetadata_sqsQueueUrl - The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

CandidateArtifactLocations

data CandidateArtifactLocations Source #

The location of artifacts for an AutoML candidate job.

See: newCandidateArtifactLocations smart constructor.

Instances

Instances details
Eq CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Read CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Show CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Generic CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Associated Types

type Rep CandidateArtifactLocations :: Type -> Type #

NFData CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Hashable CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

FromJSON CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

type Rep CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

type Rep CandidateArtifactLocations = D1 ('MetaData "CandidateArtifactLocations" "Amazonka.SageMaker.Types.CandidateArtifactLocations" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CandidateArtifactLocations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCandidateArtifactLocations Source #

Create a value of CandidateArtifactLocations 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:explainability:CandidateArtifactLocations', candidateArtifactLocations_explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

CandidateProperties

data CandidateProperties Source #

The properties of an AutoML candidate job.

See: newCandidateProperties smart constructor.

Instances

Instances details
Eq CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Read CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Show CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Generic CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Associated Types

type Rep CandidateProperties :: Type -> Type #

NFData CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Methods

rnf :: CandidateProperties -> () #

Hashable CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

FromJSON CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

type Rep CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

type Rep CandidateProperties = D1 ('MetaData "CandidateProperties" "Amazonka.SageMaker.Types.CandidateProperties" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CandidateProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateArtifactLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CandidateArtifactLocations)) :*: S1 ('MetaSel ('Just "candidateMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDatum]))))

newCandidateProperties :: CandidateProperties Source #

Create a value of CandidateProperties 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:candidateArtifactLocations:CandidateProperties', candidateProperties_candidateArtifactLocations - The Amazon S3 prefix to the artifacts generated for an AutoML candidate.

$sel:candidateMetrics:CandidateProperties', candidateProperties_candidateMetrics - Information about the candidate metrics for an AutoML job.

CapacitySize

data CapacitySize Source #

Currently, the CapacitySize API is not supported.

See: newCapacitySize smart constructor.

Instances

Instances details
Eq CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Read CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Show CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Generic CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Associated Types

type Rep CapacitySize :: Type -> Type #

NFData CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Methods

rnf :: CapacitySize -> () #

Hashable CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

ToJSON CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

FromJSON CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

type Rep CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

type Rep CapacitySize = D1 ('MetaData "CapacitySize" "Amazonka.SageMaker.Types.CapacitySize" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CapacitySize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CapacitySizeType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newCapacitySize Source #

Create a value of CapacitySize 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:type':CapacitySize', capacitySize_type - This API is not supported.

$sel:value:CapacitySize', capacitySize_value -

CaptureContentTypeHeader

data CaptureContentTypeHeader Source #

See: newCaptureContentTypeHeader smart constructor.

Instances

Instances details
Eq CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Read CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Show CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Generic CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Associated Types

type Rep CaptureContentTypeHeader :: Type -> Type #

NFData CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Hashable CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

ToJSON CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

FromJSON CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

type Rep CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

type Rep CaptureContentTypeHeader = D1 ('MetaData "CaptureContentTypeHeader" "Amazonka.SageMaker.Types.CaptureContentTypeHeader" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CaptureContentTypeHeader'" 'PrefixI 'True) (S1 ('MetaSel ('Just "csvContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "jsonContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newCaptureContentTypeHeader :: CaptureContentTypeHeader Source #

Create a value of CaptureContentTypeHeader 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:csvContentTypes:CaptureContentTypeHeader', captureContentTypeHeader_csvContentTypes -

$sel:jsonContentTypes:CaptureContentTypeHeader', captureContentTypeHeader_jsonContentTypes -

CaptureOption

data CaptureOption Source #

See: newCaptureOption smart constructor.

Instances

Instances details
Eq CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Read CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Show CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Generic CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Associated Types

type Rep CaptureOption :: Type -> Type #

NFData CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Methods

rnf :: CaptureOption -> () #

Hashable CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

ToJSON CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

FromJSON CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

type Rep CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

type Rep CaptureOption = D1 ('MetaData "CaptureOption" "Amazonka.SageMaker.Types.CaptureOption" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CaptureOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "captureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CaptureMode)))

newCaptureOption Source #

Create a value of CaptureOption 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:captureMode:CaptureOption', captureOption_captureMode -

CategoricalParameterRange

data CategoricalParameterRange Source #

A list of categorical hyperparameters to tune.

See: newCategoricalParameterRange smart constructor.

Instances

Instances details
Eq CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Read CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Show CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Generic CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Associated Types

type Rep CategoricalParameterRange :: Type -> Type #

NFData CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Hashable CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

ToJSON CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

FromJSON CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

type Rep CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

type Rep CategoricalParameterRange = D1 ('MetaData "CategoricalParameterRange" "Amazonka.SageMaker.Types.CategoricalParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CategoricalParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newCategoricalParameterRange Source #

Create a value of CategoricalParameterRange 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:name:CategoricalParameterRange', categoricalParameterRange_name - The name of the categorical hyperparameter to tune.

$sel:values:CategoricalParameterRange', categoricalParameterRange_values - A list of the categories for the hyperparameter.

CategoricalParameterRangeSpecification

data CategoricalParameterRangeSpecification Source #

Defines the possible values for a categorical hyperparameter.

See: newCategoricalParameterRangeSpecification smart constructor.

Instances

Instances details
Eq CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Read CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Show CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Generic CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

NFData CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Hashable CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

ToJSON CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

FromJSON CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

type Rep CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

type Rep CategoricalParameterRangeSpecification = D1 ('MetaData "CategoricalParameterRangeSpecification" "Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CategoricalParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newCategoricalParameterRangeSpecification Source #

Create a value of CategoricalParameterRangeSpecification 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:values:CategoricalParameterRangeSpecification', categoricalParameterRangeSpecification_values - The allowed categories for the hyperparameter.

Channel

data Channel Source #

A channel is a named input source that training algorithms can consume.

See: newChannel smart constructor.

Instances

Instances details
Eq Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Methods

(==) :: Channel -> Channel -> Bool #

(/=) :: Channel -> Channel -> Bool #

Read Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Show Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Generic Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Associated Types

type Rep Channel :: Type -> Type #

Methods

from :: Channel -> Rep Channel x #

to :: Rep Channel x -> Channel #

NFData Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Methods

rnf :: Channel -> () #

Hashable Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

ToJSON Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

FromJSON Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

type Rep Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

newChannel Source #

Create a value of Channel 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:shuffleConfig:Channel', channel_shuffleConfig - A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix matches. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

$sel:recordWrapperType:Channel', channel_recordWrapperType - Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.

In File mode, leave this field unset or set it to None.

$sel:inputMode:Channel', channel_inputMode - (Optional) The input mode to use for the data channel in a training job. If you don't set a value for InputMode, Amazon SageMaker uses the value set for TrainingInputMode. Use this parameter to override the TrainingInputMode setting in a AlgorithmSpecification request when you have a channel that needs a different input mode from the training job's general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use File input mode. To stream data directly from Amazon S3 to the container, choose Pipe input mode.

To use a model for incremental training, choose File input model.

$sel:compressionType:Channel', channel_compressionType - If training data is compressed, the compression type. The default value is None. CompressionType is used only in Pipe input mode. In File mode, leave this field unset or set it to None.

$sel:contentType:Channel', channel_contentType - The MIME type of the data.

$sel:channelName:Channel', channel_channelName - The name of the channel.

$sel:dataSource:Channel', channel_dataSource - The location of the channel data.

ChannelSpecification

data ChannelSpecification Source #

Defines a named input source, called a channel, to be used by an algorithm.

See: newChannelSpecification smart constructor.

Instances

Instances details
Eq ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Read ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Show ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Generic ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Associated Types

type Rep ChannelSpecification :: Type -> Type #

NFData ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Methods

rnf :: ChannelSpecification -> () #

Hashable ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

ToJSON ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

FromJSON ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

type Rep ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

type Rep ChannelSpecification = D1 ('MetaData "ChannelSpecification" "Amazonka.SageMaker.Types.ChannelSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ChannelSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "supportedCompressionTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CompressionType])) :*: (S1 ('MetaSel ('Just "isRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "supportedContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "supportedInputModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TrainingInputMode))))))

newChannelSpecification Source #

Create a value of ChannelSpecification 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:supportedCompressionTypes:ChannelSpecification', channelSpecification_supportedCompressionTypes - The allowed compression types, if data compression is used.

$sel:isRequired:ChannelSpecification', channelSpecification_isRequired - Indicates whether the channel is required by the algorithm.

$sel:description:ChannelSpecification', channelSpecification_description - A brief description of the channel.

$sel:name:ChannelSpecification', channelSpecification_name - The name of the channel.

$sel:supportedContentTypes:ChannelSpecification', channelSpecification_supportedContentTypes - The supported MIME types for the data.

$sel:supportedInputModes:ChannelSpecification', channelSpecification_supportedInputModes - The allowed input mode, either FILE or PIPE.

In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.

In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

CheckpointConfig

data CheckpointConfig Source #

Contains information about the output location for managed spot training checkpoint data.

See: newCheckpointConfig smart constructor.

Instances

Instances details
Eq CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Read CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Show CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Generic CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Associated Types

type Rep CheckpointConfig :: Type -> Type #

NFData CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Methods

rnf :: CheckpointConfig -> () #

Hashable CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

ToJSON CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

FromJSON CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

type Rep CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

type Rep CheckpointConfig = D1 ('MetaData "CheckpointConfig" "Amazonka.SageMaker.Types.CheckpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CheckpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCheckpointConfig Source #

Create a value of CheckpointConfig 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:localPath:CheckpointConfig', checkpointConfig_localPath - (Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

$sel:s3Uri:CheckpointConfig', checkpointConfig_s3Uri - Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

CodeRepositorySummary

data CodeRepositorySummary Source #

Specifies summary information about a Git repository.

See: newCodeRepositorySummary smart constructor.

Instances

Instances details
Eq CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Read CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Show CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Generic CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Associated Types

type Rep CodeRepositorySummary :: Type -> Type #

NFData CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Methods

rnf :: CodeRepositorySummary -> () #

Hashable CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

FromJSON CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

type Rep CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

type Rep CodeRepositorySummary = D1 ('MetaData "CodeRepositorySummary" "Amazonka.SageMaker.Types.CodeRepositorySummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CodeRepositorySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitConfig)) :*: S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "codeRepositoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newCodeRepositorySummary Source #

Create a value of CodeRepositorySummary 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:gitConfig:CodeRepositorySummary', codeRepositorySummary_gitConfig - Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

$sel:codeRepositoryName:CodeRepositorySummary', codeRepositorySummary_codeRepositoryName - The name of the Git repository.

$sel:codeRepositoryArn:CodeRepositorySummary', codeRepositorySummary_codeRepositoryArn - The Amazon Resource Name (ARN) of the Git repository.

$sel:creationTime:CodeRepositorySummary', codeRepositorySummary_creationTime - The date and time that the Git repository was created.

$sel:lastModifiedTime:CodeRepositorySummary', codeRepositorySummary_lastModifiedTime - The date and time that the Git repository was last modified.

CognitoConfig

data CognitoConfig Source #

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

See: newCognitoConfig smart constructor.

Constructors

CognitoConfig' Text Text 

Instances

Instances details
Eq CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Read CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Show CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Generic CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Associated Types

type Rep CognitoConfig :: Type -> Type #

NFData CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Methods

rnf :: CognitoConfig -> () #

Hashable CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

ToJSON CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

FromJSON CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

type Rep CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

type Rep CognitoConfig = D1 ('MetaData "CognitoConfig" "Amazonka.SageMaker.Types.CognitoConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CognitoConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCognitoConfig Source #

Create a value of CognitoConfig 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:userPool:CognitoConfig', cognitoConfig_userPool - A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

$sel:clientId:CognitoConfig', cognitoConfig_clientId - The client ID for your Amazon Cognito user pool.

CognitoMemberDefinition

data CognitoMemberDefinition Source #

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

See: newCognitoMemberDefinition smart constructor.

Instances

Instances details
Eq CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Read CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Show CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Generic CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Associated Types

type Rep CognitoMemberDefinition :: Type -> Type #

NFData CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Methods

rnf :: CognitoMemberDefinition -> () #

Hashable CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

ToJSON CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

FromJSON CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

type Rep CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

type Rep CognitoMemberDefinition = D1 ('MetaData "CognitoMemberDefinition" "Amazonka.SageMaker.Types.CognitoMemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CognitoMemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCognitoMemberDefinition Source #

Create a value of CognitoMemberDefinition 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:userPool:CognitoMemberDefinition', cognitoMemberDefinition_userPool - An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

$sel:userGroup:CognitoMemberDefinition', cognitoMemberDefinition_userGroup - An identifier for a user group.

$sel:clientId:CognitoMemberDefinition', cognitoMemberDefinition_clientId - An identifier for an application client. You must create the app client ID using Amazon Cognito.

CollectionConfiguration

data CollectionConfiguration Source #

Configuration information for the Debugger output tensor collections.

See: newCollectionConfiguration smart constructor.

Instances

Instances details
Eq CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Read CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Show CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Generic CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Associated Types

type Rep CollectionConfiguration :: Type -> Type #

NFData CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Methods

rnf :: CollectionConfiguration -> () #

Hashable CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

ToJSON CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

FromJSON CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

type Rep CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

type Rep CollectionConfiguration = D1 ('MetaData "CollectionConfiguration" "Amazonka.SageMaker.Types.CollectionConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CollectionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCollectionConfiguration :: CollectionConfiguration Source #

Create a value of CollectionConfiguration 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:collectionParameters:CollectionConfiguration', collectionConfiguration_collectionParameters - Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

$sel:collectionName:CollectionConfiguration', collectionConfiguration_collectionName - The name of the tensor collection. The name must be unique relative to other rule configuration names.

CompilationJobSummary

data CompilationJobSummary Source #

A summary of a model compilation job.

See: newCompilationJobSummary smart constructor.

Instances

Instances details
Eq CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Read CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Show CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Generic CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Associated Types

type Rep CompilationJobSummary :: Type -> Type #

NFData CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Methods

rnf :: CompilationJobSummary -> () #

Hashable CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

FromJSON CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

type Rep CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

type Rep CompilationJobSummary = D1 ('MetaData "CompilationJobSummary" "Amazonka.SageMaker.Types.CompilationJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CompilationJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "compilationStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationTargetPlatformAccelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformAccelerator))) :*: (S1 ('MetaSel ('Just "compilationTargetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDevice)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationTargetPlatformArch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformArch))))) :*: ((S1 ('MetaSel ('Just "compilationEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "compilationTargetPlatformOs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformOs)) :*: S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "compilationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "compilationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompilationJobStatus))))))

newCompilationJobSummary Source #

Create a value of CompilationJobSummary 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:compilationStartTime:CompilationJobSummary', compilationJobSummary_compilationStartTime - The time when the model compilation job started.

$sel:compilationTargetPlatformAccelerator:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformAccelerator - The type of accelerator that the model will run on after the compilation job has completed.

$sel:compilationTargetDevice:CompilationJobSummary', compilationJobSummary_compilationTargetDevice - The type of device that the model will run on after the compilation job has completed.

$sel:lastModifiedTime:CompilationJobSummary', compilationJobSummary_lastModifiedTime - The time when the model compilation job was last modified.

$sel:compilationTargetPlatformArch:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformArch - The type of architecture that the model will run on after the compilation job has completed.

$sel:compilationEndTime:CompilationJobSummary', compilationJobSummary_compilationEndTime - The time when the model compilation job completed.

$sel:compilationTargetPlatformOs:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformOs - The type of OS that the model will run on after the compilation job has completed.

$sel:compilationJobName:CompilationJobSummary', compilationJobSummary_compilationJobName - The name of the model compilation job that you want a summary for.

$sel:compilationJobArn:CompilationJobSummary', compilationJobSummary_compilationJobArn - The Amazon Resource Name (ARN) of the model compilation job.

$sel:creationTime:CompilationJobSummary', compilationJobSummary_creationTime - The time when the model compilation job was created.

$sel:compilationJobStatus:CompilationJobSummary', compilationJobSummary_compilationJobStatus - The status of the model compilation job.

ConditionStepMetadata

data ConditionStepMetadata Source #

Metadata for a Condition step.

See: newConditionStepMetadata smart constructor.

Instances

Instances details
Eq ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Read ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Show ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Generic ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Associated Types

type Rep ConditionStepMetadata :: Type -> Type #

NFData ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Methods

rnf :: ConditionStepMetadata -> () #

Hashable ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

FromJSON ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

type Rep ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

type Rep ConditionStepMetadata = D1 ('MetaData "ConditionStepMetadata" "Amazonka.SageMaker.Types.ConditionStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ConditionStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionOutcome))))

newConditionStepMetadata :: ConditionStepMetadata Source #

Create a value of ConditionStepMetadata 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:outcome:ConditionStepMetadata', conditionStepMetadata_outcome - The outcome of the Condition step evaluation.

ContainerDefinition

data ContainerDefinition Source #

Describes the container, as part of model definition.

See: newContainerDefinition smart constructor.

Instances

Instances details
Eq ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Read ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Show ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Generic ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Associated Types

type Rep ContainerDefinition :: Type -> Type #

NFData ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Methods

rnf :: ContainerDefinition -> () #

Hashable ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

ToJSON ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

FromJSON ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

type Rep ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

type Rep ContainerDefinition = D1 ('MetaData "ContainerDefinition" "Amazonka.SageMaker.Types.ContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContainerDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "multiModelConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MultiModelConfig)) :*: S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "imageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageConfig))) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerMode)) :*: S1 ('MetaSel ('Just "containerHostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newContainerDefinition :: ContainerDefinition Source #

Create a value of ContainerDefinition 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:multiModelConfig:ContainerDefinition', containerDefinition_multiModelConfig - Specifies additional configuration for multi-model endpoints.

$sel:modelDataUrl:ContainerDefinition', containerDefinition_modelDataUrl - The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for Amazon SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.

The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.

If you provide a value for this parameter, Amazon SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

If you use a built-in algorithm to create a model, Amazon SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl.

$sel:image:ContainerDefinition', containerDefinition_image - The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker

$sel:modelPackageName:ContainerDefinition', containerDefinition_modelPackageName - The name or Amazon Resource Name (ARN) of the model package to use to create the model.

$sel:environment:ContainerDefinition', containerDefinition_environment - The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

$sel:imageConfig:ContainerDefinition', containerDefinition_imageConfig - Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see Use a Private Docker Registry for Real-Time Inference Containers

$sel:mode:ContainerDefinition', containerDefinition_mode - Whether the container hosts a single model or multiple models.

$sel:containerHostname:ContainerDefinition', containerDefinition_containerHostname - This parameter is ignored for models that contain only a PrimaryContainer.

When a ContainerDefinition is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see Use Logs and Metrics to Monitor an Inference Pipeline. If you don't specify a value for this parameter for a ContainerDefinition that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ContainerDefinition in the pipeline. If you specify a value for the ContainerHostName for any ContainerDefinition that is part of an inference pipeline, you must specify a value for the ContainerHostName parameter of every ContainerDefinition in that pipeline.

ContextSource

data ContextSource Source #

A structure describing the source of a context.

See: newContextSource smart constructor.

Instances

Instances details
Eq ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Read ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Show ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Generic ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Associated Types

type Rep ContextSource :: Type -> Type #

NFData ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Methods

rnf :: ContextSource -> () #

Hashable ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

ToJSON ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

FromJSON ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

type Rep ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

type Rep ContextSource = D1 ('MetaData "ContextSource" "Amazonka.SageMaker.Types.ContextSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContextSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContextSource Source #

Create a value of ContextSource 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:sourceType:ContextSource', contextSource_sourceType - The type of the source.

$sel:sourceId:ContextSource', contextSource_sourceId - The ID of the source.

$sel:sourceUri:ContextSource', contextSource_sourceUri - The URI of the source.

ContextSummary

data ContextSummary Source #

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

See: newContextSummary smart constructor.

Instances

Instances details
Eq ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Read ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Show ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Generic ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Associated Types

type Rep ContextSummary :: Type -> Type #

NFData ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Methods

rnf :: ContextSummary -> () #

Hashable ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

FromJSON ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

type Rep ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

type Rep ContextSummary = D1 ('MetaData "ContextSummary" "Amazonka.SageMaker.Types.ContextSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContextSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "contextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContextSource)) :*: S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newContextSummary :: ContextSummary Source #

Create a value of ContextSummary 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:creationTime:ContextSummary', contextSummary_creationTime - When the context was created.

$sel:lastModifiedTime:ContextSummary', contextSummary_lastModifiedTime - When the context was last modified.

$sel:contextType:ContextSummary', contextSummary_contextType - The type of the context.

$sel:contextArn:ContextSummary', contextSummary_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:source:ContextSummary', contextSummary_source - The source of the context.

$sel:contextName:ContextSummary', contextSummary_contextName - The name of the context.

ContinuousParameterRange

data ContinuousParameterRange Source #

A list of continuous hyperparameters to tune.

See: newContinuousParameterRange smart constructor.

Instances

Instances details
Eq ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Read ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Show ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Generic ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Associated Types

type Rep ContinuousParameterRange :: Type -> Type #

NFData ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Hashable ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

ToJSON ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

FromJSON ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

type Rep ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

type Rep ContinuousParameterRange = D1 ('MetaData "ContinuousParameterRange" "Amazonka.SageMaker.Types.ContinuousParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContinuousParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterScalingType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContinuousParameterRange Source #

Create a value of ContinuousParameterRange 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:scalingType:ContinuousParameterRange', continuousParameterRange_scalingType - The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto
Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

ReverseLogarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0<=x<1.0.

$sel:name:ContinuousParameterRange', continuousParameterRange_name - The name of the continuous hyperparameter to tune.

$sel:minValue:ContinuousParameterRange', continuousParameterRange_minValue - The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

$sel:maxValue:ContinuousParameterRange', continuousParameterRange_maxValue - The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

ContinuousParameterRangeSpecification

data ContinuousParameterRangeSpecification Source #

Defines the possible values for a continuous hyperparameter.

See: newContinuousParameterRangeSpecification smart constructor.

Instances

Instances details
Eq ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Read ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Show ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Generic ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

NFData ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Hashable ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

ToJSON ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

FromJSON ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

type Rep ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

type Rep ContinuousParameterRangeSpecification = D1 ('MetaData "ContinuousParameterRangeSpecification" "Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContinuousParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newContinuousParameterRangeSpecification Source #

Create a value of ContinuousParameterRangeSpecification 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:minValue:ContinuousParameterRangeSpecification', continuousParameterRangeSpecification_minValue - The minimum floating-point value allowed.

$sel:maxValue:ContinuousParameterRangeSpecification', continuousParameterRangeSpecification_maxValue - The maximum floating-point value allowed.

CustomImage

data CustomImage Source #

A custom SageMaker image. For more information, see Bring your own SageMaker image.

See: newCustomImage smart constructor.

Instances

Instances details
Eq CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Read CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Show CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Generic CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Associated Types

type Rep CustomImage :: Type -> Type #

NFData CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Methods

rnf :: CustomImage -> () #

Hashable CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

ToJSON CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

FromJSON CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

type Rep CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

type Rep CustomImage = D1 ('MetaData "CustomImage" "Amazonka.SageMaker.Types.CustomImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CustomImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCustomImage Source #

Create a value of CustomImage 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:imageVersionNumber:CustomImage', customImage_imageVersionNumber - The version number of the CustomImage.

$sel:imageName:CustomImage', customImage_imageName - The name of the CustomImage. Must be unique to your account.

$sel:appImageConfigName:CustomImage', customImage_appImageConfigName - The name of the AppImageConfig.

DataCaptureConfig

data DataCaptureConfig Source #

See: newDataCaptureConfig smart constructor.

Instances

Instances details
Eq DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Read DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Show DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Generic DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Associated Types

type Rep DataCaptureConfig :: Type -> Type #

NFData DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Methods

rnf :: DataCaptureConfig -> () #

Hashable DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

ToJSON DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

FromJSON DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

type Rep DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

type Rep DataCaptureConfig = D1 ('MetaData "DataCaptureConfig" "Amazonka.SageMaker.Types.DataCaptureConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCaptureConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "captureContentTypeHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaptureContentTypeHeader)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableCapture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "initialSamplingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "captureOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CaptureOption))))))

DataCaptureConfigSummary

data DataCaptureConfigSummary Source #

See: newDataCaptureConfigSummary smart constructor.

Instances

Instances details
Eq DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Read DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Show DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Generic DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Associated Types

type Rep DataCaptureConfigSummary :: Type -> Type #

NFData DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Hashable DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

FromJSON DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

type Rep DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

type Rep DataCaptureConfigSummary = D1 ('MetaData "DataCaptureConfigSummary" "Amazonka.SageMaker.Types.DataCaptureConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCaptureConfigSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCapture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "captureStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CaptureStatus)) :*: (S1 ('MetaSel ('Just "currentSamplingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

DataCatalogConfig

data DataCatalogConfig Source #

The meta data of the Glue table which serves as data catalog for the OfflineStore.

See: newDataCatalogConfig smart constructor.

Instances

Instances details
Eq DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Read DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Show DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Generic DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Associated Types

type Rep DataCatalogConfig :: Type -> Type #

NFData DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Methods

rnf :: DataCatalogConfig -> () #

Hashable DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

ToJSON DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

FromJSON DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

type Rep DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

type Rep DataCatalogConfig = D1 ('MetaData "DataCatalogConfig" "Amazonka.SageMaker.Types.DataCatalogConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCatalogConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataCatalogConfig Source #

Create a value of DataCatalogConfig 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:tableName:DataCatalogConfig', dataCatalogConfig_tableName - The name of the Glue table.

$sel:catalog:DataCatalogConfig', dataCatalogConfig_catalog - The name of the Glue table catalog.

$sel:database:DataCatalogConfig', dataCatalogConfig_database - The name of the Glue table database.

DataProcessing

data DataProcessing Source #

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

See: newDataProcessing smart constructor.

Instances

Instances details
Eq DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Read DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Show DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Generic DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Associated Types

type Rep DataProcessing :: Type -> Type #

NFData DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Methods

rnf :: DataProcessing -> () #

Hashable DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

ToJSON DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

FromJSON DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

type Rep DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

type Rep DataProcessing = D1 ('MetaData "DataProcessing" "Amazonka.SageMaker.Types.DataProcessing" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataProcessing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "joinSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinSource)) :*: S1 ('MetaSel ('Just "inputFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataProcessing :: DataProcessing Source #

Create a value of DataProcessing 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:outputFilter:DataProcessing', dataProcessing_outputFilter - A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want Amazon SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren't within the dimension size of the joined dataset, you get an error.

Examples: "$", "$[0,5:]", "$['id','SageMakerOutput']"

$sel:joinSource:DataProcessing', dataProcessing_joinSource - Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file.

For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput.

For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file.

For information on how joining in applied, see Workflow for Associating Inferences with Input Records.

$sel:inputFilter:DataProcessing', dataProcessing_inputFilter - A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want Amazon SageMaker to pass the entire input dataset to the algorithm, accept the default value $.

Examples: "$", "$[1:]", "$.features"

DataQualityAppSpecification

data DataQualityAppSpecification Source #

Information about the container that a data quality monitoring job runs.

See: newDataQualityAppSpecification smart constructor.

Instances

Instances details
Eq DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Read DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Show DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Generic DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Associated Types

type Rep DataQualityAppSpecification :: Type -> Type #

NFData DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Hashable DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

ToJSON DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

FromJSON DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

type Rep DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

type Rep DataQualityAppSpecification = D1 ('MetaData "DataQualityAppSpecification" "Amazonka.SageMaker.Types.DataQualityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataQualityAppSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "recordPreprocessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "postAnalyticsProcessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDataQualityAppSpecification Source #

Create a value of DataQualityAppSpecification 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:containerArguments:DataQualityAppSpecification', dataQualityAppSpecification_containerArguments - The arguments to send to the container that the monitoring job runs.

$sel:recordPreprocessorSourceUri:DataQualityAppSpecification', dataQualityAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

$sel:environment:DataQualityAppSpecification', dataQualityAppSpecification_environment - Sets the environment variables in the container that the monitoring job runs.

$sel:containerEntrypoint:DataQualityAppSpecification', dataQualityAppSpecification_containerEntrypoint - The entrypoint for a container used to run a monitoring job.

$sel:postAnalyticsProcessorSourceUri:DataQualityAppSpecification', dataQualityAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

$sel:imageUri:DataQualityAppSpecification', dataQualityAppSpecification_imageUri - The container image that the data quality monitoring job runs.

DataQualityBaselineConfig

data DataQualityBaselineConfig Source #

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

See: newDataQualityBaselineConfig smart constructor.

Instances

Instances details
Eq DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Read DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Show DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Generic DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Associated Types

type Rep DataQualityBaselineConfig :: Type -> Type #

NFData DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Hashable DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

ToJSON DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

FromJSON DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

type Rep DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

type Rep DataQualityBaselineConfig = D1 ('MetaData "DataQualityBaselineConfig" "Amazonka.SageMaker.Types.DataQualityBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataQualityBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: (S1 ('MetaSel ('Just "statisticsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStatisticsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataQualityBaselineConfig :: DataQualityBaselineConfig Source #

Create a value of DataQualityBaselineConfig 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:constraintsResource:DataQualityBaselineConfig', dataQualityBaselineConfig_constraintsResource - Undocumented member.

$sel:statisticsResource:DataQualityBaselineConfig', dataQualityBaselineConfig_statisticsResource - Undocumented member.

$sel:baseliningJobName:DataQualityBaselineConfig', dataQualityBaselineConfig_baseliningJobName - The name of the job that performs baselining for the data quality monitoring job.

DataQualityJobInput

data DataQualityJobInput Source #

The input for the data quality monitoring job. Currently endpoints are supported for input.

See: newDataQualityJobInput smart constructor.

Instances

Instances details
Eq DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Read DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Show DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Generic DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Associated Types

type Rep DataQualityJobInput :: Type -> Type #

NFData DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Methods

rnf :: DataQualityJobInput -> () #

Hashable DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

ToJSON DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

FromJSON DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

type Rep DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

type Rep DataQualityJobInput = D1 ('MetaData "DataQualityJobInput" "Amazonka.SageMaker.Types.DataQualityJobInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataQualityJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInput)))

newDataQualityJobInput Source #

Create a value of DataQualityJobInput 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:endpointInput:DataQualityJobInput', dataQualityJobInput_endpointInput - Undocumented member.

DataSource

data DataSource Source #

Describes the location of the channel data.

See: newDataSource smart constructor.

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

NFData DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

FromJSON DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.SageMaker.Types.DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataSource)) :*: S1 ('MetaSel ('Just "fileSystemDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemDataSource))))

newDataSource :: DataSource Source #

Create a value of DataSource 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:s3DataSource:DataSource', dataSource_s3DataSource - The S3 location of the data source that is associated with a channel.

$sel:fileSystemDataSource:DataSource', dataSource_fileSystemDataSource - The file system that is associated with a channel.

DatasetDefinition

data DatasetDefinition Source #

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

See: newDatasetDefinition smart constructor.

Instances

Instances details
Eq DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Read DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Show DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Generic DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Associated Types

type Rep DatasetDefinition :: Type -> Type #

NFData DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Methods

rnf :: DatasetDefinition -> () #

Hashable DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

ToJSON DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

FromJSON DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

type Rep DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

type Rep DatasetDefinition = D1 ('MetaData "DatasetDefinition" "Amazonka.SageMaker.Types.DatasetDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DatasetDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "redshiftDatasetDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDatasetDefinition)) :*: S1 ('MetaSel ('Just "athenaDatasetDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AthenaDatasetDefinition))) :*: (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDistributionType)) :*: S1 ('MetaSel ('Just "inputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputMode))))))

newDatasetDefinition :: DatasetDefinition Source #

Create a value of DatasetDefinition 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:redshiftDatasetDefinition:DatasetDefinition', datasetDefinition_redshiftDatasetDefinition - Undocumented member.

$sel:athenaDatasetDefinition:DatasetDefinition', datasetDefinition_athenaDatasetDefinition - Undocumented member.

$sel:localPath:DatasetDefinition', datasetDefinition_localPath - The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).

$sel:dataDistributionType:DatasetDefinition', datasetDefinition_dataDistributionType - Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).

$sel:inputMode:DatasetDefinition', datasetDefinition_inputMode - Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

DebugHookConfig

data DebugHookConfig Source #

Configuration information for the Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

See: newDebugHookConfig smart constructor.

Instances

Instances details
Eq DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Read DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Show DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Generic DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Associated Types

type Rep DebugHookConfig :: Type -> Type #

NFData DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Methods

rnf :: DebugHookConfig -> () #

Hashable DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

ToJSON DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

FromJSON DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

type Rep DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

type Rep DebugHookConfig = D1 ('MetaData "DebugHookConfig" "Amazonka.SageMaker.Types.DebugHookConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugHookConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "collectionConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CollectionConfiguration]))) :*: (S1 ('MetaSel ('Just "hookParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDebugHookConfig Source #

Create a value of DebugHookConfig 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:localPath:DebugHookConfig', debugHookConfig_localPath - Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

$sel:collectionConfigurations:DebugHookConfig', debugHookConfig_collectionConfigurations - Configuration information for Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

$sel:hookParameters:DebugHookConfig', debugHookConfig_hookParameters - Configuration information for the Debugger hook parameters.

$sel:s3OutputPath:DebugHookConfig', debugHookConfig_s3OutputPath - Path to Amazon S3 storage location for metrics and tensors.

DebugRuleConfiguration

data DebugRuleConfiguration Source #

Configuration information for SageMaker Debugger rules for debugging. To learn more about how to configure the DebugRuleConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

See: newDebugRuleConfiguration smart constructor.

Instances

Instances details
Eq DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Read DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Show DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Generic DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Associated Types

type Rep DebugRuleConfiguration :: Type -> Type #

NFData DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Methods

rnf :: DebugRuleConfiguration -> () #

Hashable DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

ToJSON DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

FromJSON DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

type Rep DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

type Rep DebugRuleConfiguration = D1 ('MetaData "DebugRuleConfiguration" "Amazonka.SageMaker.Types.DebugRuleConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugRuleConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ruleParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingInstanceType)) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ruleEvaluatorImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDebugRuleConfiguration Source #

Create a value of DebugRuleConfiguration 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:ruleParameters:DebugRuleConfiguration', debugRuleConfiguration_ruleParameters - Runtime configuration for rule container.

$sel:s3OutputPath:DebugRuleConfiguration', debugRuleConfiguration_s3OutputPath - Path to Amazon S3 storage location for rules.

$sel:localPath:DebugRuleConfiguration', debugRuleConfiguration_localPath - Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

$sel:instanceType:DebugRuleConfiguration', debugRuleConfiguration_instanceType - The instance type to deploy a Debugger custom rule for debugging a training job.

$sel:volumeSizeInGB:DebugRuleConfiguration', debugRuleConfiguration_volumeSizeInGB - The size, in GB, of the ML storage volume attached to the processing instance.

$sel:ruleConfigurationName:DebugRuleConfiguration', debugRuleConfiguration_ruleConfigurationName - The name of the rule configuration. It must be unique relative to other rule configuration names.

$sel:ruleEvaluatorImage:DebugRuleConfiguration', debugRuleConfiguration_ruleEvaluatorImage - The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

DebugRuleEvaluationStatus

data DebugRuleEvaluationStatus Source #

Information about the status of the rule evaluation.

See: newDebugRuleEvaluationStatus smart constructor.

Instances

Instances details
Eq DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Read DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Show DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Generic DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Associated Types

type Rep DebugRuleEvaluationStatus :: Type -> Type #

NFData DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Hashable DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

FromJSON DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

type Rep DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

type Rep DebugRuleEvaluationStatus = D1 ('MetaData "DebugRuleEvaluationStatus" "Amazonka.SageMaker.Types.DebugRuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugRuleEvaluationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ruleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluationStatus)) :*: (S1 ('MetaSel ('Just "ruleEvaluationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDebugRuleEvaluationStatus :: DebugRuleEvaluationStatus Source #

Create a value of DebugRuleEvaluationStatus 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:lastModifiedTime:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_lastModifiedTime - Timestamp when the rule evaluation status was last modified.

$sel:statusDetails:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_statusDetails - Details from the rule evaluation.

$sel:ruleEvaluationStatus:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.

$sel:ruleEvaluationJobArn:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.

$sel:ruleConfigurationName:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

DeployedImage

data DeployedImage Source #

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

See: newDeployedImage smart constructor.

Instances

Instances details
Eq DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Read DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Show DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Generic DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Associated Types

type Rep DeployedImage :: Type -> Type #

NFData DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Methods

rnf :: DeployedImage -> () #

Hashable DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

FromJSON DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

type Rep DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

type Rep DeployedImage = D1 ('MetaData "DeployedImage" "Amazonka.SageMaker.Types.DeployedImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeployedImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "specifiedImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resolutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDeployedImage :: DeployedImage Source #

Create a value of DeployedImage 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:resolvedImage:DeployedImage', deployedImage_resolvedImage - The specific digest path of the image hosted in this ProductionVariant.

$sel:specifiedImage:DeployedImage', deployedImage_specifiedImage - The image path you specified when you created the model.

$sel:resolutionTime:DeployedImage', deployedImage_resolutionTime - The date and time when the image path for the model resolved to the ResolvedImage

DeploymentConfig

data DeploymentConfig Source #

Currently, the DeploymentConfig API is not supported.

See: newDeploymentConfig smart constructor.

Instances

Instances details
Eq DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Read DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Show DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Generic DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Associated Types

type Rep DeploymentConfig :: Type -> Type #

NFData DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Methods

rnf :: DeploymentConfig -> () #

Hashable DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

ToJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

FromJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

type Rep DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

type Rep DeploymentConfig = D1 ('MetaData "DeploymentConfig" "Amazonka.SageMaker.Types.DeploymentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfig)) :*: S1 ('MetaSel ('Just "blueGreenUpdatePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BlueGreenUpdatePolicy)))

newDeploymentConfig Source #

Create a value of DeploymentConfig 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:autoRollbackConfiguration:DeploymentConfig', deploymentConfig_autoRollbackConfiguration -

$sel:blueGreenUpdatePolicy:DeploymentConfig', deploymentConfig_blueGreenUpdatePolicy -

DesiredWeightAndCapacity

data DesiredWeightAndCapacity Source #

Specifies weight and capacity values for a production variant.

See: newDesiredWeightAndCapacity smart constructor.

Instances

Instances details
Eq DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Read DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Show DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Generic DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Associated Types

type Rep DesiredWeightAndCapacity :: Type -> Type #

NFData DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Hashable DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

ToJSON DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

type Rep DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

type Rep DesiredWeightAndCapacity = D1 ('MetaData "DesiredWeightAndCapacity" "Amazonka.SageMaker.Types.DesiredWeightAndCapacity" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DesiredWeightAndCapacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "desiredWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "variantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDesiredWeightAndCapacity Source #

Create a value of DesiredWeightAndCapacity 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:desiredInstanceCount:DesiredWeightAndCapacity', desiredWeightAndCapacity_desiredInstanceCount - The variant's capacity.

$sel:desiredWeight:DesiredWeightAndCapacity', desiredWeightAndCapacity_desiredWeight - The variant's weight.

$sel:variantName:DesiredWeightAndCapacity', desiredWeightAndCapacity_variantName - The name of the variant to update.

Device

data Device Source #

Information of a particular device.

See: newDevice smart constructor.

Constructors

Device' (Maybe Text) (Maybe Text) Text 

Instances

Instances details
Eq Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

(==) :: Device -> Device -> Bool #

(/=) :: Device -> Device -> Bool #

Read Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Show Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Generic Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Associated Types

type Rep Device :: Type -> Type #

Methods

from :: Device -> Rep Device x #

to :: Rep Device x -> Device #

NFData Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

rnf :: Device -> () #

Hashable Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

hashWithSalt :: Int -> Device -> Int #

hash :: Device -> Int #

ToJSON Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

type Rep Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

type Rep Device = D1 ('MetaData "Device" "Amazonka.SageMaker.Types.Device" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Device'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDevice Source #

Create a value of Device 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:description:Device', device_description - Description of the device.

$sel:iotThingName:Device', device_iotThingName - Amazon Web Services Internet of Things (IoT) object name.

$sel:deviceName:Device', device_deviceName - The name of the device.

DeviceFleetSummary

data DeviceFleetSummary Source #

Summary of the device fleet.

See: newDeviceFleetSummary smart constructor.

Instances

Instances details
Eq DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Read DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Show DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Generic DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Associated Types

type Rep DeviceFleetSummary :: Type -> Type #

NFData DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Methods

rnf :: DeviceFleetSummary -> () #

Hashable DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

FromJSON DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

type Rep DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

type Rep DeviceFleetSummary = D1 ('MetaData "DeviceFleetSummary" "Amazonka.SageMaker.Types.DeviceFleetSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceFleetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceFleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeviceFleetSummary Source #

Create a value of DeviceFleetSummary 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:creationTime:DeviceFleetSummary', deviceFleetSummary_creationTime - Timestamp of when the device fleet was created.

$sel:lastModifiedTime:DeviceFleetSummary', deviceFleetSummary_lastModifiedTime - Timestamp of when the device fleet was last updated.

$sel:deviceFleetArn:DeviceFleetSummary', deviceFleetSummary_deviceFleetArn - Amazon Resource Name (ARN) of the device fleet.

$sel:deviceFleetName:DeviceFleetSummary', deviceFleetSummary_deviceFleetName - Name of the device fleet.

DeviceStats

data DeviceStats Source #

Status of devices.

See: newDeviceStats smart constructor.

Instances

Instances details
Eq DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Read DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Show DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Generic DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Associated Types

type Rep DeviceStats :: Type -> Type #

NFData DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Methods

rnf :: DeviceStats -> () #

Hashable DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

FromJSON DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

type Rep DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

type Rep DeviceStats = D1 ('MetaData "DeviceStats" "Amazonka.SageMaker.Types.DeviceStats" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectedDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "registeredDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newDeviceStats Source #

Create a value of DeviceStats 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:connectedDeviceCount:DeviceStats', deviceStats_connectedDeviceCount - The number of devices connected with a heartbeat.

$sel:registeredDeviceCount:DeviceStats', deviceStats_registeredDeviceCount - The number of registered devices.

DeviceSummary

data DeviceSummary Source #

Summary of the device.

See: newDeviceSummary smart constructor.

Instances

Instances details
Eq DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Read DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Show DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Generic DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Associated Types

type Rep DeviceSummary :: Type -> Type #

NFData DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Methods

rnf :: DeviceSummary -> () #

Hashable DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

FromJSON DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

type Rep DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

type Rep DeviceSummary = D1 ('MetaData "DeviceSummary" "Amazonka.SageMaker.Types.DeviceSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "registrationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeModelSummary]))) :*: (S1 ('MetaSel ('Just "latestHeartbeat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeviceSummary Source #

Create a value of DeviceSummary 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:registrationTime:DeviceSummary', deviceSummary_registrationTime - The timestamp of the last registration or de-reregistration.

$sel:models:DeviceSummary', deviceSummary_models - Models on the device.

$sel:latestHeartbeat:DeviceSummary', deviceSummary_latestHeartbeat - The last heartbeat received from the device.

$sel:description:DeviceSummary', deviceSummary_description - A description of the device.

$sel:deviceFleetName:DeviceSummary', deviceSummary_deviceFleetName - The name of the fleet the device belongs to.

$sel:iotThingName:DeviceSummary', deviceSummary_iotThingName - The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

$sel:deviceName:DeviceSummary', deviceSummary_deviceName - The unique identifier of the device.

$sel:deviceArn:DeviceSummary', deviceSummary_deviceArn - Amazon Resource Name (ARN) of the device.

DomainDetails

data DomainDetails Source #

The domain's details.

See: newDomainDetails smart constructor.

Instances

Instances details
Eq DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Read DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Show DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Generic DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Associated Types

type Rep DomainDetails :: Type -> Type #

NFData DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Methods

rnf :: DomainDetails -> () #

Hashable DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

FromJSON DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

type Rep DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

type Rep DomainDetails = D1 ('MetaData "DomainDetails" "Amazonka.SageMaker.Types.DomainDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DomainDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatus)) :*: S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDomainDetails :: DomainDetails Source #

Create a value of DomainDetails 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:creationTime:DomainDetails', domainDetails_creationTime - The creation time.

$sel:status:DomainDetails', domainDetails_status - The status.

$sel:domainArn:DomainDetails', domainDetails_domainArn - The domain's Amazon Resource Name (ARN).

$sel:url:DomainDetails', domainDetails_url - The domain's URL.

$sel:lastModifiedTime:DomainDetails', domainDetails_lastModifiedTime - The last modified time.

$sel:domainName:DomainDetails', domainDetails_domainName - The domain name.

$sel:domainId:DomainDetails', domainDetails_domainId - The domain ID.

EdgeModel

data EdgeModel Source #

The model on the edge device.

See: newEdgeModel smart constructor.

Instances

Instances details
Eq EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Read EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Show EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Generic EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Associated Types

type Rep EdgeModel :: Type -> Type #

NFData EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Methods

rnf :: EdgeModel -> () #

Hashable EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

FromJSON EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

type Rep EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

type Rep EdgeModel = D1 ('MetaData "EdgeModel" "Amazonka.SageMaker.Types.EdgeModel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestInference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "latestSampleTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEdgeModel Source #

Create a value of EdgeModel 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:latestInference:EdgeModel', edgeModel_latestInference - The timestamp of the last inference that was made.

$sel:latestSampleTime:EdgeModel', edgeModel_latestSampleTime - The timestamp of the last data sample taken.

$sel:modelName:EdgeModel', edgeModel_modelName - The name of the model.

$sel:modelVersion:EdgeModel', edgeModel_modelVersion - The model version.

EdgeModelStat

data EdgeModelStat Source #

Status of edge devices with this model.

See: newEdgeModelStat smart constructor.

Instances

Instances details
Eq EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Read EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Show EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Generic EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Associated Types

type Rep EdgeModelStat :: Type -> Type #

NFData EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Methods

rnf :: EdgeModelStat -> () #

Hashable EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

FromJSON EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

type Rep EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

type Rep EdgeModelStat = D1 ('MetaData "EdgeModelStat" "Amazonka.SageMaker.Types.EdgeModelStat" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModelStat'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "offlineDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))) :*: (S1 ('MetaSel ('Just "connectedDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "activeDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "samplingDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newEdgeModelStat Source #

Create a value of EdgeModelStat 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:EdgeModelStat', edgeModelStat_modelName - The name of the model.

$sel:modelVersion:EdgeModelStat', edgeModelStat_modelVersion - The model version.

$sel:offlineDeviceCount:EdgeModelStat', edgeModelStat_offlineDeviceCount - The number of devices that have this model version and do not have a heart beat.

$sel:connectedDeviceCount:EdgeModelStat', edgeModelStat_connectedDeviceCount - The number of devices that have this model version and have a heart beat.

$sel:activeDeviceCount:EdgeModelStat', edgeModelStat_activeDeviceCount - The number of devices that have this model version, a heart beat, and are currently running.

$sel:samplingDeviceCount:EdgeModelStat', edgeModelStat_samplingDeviceCount - The number of devices with this model version and are producing sample data.

EdgeModelSummary

data EdgeModelSummary Source #

Summary of model on edge device.

See: newEdgeModelSummary smart constructor.

Instances

Instances details
Eq EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Read EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Show EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Generic EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Associated Types

type Rep EdgeModelSummary :: Type -> Type #

NFData EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Methods

rnf :: EdgeModelSummary -> () #

Hashable EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

FromJSON EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

type Rep EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

type Rep EdgeModelSummary = D1 ('MetaData "EdgeModelSummary" "Amazonka.SageMaker.Types.EdgeModelSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEdgeModelSummary Source #

Create a value of EdgeModelSummary 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:EdgeModelSummary', edgeModelSummary_modelName - The name of the model.

$sel:modelVersion:EdgeModelSummary', edgeModelSummary_modelVersion - The version model.

EdgeOutputConfig

data EdgeOutputConfig Source #

The output configuration.

See: newEdgeOutputConfig smart constructor.

Instances

Instances details
Eq EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Read EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Show EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Generic EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Associated Types

type Rep EdgeOutputConfig :: Type -> Type #

NFData EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Methods

rnf :: EdgeOutputConfig -> () #

Hashable EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

ToJSON EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

FromJSON EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

type Rep EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

type Rep EdgeOutputConfig = D1 ('MetaData "EdgeOutputConfig" "Amazonka.SageMaker.Types.EdgeOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeOutputConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "presetDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentType)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "presetDeploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEdgeOutputConfig Source #

Create a value of EdgeOutputConfig 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:presetDeploymentType:EdgeOutputConfig', edgeOutputConfig_presetDeploymentType - The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

$sel:kmsKeyId:EdgeOutputConfig', edgeOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.

$sel:presetDeploymentConfig:EdgeOutputConfig', edgeOutputConfig_presetDeploymentConfig - The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

  • ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job.
  • ComponentDescription (optional) - Description of the component.
  • ComponentVersion (optional) - The version of the component.

    Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification.

  • PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux.
  • PlatformArchitecture (optional) - The processor architecture for the platform.

    Supported architectures Windows include: Windows32_x86, Windows64_x64.

    Supported architectures for Linux include: Linux x86_64, Linux ARMV8.

$sel:s3OutputLocation:EdgeOutputConfig', edgeOutputConfig_s3OutputLocation - The Amazon Simple Storage (S3) bucker URI.

EdgePackagingJobSummary

data EdgePackagingJobSummary Source #

Summary of edge packaging job.

See: newEdgePackagingJobSummary smart constructor.

Instances

Instances details
Eq EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Read EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Show EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Generic EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Associated Types

type Rep EdgePackagingJobSummary :: Type -> Type #

NFData EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Methods

rnf :: EdgePackagingJobSummary -> () #

Hashable EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

FromJSON EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

type Rep EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

type Rep EdgePackagingJobSummary = D1 ('MetaData "EdgePackagingJobSummary" "Amazonka.SageMaker.Types.EdgePackagingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgePackagingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edgePackagingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "edgePackagingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgePackagingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePackagingJobStatus)))))

newEdgePackagingJobSummary Source #

Create a value of EdgePackagingJobSummary 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:creationTime:EdgePackagingJobSummary', edgePackagingJobSummary_creationTime - The timestamp of when the job was created.

$sel:modelName:EdgePackagingJobSummary', edgePackagingJobSummary_modelName - The name of the model.

$sel:lastModifiedTime:EdgePackagingJobSummary', edgePackagingJobSummary_lastModifiedTime - The timestamp of when the edge packaging job was last updated.

$sel:compilationJobName:EdgePackagingJobSummary', edgePackagingJobSummary_compilationJobName - The name of the SageMaker Neo compilation job.

$sel:modelVersion:EdgePackagingJobSummary', edgePackagingJobSummary_modelVersion - The version of the model.

$sel:edgePackagingJobArn:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.

$sel:edgePackagingJobName:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobName - The name of the edge packaging job.

$sel:edgePackagingJobStatus:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobStatus - The status of the edge packaging job.

EdgePresetDeploymentOutput

data EdgePresetDeploymentOutput Source #

The output of a SageMaker Edge Manager deployable resource.

See: newEdgePresetDeploymentOutput smart constructor.

Instances

Instances details
Eq EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Read EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Show EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Generic EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Associated Types

type Rep EdgePresetDeploymentOutput :: Type -> Type #

NFData EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Hashable EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

FromJSON EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

type Rep EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

type Rep EdgePresetDeploymentOutput = D1 ('MetaData "EdgePresetDeploymentOutput" "Amazonka.SageMaker.Types.EdgePresetDeploymentOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgePresetDeploymentOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentStatus)) :*: S1 ('MetaSel ('Just "artifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePresetDeploymentType))))

newEdgePresetDeploymentOutput Source #

Create a value of EdgePresetDeploymentOutput 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:status:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_status - The status of the deployable resource.

$sel:artifact:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_artifact - The Amazon Resource Name (ARN) of the generated deployable resource.

$sel:statusMessage:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_statusMessage - Returns a message describing the status of the deployed resource.

$sel:type':EdgePresetDeploymentOutput', edgePresetDeploymentOutput_type - The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

Endpoint

data Endpoint Source #

A hosted endpoint for real-time inference.

See: newEndpoint smart constructor.

Instances

Instances details
Eq Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Read Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

NFData Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

FromJSON Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.SageMaker.Types.Endpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ProductionVariantSummary)))) :*: (S1 ('MetaSel ('Just "monitoringSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MonitoringSchedule])) :*: (S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfigSummary)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newEndpoint Source #

Create a value of Endpoint 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:failureReason:Endpoint', endpoint_failureReason - If the endpoint failed, the reason it failed.

$sel:productionVariants:Endpoint', endpoint_productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.

$sel:monitoringSchedules:Endpoint', endpoint_monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

$sel:dataCaptureConfig:Endpoint', endpoint_dataCaptureConfig - Undocumented member.

$sel:tags:Endpoint', endpoint_tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:endpointName:Endpoint', endpoint_endpointName - The name of the endpoint.

$sel:endpointArn:Endpoint', endpoint_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

$sel:endpointConfigName:Endpoint', endpoint_endpointConfigName - The endpoint configuration associated with the endpoint.

$sel:endpointStatus:Endpoint', endpoint_endpointStatus - The status of the endpoint.

$sel:creationTime:Endpoint', endpoint_creationTime - The time that the endpoint was created.

$sel:lastModifiedTime:Endpoint', endpoint_lastModifiedTime - The last time the endpoint was modified.

EndpointConfigSummary

data EndpointConfigSummary Source #

Provides summary information for an endpoint configuration.

See: newEndpointConfigSummary smart constructor.

Instances

Instances details
Eq EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Read EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Show EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Generic EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Associated Types

type Rep EndpointConfigSummary :: Type -> Type #

NFData EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Methods

rnf :: EndpointConfigSummary -> () #

Hashable EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

FromJSON EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

type Rep EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

type Rep EndpointConfigSummary = D1 ('MetaData "EndpointConfigSummary" "Amazonka.SageMaker.Types.EndpointConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointConfigSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newEndpointConfigSummary Source #

Create a value of EndpointConfigSummary 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:endpointConfigName:EndpointConfigSummary', endpointConfigSummary_endpointConfigName - The name of the endpoint configuration.

$sel:endpointConfigArn:EndpointConfigSummary', endpointConfigSummary_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.

$sel:creationTime:EndpointConfigSummary', endpointConfigSummary_creationTime - A timestamp that shows when the endpoint configuration was created.

EndpointInput

data EndpointInput Source #

Input object for the endpoint

See: newEndpointInput smart constructor.

Instances

Instances details
Eq EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Read EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Show EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Generic EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Associated Types

type Rep EndpointInput :: Type -> Type #

NFData EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Methods

rnf :: EndpointInput -> () #

Hashable EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

ToJSON EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

FromJSON EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

type Rep EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

type Rep EndpointInput = D1 ('MetaData "EndpointInput" "Amazonka.SageMaker.Types.EndpointInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointInput'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "inferenceAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3DataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3DataDistributionType))) :*: (S1 ('MetaSel ('Just "s3InputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3InputMode)) :*: (S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featuresAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "probabilityThresholdAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "probabilityAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newEndpointInput Source #

Create a value of EndpointInput 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:inferenceAttribute:EndpointInput', endpointInput_inferenceAttribute - The attribute of the input data that represents the ground truth label.

$sel:s3DataDistributionType:EndpointInput', endpointInput_s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

$sel:s3InputMode:EndpointInput', endpointInput_s3InputMode - Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

$sel:startTimeOffset:EndpointInput', endpointInput_startTimeOffset - If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

$sel:featuresAttribute:EndpointInput', endpointInput_featuresAttribute - The attributes of the input data that are the input features.

$sel:endTimeOffset:EndpointInput', endpointInput_endTimeOffset - If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

$sel:probabilityThresholdAttribute:EndpointInput', endpointInput_probabilityThresholdAttribute - The threshold for the class probability to be evaluated as a positive result.

$sel:probabilityAttribute:EndpointInput', endpointInput_probabilityAttribute - In a classification problem, the attribute that represents the class probability.

$sel:endpointName:EndpointInput', endpointInput_endpointName - An endpoint in customer's account which has enabled DataCaptureConfig enabled.

$sel:localPath:EndpointInput', endpointInput_localPath - Path to the filesystem where the endpoint data is available to the container.

EndpointSummary

data EndpointSummary Source #

Provides summary information for an endpoint.

See: newEndpointSummary smart constructor.

Instances

Instances details
Eq EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Read EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Show EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Generic EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Associated Types

type Rep EndpointSummary :: Type -> Type #

NFData EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Methods

rnf :: EndpointSummary -> () #

Hashable EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

FromJSON EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

type Rep EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

type Rep EndpointSummary = D1 ('MetaData "EndpointSummary" "Amazonka.SageMaker.Types.EndpointSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus)))))

newEndpointSummary Source #

Create a value of EndpointSummary 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:endpointName:EndpointSummary', endpointSummary_endpointName - The name of the endpoint.

$sel:endpointArn:EndpointSummary', endpointSummary_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

$sel:creationTime:EndpointSummary', endpointSummary_creationTime - A timestamp that shows when the endpoint was created.

$sel:lastModifiedTime:EndpointSummary', endpointSummary_lastModifiedTime - A timestamp that shows when the endpoint was last modified.

$sel:endpointStatus:EndpointSummary', endpointSummary_endpointStatus - The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.
  • Creating: CreateEndpoint is executing.
  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.
  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
  • InService: Endpoint is available to process incoming requests.
  • Deleting: DeleteEndpoint is executing.
  • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.

Experiment

data Experiment Source #

The properties of an experiment as returned by the Search API.

See: newExperiment smart constructor.

Instances

Instances details
Eq Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Read Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Show Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Generic Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Associated Types

type Rep Experiment :: Type -> Type #

NFData Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Methods

rnf :: Experiment -> () #

Hashable Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

FromJSON Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

type Rep Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

newExperiment :: Experiment Source #

Create a value of Experiment 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:creationTime:Experiment', experiment_creationTime - When the experiment was created.

$sel:createdBy:Experiment', experiment_createdBy - Who created the experiment.

$sel:lastModifiedTime:Experiment', experiment_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:Experiment', experiment_experimentName - The name of the experiment.

$sel:experimentArn:Experiment', experiment_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:source:Experiment', experiment_source - Undocumented member.

$sel:displayName:Experiment', experiment_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

$sel:lastModifiedBy:Experiment', experiment_lastModifiedBy - Undocumented member.

$sel:description:Experiment', experiment_description - The description of the experiment.

$sel:tags:Experiment', experiment_tags - The list of tags that are associated with the experiment. You can use Search API to search on the tags.

ExperimentConfig

data ExperimentConfig Source #

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

  • CreateProcessingJob
  • CreateTrainingJob
  • CreateTransformJob

See: newExperimentConfig smart constructor.

Instances

Instances details
Eq ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Read ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Show ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Generic ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Associated Types

type Rep ExperimentConfig :: Type -> Type #

NFData ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Methods

rnf :: ExperimentConfig -> () #

Hashable ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

ToJSON ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

FromJSON ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

type Rep ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

type Rep ExperimentConfig = D1 ('MetaData "ExperimentConfig" "Amazonka.SageMaker.Types.ExperimentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExperimentConfig :: ExperimentConfig Source #

Create a value of ExperimentConfig 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:trialComponentDisplayName:ExperimentConfig', experimentConfig_trialComponentDisplayName - The display name for the trial component. If this key isn't specified, the display name is the trial component name.

$sel:experimentName:ExperimentConfig', experimentConfig_experimentName - The name of an existing experiment to associate the trial component with.

$sel:trialName:ExperimentConfig', experimentConfig_trialName - The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

ExperimentSource

data ExperimentSource Source #

The source of the experiment.

See: newExperimentSource smart constructor.

Instances

Instances details
Eq ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Read ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Show ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Generic ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Associated Types

type Rep ExperimentSource :: Type -> Type #

NFData ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Methods

rnf :: ExperimentSource -> () #

Hashable ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

FromJSON ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

type Rep ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

type Rep ExperimentSource = D1 ('MetaData "ExperimentSource" "Amazonka.SageMaker.Types.ExperimentSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExperimentSource Source #

Create a value of ExperimentSource 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:sourceType:ExperimentSource', experimentSource_sourceType - The source type.

$sel:sourceArn:ExperimentSource', experimentSource_sourceArn - The Amazon Resource Name (ARN) of the source.

ExperimentSummary

data ExperimentSummary Source #

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

See: newExperimentSummary smart constructor.

Instances

Instances details
Eq ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Read ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Show ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Generic ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Associated Types

type Rep ExperimentSummary :: Type -> Type #

NFData ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Methods

rnf :: ExperimentSummary -> () #

Hashable ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

FromJSON ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

type Rep ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

type Rep ExperimentSummary = D1 ('MetaData "ExperimentSummary" "Amazonka.SageMaker.Types.ExperimentSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "experimentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentSource)) :*: (S1 ('MetaSel ('Just "experimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newExperimentSummary :: ExperimentSummary Source #

Create a value of ExperimentSummary 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:creationTime:ExperimentSummary', experimentSummary_creationTime - When the experiment was created.

$sel:lastModifiedTime:ExperimentSummary', experimentSummary_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:ExperimentSummary', experimentSummary_experimentName - The name of the experiment.

$sel:experimentSource:ExperimentSummary', experimentSummary_experimentSource - Undocumented member.

$sel:experimentArn:ExperimentSummary', experimentSummary_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:displayName:ExperimentSummary', experimentSummary_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

Explainability

data Explainability Source #

Contains explainability metrics for a model.

See: newExplainability smart constructor.

Instances

Instances details
Eq Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Read Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Show Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Generic Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Associated Types

type Rep Explainability :: Type -> Type #

NFData Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Methods

rnf :: Explainability -> () #

Hashable Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

ToJSON Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

FromJSON Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

type Rep Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

type Rep Explainability = D1 ('MetaData "Explainability" "Amazonka.SageMaker.Types.Explainability" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Explainability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "report") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newExplainability :: Explainability Source #

Create a value of Explainability 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:report:Explainability', explainability_report - The explainability report for a model.

FeatureDefinition

data FeatureDefinition Source #

A list of features. You must include FeatureName and FeatureType. Valid feature FeatureTypes are Integral, Fractional and String.

See: newFeatureDefinition smart constructor.

Instances

Instances details
Eq FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Read FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Show FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Generic FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Associated Types

type Rep FeatureDefinition :: Type -> Type #

NFData FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Methods

rnf :: FeatureDefinition -> () #

Hashable FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

ToJSON FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

FromJSON FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

type Rep FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

type Rep FeatureDefinition = D1 ('MetaData "FeatureDefinition" "Amazonka.SageMaker.Types.FeatureDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureType)) :*: S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFeatureDefinition :: FeatureDefinition Source #

Create a value of FeatureDefinition 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:featureType:FeatureDefinition', featureDefinition_featureType - The value type of a feature. Valid values are Integral, Fractional, or String.

$sel:featureName:FeatureDefinition', featureDefinition_featureName - The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

FeatureGroup

data FeatureGroup Source #

Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.

See: newFeatureGroup smart constructor.

Instances

Instances details
Eq FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Read FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Show FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Generic FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Associated Types

type Rep FeatureGroup :: Type -> Type #

NFData FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Methods

rnf :: FeatureGroup -> () #

Hashable FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

FromJSON FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

type Rep FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

type Rep FeatureGroup = D1 ('MetaData "FeatureGroup" "Amazonka.SageMaker.Types.FeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureGroup'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "offlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreConfig)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)) :*: S1 ('MetaSel ('Just "featureDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty FeatureDefinition)))) :*: (S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus)) :*: S1 ('MetaSel ('Just "onlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreConfig))))) :*: ((S1 ('MetaSel ('Just "eventTimeFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordIdentifierFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newFeatureGroup :: FeatureGroup Source #

Create a value of FeatureGroup 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:creationTime:FeatureGroup', featureGroup_creationTime - The time a FeatureGroup was created.

$sel:offlineStoreConfig:FeatureGroup', featureGroup_offlineStoreConfig - Undocumented member.

$sel:failureReason:FeatureGroup', featureGroup_failureReason - The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure may be due to a failure to create a FeatureGroup in or delete a FeatureGroup from the OfflineStore.

$sel:featureGroupStatus:FeatureGroup', featureGroup_featureGroupStatus - A FeatureGroup status.

$sel:featureDefinitions:FeatureGroup', featureGroup_featureDefinitions - A list of Features. Each Feature must include a FeatureName and a FeatureType.

Valid FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time.

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

$sel:offlineStoreStatus:FeatureGroup', featureGroup_offlineStoreStatus - Undocumented member.

$sel:onlineStoreConfig:FeatureGroup', featureGroup_onlineStoreConfig - Undocumented member.

$sel:eventTimeFeatureName:FeatureGroup', featureGroup_eventTimeFeatureName - The name of the feature that stores the EventTime of a Record in a FeatureGroup.

A EventTime is point in time when a new event occurs that corresponds to the creation or update of a Record in FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

$sel:recordIdentifierFeatureName:FeatureGroup', featureGroup_recordIdentifierFeatureName - The name of the Feature whose value uniquely identifies a Record defined in the FeatureGroup FeatureDefinitions.

$sel:featureGroupArn:FeatureGroup', featureGroup_featureGroupArn - The Amazon Resource Name (ARN) of a FeatureGroup.

$sel:featureGroupName:FeatureGroup', featureGroup_featureGroupName - The name of the FeatureGroup.

$sel:description:FeatureGroup', featureGroup_description - A free form description of a FeatureGroup.

$sel:tags:FeatureGroup', featureGroup_tags - Tags used to define a FeatureGroup.

$sel:roleArn:FeatureGroup', featureGroup_roleArn - The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.

FeatureGroupSummary

data FeatureGroupSummary Source #

The name, Arn, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

See: newFeatureGroupSummary smart constructor.

Instances

Instances details
Eq FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Read FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Show FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Generic FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Associated Types

type Rep FeatureGroupSummary :: Type -> Type #

NFData FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Methods

rnf :: FeatureGroupSummary -> () #

Hashable FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

FromJSON FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

type Rep FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

type Rep FeatureGroupSummary = D1 ('MetaData "FeatureGroupSummary" "Amazonka.SageMaker.Types.FeatureGroupSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)) :*: S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus))) :*: (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newFeatureGroupSummary Source #

Create a value of FeatureGroupSummary 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:featureGroupStatus:FeatureGroupSummary', featureGroupSummary_featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

$sel:offlineStoreStatus:FeatureGroupSummary', featureGroupSummary_offlineStoreStatus - Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

$sel:featureGroupName:FeatureGroupSummary', featureGroupSummary_featureGroupName - The name of FeatureGroup.

$sel:featureGroupArn:FeatureGroupSummary', featureGroupSummary_featureGroupArn - Unique identifier for the FeatureGroup.

$sel:creationTime:FeatureGroupSummary', featureGroupSummary_creationTime - A timestamp indicating the time of creation time of the FeatureGroup.

FileSystemConfig

data FileSystemConfig Source #

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

See: newFileSystemConfig smart constructor.

Instances

Instances details
Eq FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Read FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Show FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Generic FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Associated Types

type Rep FileSystemConfig :: Type -> Type #

NFData FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Methods

rnf :: FileSystemConfig -> () #

Hashable FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

ToJSON FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

FromJSON FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

type Rep FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

type Rep FileSystemConfig = D1 ('MetaData "FileSystemConfig" "Amazonka.SageMaker.Types.FileSystemConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FileSystemConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultGid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "mountPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultUid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newFileSystemConfig :: FileSystemConfig Source #

Create a value of FileSystemConfig 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:defaultGid:FileSystemConfig', fileSystemConfig_defaultGid - The default POSIX group ID (GID). If not specified, defaults to 100.

$sel:mountPath:FileSystemConfig', fileSystemConfig_mountPath - The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

$sel:defaultUid:FileSystemConfig', fileSystemConfig_defaultUid - The default POSIX user ID (UID). If not specified, defaults to 1000.

FileSystemDataSource

data FileSystemDataSource Source #

Specifies a file system data source for a channel.

See: newFileSystemDataSource smart constructor.

Instances

Instances details
Eq FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Read FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Show FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Generic FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Associated Types

type Rep FileSystemDataSource :: Type -> Type #

NFData FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Methods

rnf :: FileSystemDataSource -> () #

Hashable FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

ToJSON FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

FromJSON FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

type Rep FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

type Rep FileSystemDataSource = D1 ('MetaData "FileSystemDataSource" "Amazonka.SageMaker.Types.FileSystemDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FileSystemDataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fileSystemAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileSystemAccessMode)) :*: (S1 ('MetaSel ('Just "fileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileSystemType) :*: S1 ('MetaSel ('Just "directoryPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFileSystemDataSource Source #

Create a value of FileSystemDataSource 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:fileSystemId:FileSystemDataSource', fileSystemDataSource_fileSystemId - The file system id.

$sel:fileSystemAccessMode:FileSystemDataSource', fileSystemDataSource_fileSystemAccessMode - The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

$sel:fileSystemType:FileSystemDataSource', fileSystemDataSource_fileSystemType - The file system type.

$sel:directoryPath:FileSystemDataSource', fileSystemDataSource_directoryPath - The full path to the directory to associate with the channel.

Filter

data Filter Source #

A conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the Search API.

If you specify a Value, but not an Operator, Amazon SageMaker uses the equals operator.

In search, there are several property types:

Metrics
To define a metric filter, enter a value using the form "Metrics.<name>", where <name> is a metric name. For example, the following filter searches for training jobs with an "accuracy" metric greater than "0.9":
{
"Name": "Metrics.accuracy",
"Operator": "GreaterThan",
"Value": "0.9"
}
HyperParameters
To define a hyperparameter filter, enter a value with the form "HyperParameters.<name>". Decimal hyperparameter values are treated as a decimal in a comparison if the specified Value is also a decimal value. If the specified Value is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a "learning_rate" hyperparameter that is less than "0.5":
 {
 "Name": "HyperParameters.learning_rate",
 "Operator": "LessThan",
 "Value": "0.5"
 }
Tags
To define a tag filter, enter a value with the form Tags.<key>.

See: newFilter smart constructor.

Constructors

Filter' (Maybe Operator) (Maybe Text) Text 

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.SageMaker.Types.Filter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operator)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFilter Source #

Create a value of Filter 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:operator:Filter', filter_operator - A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:

Equals
The value of Name equals Value.
NotEquals
The value of Name doesn't equal Value.
Exists
The Name property exists.
NotExists
The Name property does not exist.
GreaterThan
The value of Name is greater than Value. Not supported for text properties.
GreaterThanOrEqualTo
The value of Name is greater than or equal to Value. Not supported for text properties.
LessThan
The value of Name is less than Value. Not supported for text properties.
LessThanOrEqualTo
The value of Name is less than or equal to Value. Not supported for text properties.
In
The value of Name is one of the comma delimited strings in Value. Only supported for text properties.
Contains
The value of Name contains the string Value. Only supported for text properties.

A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following:

  • Experiment.DisplayName
  • Experiment.ExperimentName
  • Experiment.Tags
  • Trial.DisplayName
  • Trial.TrialName
  • Trial.Tags
  • TrialComponent.DisplayName
  • TrialComponent.TrialComponentName
  • TrialComponent.Tags
  • TrialComponent.InputArtifacts
  • TrialComponent.OutputArtifacts

A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "'CONTAINS' operator usage limit of 1 exceeded."

$sel:value:Filter', filter_value - A value used with Name and Operator to determine which resources satisfy the filter's condition. For numerical properties, Value must be an integer or floating-point decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following format: YYYY-mm-dd'T'HH:MM:SS.

$sel:name:Filter', filter_name - A resource property name. For example, TrainingJobName. For valid property names, see SearchRecord. You must specify a valid property for the resource.

FinalAutoMLJobObjectiveMetric

data FinalAutoMLJobObjectiveMetric Source #

The best candidate result from an AutoML training job.

See: newFinalAutoMLJobObjectiveMetric smart constructor.

Instances

Instances details
Eq FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Read FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Show FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Generic FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Associated Types

type Rep FinalAutoMLJobObjectiveMetric :: Type -> Type #

NFData FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Hashable FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

FromJSON FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

type Rep FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

type Rep FinalAutoMLJobObjectiveMetric = D1 ('MetaData "FinalAutoMLJobObjectiveMetric" "Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FinalAutoMLJobObjectiveMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobObjectiveType)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLMetricEnum) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newFinalAutoMLJobObjectiveMetric Source #

Create a value of FinalAutoMLJobObjectiveMetric 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:type':FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_type - The type of metric with the best result.

$sel:metricName:FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_metricName - The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

$sel:value:FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_value - The value of the metric with the best result.

FinalHyperParameterTuningJobObjectiveMetric

data FinalHyperParameterTuningJobObjectiveMetric Source #

Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig.

See: newFinalHyperParameterTuningJobObjectiveMetric smart constructor.

Instances

Instances details
Eq FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Read FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Show FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Generic FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

NFData FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Hashable FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

FromJSON FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

type Rep FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

type Rep FinalHyperParameterTuningJobObjectiveMetric = D1 ('MetaData "FinalHyperParameterTuningJobObjectiveMetric" "Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FinalHyperParameterTuningJobObjectiveMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobObjectiveType)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

FlowDefinitionOutputConfig

data FlowDefinitionOutputConfig Source #

Contains information about where human output will be stored.

See: newFlowDefinitionOutputConfig smart constructor.

Instances

Instances details
Eq FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Read FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Show FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Generic FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Associated Types

type Rep FlowDefinitionOutputConfig :: Type -> Type #

NFData FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Hashable FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

ToJSON FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

FromJSON FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

type Rep FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

type Rep FlowDefinitionOutputConfig = D1 ('MetaData "FlowDefinitionOutputConfig" "Amazonka.SageMaker.Types.FlowDefinitionOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FlowDefinitionOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFlowDefinitionOutputConfig Source #

Create a value of FlowDefinitionOutputConfig 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:kmsKeyId:FlowDefinitionOutputConfig', flowDefinitionOutputConfig_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.

$sel:s3OutputPath:FlowDefinitionOutputConfig', flowDefinitionOutputConfig_s3OutputPath - The Amazon S3 path where the object containing human output will be made available.

To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

FlowDefinitionSummary

data FlowDefinitionSummary Source #

Contains summary information about the flow definition.

See: newFlowDefinitionSummary smart constructor.

Instances

Instances details
Eq FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Read FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Show FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Generic FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Associated Types

type Rep FlowDefinitionSummary :: Type -> Type #

NFData FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Methods

rnf :: FlowDefinitionSummary -> () #

Hashable FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

FromJSON FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

type Rep FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

type Rep FlowDefinitionSummary = D1 ('MetaData "FlowDefinitionSummary" "Amazonka.SageMaker.Types.FlowDefinitionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FlowDefinitionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "flowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newFlowDefinitionSummary Source #

Create a value of FlowDefinitionSummary 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:failureReason:FlowDefinitionSummary', flowDefinitionSummary_failureReason - The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

$sel:flowDefinitionName:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionName - The name of the flow definition.

$sel:flowDefinitionArn:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.

$sel:flowDefinitionStatus:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionStatus - The status of the flow definition. Valid values:

$sel:creationTime:FlowDefinitionSummary', flowDefinitionSummary_creationTime - The timestamp when SageMaker created the flow definition.

GitConfig

data GitConfig Source #

Specifies configuration details for a Git repository in your Amazon Web Services account.

See: newGitConfig smart constructor.

Constructors

GitConfig' (Maybe Text) (Maybe Text) Text 

Instances

Instances details
Eq GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Read GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Show GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Generic GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Associated Types

type Rep GitConfig :: Type -> Type #

NFData GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Methods

rnf :: GitConfig -> () #

Hashable GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

ToJSON GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

FromJSON GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

type Rep GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

type Rep GitConfig = D1 ('MetaData "GitConfig" "Amazonka.SageMaker.Types.GitConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GitConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGitConfig Source #

Create a value of GitConfig 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:branch:GitConfig', gitConfig_branch - The default branch for the Git repository.

$sel:secretArn:GitConfig', gitConfig_secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

$sel:repositoryUrl:GitConfig', gitConfig_repositoryUrl - The URL where the Git repository is located.

GitConfigForUpdate

data GitConfigForUpdate Source #

Specifies configuration details for a Git repository when the repository is updated.

See: newGitConfigForUpdate smart constructor.

Instances

Instances details
Eq GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Read GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Show GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Generic GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Associated Types

type Rep GitConfigForUpdate :: Type -> Type #

NFData GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Methods

rnf :: GitConfigForUpdate -> () #

Hashable GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

ToJSON GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

type Rep GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

type Rep GitConfigForUpdate = D1 ('MetaData "GitConfigForUpdate" "Amazonka.SageMaker.Types.GitConfigForUpdate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GitConfigForUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGitConfigForUpdate :: GitConfigForUpdate Source #

Create a value of GitConfigForUpdate 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:secretArn:GitConfigForUpdate', gitConfigForUpdate_secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

HumanLoopActivationConditionsConfig

data HumanLoopActivationConditionsConfig Source #

Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.

See: newHumanLoopActivationConditionsConfig smart constructor.

Instances

Instances details
Eq HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Read HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Show HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Generic HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

NFData HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Hashable HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

ToJSON HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

FromJSON HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

type Rep HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

type Rep HumanLoopActivationConditionsConfig = D1 ('MetaData "HumanLoopActivationConditionsConfig" "Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopActivationConditionsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopActivationConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHumanLoopActivationConditionsConfig Source #

Create a value of HumanLoopActivationConditionsConfig 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:humanLoopActivationConditions:HumanLoopActivationConditionsConfig', humanLoopActivationConditionsConfig_humanLoopActivationConditions - JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

HumanLoopActivationConfig

data HumanLoopActivationConfig Source #

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

See: newHumanLoopActivationConfig smart constructor.

Instances

Instances details
Eq HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Read HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Show HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Generic HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Associated Types

type Rep HumanLoopActivationConfig :: Type -> Type #

NFData HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Hashable HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

ToJSON HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

FromJSON HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

type Rep HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

type Rep HumanLoopActivationConfig = D1 ('MetaData "HumanLoopActivationConfig" "Amazonka.SageMaker.Types.HumanLoopActivationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopActivationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopActivationConditionsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopActivationConditionsConfig)))

newHumanLoopActivationConfig Source #

Create a value of HumanLoopActivationConfig 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:humanLoopActivationConditionsConfig:HumanLoopActivationConfig', humanLoopActivationConfig_humanLoopActivationConditionsConfig - Container structure for defining under what conditions SageMaker creates a human loop.

HumanLoopConfig

data HumanLoopConfig Source #

Describes the work to be performed by human workers.

See: newHumanLoopConfig smart constructor.

Instances

Instances details
Eq HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Read HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Show HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Generic HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Associated Types

type Rep HumanLoopConfig :: Type -> Type #

NFData HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Methods

rnf :: HumanLoopConfig -> () #

Hashable HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

ToJSON HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

FromJSON HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

type Rep HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

type Rep HumanLoopConfig = D1 ('MetaData "HumanLoopConfig" "Amazonka.SageMaker.Types.HumanLoopConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "taskKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "publicWorkforceTaskPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicWorkforceTaskPrice))) :*: (S1 ('MetaSel ('Just "taskTimeLimitInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "taskAvailabilityLifetimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "taskTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))))

newHumanLoopConfig Source #

Create a value of HumanLoopConfig 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:taskKeywords:HumanLoopConfig', humanLoopConfig_taskKeywords - Keywords used to describe the task so that workers can discover the task.

$sel:publicWorkforceTaskPrice:HumanLoopConfig', humanLoopConfig_publicWorkforceTaskPrice - Undocumented member.

$sel:taskTimeLimitInSeconds:HumanLoopConfig', humanLoopConfig_taskTimeLimitInSeconds - The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

$sel:taskAvailabilityLifetimeInSeconds:HumanLoopConfig', humanLoopConfig_taskAvailabilityLifetimeInSeconds - The length of time that a task remains available for review by human workers.

$sel:workteamArn:HumanLoopConfig', humanLoopConfig_workteamArn - Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

$sel:humanTaskUiArn:HumanLoopConfig', humanLoopConfig_humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.

You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

To learn how to create a custom HTML template, see Create Custom Worker Task Template.

To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

$sel:taskTitle:HumanLoopConfig', humanLoopConfig_taskTitle - A title for the human worker task.

$sel:taskDescription:HumanLoopConfig', humanLoopConfig_taskDescription - A description for the human worker task.

$sel:taskCount:HumanLoopConfig', humanLoopConfig_taskCount - The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

HumanLoopRequestSource

data HumanLoopRequestSource Source #

Container for configuring the source of human task requests.

See: newHumanLoopRequestSource smart constructor.

Instances

Instances details
Eq HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Read HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Show HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Generic HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Associated Types

type Rep HumanLoopRequestSource :: Type -> Type #

NFData HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Methods

rnf :: HumanLoopRequestSource -> () #

Hashable HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

ToJSON HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

FromJSON HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

type Rep HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

type Rep HumanLoopRequestSource = D1 ('MetaData "HumanLoopRequestSource" "Amazonka.SageMaker.Types.HumanLoopRequestSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopRequestSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsManagedHumanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AwsManagedHumanLoopRequestSource)))

newHumanLoopRequestSource Source #

Create a value of HumanLoopRequestSource 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:awsManagedHumanLoopRequestSource:HumanLoopRequestSource', humanLoopRequestSource_awsManagedHumanLoopRequestSource - Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

HumanTaskConfig

data HumanTaskConfig Source #

Information required for human workers to complete a labeling task.

See: newHumanTaskConfig smart constructor.

Instances

Instances details
Eq HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Read HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Show HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Generic HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Associated Types

type Rep HumanTaskConfig :: Type -> Type #

NFData HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Methods

rnf :: HumanTaskConfig -> () #

Hashable HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

ToJSON HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

FromJSON HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

type Rep HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

type Rep HumanTaskConfig = D1 ('MetaData "HumanTaskConfig" "Amazonka.SageMaker.Types.HumanTaskConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanTaskConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "taskKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "publicWorkforceTaskPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicWorkforceTaskPrice)) :*: S1 ('MetaSel ('Just "taskAvailabilityLifetimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "maxConcurrentTaskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uiConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UiConfig)))) :*: ((S1 ('MetaSel ('Just "preHumanTaskLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "numberOfHumanWorkersPerDataObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "taskTimeLimitInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "annotationConsolidationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnnotationConsolidationConfig))))))

newHumanTaskConfig Source #

Create a value of HumanTaskConfig 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:taskKeywords:HumanTaskConfig', humanTaskConfig_taskKeywords - Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.

$sel:publicWorkforceTaskPrice:HumanTaskConfig', humanTaskConfig_publicWorkforceTaskPrice - The price that you pay for each task performed by an Amazon Mechanical Turk worker.

$sel:taskAvailabilityLifetimeInSeconds:HumanTaskConfig', humanTaskConfig_taskAvailabilityLifetimeInSeconds - The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.

  • If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).
  • If you choose a private or vendor workforce, the default value is 10 days (864,000 seconds). For most users, the maximum is also 10 days. If you want to change this limit, contact Amazon Web Services Support.

$sel:maxConcurrentTaskCount:HumanTaskConfig', humanTaskConfig_maxConcurrentTaskCount - Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.

$sel:workteamArn:HumanTaskConfig', humanTaskConfig_workteamArn - The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.

$sel:uiConfig:HumanTaskConfig', humanTaskConfig_uiConfig - Information about the user interface that workers use to complete the labeling task.

$sel:preHumanTaskLambdaArn:HumanTaskConfig', humanTaskConfig_preHumanTaskLambdaArn - The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.

For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking

3D Point Cloud Modalities

Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks. See 3D Point Cloud Task types to learn more.

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Bounding box verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox

Bounding box adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox

Semantic segmentation verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation

Semantic segmentation adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking

3D point cloud object detection adjustment - Adjust 3D cuboids in a point cloud frame.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection

3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence of point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking

3D point cloud semantic segmentation adjustment - Adjust semantic segmentation masks in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation

$sel:taskTitle:HumanTaskConfig', humanTaskConfig_taskTitle - A title for the task for your human workers.

$sel:taskDescription:HumanTaskConfig', humanTaskConfig_taskDescription - A description of the task for your human workers.

$sel:numberOfHumanWorkersPerDataObject:HumanTaskConfig', humanTaskConfig_numberOfHumanWorkersPerDataObject - The number of human workers that will label an object.

$sel:taskTimeLimitInSeconds:HumanTaskConfig', humanTaskConfig_taskTimeLimitInSeconds - The amount of time that a worker has to complete a task.

If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).

If you create a labeling job using a built-in task type the maximum for this parameter depends on the task type you use:

  • For image and text labeling jobs, the maximum is 8 hours (28,800 seconds).
  • For 3D point cloud and video frame labeling jobs, the maximum is 7 days (604,800 seconds). If you want to change these limits, contact Amazon Web Services Support.

$sel:annotationConsolidationConfig:HumanTaskConfig', humanTaskConfig_annotationConsolidationConfig - Configures how labels are consolidated across human workers.

HumanTaskUiSummary

data HumanTaskUiSummary Source #

Container for human task user interface information.

See: newHumanTaskUiSummary smart constructor.

Instances

Instances details
Eq HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Read HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Show HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Generic HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Associated Types

type Rep HumanTaskUiSummary :: Type -> Type #

NFData HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Methods

rnf :: HumanTaskUiSummary -> () #

Hashable HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

FromJSON HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

type Rep HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

type Rep HumanTaskUiSummary = D1 ('MetaData "HumanTaskUiSummary" "Amazonka.SageMaker.Types.HumanTaskUiSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanTaskUiSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanTaskUiName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newHumanTaskUiSummary Source #

Create a value of HumanTaskUiSummary 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:humanTaskUiName:HumanTaskUiSummary', humanTaskUiSummary_humanTaskUiName - The name of the human task user interface.

$sel:humanTaskUiArn:HumanTaskUiSummary', humanTaskUiSummary_humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.

$sel:creationTime:HumanTaskUiSummary', humanTaskUiSummary_creationTime - A timestamp when SageMaker created the human task user interface.

HyperParameterAlgorithmSpecification

data HyperParameterAlgorithmSpecification Source #

Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

See: newHyperParameterAlgorithmSpecification smart constructor.

Instances

Instances details
Eq HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Read HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Show HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Generic HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

NFData HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Hashable HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

ToJSON HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

FromJSON HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

type Rep HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

type Rep HyperParameterAlgorithmSpecification = D1 ('MetaData "HyperParameterAlgorithmSpecification" "Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterAlgorithmSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metricDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDefinition])) :*: S1 ('MetaSel ('Just "trainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInputMode))))

newHyperParameterAlgorithmSpecification Source #

Create a value of HyperParameterAlgorithmSpecification 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:algorithmName:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_algorithmName - The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage.

$sel:trainingImage:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_trainingImage - The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

$sel:metricDefinitions:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_metricDefinitions - An array of MetricDefinition objects that specify the metrics that the algorithm emits.

$sel:trainingInputMode:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_trainingInputMode - Undocumented member.

HyperParameterSpecification

data HyperParameterSpecification Source #

Defines a hyperparameter to be used by an algorithm.

See: newHyperParameterSpecification smart constructor.

Instances

Instances details
Eq HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Read HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Show HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Generic HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Associated Types

type Rep HyperParameterSpecification :: Type -> Type #

NFData HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Hashable HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

ToJSON HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

FromJSON HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

type Rep HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

type Rep HyperParameterSpecification = D1 ('MetaData "HyperParameterSpecification" "Amazonka.SageMaker.Types.HyperParameterSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isTunable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "range") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRange)) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "isRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterType)))))

newHyperParameterSpecification Source #

Create a value of HyperParameterSpecification 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:isTunable:HyperParameterSpecification', hyperParameterSpecification_isTunable - Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

$sel:range:HyperParameterSpecification', hyperParameterSpecification_range - The allowed range for this hyperparameter.

$sel:defaultValue:HyperParameterSpecification', hyperParameterSpecification_defaultValue - The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

$sel:isRequired:HyperParameterSpecification', hyperParameterSpecification_isRequired - Indicates whether this hyperparameter is required.

$sel:description:HyperParameterSpecification', hyperParameterSpecification_description - A brief description of the hyperparameter.

$sel:name:HyperParameterSpecification', hyperParameterSpecification_name - The name of this hyperparameter. The name must be unique.

$sel:type':HyperParameterSpecification', hyperParameterSpecification_type - The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

HyperParameterTrainingJobDefinition

data HyperParameterTrainingJobDefinition Source #

Defines the training jobs launched by a hyperparameter tuning job.

See: newHyperParameterTrainingJobDefinition smart constructor.

Instances

Instances details
Eq HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Read HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Show HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Generic HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

NFData HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Hashable HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

ToJSON HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

FromJSON HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

type Rep HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

type Rep HyperParameterTrainingJobDefinition = D1 ('MetaData "HyperParameterTrainingJobDefinition" "Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTrainingJobDefinition'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "tuningObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobObjective)) :*: S1 ('MetaSel ('Just "checkpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckpointConfig))) :*: (S1 ('MetaSel ('Just "hyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRanges)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy)))) :*: ((S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "staticHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "enableManagedSpotTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Channel)))))) :*: (((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "definitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "algorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterAlgorithmSpecification))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceConfig) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition))))))

newHyperParameterTrainingJobDefinition Source #

Create a value of HyperParameterTrainingJobDefinition 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:tuningObjective:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_tuningObjective - Undocumented member.

$sel:checkpointConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_checkpointConfig - Undocumented member.

$sel:hyperParameterRanges:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_hyperParameterRanges - Undocumented member.

$sel:retryStrategy:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_retryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

$sel:enableNetworkIsolation:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_enableNetworkIsolation - Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

$sel:staticHyperParameters:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_staticHyperParameters - Specifies the values of hyperparameters that do not change for the tuning job.

$sel:enableManagedSpotTraining:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_enableManagedSpotTraining - A Boolean indicating whether managed spot training is enabled (True) or not (False).

$sel:inputDataConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_inputDataConfig - An array of Channel objects that specify the input for the training jobs that the tuning job launches.

$sel:vpcConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_vpcConfig - The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

$sel:definitionName:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_definitionName - The job definition name.

$sel:enableInterContainerTrafficEncryption:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_enableInterContainerTrafficEncryption - To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

$sel:algorithmSpecification:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_algorithmSpecification - The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.

$sel:roleArn:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.

$sel:outputDataConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_outputDataConfig - Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.

$sel:resourceConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_resourceConfig - The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.

Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want Amazon SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

$sel:stoppingCondition:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_stoppingCondition - Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

HyperParameterTrainingJobSummary

data HyperParameterTrainingJobSummary Source #

Specifies summary information about a training job.

See: newHyperParameterTrainingJobSummary smart constructor.

Instances

Instances details
Eq HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Read HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Show HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Generic HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Associated Types

type Rep HyperParameterTrainingJobSummary :: Type -> Type #

NFData HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Hashable HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

FromJSON HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

type Rep HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

type Rep HyperParameterTrainingJobSummary = D1 ('MetaData "HyperParameterTrainingJobSummary" "Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTrainingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "objectiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectiveStatus)) :*: (S1 ('MetaSel ('Just "trainingJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "finalHyperParameterTuningJobObjectiveMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FinalHyperParameterTuningJobObjectiveMetric)) :*: (S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatus) :*: S1 ('MetaSel ('Just "tunedHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)))))))

newHyperParameterTrainingJobSummary Source #

Create a value of HyperParameterTrainingJobSummary 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:failureReason:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_failureReason - The reason that the training job failed.

$sel:tuningJobName:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_tuningJobName - The HyperParameter tuning job that launched the training job.

$sel:trainingEndTime:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingEndTime - Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

$sel:objectiveStatus:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_objectiveStatus - The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
  • Pending: The training job is in progress and evaluation of its final objective metric is pending.
  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

$sel:trainingJobDefinitionName:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobDefinitionName - The training job definition name.

$sel:trainingStartTime:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingStartTime - The date and time that the training job started.

$sel:finalHyperParameterTuningJobObjectiveMetric:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_finalHyperParameterTuningJobObjectiveMetric - The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

$sel:trainingJobName:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobName - The name of the training job.

$sel:trainingJobArn:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:creationTime:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_creationTime - The date and time that the training job was created.

$sel:trainingJobStatus:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobStatus - The status of the training job.

$sel:tunedHyperParameters:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_tunedHyperParameters - A list of the hyperparameters for which you specified ranges to search.

HyperParameterTuningJobConfig

data HyperParameterTuningJobConfig Source #

Configures a hyperparameter tuning job.

See: newHyperParameterTuningJobConfig smart constructor.

Instances

Instances details
Eq HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Read HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Show HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Generic HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Associated Types

type Rep HyperParameterTuningJobConfig :: Type -> Type #

NFData HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Hashable HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

ToJSON HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

FromJSON HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

type Rep HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

type Rep HyperParameterTuningJobConfig = D1 ('MetaData "HyperParameterTuningJobConfig" "Amazonka.SageMaker.Types.HyperParameterTuningJobConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tuningJobCompletionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TuningJobCompletionCriteria)) :*: (S1 ('MetaSel ('Just "parameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRanges)) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobObjective)))) :*: (S1 ('MetaSel ('Just "trainingJobEarlyStoppingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobEarlyStoppingType)) :*: (S1 ('MetaSel ('Just "strategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStrategyType) :*: S1 ('MetaSel ('Just "resourceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceLimits)))))

newHyperParameterTuningJobConfig Source #

Create a value of HyperParameterTuningJobConfig 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:tuningJobCompletionCriteria:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_tuningJobCompletionCriteria - The tuning job's completion criteria.

$sel:parameterRanges:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_parameterRanges - The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.

$sel:hyperParameterTuningJobObjective:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_hyperParameterTuningJobObjective - The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.

$sel:trainingJobEarlyStoppingType:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_trainingJobEarlyStoppingType - Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can be one of the following values (the default value is OFF):

OFF
Training jobs launched by the hyperparameter tuning job do not use early stopping.
AUTO
Amazon SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.

$sel:strategy:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_strategy - Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. To use the Bayesian search strategy, set this to Bayesian. To randomly search, set it to Random. For information about search strategies, see How Hyperparameter Tuning Works.

$sel:resourceLimits:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_resourceLimits - The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.

HyperParameterTuningJobObjective

data HyperParameterTuningJobObjective Source #

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

See: newHyperParameterTuningJobObjective smart constructor.

Instances

Instances details
Eq HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Read HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Show HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Generic HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Associated Types

type Rep HyperParameterTuningJobObjective :: Type -> Type #

NFData HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Hashable HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

ToJSON HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

FromJSON HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

type Rep HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

type Rep HyperParameterTuningJobObjective = D1 ('MetaData "HyperParameterTuningJobObjective" "Amazonka.SageMaker.Types.HyperParameterTuningJobObjective" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobObjective'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobObjectiveType) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHyperParameterTuningJobObjective Source #

Create a value of HyperParameterTuningJobObjective 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:type':HyperParameterTuningJobObjective', hyperParameterTuningJobObjective_type - Whether to minimize or maximize the objective metric.

$sel:metricName:HyperParameterTuningJobObjective', hyperParameterTuningJobObjective_metricName - The name of the metric to use for the objective metric.

HyperParameterTuningJobSummary

data HyperParameterTuningJobSummary Source #

Provides summary information about a hyperparameter tuning job.

See: newHyperParameterTuningJobSummary smart constructor.

Instances

Instances details
Eq HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Read HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Show HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Generic HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Associated Types

type Rep HyperParameterTuningJobSummary :: Type -> Type #

NFData HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Hashable HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

FromJSON HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

type Rep HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

type Rep HyperParameterTuningJobSummary = D1 ('MetaData "HyperParameterTuningJobSummary" "Amazonka.SageMaker.Types.HyperParameterTuningJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "resourceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceLimits)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "hyperParameterTuningEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "hyperParameterTuningJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStatus) :*: S1 ('MetaSel ('Just "strategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStrategyType)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "trainingJobStatusCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatusCounters) :*: S1 ('MetaSel ('Just "objectiveStatusCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectiveStatusCounters))))))

newHyperParameterTuningJobSummary Source #

Create a value of HyperParameterTuningJobSummary 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:resourceLimits:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_resourceLimits - The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

$sel:lastModifiedTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_lastModifiedTime - The date and time that the tuning job was modified.

$sel:hyperParameterTuningEndTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningEndTime - The date and time that the tuning job ended.

$sel:hyperParameterTuningJobName:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningJobName - The name of the tuning job.

$sel:hyperParameterTuningJobArn:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of the tuning job.

$sel:hyperParameterTuningJobStatus:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningJobStatus - The status of the tuning job.

$sel:strategy:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_strategy - Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.

$sel:creationTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_creationTime - The date and time that the tuning job was created.

$sel:trainingJobStatusCounters:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_trainingJobStatusCounters - The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

$sel:objectiveStatusCounters:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_objectiveStatusCounters - The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

HyperParameterTuningJobWarmStartConfig

data HyperParameterTuningJobWarmStartConfig Source #

Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

See: newHyperParameterTuningJobWarmStartConfig smart constructor.

Instances

Instances details
Eq HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Read HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Show HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Generic HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

NFData HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Hashable HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

ToJSON HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

FromJSON HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

type Rep HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

type Rep HyperParameterTuningJobWarmStartConfig = D1 ('MetaData "HyperParameterTuningJobWarmStartConfig" "Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobWarmStartConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parentHyperParameterTuningJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ParentHyperParameterTuningJob)) :*: S1 ('MetaSel ('Just "warmStartType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobWarmStartType)))

newHyperParameterTuningJobWarmStartConfig Source #

Create a value of HyperParameterTuningJobWarmStartConfig 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:parentHyperParameterTuningJobs:HyperParameterTuningJobWarmStartConfig', hyperParameterTuningJobWarmStartConfig_parentHyperParameterTuningJobs - An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

$sel:warmStartType:HyperParameterTuningJobWarmStartConfig', hyperParameterTuningJobWarmStartConfig_warmStartType - Specifies one of the following:

IDENTICAL_DATA_AND_ALGORITHM
The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.
TRANSFER_LEARNING
The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

Image

data Image Source #

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

See: newImage smart constructor.

Instances

Instances details
Eq Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

(==) :: Image -> Image -> Bool #

(/=) :: Image -> Image -> Bool #

Read Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Show Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Generic Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Associated Types

type Rep Image :: Type -> Type #

Methods

from :: Image -> Rep Image x #

to :: Rep Image x -> Image #

NFData Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

rnf :: Image -> () #

Hashable Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

hashWithSalt :: Int -> Image -> Int #

hash :: Image -> Int #

FromJSON Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

type Rep Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

newImage Source #

Create a value of Image 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:failureReason:Image', image_failureReason - When a create, update, or delete operation fails, the reason for the failure.

$sel:displayName:Image', image_displayName - The name of the image as displayed.

$sel:description:Image', image_description - The description of the image.

$sel:creationTime:Image', image_creationTime - When the image was created.

$sel:imageArn:Image', image_imageArn - The Amazon Resource Name (ARN) of the image.

$sel:imageName:Image', image_imageName - The name of the image.

$sel:imageStatus:Image', image_imageStatus - The status of the image.

$sel:lastModifiedTime:Image', image_lastModifiedTime - When the image was last modified.

ImageConfig

data ImageConfig Source #

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).

See: newImageConfig smart constructor.

Instances

Instances details
Eq ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Read ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Show ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Generic ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Associated Types

type Rep ImageConfig :: Type -> Type #

NFData ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Methods

rnf :: ImageConfig -> () #

Hashable ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

ToJSON ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

FromJSON ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

type Rep ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

type Rep ImageConfig = D1 ('MetaData "ImageConfig" "Amazonka.SageMaker.Types.ImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryAuthConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepositoryAuthConfig)) :*: S1 ('MetaSel ('Just "repositoryAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RepositoryAccessMode)))

newImageConfig Source #

Create a value of ImageConfig 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:repositoryAuthConfig:ImageConfig', imageConfig_repositoryAuthConfig - (Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

$sel:repositoryAccessMode:ImageConfig', imageConfig_repositoryAccessMode - Set this to one of the following values:

  • Platform - The model image is hosted in Amazon ECR.
  • Vpc - The model image is hosted in a private Docker registry in your VPC.

ImageVersion

data ImageVersion Source #

A version of a SageMaker Image. A version represents an existing container image.

See: newImageVersion smart constructor.

Instances

Instances details
Eq ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Read ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Show ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Generic ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Associated Types

type Rep ImageVersion :: Type -> Type #

NFData ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Methods

rnf :: ImageVersion -> () #

Hashable ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

FromJSON ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

type Rep ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

type Rep ImageVersion = D1 ('MetaData "ImageVersion" "Amazonka.SageMaker.Types.ImageVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ImageVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "imageVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imageVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImageVersionStatus)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newImageVersion Source #

Create a value of ImageVersion 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:failureReason:ImageVersion', imageVersion_failureReason - When a create or delete operation fails, the reason for the failure.

$sel:creationTime:ImageVersion', imageVersion_creationTime - When the version was created.

$sel:imageArn:ImageVersion', imageVersion_imageArn - The Amazon Resource Name (ARN) of the image the version is based on.

$sel:imageVersionArn:ImageVersion', imageVersion_imageVersionArn - The ARN of the version.

$sel:imageVersionStatus:ImageVersion', imageVersion_imageVersionStatus - The status of the version.

$sel:lastModifiedTime:ImageVersion', imageVersion_lastModifiedTime - When the version was last modified.

$sel:version:ImageVersion', imageVersion_version - The version number.

InferenceExecutionConfig

data InferenceExecutionConfig Source #

Specifies details about how containers in a multi-container endpoint are run.

See: newInferenceExecutionConfig smart constructor.

Instances

Instances details
Eq InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Read InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Show InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Generic InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Associated Types

type Rep InferenceExecutionConfig :: Type -> Type #

NFData InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Hashable InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

ToJSON InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

FromJSON InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

type Rep InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

type Rep InferenceExecutionConfig = D1 ('MetaData "InferenceExecutionConfig" "Amazonka.SageMaker.Types.InferenceExecutionConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "InferenceExecutionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InferenceExecutionMode)))

newInferenceExecutionConfig Source #

Create a value of InferenceExecutionConfig 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:mode:InferenceExecutionConfig', inferenceExecutionConfig_mode - How containers in a multi-container are run. The following values are valid.

  • SERIAL - Containers run as a serial pipeline.
  • DIRECT - Only the individual container that you specify is run.

InferenceSpecification

data InferenceSpecification Source #

Defines how to perform inference generation after a training job is run.

See: newInferenceSpecification smart constructor.

Instances

Instances details
Eq InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Read InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Show InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Generic InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Associated Types

type Rep InferenceSpecification :: Type -> Type #

NFData InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Methods

rnf :: InferenceSpecification -> () #

Hashable InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

ToJSON InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

FromJSON InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

type Rep InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

type Rep InferenceSpecification = D1 ('MetaData "InferenceSpecification" "Amazonka.SageMaker.Types.InferenceSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "InferenceSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "supportedRealtimeInferenceInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductionVariantInstanceType])) :*: S1 ('MetaSel ('Just "supportedTransformInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TransformInstanceType)))) :*: (S1 ('MetaSel ('Just "containers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ModelPackageContainerDefinition)) :*: (S1 ('MetaSel ('Just "supportedContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "supportedResponseMIMETypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))

newInferenceSpecification Source #

Create a value of InferenceSpecification 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:supportedRealtimeInferenceInstanceTypes:InferenceSpecification', inferenceSpecification_supportedRealtimeInferenceInstanceTypes - A list of the instance types that are used to generate inferences in real-time.

This parameter is required for unversioned models, and optional for versioned models.

$sel:supportedTransformInstanceTypes:InferenceSpecification', inferenceSpecification_supportedTransformInstanceTypes - A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

This parameter is required for unversioned models, and optional for versioned models.

$sel:containers:InferenceSpecification', inferenceSpecification_containers - The Amazon ECR registry path of the Docker image that contains the inference code.

$sel:supportedContentTypes:InferenceSpecification', inferenceSpecification_supportedContentTypes - The supported MIME types for the input data.

$sel:supportedResponseMIMETypes:InferenceSpecification', inferenceSpecification_supportedResponseMIMETypes - The supported MIME types for the output data.

InputConfig

data InputConfig Source #

Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

See: newInputConfig smart constructor.

Instances

Instances details
Eq InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Read InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Show InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Generic InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Associated Types

type Rep InputConfig :: Type -> Type #

NFData InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Methods

rnf :: InputConfig -> () #

Hashable InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

ToJSON InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

FromJSON InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

type Rep InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

type Rep InputConfig = D1 ('MetaData "InputConfig" "Amazonka.SageMaker.Types.InputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "InputConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "frameworkVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dataInputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Framework))))

newInputConfig Source #

Create a value of InputConfig 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:frameworkVersion:InputConfig', inputConfig_frameworkVersion - Specifies the framework version to use.

This API field is only supported for PyTorch framework versions 1.4, 1.5, and 1.6 for cloud instance target devices: ml_c4, ml_c5, ml_m4, ml_m5, ml_p2, ml_p3, and ml_g4dn.

$sel:s3Uri:InputConfig', inputConfig_s3Uri - The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

$sel:dataInputConfig:InputConfig', inputConfig_dataInputConfig - Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are InputConfig$Framework specific.

  • TensorFlow: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input":[1,1024,1024,3]}
      • If using the CLI, {\"input\":[1,1024,1024,3]}
    • Examples for two inputs:

      • If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]}
      • If using the CLI, {\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}
  • KERAS: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, DataInputConfig should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input_1":[1,3,224,224]}
      • If using the CLI, {\"input_1\":[1,3,224,224]}
    • Examples for two inputs:

      • If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}
      • If using the CLI, {\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]}
  • MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"data":[1,3,1024,1024]}
      • If using the CLI, {\"data\":[1,3,1024,1024]}
    • Examples for two inputs:

      • If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]}
      • If using the CLI, {\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]}
  • PyTorch: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.

    • Examples for one input in dictionary format:

      • If using the console, {"input0":[1,3,224,224]}
      • If using the CLI, {\"input0\":[1,3,224,224]}
    • Example for one input in list format: [[1,3,224,224]]
    • Examples for two inputs in dictionary format:

      • If using the console, {"input0":[1,3,224,224], "input1":[1,3,224,224]}
      • If using the CLI, {\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]}
    • Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]
  • XGBOOST: input data name and shape are not needed.

DataInputConfig supports the following parameters for CoreML OutputConfig$TargetDevice (ML Model format):

  • shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}. In addition to static input shapes, CoreML converter supports Flexible input shapes:

    • Range Dimension. You can use the Range Dimension feature if you know the input shape will be within some specific interval in that dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}
    • Enumerated shapes. Sometimes, the models are trained to work only on a select set of inputs. You can enumerate all supported input shapes, for example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}
  • default_shape: Default input shape. You can set a default shape during conversion for both Range Dimension and Enumerated Shapes. For example {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}
  • type: Input type. Allowed values: Image and Tensor. By default, the converter generates an ML Model with inputs of type Tensor (MultiArray). User can set input type to be Image. Image input type requires additional input parameters such as bias and scale.
  • bias: If the input type is an Image, you need to provide the bias vector.
  • scale: If the input type is an Image, you need to provide a scale factor.

CoreML ClassifierConfig parameters can be specified using OutputConfig$CompilerOptions. CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:

  • Tensor type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3]}}
  • Tensor type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]
  • Image type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}
    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}
  • Image type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]
    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

Depending on the model format, DataInputConfig requires the following parameters for ml_eia2 OutputConfig:TargetDevice.

  • For TensorFlow models saved in the SavedModel format, specify the input names from signature_def_key and the input model shapes for DataInputConfig. Specify the signature_def_key in OutputConfig:CompilerOptions if the model does not use TensorFlow's default signature def key. For example:

    • "DataInputConfig": {"inputs": [1, 224, 224, 3]}
    • "CompilerOptions": {"signature_def_key": "serving_custom"}
  • For TensorFlow models saved as a frozen graph, specify the input tensor names and shapes in DataInputConfig and the output tensor names for output_names in OutputConfig:CompilerOptions . For example:

    • "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}
    • "CompilerOptions": {"output_names": ["output_tensor:0"]}

$sel:framework:InputConfig', inputConfig_framework - Identifies the framework in which the model was trained. For example: TENSORFLOW.

IntegerParameterRange

data IntegerParameterRange Source #

For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

See: newIntegerParameterRange smart constructor.

Instances

Instances details
Eq IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Read IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Show IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Generic IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Associated Types

type Rep IntegerParameterRange :: Type -> Type #

NFData IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Methods

rnf :: IntegerParameterRange -> () #

Hashable IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

ToJSON IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

FromJSON IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

type Rep IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

type Rep IntegerParameterRange = D1 ('MetaData "IntegerParameterRange" "Amazonka.SageMaker.Types.IntegerParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "IntegerParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterScalingType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIntegerParameterRange Source #

Create a value of IntegerParameterRange 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:scalingType:IntegerParameterRange', integerParameterRange_scalingType - The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto
Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

$sel:name:IntegerParameterRange', integerParameterRange_name - The name of the hyperparameter to search.

$sel:minValue:IntegerParameterRange', integerParameterRange_minValue - The minimum value of the hyperparameter to search.

$sel:maxValue:IntegerParameterRange', integerParameterRange_maxValue - The maximum value of the hyperparameter to search.

IntegerParameterRangeSpecification

data IntegerParameterRangeSpecification Source #

Defines the possible values for an integer hyperparameter.

See: newIntegerParameterRangeSpecification smart constructor.

Instances

Instances details
Eq IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Read IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Show IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Generic IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Associated Types

type Rep IntegerParameterRangeSpecification :: Type -> Type #

NFData IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Hashable IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

ToJSON IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

FromJSON IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

type Rep IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

type Rep IntegerParameterRangeSpecification = D1 ('MetaData "IntegerParameterRangeSpecification" "Amazonka.SageMaker.Types.IntegerParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "IntegerParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIntegerParameterRangeSpecification Source #

Create a value of IntegerParameterRangeSpecification 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:minValue:IntegerParameterRangeSpecification', integerParameterRangeSpecification_minValue - The minimum integer value allowed.

$sel:maxValue:IntegerParameterRangeSpecification', integerParameterRangeSpecification_maxValue - The maximum integer value allowed.

JupyterServerAppSettings

data JupyterServerAppSettings Source #

The JupyterServer app settings.

See: newJupyterServerAppSettings smart constructor.

Instances

Instances details
Eq JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Read JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Show JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Generic JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Associated Types

type Rep JupyterServerAppSettings :: Type -> Type #

NFData JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Hashable JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

ToJSON JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

FromJSON JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

type Rep JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

type Rep JupyterServerAppSettings = D1 ('MetaData "JupyterServerAppSettings" "Amazonka.SageMaker.Types.JupyterServerAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "JupyterServerAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: S1 ('MetaSel ('Just "lifecycleConfigArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newJupyterServerAppSettings :: JupyterServerAppSettings Source #

Create a value of JupyterServerAppSettings 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:defaultResourceSpec:JupyterServerAppSettings', jupyterServerAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

$sel:lifecycleConfigArns:JupyterServerAppSettings', jupyterServerAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.

KernelGatewayAppSettings

data KernelGatewayAppSettings Source #

The KernelGateway app settings.

See: newKernelGatewayAppSettings smart constructor.

Instances

Instances details
Eq KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Read KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Show KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Generic KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Associated Types

type Rep KernelGatewayAppSettings :: Type -> Type #

NFData KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Hashable KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

ToJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

FromJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

type Rep KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

type Rep KernelGatewayAppSettings = D1 ('MetaData "KernelGatewayAppSettings" "Amazonka.SageMaker.Types.KernelGatewayAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelGatewayAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: (S1 ('MetaSel ('Just "customImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomImage])) :*: S1 ('MetaSel ('Just "lifecycleConfigArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newKernelGatewayAppSettings :: KernelGatewayAppSettings Source #

Create a value of KernelGatewayAppSettings 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:defaultResourceSpec:KernelGatewayAppSettings', kernelGatewayAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

$sel:customImages:KernelGatewayAppSettings', kernelGatewayAppSettings_customImages - A list of custom SageMaker images that are configured to run as a KernelGateway app.

$sel:lifecycleConfigArns:KernelGatewayAppSettings', kernelGatewayAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

KernelGatewayImageConfig

data KernelGatewayImageConfig Source #

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

See: newKernelGatewayImageConfig smart constructor.

Instances

Instances details
Eq KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Read KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Show KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Generic KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Associated Types

type Rep KernelGatewayImageConfig :: Type -> Type #

NFData KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Hashable KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

ToJSON KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

FromJSON KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

type Rep KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

type Rep KernelGatewayImageConfig = D1 ('MetaData "KernelGatewayImageConfig" "Amazonka.SageMaker.Types.KernelGatewayImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelGatewayImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemConfig)) :*: S1 ('MetaSel ('Just "kernelSpecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty KernelSpec))))

newKernelGatewayImageConfig Source #

Create a value of KernelGatewayImageConfig 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:fileSystemConfig:KernelGatewayImageConfig', kernelGatewayImageConfig_fileSystemConfig - The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

$sel:kernelSpecs:KernelGatewayImageConfig', kernelGatewayImageConfig_kernelSpecs - The specification of the Jupyter kernels in the image.

KernelSpec

data KernelSpec Source #

The specification of a Jupyter kernel.

See: newKernelSpec smart constructor.

Constructors

KernelSpec' (Maybe Text) Text 

Instances

Instances details
Eq KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Read KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Show KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Generic KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Associated Types

type Rep KernelSpec :: Type -> Type #

NFData KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Methods

rnf :: KernelSpec -> () #

Hashable KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

ToJSON KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

FromJSON KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

type Rep KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

type Rep KernelSpec = D1 ('MetaData "KernelSpec" "Amazonka.SageMaker.Types.KernelSpec" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelSpec'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKernelSpec Source #

Create a value of KernelSpec 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:displayName:KernelSpec', kernelSpec_displayName - The display name of the kernel.

$sel:name:KernelSpec', kernelSpec_name - The name of the Jupyter kernel in the image. This value is case sensitive.

LabelCounters

data LabelCounters Source #

Provides a breakdown of the number of objects labeled.

See: newLabelCounters smart constructor.

Instances

Instances details
Eq LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Read LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Show LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Generic LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Associated Types

type Rep LabelCounters :: Type -> Type #

NFData LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Methods

rnf :: LabelCounters -> () #

Hashable LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

FromJSON LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

type Rep LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

type Rep LabelCounters = D1 ('MetaData "LabelCounters" "Amazonka.SageMaker.Types.LabelCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "machineLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "totalLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "failedNonRetryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "unlabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "humanLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newLabelCounters :: LabelCounters Source #

Create a value of LabelCounters 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:machineLabeled:LabelCounters', labelCounters_machineLabeled - The total number of objects labeled by automated data labeling.

$sel:totalLabeled:LabelCounters', labelCounters_totalLabeled - The total number of objects labeled.

$sel:failedNonRetryableError:LabelCounters', labelCounters_failedNonRetryableError - The total number of objects that could not be labeled due to an error.

$sel:unlabeled:LabelCounters', labelCounters_unlabeled - The total number of objects not yet labeled.

$sel:humanLabeled:LabelCounters', labelCounters_humanLabeled - The total number of objects labeled by a human worker.

LabelCountersForWorkteam

data LabelCountersForWorkteam Source #

Provides counts for human-labeled tasks in the labeling job.

See: newLabelCountersForWorkteam smart constructor.

Instances

Instances details
Eq LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Read LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Show LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Generic LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Associated Types

type Rep LabelCountersForWorkteam :: Type -> Type #

NFData LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Hashable LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

FromJSON LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

type Rep LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

type Rep LabelCountersForWorkteam = D1 ('MetaData "LabelCountersForWorkteam" "Amazonka.SageMaker.Types.LabelCountersForWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelCountersForWorkteam'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingHuman") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "humanLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newLabelCountersForWorkteam :: LabelCountersForWorkteam Source #

Create a value of LabelCountersForWorkteam 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:pendingHuman:LabelCountersForWorkteam', labelCountersForWorkteam_pendingHuman - The total number of data objects that need to be labeled by a human worker.

$sel:total:LabelCountersForWorkteam', labelCountersForWorkteam_total - The total number of tasks in the labeling job.

$sel:humanLabeled:LabelCountersForWorkteam', labelCountersForWorkteam_humanLabeled - The total number of data objects labeled by a human worker.

LabelingJobAlgorithmsConfig

data LabelingJobAlgorithmsConfig Source #

Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

See: newLabelingJobAlgorithmsConfig smart constructor.

Instances

Instances details
Eq LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Read LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Show LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Generic LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Associated Types

type Rep LabelingJobAlgorithmsConfig :: Type -> Type #

NFData LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Hashable LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

ToJSON LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

FromJSON LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

type Rep LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

type Rep LabelingJobAlgorithmsConfig = D1 ('MetaData "LabelingJobAlgorithmsConfig" "Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobAlgorithmsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelingJobResourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobResourceConfig)) :*: (S1 ('MetaSel ('Just "initialActiveLearningModelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelingJobAlgorithmSpecificationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLabelingJobAlgorithmsConfig Source #

Create a value of LabelingJobAlgorithmsConfig 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:labelingJobResourceConfig:LabelingJobAlgorithmsConfig', labelingJobAlgorithmsConfig_labelingJobResourceConfig - Provides configuration information for a labeling job.

$sel:initialActiveLearningModelArn:LabelingJobAlgorithmsConfig', labelingJobAlgorithmsConfig_initialActiveLearningModelArn - At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.

$sel:labelingJobAlgorithmSpecificationArn:LabelingJobAlgorithmsConfig', labelingJobAlgorithmsConfig_labelingJobAlgorithmSpecificationArn - Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:

  • Image classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
  • Text classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
  • Object detection

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
  • Semantic Segmentation

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation

LabelingJobDataAttributes

data LabelingJobDataAttributes Source #

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

See: newLabelingJobDataAttributes smart constructor.

Instances

Instances details
Eq LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Read LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Show LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Generic LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Associated Types

type Rep LabelingJobDataAttributes :: Type -> Type #

NFData LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Hashable LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

ToJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

FromJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

type Rep LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

type Rep LabelingJobDataAttributes = D1 ('MetaData "LabelingJobDataAttributes" "Amazonka.SageMaker.Types.LabelingJobDataAttributes" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobDataAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentClassifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContentClassifier]))))

newLabelingJobDataAttributes :: LabelingJobDataAttributes Source #

Create a value of LabelingJobDataAttributes 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:contentClassifiers:LabelingJobDataAttributes', labelingJobDataAttributes_contentClassifiers - Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

LabelingJobDataSource

data LabelingJobDataSource Source #

Provides information about the location of input data.

You must specify at least one of the following: S3DataSource or SnsDataSource.

Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job.

Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

See: newLabelingJobDataSource smart constructor.

Instances

Instances details
Eq LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Read LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Show LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Generic LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Associated Types

type Rep LabelingJobDataSource :: Type -> Type #

NFData LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Methods

rnf :: LabelingJobDataSource -> () #

Hashable LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

ToJSON LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

FromJSON LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

type Rep LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

type Rep LabelingJobDataSource = D1 ('MetaData "LabelingJobDataSource" "Amazonka.SageMaker.Types.LabelingJobDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobS3DataSource)) :*: S1 ('MetaSel ('Just "snsDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobSnsDataSource))))

newLabelingJobDataSource :: LabelingJobDataSource Source #

Create a value of LabelingJobDataSource 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:s3DataSource:LabelingJobDataSource', labelingJobDataSource_s3DataSource - The Amazon S3 location of the input data objects.

$sel:snsDataSource:LabelingJobDataSource', labelingJobDataSource_snsDataSource - An Amazon SNS data source used for streaming labeling jobs. To learn more, see Send Data to a Streaming Labeling Job.

LabelingJobForWorkteamSummary

data LabelingJobForWorkteamSummary Source #

Provides summary information for a work team.

See: newLabelingJobForWorkteamSummary smart constructor.

Instances

Instances details
Eq LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Read LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Show LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Generic LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Associated Types

type Rep LabelingJobForWorkteamSummary :: Type -> Type #

NFData LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Hashable LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

FromJSON LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

type Rep LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

type Rep LabelingJobForWorkteamSummary = D1 ('MetaData "LabelingJobForWorkteamSummary" "Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobForWorkteamSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "numberOfHumanWorkersPerDataObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelCountersForWorkteam)) :*: S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "jobReferenceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "workRequesterAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newLabelingJobForWorkteamSummary Source #

Create a value of LabelingJobForWorkteamSummary 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:numberOfHumanWorkersPerDataObject:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_numberOfHumanWorkersPerDataObject - The configured number of workers per data object.

$sel:labelCounters:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelCounters - Provides information about the progress of a labeling job.

$sel:labelingJobName:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelingJobName - The name of the labeling job that the work team is assigned to.

$sel:jobReferenceCode:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_jobReferenceCode - A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

$sel:workRequesterAccountId:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_workRequesterAccountId - The Amazon Web Services account ID of the account used to start the labeling job.

$sel:creationTime:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_creationTime - The date and time that the labeling job was created.

LabelingJobInputConfig

data LabelingJobInputConfig Source #

Input configuration information for a labeling job.

See: newLabelingJobInputConfig smart constructor.

Instances

Instances details
Eq LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Read LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Show LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Generic LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Associated Types

type Rep LabelingJobInputConfig :: Type -> Type #

NFData LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Methods

rnf :: LabelingJobInputConfig -> () #

Hashable LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

ToJSON LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

FromJSON LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

type Rep LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

type Rep LabelingJobInputConfig = D1 ('MetaData "LabelingJobInputConfig" "Amazonka.SageMaker.Types.LabelingJobInputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobInputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobDataAttributes)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobDataSource)))

newLabelingJobInputConfig Source #

Create a value of LabelingJobInputConfig 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:dataAttributes:LabelingJobInputConfig', labelingJobInputConfig_dataAttributes - Attributes of the data specified by the customer.

$sel:dataSource:LabelingJobInputConfig', labelingJobInputConfig_dataSource - The location of the input data.

LabelingJobOutput

data LabelingJobOutput Source #

Specifies the location of the output produced by the labeling job.

See: newLabelingJobOutput smart constructor.

Instances

Instances details
Eq LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Read LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Show LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Generic LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Associated Types

type Rep LabelingJobOutput :: Type -> Type #

NFData LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Methods

rnf :: LabelingJobOutput -> () #

Hashable LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

FromJSON LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

type Rep LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

type Rep LabelingJobOutput = D1 ('MetaData "LabelingJobOutput" "Amazonka.SageMaker.Types.LabelingJobOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalActiveLearningModelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputDatasetS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobOutput Source #

Create a value of LabelingJobOutput 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:finalActiveLearningModelArn:LabelingJobOutput', labelingJobOutput_finalActiveLearningModelArn - The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.

$sel:outputDatasetS3Uri:LabelingJobOutput', labelingJobOutput_outputDatasetS3Uri - The Amazon S3 bucket location of the manifest file for labeled data.

LabelingJobOutputConfig

data LabelingJobOutputConfig Source #

Output configuration information for a labeling job.

See: newLabelingJobOutputConfig smart constructor.

Instances

Instances details
Eq LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Read LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Show LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Generic LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Associated Types

type Rep LabelingJobOutputConfig :: Type -> Type #

NFData LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Methods

rnf :: LabelingJobOutputConfig -> () #

Hashable LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

ToJSON LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

FromJSON LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

type Rep LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

type Rep LabelingJobOutputConfig = D1 ('MetaData "LabelingJobOutputConfig" "Amazonka.SageMaker.Types.LabelingJobOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLabelingJobOutputConfig Source #

Create a value of LabelingJobOutputConfig 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:snsTopicArn:LabelingJobOutputConfig', labelingJobOutputConfig_snsTopicArn - An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a SnsTopicArn if you want to do real time chaining to another streaming job and receive an Amazon SNS notifications each time a data object is submitted by a worker.

If you provide an SnsTopicArn in OutputConfig, when workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

To learn more, see Receive Output Data from a Streaming Labeling Job.

$sel:kmsKeyId:LabelingJobOutputConfig', labelingJobOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.

If you provide your own KMS key ID, you must add the required permissions to your KMS key described in Encrypt Output Data and Storage Volume with Amazon Web Services KMS.

If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your role's account to encrypt your output data.

If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

$sel:s3OutputPath:LabelingJobOutputConfig', labelingJobOutputConfig_s3OutputPath - The Amazon S3 location to write output data.

LabelingJobResourceConfig

data LabelingJobResourceConfig Source #

Configure encryption on the storage volume attached to the ML compute instance used to run automated data labeling model training and inference.

See: newLabelingJobResourceConfig smart constructor.

Instances

Instances details
Eq LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Read LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Show LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Generic LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Associated Types

type Rep LabelingJobResourceConfig :: Type -> Type #

NFData LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Hashable LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

ToJSON LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

FromJSON LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

type Rep LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

type Rep LabelingJobResourceConfig = D1 ('MetaData "LabelingJobResourceConfig" "Amazonka.SageMaker.Types.LabelingJobResourceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLabelingJobResourceConfig :: LabelingJobResourceConfig Source #

Create a value of LabelingJobResourceConfig 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:volumeKmsKeyId:LabelingJobResourceConfig', labelingJobResourceConfig_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.

You can only specify a VolumeKmsKeyId when you create a labeling job with automated data labeling enabled using the API operation CreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.

The VolumeKmsKeyId can be any of the following formats:

  • KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

LabelingJobS3DataSource

data LabelingJobS3DataSource Source #

The Amazon S3 location of the input data objects.

See: newLabelingJobS3DataSource smart constructor.

Instances

Instances details
Eq LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Read LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Show LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Generic LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Associated Types

type Rep LabelingJobS3DataSource :: Type -> Type #

NFData LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Methods

rnf :: LabelingJobS3DataSource -> () #

Hashable LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

ToJSON LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

FromJSON LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

type Rep LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

type Rep LabelingJobS3DataSource = D1 ('MetaData "LabelingJobS3DataSource" "Amazonka.SageMaker.Types.LabelingJobS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobS3DataSource Source #

Create a value of LabelingJobS3DataSource 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:manifestS3Uri:LabelingJobS3DataSource', labelingJobS3DataSource_manifestS3Uri - The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

LabelingJobSnsDataSource

data LabelingJobSnsDataSource Source #

An Amazon SNS data source used for streaming labeling jobs.

See: newLabelingJobSnsDataSource smart constructor.

Instances

Instances details
Eq LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Read LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Show LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Generic LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Associated Types

type Rep LabelingJobSnsDataSource :: Type -> Type #

NFData LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Hashable LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

ToJSON LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

FromJSON LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

type Rep LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

type Rep LabelingJobSnsDataSource = D1 ('MetaData "LabelingJobSnsDataSource" "Amazonka.SageMaker.Types.LabelingJobSnsDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobSnsDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobSnsDataSource Source #

Create a value of LabelingJobSnsDataSource 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:snsTopicArn:LabelingJobSnsDataSource', labelingJobSnsDataSource_snsTopicArn - The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

LabelingJobStoppingConditions

data LabelingJobStoppingConditions Source #

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Labeling jobs fail after 30 days with an appropriate client error message.

See: newLabelingJobStoppingConditions smart constructor.

Instances

Instances details
Eq LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Read LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Show LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Generic LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Associated Types

type Rep LabelingJobStoppingConditions :: Type -> Type #

NFData LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Hashable LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

ToJSON LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

FromJSON LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

type Rep LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

type Rep LabelingJobStoppingConditions = D1 ('MetaData "LabelingJobStoppingConditions" "Amazonka.SageMaker.Types.LabelingJobStoppingConditions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobStoppingConditions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxHumanLabeledObjectCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxPercentageOfInputDatasetLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newLabelingJobStoppingConditions :: LabelingJobStoppingConditions Source #

Create a value of LabelingJobStoppingConditions 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:maxHumanLabeledObjectCount:LabelingJobStoppingConditions', labelingJobStoppingConditions_maxHumanLabeledObjectCount - The maximum number of objects that can be labeled by human workers.

$sel:maxPercentageOfInputDatasetLabeled:LabelingJobStoppingConditions', labelingJobStoppingConditions_maxPercentageOfInputDatasetLabeled - The maximum number of input data objects that should be labeled.

LabelingJobSummary

data LabelingJobSummary Source #

Provides summary information about a labeling job.

See: newLabelingJobSummary smart constructor.

Instances

Instances details
Eq LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Read LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Show LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Generic LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Associated Types

type Rep LabelingJobSummary :: Type -> Type #

NFData LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Methods

rnf :: LabelingJobSummary -> () #

Hashable LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

FromJSON LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

type Rep LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

type Rep LabelingJobSummary = D1 ('MetaData "LabelingJobSummary" "Amazonka.SageMaker.Types.LabelingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "annotationConsolidationLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobInputConfig)))) :*: (S1 ('MetaSel ('Just "labelingJobOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobOutput)) :*: (S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "labelingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobStatus))) :*: (S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelCounters) :*: (S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "preHumanTaskLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newLabelingJobSummary Source #

Create a value of LabelingJobSummary 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:failureReason:LabelingJobSummary', labelingJobSummary_failureReason - If the LabelingJobStatus field is Failed, this field contains a description of the error.

$sel:annotationConsolidationLambdaArn:LabelingJobSummary', labelingJobSummary_annotationConsolidationLambdaArn - The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

$sel:inputConfig:LabelingJobSummary', labelingJobSummary_inputConfig - Input configuration for the labeling job.

$sel:labelingJobOutput:LabelingJobSummary', labelingJobSummary_labelingJobOutput - The location of the output produced by the labeling job.

$sel:labelingJobName:LabelingJobSummary', labelingJobSummary_labelingJobName - The name of the labeling job.

$sel:labelingJobArn:LabelingJobSummary', labelingJobSummary_labelingJobArn - The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

$sel:creationTime:LabelingJobSummary', labelingJobSummary_creationTime - The date and time that the job was created (timestamp).

$sel:lastModifiedTime:LabelingJobSummary', labelingJobSummary_lastModifiedTime - The date and time that the job was last modified (timestamp).

$sel:labelingJobStatus:LabelingJobSummary', labelingJobSummary_labelingJobStatus - The current status of the labeling job.

$sel:labelCounters:LabelingJobSummary', labelingJobSummary_labelCounters - Counts showing the progress of the labeling job.

$sel:workteamArn:LabelingJobSummary', labelingJobSummary_workteamArn - The Amazon Resource Name (ARN) of the work team assigned to the job.

$sel:preHumanTaskLambdaArn:LabelingJobSummary', labelingJobSummary_preHumanTaskLambdaArn - The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

LambdaStepMetadata

data LambdaStepMetadata Source #

Metadata for a Lambda step.

See: newLambdaStepMetadata smart constructor.

Instances

Instances details
Eq LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Read LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Show LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Generic LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Associated Types

type Rep LambdaStepMetadata :: Type -> Type #

NFData LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Methods

rnf :: LambdaStepMetadata -> () #

Hashable LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

FromJSON LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

type Rep LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

type Rep LambdaStepMetadata = D1 ('MetaData "LambdaStepMetadata" "Amazonka.SageMaker.Types.LambdaStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LambdaStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter]))))

newLambdaStepMetadata :: LambdaStepMetadata Source #

Create a value of LambdaStepMetadata 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:arn:LambdaStepMetadata', lambdaStepMetadata_arn - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

$sel:outputParameters:LambdaStepMetadata', lambdaStepMetadata_outputParameters - A list of the output parameters of the Lambda step.

MemberDefinition

data MemberDefinition Source #

Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.

See: newMemberDefinition smart constructor.

Instances

Instances details
Eq MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Read MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Show MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Generic MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Associated Types

type Rep MemberDefinition :: Type -> Type #

NFData MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Methods

rnf :: MemberDefinition -> () #

Hashable MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

ToJSON MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

FromJSON MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

type Rep MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

type Rep MemberDefinition = D1 ('MetaData "MemberDefinition" "Amazonka.SageMaker.Types.MemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oidcMemberDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OidcMemberDefinition)) :*: S1 ('MetaSel ('Just "cognitoMemberDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoMemberDefinition))))

newMemberDefinition :: MemberDefinition Source #

Create a value of MemberDefinition 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:oidcMemberDefinition:MemberDefinition', memberDefinition_oidcMemberDefinition - A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

$sel:cognitoMemberDefinition:MemberDefinition', memberDefinition_cognitoMemberDefinition - The Amazon Cognito user group that is part of the work team.

MetadataProperties

data MetadataProperties Source #

Metadata properties of the tracking entity, trial, or trial component.

See: newMetadataProperties smart constructor.

Instances

Instances details
Eq MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Read MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Show MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Generic MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Associated Types

type Rep MetadataProperties :: Type -> Type #

NFData MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Methods

rnf :: MetadataProperties -> () #

Hashable MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

ToJSON MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

FromJSON MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

type Rep MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

type Rep MetadataProperties = D1 ('MetaData "MetadataProperties" "Amazonka.SageMaker.Types.MetadataProperties" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetadataProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "generatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMetadataProperties :: MetadataProperties Source #

Create a value of MetadataProperties 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:commitId:MetadataProperties', metadataProperties_commitId - The commit ID.

$sel:repository:MetadataProperties', metadataProperties_repository - The repository.

$sel:generatedBy:MetadataProperties', metadataProperties_generatedBy - The entity this entity was generated by.

$sel:projectId:MetadataProperties', metadataProperties_projectId - The project ID.

MetricData

data MetricData Source #

The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

See: newMetricData smart constructor.

Instances

Instances details
Eq MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Read MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Show MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Generic MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Associated Types

type Rep MetricData :: Type -> Type #

NFData MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Methods

rnf :: MetricData -> () #

Hashable MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

FromJSON MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

type Rep MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

type Rep MetricData = D1 ('MetaData "MetricData" "Amazonka.SageMaker.Types.MetricData" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newMetricData :: MetricData Source #

Create a value of MetricData 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:metricName:MetricData', metricData_metricName - The name of the metric.

$sel:value:MetricData', metricData_value - The value of the metric.

$sel:timestamp:MetricData', metricData_timestamp - The date and time that the algorithm emitted the metric.

MetricDatum

data MetricDatum Source #

Information about the metric for a candidate produced by an AutoML job.

See: newMetricDatum smart constructor.

Instances

Instances details
Eq MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Read MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Show MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Generic MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Associated Types

type Rep MetricDatum :: Type -> Type #

NFData MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Methods

rnf :: MetricDatum -> () #

Hashable MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

FromJSON MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

type Rep MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

type Rep MetricDatum = D1 ('MetaData "MetricDatum" "Amazonka.SageMaker.Types.MetricDatum" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricDatum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "set") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricSetSource)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLMetricEnum)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newMetricDatum :: MetricDatum Source #

Create a value of MetricDatum 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:set:MetricDatum', metricDatum_set - The dataset split from which the AutoML job produced the metric.

$sel:metricName:MetricDatum', metricDatum_metricName - The name of the metric.

$sel:value:MetricDatum', metricDatum_value - The value of the metric.

MetricDefinition

data MetricDefinition Source #

Specifies a metric that the training algorithm writes to stderr or stdout. Amazon SageMakerhyperparameter tuning captures all defined metrics. You specify one metric that a hyperparameter tuning job uses as its objective metric to choose the best training job.

See: newMetricDefinition smart constructor.

Instances

Instances details
Eq MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Read MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Show MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Generic MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Associated Types

type Rep MetricDefinition :: Type -> Type #

NFData MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Methods

rnf :: MetricDefinition -> () #

Hashable MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

ToJSON MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

FromJSON MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

type Rep MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

type Rep MetricDefinition = D1 ('MetaData "MetricDefinition" "Amazonka.SageMaker.Types.MetricDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "regex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMetricDefinition Source #

Create a value of MetricDefinition 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:name:MetricDefinition', metricDefinition_name - The name of the metric.

$sel:regex:MetricDefinition', metricDefinition_regex - A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining Objective Metrics.

MetricsSource

data MetricsSource Source #

See: newMetricsSource smart constructor.

Instances

Instances details
Eq MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Read MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Show MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Generic MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Associated Types

type Rep MetricsSource :: Type -> Type #

NFData MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Methods

rnf :: MetricsSource -> () #

Hashable MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

ToJSON MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

FromJSON MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

type Rep MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

type Rep MetricsSource = D1 ('MetaData "MetricsSource" "Amazonka.SageMaker.Types.MetricsSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricsSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMetricsSource Source #

Create a value of MetricsSource 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:contentDigest:MetricsSource', metricsSource_contentDigest -

$sel:contentType:MetricsSource', metricsSource_contentType -

$sel:s3Uri:MetricsSource', metricsSource_s3Uri -

ModelArtifacts

data ModelArtifacts Source #

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

See: newModelArtifacts smart constructor.

Constructors

ModelArtifacts' Text 

Instances

Instances details
Eq ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Read ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Show ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Generic ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Associated Types

type Rep ModelArtifacts :: Type -> Type #

NFData ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Methods

rnf :: ModelArtifacts -> () #

Hashable ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

FromJSON ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

type Rep ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

type Rep ModelArtifacts = D1 ('MetaData "ModelArtifacts" "Amazonka.SageMaker.Types.ModelArtifacts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3ModelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newModelArtifacts Source #

Create a value of ModelArtifacts 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:s3ModelArtifacts:ModelArtifacts', modelArtifacts_s3ModelArtifacts - The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

ModelBiasAppSpecification

data ModelBiasAppSpecification Source #

Docker container image configuration object for the model bias job.

See: newModelBiasAppSpecification smart constructor.

Instances

Instances details
Eq ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Read ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Show ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Generic ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Associated Types

type Rep ModelBiasAppSpecification :: Type -> Type #

NFData ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Hashable ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

ToJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

FromJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

type Rep ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

type Rep ModelBiasAppSpecification = D1 ('MetaData "ModelBiasAppSpecification" "Amazonka.SageMaker.Types.ModelBiasAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelBiasAppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModelBiasAppSpecification Source #

Create a value of ModelBiasAppSpecification 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:environment:ModelBiasAppSpecification', modelBiasAppSpecification_environment - Sets the environment variables in the Docker container.

$sel:imageUri:ModelBiasAppSpecification', modelBiasAppSpecification_imageUri - The container image to be run by the model bias job.

$sel:configUri:ModelBiasAppSpecification', modelBiasAppSpecification_configUri - JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

ModelBiasBaselineConfig

data ModelBiasBaselineConfig Source #

The configuration for a baseline model bias job.

See: newModelBiasBaselineConfig smart constructor.

Instances

Instances details
Eq ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Read ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Show ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Generic ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Associated Types

type Rep ModelBiasBaselineConfig :: Type -> Type #

NFData ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Methods

rnf :: ModelBiasBaselineConfig -> () #

Hashable ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

ToJSON ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

FromJSON ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

type Rep ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

type Rep ModelBiasBaselineConfig = D1 ('MetaData "ModelBiasBaselineConfig" "Amazonka.SageMaker.Types.ModelBiasBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelBiasBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelBiasBaselineConfig :: ModelBiasBaselineConfig Source #

Create a value of ModelBiasBaselineConfig 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:constraintsResource:ModelBiasBaselineConfig', modelBiasBaselineConfig_constraintsResource - Undocumented member.

$sel:baseliningJobName:ModelBiasBaselineConfig', modelBiasBaselineConfig_baseliningJobName - The name of the baseline model bias job.

ModelBiasJobInput

data ModelBiasJobInput Source #

Inputs for the model bias job.

See: newModelBiasJobInput smart constructor.

Instances

Instances details
Eq ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Read ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Show ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Generic ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Associated Types

type Rep ModelBiasJobInput :: Type -> Type #

NFData ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Methods

rnf :: ModelBiasJobInput -> () #

Hashable ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

ToJSON ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

FromJSON ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

type Rep ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

type Rep ModelBiasJobInput = D1 ('MetaData "ModelBiasJobInput" "Amazonka.SageMaker.Types.ModelBiasJobInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelBiasJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInput) :*: S1 ('MetaSel ('Just "groundTruthS3Input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringGroundTruthS3Input)))

newModelBiasJobInput Source #

Create a value of ModelBiasJobInput 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:endpointInput:ModelBiasJobInput', modelBiasJobInput_endpointInput - Undocumented member.

$sel:groundTruthS3Input:ModelBiasJobInput', modelBiasJobInput_groundTruthS3Input - Location of ground truth labels to use in model bias job.

ModelClientConfig

data ModelClientConfig Source #

Configures the timeout and maximum number of retries for processing a transform job invocation.

See: newModelClientConfig smart constructor.

Instances

Instances details
Eq ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Read ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Show ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Generic ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Associated Types

type Rep ModelClientConfig :: Type -> Type #

NFData ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Methods

rnf :: ModelClientConfig -> () #

Hashable ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

ToJSON ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

FromJSON ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

type Rep ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

type Rep ModelClientConfig = D1 ('MetaData "ModelClientConfig" "Amazonka.SageMaker.Types.ModelClientConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelClientConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invocationsTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "invocationsMaxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newModelClientConfig :: ModelClientConfig Source #

Create a value of ModelClientConfig 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:invocationsTimeoutInSeconds:ModelClientConfig', modelClientConfig_invocationsTimeoutInSeconds - The timeout value in seconds for an invocation request.

$sel:invocationsMaxRetries:ModelClientConfig', modelClientConfig_invocationsMaxRetries - The maximum number of retries when invocation requests are failing.

ModelDataQuality

data ModelDataQuality Source #

Data quality constraints and statistics for a model.

See: newModelDataQuality smart constructor.

Instances

Instances details
Eq ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Read ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Show ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Generic ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Associated Types

type Rep ModelDataQuality :: Type -> Type #

NFData ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Methods

rnf :: ModelDataQuality -> () #

Hashable ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

ToJSON ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

FromJSON ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

type Rep ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

type Rep ModelDataQuality = D1 ('MetaData "ModelDataQuality" "Amazonka.SageMaker.Types.ModelDataQuality" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDataQuality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource)) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newModelDataQuality :: ModelDataQuality Source #

Create a value of ModelDataQuality 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:constraints:ModelDataQuality', modelDataQuality_constraints - Data quality constraints for a model.

$sel:statistics:ModelDataQuality', modelDataQuality_statistics - Data quality statistics for a model.

ModelDeployConfig

data ModelDeployConfig Source #

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

See: newModelDeployConfig smart constructor.

Instances

Instances details
Eq ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Read ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Show ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Generic ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Associated Types

type Rep ModelDeployConfig :: Type -> Type #

NFData ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Methods

rnf :: ModelDeployConfig -> () #

Hashable ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

ToJSON ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

FromJSON ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

type Rep ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

type Rep ModelDeployConfig = D1 ('MetaData "ModelDeployConfig" "Amazonka.SageMaker.Types.ModelDeployConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDeployConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoGenerateEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newModelDeployConfig :: ModelDeployConfig Source #

Create a value of ModelDeployConfig 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:endpointName:ModelDeployConfig', modelDeployConfig_endpointName - Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.

Specify the EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

$sel:autoGenerateEndpointName:ModelDeployConfig', modelDeployConfig_autoGenerateEndpointName - Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False.

If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.

ModelDeployResult

data ModelDeployResult Source #

Provides information about the endpoint of the model deployment.

See: newModelDeployResult smart constructor.

Constructors

ModelDeployResult' (Maybe Text) 

Instances

Instances details
Eq ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Read ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Show ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Generic ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Associated Types

type Rep ModelDeployResult :: Type -> Type #

NFData ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Methods

rnf :: ModelDeployResult -> () #

Hashable ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

FromJSON ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

type Rep ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

type Rep ModelDeployResult = D1 ('MetaData "ModelDeployResult" "Amazonka.SageMaker.Types.ModelDeployResult" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDeployResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelDeployResult :: ModelDeployResult Source #

Create a value of ModelDeployResult 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:endpointName:ModelDeployResult', modelDeployResult_endpointName - The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

ModelDigests

data ModelDigests Source #

Provides information to verify the integrity of stored model artifacts.

See: newModelDigests smart constructor.

Constructors

ModelDigests' (Maybe Text) 

Instances

Instances details
Eq ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Read ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Show ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Generic ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Associated Types

type Rep ModelDigests :: Type -> Type #

NFData ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Methods

rnf :: ModelDigests -> () #

Hashable ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

FromJSON ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

type Rep ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

type Rep ModelDigests = D1 ('MetaData "ModelDigests" "Amazonka.SageMaker.Types.ModelDigests" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDigests'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelDigests :: ModelDigests Source #

Create a value of ModelDigests 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:artifactDigest:ModelDigests', modelDigests_artifactDigest - Provides a hash value that uniquely identifies the stored model artifacts.

ModelExplainabilityAppSpecification

data ModelExplainabilityAppSpecification Source #

Docker container image configuration object for the model explainability job.

See: newModelExplainabilityAppSpecification smart constructor.

Instances

Instances details
Eq ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Read ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Show ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Generic ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

NFData ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Hashable ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

ToJSON ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

FromJSON ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

type Rep ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

type Rep ModelExplainabilityAppSpecification = D1 ('MetaData "ModelExplainabilityAppSpecification" "Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelExplainabilityAppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModelExplainabilityAppSpecification Source #

Create a value of ModelExplainabilityAppSpecification 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:environment:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_environment - Sets the environment variables in the Docker container.

$sel:imageUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_imageUri - The container image to be run by the model explainability job.

$sel:configUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_configUri - JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

ModelExplainabilityBaselineConfig

data ModelExplainabilityBaselineConfig Source #

The configuration for a baseline model explainability job.

See: newModelExplainabilityBaselineConfig smart constructor.

Instances

Instances details
Eq ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Read ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Show ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Generic ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Associated Types

type Rep ModelExplainabilityBaselineConfig :: Type -> Type #

NFData ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Hashable ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

ToJSON ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

FromJSON ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

type Rep ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

type Rep ModelExplainabilityBaselineConfig = D1 ('MetaData "ModelExplainabilityBaselineConfig" "Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelExplainabilityBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelExplainabilityBaselineConfig :: ModelExplainabilityBaselineConfig Source #

Create a value of ModelExplainabilityBaselineConfig 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:constraintsResource:ModelExplainabilityBaselineConfig', modelExplainabilityBaselineConfig_constraintsResource - Undocumented member.

$sel:baseliningJobName:ModelExplainabilityBaselineConfig', modelExplainabilityBaselineConfig_baseliningJobName - The name of the baseline model explainability job.

ModelExplainabilityJobInput

data ModelExplainabilityJobInput Source #

Inputs for the model explainability job.

See: newModelExplainabilityJobInput smart constructor.

Instances

Instances details
Eq ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Read ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Show ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Generic ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Associated Types

type Rep ModelExplainabilityJobInput :: Type -> Type #

NFData ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Hashable ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

ToJSON ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

FromJSON ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

type Rep ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

type Rep ModelExplainabilityJobInput = D1 ('MetaData "ModelExplainabilityJobInput" "Amazonka.SageMaker.Types.ModelExplainabilityJobInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelExplainabilityJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInput)))

newModelExplainabilityJobInput Source #

Create a value of ModelExplainabilityJobInput 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:endpointInput:ModelExplainabilityJobInput', modelExplainabilityJobInput_endpointInput - Undocumented member.

ModelMetrics

data ModelMetrics Source #

Contains metrics captured from a model.

See: newModelMetrics smart constructor.

Instances

Instances details
Eq ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Read ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Show ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Generic ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Associated Types

type Rep ModelMetrics :: Type -> Type #

NFData ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Methods

rnf :: ModelMetrics -> () #

Hashable ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

ToJSON ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

FromJSON ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

type Rep ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

type Rep ModelMetrics = D1 ('MetaData "ModelMetrics" "Amazonka.SageMaker.Types.ModelMetrics" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelMetrics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bias)) :*: S1 ('MetaSel ('Just "modelDataQuality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDataQuality))) :*: (S1 ('MetaSel ('Just "modelQuality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelQuality)) :*: S1 ('MetaSel ('Just "explainability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Explainability)))))

newModelMetrics :: ModelMetrics Source #

Create a value of ModelMetrics 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:bias:ModelMetrics', modelMetrics_bias - Metrics that measure bais in a model.

$sel:modelDataQuality:ModelMetrics', modelMetrics_modelDataQuality - Metrics that measure the quality of the input data for a model.

$sel:modelQuality:ModelMetrics', modelMetrics_modelQuality - Metrics that measure the quality of a model.

$sel:explainability:ModelMetrics', modelMetrics_explainability - Metrics that help explain a model.

ModelPackage

data ModelPackage Source #

A versioned model that can be deployed for SageMaker inference.

See: newModelPackage smart constructor.

Instances

Instances details
Eq ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Read ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Show ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Generic ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Associated Types

type Rep ModelPackage :: Type -> Type #

NFData ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Methods

rnf :: ModelPackage -> () #

Hashable ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

FromJSON ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

type Rep ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

type Rep ModelPackage = D1 ('MetaData "ModelPackage" "Amazonka.SageMaker.Types.ModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus)) :*: (S1 ('MetaSel ('Just "sourceAlgorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceAlgorithmSpecification)) :*: S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelMetrics))) :*: (S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageValidationSpecification)) :*: S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification))) :*: (S1 ('MetaSel ('Just "approvalDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelPackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "modelPackageStatusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageStatusDetails)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "modelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageStatus))))))))

newModelPackage :: ModelPackage Source #

Create a value of ModelPackage 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:creationTime:ModelPackage', modelPackage_creationTime - The time that the model package was created.

$sel:metadataProperties:ModelPackage', modelPackage_metadataProperties - Undocumented member.

$sel:modelApprovalStatus:ModelPackage', modelPackage_modelApprovalStatus - The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

$sel:sourceAlgorithmSpecification:ModelPackage', modelPackage_sourceAlgorithmSpecification - Undocumented member.

$sel:modelPackageName:ModelPackage', modelPackage_modelPackageName - The name of the model.

$sel:modelPackageArn:ModelPackage', modelPackage_modelPackageArn - The Amazon Resource Name (ARN) of the model package.

$sel:modelMetrics:ModelPackage', modelPackage_modelMetrics - Metrics for the model.

$sel:modelPackageDescription:ModelPackage', modelPackage_modelPackageDescription - The description of the model package.

$sel:createdBy:ModelPackage', modelPackage_createdBy - Undocumented member.

$sel:lastModifiedTime:ModelPackage', modelPackage_lastModifiedTime - The last time the model package was modified.

$sel:validationSpecification:ModelPackage', modelPackage_validationSpecification - Undocumented member.

$sel:inferenceSpecification:ModelPackage', modelPackage_inferenceSpecification - Undocumented member.

$sel:approvalDescription:ModelPackage', modelPackage_approvalDescription - A description provided when the model approval is set.

$sel:modelPackageVersion:ModelPackage', modelPackage_modelPackageVersion - The version number of a versioned model.

$sel:certifyForMarketplace:ModelPackage', modelPackage_certifyForMarketplace - Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

$sel:modelPackageGroupName:ModelPackage', modelPackage_modelPackageGroupName - The model group to which the model belongs.

$sel:lastModifiedBy:ModelPackage', modelPackage_lastModifiedBy - Undocumented member.

$sel:modelPackageStatusDetails:ModelPackage', modelPackage_modelPackageStatusDetails - Undocumented member.

$sel:tags:ModelPackage', modelPackage_tags - A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:modelPackageStatus:ModelPackage', modelPackage_modelPackageStatus - The status of the model package. This can be one of the following values.

  • PENDING - The model package is pending being created.
  • IN_PROGRESS - The model package is in the process of being created.
  • COMPLETED - The model package was successfully created.
  • FAILED - The model package failed.
  • DELETING - The model package is in the process of being deleted.

ModelPackageContainerDefinition

data ModelPackageContainerDefinition Source #

Describes the Docker container for the model package.

See: newModelPackageContainerDefinition smart constructor.

Instances

Instances details
Eq ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Read ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Show ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Generic ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Associated Types

type Rep ModelPackageContainerDefinition :: Type -> Type #

NFData ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Hashable ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

ToJSON ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

FromJSON ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

type Rep ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

type Rep ModelPackageContainerDefinition = D1 ('MetaData "ModelPackageContainerDefinition" "Amazonka.SageMaker.Types.ModelPackageContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageContainerDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "containerHostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModelPackageContainerDefinition Source #

Create a value of ModelPackageContainerDefinition 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:modelDataUrl:ModelPackageContainerDefinition', modelPackageContainerDefinition_modelDataUrl - The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the model package.

$sel:environment:ModelPackageContainerDefinition', modelPackageContainerDefinition_environment - The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

$sel:imageDigest:ModelPackageContainerDefinition', modelPackageContainerDefinition_imageDigest - An MD5 hash of the training algorithm that identifies the Docker image used for training.

$sel:containerHostname:ModelPackageContainerDefinition', modelPackageContainerDefinition_containerHostname - The DNS host name for the Docker container.

$sel:productId:ModelPackageContainerDefinition', modelPackageContainerDefinition_productId - The Amazon Web Services Marketplace product ID of the model package.

$sel:image:ModelPackageContainerDefinition', modelPackageContainerDefinition_image - The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

ModelPackageGroup

data ModelPackageGroup Source #

A group of versioned models in the model registry.

See: newModelPackageGroup smart constructor.

Instances

Instances details
Eq ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Read ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Show ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Generic ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Associated Types

type Rep ModelPackageGroup :: Type -> Type #

NFData ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Methods

rnf :: ModelPackageGroup -> () #

Hashable ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

FromJSON ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

type Rep ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

type Rep ModelPackageGroup = D1 ('MetaData "ModelPackageGroup" "Amazonka.SageMaker.Types.ModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroupStatus)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newModelPackageGroup :: ModelPackageGroup Source #

Create a value of ModelPackageGroup 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:creationTime:ModelPackageGroup', modelPackageGroup_creationTime - The time that the model group was created.

$sel:modelPackageGroupDescription:ModelPackageGroup', modelPackageGroup_modelPackageGroupDescription - The description for the model group.

$sel:modelPackageGroupArn:ModelPackageGroup', modelPackageGroup_modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.

$sel:createdBy:ModelPackageGroup', modelPackageGroup_createdBy - Undocumented member.

$sel:modelPackageGroupName:ModelPackageGroup', modelPackageGroup_modelPackageGroupName - The name of the model group.

$sel:modelPackageGroupStatus:ModelPackageGroup', modelPackageGroup_modelPackageGroupStatus - The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.
  • IN_PROGRESS - The model group is in the process of being created.
  • COMPLETED - The model group was successfully created.
  • FAILED - The model group failed.
  • DELETING - The model group is in the process of being deleted.
  • DELETE_FAILED - SageMaker failed to delete the model group.

$sel:tags:ModelPackageGroup', modelPackageGroup_tags - A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

ModelPackageGroupSummary

data ModelPackageGroupSummary Source #

Summary information about a model group.

See: newModelPackageGroupSummary smart constructor.

Instances

Instances details
Eq ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Read ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Show ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Generic ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Associated Types

type Rep ModelPackageGroupSummary :: Type -> Type #

NFData ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Hashable ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

FromJSON ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

type Rep ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

type Rep ModelPackageGroupSummary = D1 ('MetaData "ModelPackageGroupSummary" "Amazonka.SageMaker.Types.ModelPackageGroupSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageGroupStatus)))))

ModelPackageStatusDetails

data ModelPackageStatusDetails Source #

Specifies the validation and image scan statuses of the model package.

See: newModelPackageStatusDetails smart constructor.

Instances

Instances details
Eq ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Read ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Show ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Generic ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Associated Types

type Rep ModelPackageStatusDetails :: Type -> Type #

NFData ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Hashable ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

FromJSON ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

type Rep ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

type Rep ModelPackageStatusDetails = D1 ('MetaData "ModelPackageStatusDetails" "Amazonka.SageMaker.Types.ModelPackageStatusDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageStatusDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageScanStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelPackageStatusItem])) :*: S1 ('MetaSel ('Just "validationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelPackageStatusItem])))

newModelPackageStatusDetails :: ModelPackageStatusDetails Source #

Create a value of ModelPackageStatusDetails 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:imageScanStatuses:ModelPackageStatusDetails', modelPackageStatusDetails_imageScanStatuses - The status of the scan of the Docker image container for the model package.

$sel:validationStatuses:ModelPackageStatusDetails', modelPackageStatusDetails_validationStatuses - The validation status of the model package.

ModelPackageStatusItem

data ModelPackageStatusItem Source #

Represents the overall status of a model package.

See: newModelPackageStatusItem smart constructor.

Instances

Instances details
Eq ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Read ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Show ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Generic ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Associated Types

type Rep ModelPackageStatusItem :: Type -> Type #

NFData ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Methods

rnf :: ModelPackageStatusItem -> () #

Hashable ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

FromJSON ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

type Rep ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

type Rep ModelPackageStatusItem = D1 ('MetaData "ModelPackageStatusItem" "Amazonka.SageMaker.Types.ModelPackageStatusItem" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageStatusItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetailedModelPackageStatus))))

newModelPackageStatusItem Source #

Create a value of ModelPackageStatusItem 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:failureReason:ModelPackageStatusItem', modelPackageStatusItem_failureReason - if the overall status is Failed, the reason for the failure.

$sel:name:ModelPackageStatusItem', modelPackageStatusItem_name - The name of the model package for which the overall status is being reported.

$sel:status:ModelPackageStatusItem', modelPackageStatusItem_status - The current status.

ModelPackageSummary

data ModelPackageSummary Source #

Provides summary information about a model package.

See: newModelPackageSummary smart constructor.

Instances

Instances details
Eq ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Read ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Show ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Generic ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Associated Types

type Rep ModelPackageSummary :: Type -> Type #

NFData ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Methods

rnf :: ModelPackageSummary -> () #

Hashable ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

FromJSON ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

type Rep ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

type Rep ModelPackageSummary = D1 ('MetaData "ModelPackageSummary" "Amazonka.SageMaker.Types.ModelPackageSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus)) :*: S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelPackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "modelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageStatus)))))

newModelPackageSummary Source #

Create a value of ModelPackageSummary 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:modelApprovalStatus:ModelPackageSummary', modelPackageSummary_modelApprovalStatus - The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

$sel:modelPackageDescription:ModelPackageSummary', modelPackageSummary_modelPackageDescription - A brief description of the model package.

$sel:modelPackageVersion:ModelPackageSummary', modelPackageSummary_modelPackageVersion - If the model package is a versioned model, the version of the model.

$sel:modelPackageGroupName:ModelPackageSummary', modelPackageSummary_modelPackageGroupName - If the model package is a versioned model, the model group that the versioned model belongs to.

$sel:modelPackageName:ModelPackageSummary', modelPackageSummary_modelPackageName - The name of the model package.

$sel:modelPackageArn:ModelPackageSummary', modelPackageSummary_modelPackageArn - The Amazon Resource Name (ARN) of the model package.

$sel:creationTime:ModelPackageSummary', modelPackageSummary_creationTime - A timestamp that shows when the model package was created.

$sel:modelPackageStatus:ModelPackageSummary', modelPackageSummary_modelPackageStatus - The overall status of the model package.

ModelPackageValidationProfile

data ModelPackageValidationProfile Source #

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

See: newModelPackageValidationProfile smart constructor.

Instances

Instances details
Eq ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Read ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Show ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Generic ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Associated Types

type Rep ModelPackageValidationProfile :: Type -> Type #

NFData ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Hashable ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

ToJSON ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

FromJSON ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

type Rep ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

type Rep ModelPackageValidationProfile = D1 ('MetaData "ModelPackageValidationProfile" "Amazonka.SageMaker.Types.ModelPackageValidationProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageValidationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformJobDefinition)))

newModelPackageValidationProfile Source #

Create a value of ModelPackageValidationProfile 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:profileName:ModelPackageValidationProfile', modelPackageValidationProfile_profileName - The name of the profile for the model package.

$sel:transformJobDefinition:ModelPackageValidationProfile', modelPackageValidationProfile_transformJobDefinition - The TransformJobDefinition object that describes the transform job used for the validation of the model package.

ModelPackageValidationSpecification

data ModelPackageValidationSpecification Source #

Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.

See: newModelPackageValidationSpecification smart constructor.

Instances

Instances details
Eq ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Read ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Show ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Generic ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

NFData ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Hashable ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

ToJSON ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

FromJSON ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

type Rep ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

type Rep ModelPackageValidationSpecification = D1 ('MetaData "ModelPackageValidationSpecification" "Amazonka.SageMaker.Types.ModelPackageValidationSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageValidationSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validationRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "validationProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ModelPackageValidationProfile))))

newModelPackageValidationSpecification Source #

Create a value of ModelPackageValidationSpecification 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:validationRole:ModelPackageValidationSpecification', modelPackageValidationSpecification_validationRole - The IAM roles to be used for the validation of the model package.

$sel:validationProfiles:ModelPackageValidationSpecification', modelPackageValidationSpecification_validationProfiles - An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that Amazon SageMaker runs to validate your model package.

ModelQuality

data ModelQuality Source #

Model quality statistics and constraints.

See: newModelQuality smart constructor.

Instances

Instances details
Eq ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Read ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Show ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Generic ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Associated Types

type Rep ModelQuality :: Type -> Type #

NFData ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Methods

rnf :: ModelQuality -> () #

Hashable ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

ToJSON ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

FromJSON ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

type Rep ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

type Rep ModelQuality = D1 ('MetaData "ModelQuality" "Amazonka.SageMaker.Types.ModelQuality" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQuality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource)) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newModelQuality :: ModelQuality Source #

Create a value of ModelQuality 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:constraints:ModelQuality', modelQuality_constraints - Model quality constraints.

$sel:statistics:ModelQuality', modelQuality_statistics - Model quality statistics.

ModelQualityAppSpecification

data ModelQualityAppSpecification Source #

Container image configuration object for the monitoring job.

See: newModelQualityAppSpecification smart constructor.

Instances

Instances details
Eq ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Read ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Show ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Generic ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Associated Types

type Rep ModelQualityAppSpecification :: Type -> Type #

NFData ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Hashable ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

ToJSON ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

FromJSON ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

type Rep ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

type Rep ModelQualityAppSpecification = D1 ('MetaData "ModelQualityAppSpecification" "Amazonka.SageMaker.Types.ModelQualityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQualityAppSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "recordPreprocessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "problemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringProblemType)) :*: S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "postAnalyticsProcessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModelQualityAppSpecification Source #

Create a value of ModelQualityAppSpecification 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:containerArguments:ModelQualityAppSpecification', modelQualityAppSpecification_containerArguments - An array of arguments for the container used to run the monitoring job.

$sel:recordPreprocessorSourceUri:ModelQualityAppSpecification', modelQualityAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

$sel:environment:ModelQualityAppSpecification', modelQualityAppSpecification_environment - Sets the environment variables in the container that the monitoring job runs.

$sel:problemType:ModelQualityAppSpecification', modelQualityAppSpecification_problemType - The machine learning problem type of the model that the monitoring job monitors.

$sel:containerEntrypoint:ModelQualityAppSpecification', modelQualityAppSpecification_containerEntrypoint - Specifies the entrypoint for a container that the monitoring job runs.

$sel:postAnalyticsProcessorSourceUri:ModelQualityAppSpecification', modelQualityAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

$sel:imageUri:ModelQualityAppSpecification', modelQualityAppSpecification_imageUri - The address of the container image that the monitoring job runs.

ModelQualityBaselineConfig

data ModelQualityBaselineConfig Source #

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

See: newModelQualityBaselineConfig smart constructor.

Instances

Instances details
Eq ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Read ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Show ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Generic ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Associated Types

type Rep ModelQualityBaselineConfig :: Type -> Type #

NFData ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Hashable ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

ToJSON ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

FromJSON ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

type Rep ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

type Rep ModelQualityBaselineConfig = D1 ('MetaData "ModelQualityBaselineConfig" "Amazonka.SageMaker.Types.ModelQualityBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQualityBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelQualityBaselineConfig :: ModelQualityBaselineConfig Source #

Create a value of ModelQualityBaselineConfig 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:constraintsResource:ModelQualityBaselineConfig', modelQualityBaselineConfig_constraintsResource - Undocumented member.

$sel:baseliningJobName:ModelQualityBaselineConfig', modelQualityBaselineConfig_baseliningJobName - The name of the job that performs baselining for the monitoring job.

ModelQualityJobInput

data ModelQualityJobInput Source #

The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.

See: newModelQualityJobInput smart constructor.

Instances

Instances details
Eq ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Read ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Show ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Generic ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Associated Types

type Rep ModelQualityJobInput :: Type -> Type #

NFData ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Methods

rnf :: ModelQualityJobInput -> () #

Hashable ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

ToJSON ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

FromJSON ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

type Rep ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

type Rep ModelQualityJobInput = D1 ('MetaData "ModelQualityJobInput" "Amazonka.SageMaker.Types.ModelQualityJobInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQualityJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInput) :*: S1 ('MetaSel ('Just "groundTruthS3Input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringGroundTruthS3Input)))

newModelQualityJobInput Source #

Create a value of ModelQualityJobInput 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:endpointInput:ModelQualityJobInput', modelQualityJobInput_endpointInput - Undocumented member.

$sel:groundTruthS3Input:ModelQualityJobInput', modelQualityJobInput_groundTruthS3Input - The ground truth label provided for the model.

ModelStepMetadata

data ModelStepMetadata Source #

Metadata for Model steps.

See: newModelStepMetadata smart constructor.

Constructors

ModelStepMetadata' (Maybe Text) 

Instances

Instances details
Eq ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Read ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Show ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Generic ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Associated Types

type Rep ModelStepMetadata :: Type -> Type #

NFData ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Methods

rnf :: ModelStepMetadata -> () #

Hashable ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

FromJSON ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

type Rep ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

type Rep ModelStepMetadata = D1 ('MetaData "ModelStepMetadata" "Amazonka.SageMaker.Types.ModelStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelStepMetadata :: ModelStepMetadata Source #

Create a value of ModelStepMetadata 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:arn:ModelStepMetadata', modelStepMetadata_arn - The Amazon Resource Name (ARN) of the created model.

ModelSummary

data ModelSummary Source #

Provides summary information about a model.

See: newModelSummary smart constructor.

Instances

Instances details
Eq ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Read ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Show ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Generic ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Associated Types

type Rep ModelSummary :: Type -> Type #

NFData ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Methods

rnf :: ModelSummary -> () #

Hashable ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

FromJSON ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

type Rep ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

type Rep ModelSummary = D1 ('MetaData "ModelSummary" "Amazonka.SageMaker.Types.ModelSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newModelSummary Source #

Create a value of ModelSummary 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:ModelSummary', modelSummary_modelName - The name of the model that you want a summary for.

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

$sel:creationTime:ModelSummary', modelSummary_creationTime - A timestamp that indicates when the model was created.

MonitoringAppSpecification

data MonitoringAppSpecification Source #

Container image configuration object for the monitoring job.

See: newMonitoringAppSpecification smart constructor.

Instances

Instances details
Eq MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Read MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Show MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Generic MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Associated Types

type Rep MonitoringAppSpecification :: Type -> Type #

NFData MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Hashable MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

ToJSON MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

FromJSON MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

type Rep MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

type Rep MonitoringAppSpecification = D1 ('MetaData "MonitoringAppSpecification" "Amazonka.SageMaker.Types.MonitoringAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringAppSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "recordPreprocessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "postAnalyticsProcessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newMonitoringAppSpecification Source #

Create a value of MonitoringAppSpecification 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:containerArguments:MonitoringAppSpecification', monitoringAppSpecification_containerArguments - An array of arguments for the container used to run the monitoring job.

$sel:recordPreprocessorSourceUri:MonitoringAppSpecification', monitoringAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

$sel:containerEntrypoint:MonitoringAppSpecification', monitoringAppSpecification_containerEntrypoint - Specifies the entrypoint for a container used to run the monitoring job.

$sel:postAnalyticsProcessorSourceUri:MonitoringAppSpecification', monitoringAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

$sel:imageUri:MonitoringAppSpecification', monitoringAppSpecification_imageUri - The container image to be run by the monitoring job.

MonitoringBaselineConfig

data MonitoringBaselineConfig Source #

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

See: newMonitoringBaselineConfig smart constructor.

Instances

Instances details
Eq MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Read MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Show MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Generic MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Associated Types

type Rep MonitoringBaselineConfig :: Type -> Type #

NFData MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Hashable MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

ToJSON MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

FromJSON MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

type Rep MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

type Rep MonitoringBaselineConfig = D1 ('MetaData "MonitoringBaselineConfig" "Amazonka.SageMaker.Types.MonitoringBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: (S1 ('MetaSel ('Just "statisticsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStatisticsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMonitoringBaselineConfig :: MonitoringBaselineConfig Source #

Create a value of MonitoringBaselineConfig 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:constraintsResource:MonitoringBaselineConfig', monitoringBaselineConfig_constraintsResource - The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

$sel:statisticsResource:MonitoringBaselineConfig', monitoringBaselineConfig_statisticsResource - The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

$sel:baseliningJobName:MonitoringBaselineConfig', monitoringBaselineConfig_baseliningJobName - The name of the job that performs baselining for the monitoring job.

MonitoringClusterConfig

data MonitoringClusterConfig Source #

Configuration for the cluster used to run model monitoring jobs.

See: newMonitoringClusterConfig smart constructor.

Instances

Instances details
Eq MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Read MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Show MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Generic MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Associated Types

type Rep MonitoringClusterConfig :: Type -> Type #

NFData MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Methods

rnf :: MonitoringClusterConfig -> () #

Hashable MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

ToJSON MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

FromJSON MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

type Rep MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

type Rep MonitoringClusterConfig = D1 ('MetaData "MonitoringClusterConfig" "Amazonka.SageMaker.Types.MonitoringClusterConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringClusterConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingInstanceType) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newMonitoringClusterConfig Source #

Create a value of MonitoringClusterConfig 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:volumeKmsKeyId:MonitoringClusterConfig', monitoringClusterConfig_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.

$sel:instanceCount:MonitoringClusterConfig', monitoringClusterConfig_instanceCount - The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

$sel:instanceType:MonitoringClusterConfig', monitoringClusterConfig_instanceType - The ML compute instance type for the processing job.

$sel:volumeSizeInGB:MonitoringClusterConfig', monitoringClusterConfig_volumeSizeInGB - The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.

MonitoringConstraintsResource

data MonitoringConstraintsResource Source #

The constraints resource for a monitoring job.

See: newMonitoringConstraintsResource smart constructor.

Instances

Instances details
Eq MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Read MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Show MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Generic MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Associated Types

type Rep MonitoringConstraintsResource :: Type -> Type #

NFData MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Hashable MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

ToJSON MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

FromJSON MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

type Rep MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

type Rep MonitoringConstraintsResource = D1 ('MetaData "MonitoringConstraintsResource" "Amazonka.SageMaker.Types.MonitoringConstraintsResource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringConstraintsResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitoringConstraintsResource :: MonitoringConstraintsResource Source #

Create a value of MonitoringConstraintsResource 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:s3Uri:MonitoringConstraintsResource', monitoringConstraintsResource_s3Uri - The Amazon S3 URI for the constraints resource.

MonitoringExecutionSummary

data MonitoringExecutionSummary Source #

Summary of information about the last monitoring job to run.

See: newMonitoringExecutionSummary smart constructor.

Instances

Instances details
Eq MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Read MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Show MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Generic MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Associated Types

type Rep MonitoringExecutionSummary :: Type -> Type #

NFData MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Hashable MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

FromJSON MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

type Rep MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

type Rep MonitoringExecutionSummary = D1 ('MetaData "MonitoringExecutionSummary" "Amazonka.SageMaker.Types.MonitoringExecutionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringExecutionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scheduledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExecutionStatus))))))

newMonitoringExecutionSummary Source #

Create a value of MonitoringExecutionSummary 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:monitoringType:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringType - The type of the monitoring job.

$sel:failureReason:MonitoringExecutionSummary', monitoringExecutionSummary_failureReason - Contains the reason a monitoring job failed, if it failed.

$sel:endpointName:MonitoringExecutionSummary', monitoringExecutionSummary_endpointName - The name of the endpoint used to run the monitoring job.

$sel:processingJobArn:MonitoringExecutionSummary', monitoringExecutionSummary_processingJobArn - The Amazon Resource Name (ARN) of the monitoring job.

$sel:monitoringJobDefinitionName:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringJobDefinitionName - The name of the monitoring job.

$sel:monitoringScheduleName:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringScheduleName - The name of the monitoring schedule.

$sel:scheduledTime:MonitoringExecutionSummary', monitoringExecutionSummary_scheduledTime - The time the monitoring job was scheduled.

$sel:creationTime:MonitoringExecutionSummary', monitoringExecutionSummary_creationTime - The time at which the monitoring job was created.

$sel:lastModifiedTime:MonitoringExecutionSummary', monitoringExecutionSummary_lastModifiedTime - A timestamp that indicates the last time the monitoring job was modified.

$sel:monitoringExecutionStatus:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringExecutionStatus - The status of the monitoring job.

MonitoringGroundTruthS3Input

data MonitoringGroundTruthS3Input Source #

The ground truth labels for the dataset used for the monitoring job.

See: newMonitoringGroundTruthS3Input smart constructor.

Instances

Instances details
Eq MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Read MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Show MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Generic MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Associated Types

type Rep MonitoringGroundTruthS3Input :: Type -> Type #

NFData MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Hashable MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

ToJSON MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

FromJSON MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

type Rep MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

type Rep MonitoringGroundTruthS3Input = D1 ('MetaData "MonitoringGroundTruthS3Input" "Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringGroundTruthS3Input'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitoringGroundTruthS3Input :: MonitoringGroundTruthS3Input Source #

Create a value of MonitoringGroundTruthS3Input 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:s3Uri:MonitoringGroundTruthS3Input', monitoringGroundTruthS3Input_s3Uri - The address of the Amazon S3 location of the ground truth labels.

MonitoringInput

data MonitoringInput Source #

The inputs for a monitoring job.

See: newMonitoringInput smart constructor.

Instances

Instances details
Eq MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Read MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Show MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Generic MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Associated Types

type Rep MonitoringInput :: Type -> Type #

NFData MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Methods

rnf :: MonitoringInput -> () #

Hashable MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

ToJSON MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

FromJSON MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

type Rep MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

type Rep MonitoringInput = D1 ('MetaData "MonitoringInput" "Amazonka.SageMaker.Types.MonitoringInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInput)))

newMonitoringInput Source #

Create a value of MonitoringInput 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:endpointInput:MonitoringInput', monitoringInput_endpointInput - The endpoint for a monitoring job.

MonitoringJobDefinition

data MonitoringJobDefinition Source #

Defines the monitoring job.

See: newMonitoringJobDefinition smart constructor.

Instances

Instances details
Eq MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Read MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Show MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Generic MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Associated Types

type Rep MonitoringJobDefinition :: Type -> Type #

NFData MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Methods

rnf :: MonitoringJobDefinition -> () #

Hashable MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

ToJSON MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

FromJSON MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

type Rep MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

newMonitoringJobDefinition Source #

Create a value of MonitoringJobDefinition 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:environment:MonitoringJobDefinition', monitoringJobDefinition_environment - Sets the environment variables in the Docker container.

$sel:stoppingCondition:MonitoringJobDefinition', monitoringJobDefinition_stoppingCondition - Specifies a time limit for how long the monitoring job is allowed to run.

$sel:networkConfig:MonitoringJobDefinition', monitoringJobDefinition_networkConfig - Specifies networking options for an monitoring job.

$sel:baselineConfig:MonitoringJobDefinition', monitoringJobDefinition_baselineConfig - Baseline configuration used to validate that the data conforms to the specified constraints and statistics

$sel:monitoringInputs:MonitoringJobDefinition', monitoringJobDefinition_monitoringInputs - The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.

$sel:monitoringOutputConfig:MonitoringJobDefinition', monitoringJobDefinition_monitoringOutputConfig - The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).

$sel:monitoringResources:MonitoringJobDefinition', monitoringJobDefinition_monitoringResources - Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.

$sel:monitoringAppSpecification:MonitoringJobDefinition', monitoringJobDefinition_monitoringAppSpecification - Configures the monitoring job to run a specified Docker container image.

$sel:roleArn:MonitoringJobDefinition', monitoringJobDefinition_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

MonitoringJobDefinitionSummary

data MonitoringJobDefinitionSummary Source #

Summary information about a monitoring job.

See: newMonitoringJobDefinitionSummary smart constructor.

Instances

Instances details
Eq MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Read MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Show MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Generic MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Associated Types

type Rep MonitoringJobDefinitionSummary :: Type -> Type #

NFData MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Hashable MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

FromJSON MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

type Rep MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

type Rep MonitoringJobDefinitionSummary = D1 ('MetaData "MonitoringJobDefinitionSummary" "Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringJobDefinitionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

MonitoringNetworkConfig

data MonitoringNetworkConfig Source #

The networking configuration for the monitoring job.

See: newMonitoringNetworkConfig smart constructor.

Instances

Instances details
Eq MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Read MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Show MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Generic MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Associated Types

type Rep MonitoringNetworkConfig :: Type -> Type #

NFData MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Methods

rnf :: MonitoringNetworkConfig -> () #

Hashable MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

ToJSON MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

FromJSON MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

type Rep MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

type Rep MonitoringNetworkConfig = D1 ('MetaData "MonitoringNetworkConfig" "Amazonka.SageMaker.Types.MonitoringNetworkConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringNetworkConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newMonitoringNetworkConfig :: MonitoringNetworkConfig Source #

Create a value of MonitoringNetworkConfig 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:enableNetworkIsolation:MonitoringNetworkConfig', monitoringNetworkConfig_enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.

$sel:vpcConfig:MonitoringNetworkConfig', monitoringNetworkConfig_vpcConfig - Undocumented member.

$sel:enableInterContainerTrafficEncryption:MonitoringNetworkConfig', monitoringNetworkConfig_enableInterContainerTrafficEncryption - Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.

MonitoringOutput

data MonitoringOutput Source #

The output object for a monitoring job.

See: newMonitoringOutput smart constructor.

Instances

Instances details
Eq MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Read MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Show MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Generic MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Associated Types

type Rep MonitoringOutput :: Type -> Type #

NFData MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Methods

rnf :: MonitoringOutput -> () #

Hashable MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

ToJSON MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

FromJSON MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

type Rep MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

type Rep MonitoringOutput = D1 ('MetaData "MonitoringOutput" "Amazonka.SageMaker.Types.MonitoringOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringS3Output)))

newMonitoringOutput Source #

Create a value of MonitoringOutput 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:s3Output:MonitoringOutput', monitoringOutput_s3Output - The Amazon S3 storage location where the results of a monitoring job are saved.

MonitoringOutputConfig

data MonitoringOutputConfig Source #

The output configuration for monitoring jobs.

See: newMonitoringOutputConfig smart constructor.

Instances

Instances details
Eq MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Read MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Show MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Generic MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Associated Types

type Rep MonitoringOutputConfig :: Type -> Type #

NFData MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Methods

rnf :: MonitoringOutputConfig -> () #

Hashable MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

ToJSON MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

FromJSON MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

type Rep MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

type Rep MonitoringOutputConfig = D1 ('MetaData "MonitoringOutputConfig" "Amazonka.SageMaker.Types.MonitoringOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty MonitoringOutput))))

newMonitoringOutputConfig Source #

Create a value of MonitoringOutputConfig 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:kmsKeyId:MonitoringOutputConfig', monitoringOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

$sel:monitoringOutputs:MonitoringOutputConfig', monitoringOutputConfig_monitoringOutputs - Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

MonitoringResources

data MonitoringResources Source #

Identifies the resources to deploy for a monitoring job.

See: newMonitoringResources smart constructor.

Instances

Instances details
Eq MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Read MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Show MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Generic MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Associated Types

type Rep MonitoringResources :: Type -> Type #

NFData MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Methods

rnf :: MonitoringResources -> () #

Hashable MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

ToJSON MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

FromJSON MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

type Rep MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

type Rep MonitoringResources = D1 ('MetaData "MonitoringResources" "Amazonka.SageMaker.Types.MonitoringResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringClusterConfig)))

newMonitoringResources Source #

Create a value of MonitoringResources 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:clusterConfig:MonitoringResources', monitoringResources_clusterConfig - The configuration for the cluster resources used to run the processing job.

MonitoringS3Output

data MonitoringS3Output Source #

Information about where and how you want to store the results of a monitoring job.

See: newMonitoringS3Output smart constructor.

Instances

Instances details
Eq MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Read MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Show MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Generic MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Associated Types

type Rep MonitoringS3Output :: Type -> Type #

NFData MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Methods

rnf :: MonitoringS3Output -> () #

Hashable MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

ToJSON MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

FromJSON MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

type Rep MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

type Rep MonitoringS3Output = D1 ('MetaData "MonitoringS3Output" "Amazonka.SageMaker.Types.MonitoringS3Output" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringS3Output'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3UploadMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3UploadMode)) :*: (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMonitoringS3Output Source #

Create a value of MonitoringS3Output 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:s3UploadMode:MonitoringS3Output', monitoringS3Output_s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.

$sel:s3Uri:MonitoringS3Output', monitoringS3Output_s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

$sel:localPath:MonitoringS3Output', monitoringS3Output_localPath - The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

MonitoringSchedule

data MonitoringSchedule Source #

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.

See: newMonitoringSchedule smart constructor.

Instances

Instances details
Eq MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Read MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Show MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Generic MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Associated Types

type Rep MonitoringSchedule :: Type -> Type #

NFData MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Methods

rnf :: MonitoringSchedule -> () #

Hashable MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

FromJSON MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

type Rep MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

type Rep MonitoringSchedule = D1 ('MetaData "MonitoringSchedule" "Amazonka.SageMaker.Types.MonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringSchedule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleStatus)) :*: S1 ('MetaSel ('Just "lastMonitoringExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSummary)))) :*: (S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringScheduleConfig)) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newMonitoringSchedule :: MonitoringSchedule Source #

Create a value of MonitoringSchedule 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:creationTime:MonitoringSchedule', monitoringSchedule_creationTime - The time that the monitoring schedule was created.

$sel:monitoringType:MonitoringSchedule', monitoringSchedule_monitoringType - The type of the monitoring job definition to schedule.

$sel:failureReason:MonitoringSchedule', monitoringSchedule_failureReason - If the monitoring schedule failed, the reason it failed.

$sel:monitoringScheduleArn:MonitoringSchedule', monitoringSchedule_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

$sel:endpointName:MonitoringSchedule', monitoringSchedule_endpointName - The endpoint that hosts the model being monitored.

$sel:lastModifiedTime:MonitoringSchedule', monitoringSchedule_lastModifiedTime - The last time the monitoring schedule was changed.

$sel:monitoringScheduleStatus:MonitoringSchedule', monitoringSchedule_monitoringScheduleStatus - The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.
  • FAILED - The schedule failed.
  • SCHEDULED - The schedule was successfully created.
  • STOPPED - The schedule was stopped.

$sel:lastMonitoringExecutionSummary:MonitoringSchedule', monitoringSchedule_lastMonitoringExecutionSummary - Undocumented member.

$sel:monitoringScheduleConfig:MonitoringSchedule', monitoringSchedule_monitoringScheduleConfig - Undocumented member.

$sel:monitoringScheduleName:MonitoringSchedule', monitoringSchedule_monitoringScheduleName - The name of the monitoring schedule.

$sel:tags:MonitoringSchedule', monitoringSchedule_tags - A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

MonitoringScheduleConfig

data MonitoringScheduleConfig Source #

Configures the monitoring schedule and defines the monitoring job.

See: newMonitoringScheduleConfig smart constructor.

Instances

Instances details
Eq MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Read MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Show MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Generic MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Associated Types

type Rep MonitoringScheduleConfig :: Type -> Type #

NFData MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Hashable MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

ToJSON MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

FromJSON MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

type Rep MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

type Rep MonitoringScheduleConfig = D1 ('MetaData "MonitoringScheduleConfig" "Amazonka.SageMaker.Types.MonitoringScheduleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringScheduleConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "scheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleConfig))) :*: (S1 ('MetaSel ('Just "monitoringJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinition)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMonitoringScheduleConfig :: MonitoringScheduleConfig Source #

Create a value of MonitoringScheduleConfig 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:monitoringType:MonitoringScheduleConfig', monitoringScheduleConfig_monitoringType - The type of the monitoring job definition to schedule.

$sel:scheduleConfig:MonitoringScheduleConfig', monitoringScheduleConfig_scheduleConfig - Configures the monitoring schedule.

$sel:monitoringJobDefinition:MonitoringScheduleConfig', monitoringScheduleConfig_monitoringJobDefinition - Defines the monitoring job.

$sel:monitoringJobDefinitionName:MonitoringScheduleConfig', monitoringScheduleConfig_monitoringJobDefinitionName - The name of the monitoring job definition to schedule.

MonitoringScheduleSummary

data MonitoringScheduleSummary Source #

Summarizes the monitoring schedule.

See: newMonitoringScheduleSummary smart constructor.

Instances

Instances details
Eq MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Read MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Show MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Generic MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Associated Types

type Rep MonitoringScheduleSummary :: Type -> Type #

NFData MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Hashable MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

FromJSON MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

type Rep MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

type Rep MonitoringScheduleSummary = D1 ('MetaData "MonitoringScheduleSummary" "Amazonka.SageMaker.Types.MonitoringScheduleSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringScheduleSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleStatus)))))

newMonitoringScheduleSummary Source #

Create a value of MonitoringScheduleSummary 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:monitoringType:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringType - The type of the monitoring job definition that the schedule is for.

$sel:endpointName:MonitoringScheduleSummary', monitoringScheduleSummary_endpointName - The name of the endpoint using the monitoring schedule.

$sel:monitoringJobDefinitionName:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringJobDefinitionName - The name of the monitoring job definition that the schedule is for.

$sel:monitoringScheduleName:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleName - The name of the monitoring schedule.

$sel:monitoringScheduleArn:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

$sel:creationTime:MonitoringScheduleSummary', monitoringScheduleSummary_creationTime - The creation time of the monitoring schedule.

$sel:lastModifiedTime:MonitoringScheduleSummary', monitoringScheduleSummary_lastModifiedTime - The last time the monitoring schedule was modified.

$sel:monitoringScheduleStatus:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleStatus - The status of the monitoring schedule.

MonitoringStatisticsResource

data MonitoringStatisticsResource Source #

The statistics resource for a monitoring job.

See: newMonitoringStatisticsResource smart constructor.

Instances

Instances details
Eq MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Read MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Show MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Generic MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Associated Types

type Rep MonitoringStatisticsResource :: Type -> Type #

NFData MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Hashable MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

ToJSON MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

FromJSON MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

type Rep MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

type Rep MonitoringStatisticsResource = D1 ('MetaData "MonitoringStatisticsResource" "Amazonka.SageMaker.Types.MonitoringStatisticsResource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringStatisticsResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitoringStatisticsResource :: MonitoringStatisticsResource Source #

Create a value of MonitoringStatisticsResource 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:s3Uri:MonitoringStatisticsResource', monitoringStatisticsResource_s3Uri - The Amazon S3 URI for the statistics resource.

MonitoringStoppingCondition

data MonitoringStoppingCondition Source #

A time limit for how long the monitoring job is allowed to run before stopping.

See: newMonitoringStoppingCondition smart constructor.

Instances

Instances details
Eq MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Read MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Show MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Generic MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Associated Types

type Rep MonitoringStoppingCondition :: Type -> Type #

NFData MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Hashable MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

ToJSON MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

FromJSON MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

type Rep MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

type Rep MonitoringStoppingCondition = D1 ('MetaData "MonitoringStoppingCondition" "Amazonka.SageMaker.Types.MonitoringStoppingCondition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringStoppingCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newMonitoringStoppingCondition Source #

Create a value of MonitoringStoppingCondition 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:maxRuntimeInSeconds:MonitoringStoppingCondition', monitoringStoppingCondition_maxRuntimeInSeconds - The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

MultiModelConfig

data MultiModelConfig Source #

Specifies additional configuration for hosting multi-model endpoints.

See: newMultiModelConfig smart constructor.

Instances

Instances details
Eq MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Read MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Show MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Generic MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Associated Types

type Rep MultiModelConfig :: Type -> Type #

NFData MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Methods

rnf :: MultiModelConfig -> () #

Hashable MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

ToJSON MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

FromJSON MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

type Rep MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

type Rep MultiModelConfig = D1 ('MetaData "MultiModelConfig" "Amazonka.SageMaker.Types.MultiModelConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MultiModelConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelCacheSetting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelCacheSetting))))

newMultiModelConfig :: MultiModelConfig Source #

Create a value of MultiModelConfig 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:modelCacheSetting:MultiModelConfig', multiModelConfig_modelCacheSetting - Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

NeoVpcConfig

data NeoVpcConfig Source #

The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.

See: newNeoVpcConfig smart constructor.

Instances

Instances details
Eq NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Read NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Show NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Generic NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Associated Types

type Rep NeoVpcConfig :: Type -> Type #

NFData NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Methods

rnf :: NeoVpcConfig -> () #

Hashable NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

ToJSON NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

FromJSON NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

type Rep NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

type Rep NeoVpcConfig = D1 ('MetaData "NeoVpcConfig" "Amazonka.SageMaker.Types.NeoVpcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NeoVpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newNeoVpcConfig Source #

Create a value of NeoVpcConfig 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:securityGroupIds:NeoVpcConfig', neoVpcConfig_securityGroupIds - The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

$sel:subnets:NeoVpcConfig', neoVpcConfig_subnets - The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

NestedFilters

data NestedFilters Source #

A list of nested Filter objects. A resource must satisfy the conditions of all filters to be included in the results returned from the Search API.

For example, to filter on a training job's InputDataConfig property with a specific channel name and S3Uri prefix, define the following filters:

  • '{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"}',
  • '{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"}'

See: newNestedFilters smart constructor.

Instances

Instances details
Eq NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Read NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Show NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Generic NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Associated Types

type Rep NestedFilters :: Type -> Type #

NFData NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Methods

rnf :: NestedFilters -> () #

Hashable NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

ToJSON NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

type Rep NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

type Rep NestedFilters = D1 ('MetaData "NestedFilters" "Amazonka.SageMaker.Types.NestedFilters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NestedFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nestedPropertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Filter))))

newNestedFilters Source #

Create a value of NestedFilters 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:nestedPropertyName:NestedFilters', nestedFilters_nestedPropertyName - The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

$sel:filters:NestedFilters', nestedFilters_filters - A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

NetworkConfig

data NetworkConfig Source #

Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.

See: newNetworkConfig smart constructor.

Instances

Instances details
Eq NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Read NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Show NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Generic NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Associated Types

type Rep NetworkConfig :: Type -> Type #

NFData NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Methods

rnf :: NetworkConfig -> () #

Hashable NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

ToJSON NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

FromJSON NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

type Rep NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

type Rep NetworkConfig = D1 ('MetaData "NetworkConfig" "Amazonka.SageMaker.Types.NetworkConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NetworkConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newNetworkConfig :: NetworkConfig Source #

Create a value of NetworkConfig 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:enableNetworkIsolation:NetworkConfig', networkConfig_enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing job.

$sel:vpcConfig:NetworkConfig', networkConfig_vpcConfig - Undocumented member.

$sel:enableInterContainerTrafficEncryption:NetworkConfig', networkConfig_enableInterContainerTrafficEncryption - Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.

NotebookInstanceLifecycleConfigSummary

data NotebookInstanceLifecycleConfigSummary Source #

Provides a summary of a notebook instance lifecycle configuration.

See: newNotebookInstanceLifecycleConfigSummary smart constructor.

Instances

Instances details
Eq NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Read NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Show NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Generic NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

NFData NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Hashable NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

FromJSON NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

type Rep NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

type Rep NotebookInstanceLifecycleConfigSummary = D1 ('MetaData "NotebookInstanceLifecycleConfigSummary" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotebookInstanceLifecycleConfigSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

NotebookInstanceLifecycleHook

data NotebookInstanceLifecycleHook Source #

Contains the notebook instance lifecycle configuration script.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

See: newNotebookInstanceLifecycleHook smart constructor.

Instances

Instances details
Eq NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Read NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Show NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Generic NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Associated Types

type Rep NotebookInstanceLifecycleHook :: Type -> Type #

NFData NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Hashable NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

ToJSON NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

FromJSON NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

type Rep NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

type Rep NotebookInstanceLifecycleHook = D1 ('MetaData "NotebookInstanceLifecycleHook" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotebookInstanceLifecycleHook'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNotebookInstanceLifecycleHook :: NotebookInstanceLifecycleHook Source #

Create a value of NotebookInstanceLifecycleHook 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:content:NotebookInstanceLifecycleHook', notebookInstanceLifecycleHook_content - A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

NotebookInstanceSummary

data NotebookInstanceSummary Source #

Provides summary information for an Amazon SageMaker notebook instance.

See: newNotebookInstanceSummary smart constructor.

Instances

Instances details
Eq NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Read NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Show NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Generic NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Associated Types

type Rep NotebookInstanceSummary :: Type -> Type #

NFData NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Methods

rnf :: NotebookInstanceSummary -> () #

Hashable NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

FromJSON NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

type Rep NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

type Rep NotebookInstanceSummary = D1 ('MetaData "NotebookInstanceSummary" "Amazonka.SageMaker.Types.NotebookInstanceSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotebookInstanceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "additionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType))))) :*: ((S1 ('MetaSel ('Just "notebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceStatus)) :*: S1 ('MetaSel ('Just "defaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "notebookInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newNotebookInstanceSummary Source #

Create a value of NotebookInstanceSummary 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:creationTime:NotebookInstanceSummary', notebookInstanceSummary_creationTime - A timestamp that shows when the notebook instance was created.

$sel:additionalCodeRepositories:NotebookInstanceSummary', notebookInstanceSummary_additionalCodeRepositories - An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:url:NotebookInstanceSummary', notebookInstanceSummary_url - The URL that you use to connect to the Jupyter instance running in your notebook instance.

$sel:lastModifiedTime:NotebookInstanceSummary', notebookInstanceSummary_lastModifiedTime - A timestamp that shows when the notebook instance was last modified.

$sel:instanceType:NotebookInstanceSummary', notebookInstanceSummary_instanceType - The type of ML compute instance that the notebook instance is running on.

$sel:notebookInstanceStatus:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceStatus - The status of the notebook instance.

$sel:defaultCodeRepository:NotebookInstanceSummary', notebookInstanceSummary_defaultCodeRepository - The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:notebookInstanceLifecycleConfigName:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceLifecycleConfigName - The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

$sel:notebookInstanceName:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceName - The name of the notebook instance that you want a summary for.

$sel:notebookInstanceArn:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.

NotificationConfiguration

data NotificationConfiguration Source #

Configures Amazon SNS notifications of available or expiring work items for work teams.

See: newNotificationConfiguration smart constructor.

Instances

Instances details
Eq NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Read NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Show NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Generic NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Associated Types

type Rep NotificationConfiguration :: Type -> Type #

NFData NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Hashable NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

ToJSON NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

FromJSON NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

type Rep NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

type Rep NotificationConfiguration = D1 ('MetaData "NotificationConfiguration" "Amazonka.SageMaker.Types.NotificationConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNotificationConfiguration :: NotificationConfiguration Source #

Create a value of NotificationConfiguration 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:notificationTopicArn:NotificationConfiguration', notificationConfiguration_notificationTopicArn - The ARN for the Amazon SNS topic to which notifications should be published.

ObjectiveStatusCounters

data ObjectiveStatusCounters Source #

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

See: newObjectiveStatusCounters smart constructor.

Instances

Instances details
Eq ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Read ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Show ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Generic ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Associated Types

type Rep ObjectiveStatusCounters :: Type -> Type #

NFData ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Methods

rnf :: ObjectiveStatusCounters -> () #

Hashable ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

FromJSON ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

type Rep ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

type Rep ObjectiveStatusCounters = D1 ('MetaData "ObjectiveStatusCounters" "Amazonka.SageMaker.Types.ObjectiveStatusCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ObjectiveStatusCounters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "succeeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newObjectiveStatusCounters :: ObjectiveStatusCounters Source #

Create a value of ObjectiveStatusCounters 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:pending:ObjectiveStatusCounters', objectiveStatusCounters_pending - The number of training jobs that are in progress and pending evaluation of their final objective metric.

$sel:succeeded:ObjectiveStatusCounters', objectiveStatusCounters_succeeded - The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

$sel:failed:ObjectiveStatusCounters', objectiveStatusCounters_failed - The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

OfflineStoreConfig

data OfflineStoreConfig Source #

The configuration of an OfflineStore.

Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create an OfflineStore.

To encrypt an OfflineStore using at rest data encryption, specify Amazon Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.

See: newOfflineStoreConfig smart constructor.

Instances

Instances details
Eq OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Read OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Show OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Generic OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Associated Types

type Rep OfflineStoreConfig :: Type -> Type #

NFData OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Methods

rnf :: OfflineStoreConfig -> () #

Hashable OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

ToJSON OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

FromJSON OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

type Rep OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

type Rep OfflineStoreConfig = D1 ('MetaData "OfflineStoreConfig" "Amazonka.SageMaker.Types.OfflineStoreConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OfflineStoreConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableGlueTableCreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataCatalogConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCatalogConfig)) :*: S1 ('MetaSel ('Just "s3StorageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3StorageConfig))))

newOfflineStoreConfig Source #

Create a value of OfflineStoreConfig 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:disableGlueTableCreation:OfflineStoreConfig', offlineStoreConfig_disableGlueTableCreation - Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore.

$sel:dataCatalogConfig:OfflineStoreConfig', offlineStoreConfig_dataCatalogConfig - The meta data of the Glue table that is autogenerated when an OfflineStore is created.

$sel:s3StorageConfig:OfflineStoreConfig', offlineStoreConfig_s3StorageConfig - The Amazon Simple Storage (Amazon S3) location of OfflineStore.

OfflineStoreStatus

data OfflineStoreStatus Source #

The status of OfflineStore.

See: newOfflineStoreStatus smart constructor.

Instances

Instances details
Eq OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Read OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Show OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Generic OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Associated Types

type Rep OfflineStoreStatus :: Type -> Type #

NFData OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Methods

rnf :: OfflineStoreStatus -> () #

Hashable OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

FromJSON OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

type Rep OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

type Rep OfflineStoreStatus = D1 ('MetaData "OfflineStoreStatus" "Amazonka.SageMaker.Types.OfflineStoreStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OfflineStoreStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blockedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OfflineStoreStatusValue)))

newOfflineStoreStatus Source #

Create a value of OfflineStoreStatus 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:blockedReason:OfflineStoreStatus', offlineStoreStatus_blockedReason - The justification for why the OfflineStoreStatus is Blocked (if applicable).

$sel:status:OfflineStoreStatus', offlineStoreStatus_status - An OfflineStore status.

OidcConfig

data OidcConfig Source #

Use this parameter to configure your OIDC Identity Provider (IdP).

See: newOidcConfig smart constructor.

Instances

Instances details
Eq OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Show OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Generic OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Associated Types

type Rep OidcConfig :: Type -> Type #

NFData OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Methods

rnf :: OidcConfig -> () #

Hashable OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

ToJSON OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

type Rep OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

type Rep OidcConfig = D1 ('MetaData "OidcConfig" "Amazonka.SageMaker.Types.OidcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OidcConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "tokenEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userInfoEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "logoutEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jwksUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOidcConfig Source #

Create a value of OidcConfig 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:clientId:OidcConfig', oidcConfig_clientId - The OIDC IdP client ID used to configure your private workforce.

$sel:clientSecret:OidcConfig', oidcConfig_clientSecret - The OIDC IdP client secret used to configure your private workforce.

$sel:issuer:OidcConfig', oidcConfig_issuer - The OIDC IdP issuer used to configure your private workforce.

$sel:authorizationEndpoint:OidcConfig', oidcConfig_authorizationEndpoint - The OIDC IdP authorization endpoint used to configure your private workforce.

$sel:tokenEndpoint:OidcConfig', oidcConfig_tokenEndpoint - The OIDC IdP token endpoint used to configure your private workforce.

$sel:userInfoEndpoint:OidcConfig', oidcConfig_userInfoEndpoint - The OIDC IdP user information endpoint used to configure your private workforce.

$sel:logoutEndpoint:OidcConfig', oidcConfig_logoutEndpoint - The OIDC IdP logout endpoint used to configure your private workforce.

$sel:jwksUri:OidcConfig', oidcConfig_jwksUri - The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

OidcConfigForResponse

data OidcConfigForResponse Source #

Your OIDC IdP workforce configuration.

See: newOidcConfigForResponse smart constructor.

Instances

Instances details
Eq OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Read OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Show OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Generic OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Associated Types

type Rep OidcConfigForResponse :: Type -> Type #

NFData OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Methods

rnf :: OidcConfigForResponse -> () #

Hashable OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

FromJSON OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

type Rep OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

type Rep OidcConfigForResponse = D1 ('MetaData "OidcConfigForResponse" "Amazonka.SageMaker.Types.OidcConfigForResponse" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OidcConfigForResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jwksUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userInfoEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tokenEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logoutEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newOidcConfigForResponse :: OidcConfigForResponse Source #

Create a value of OidcConfigForResponse 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:clientId:OidcConfigForResponse', oidcConfigForResponse_clientId - The OIDC IdP client ID used to configure your private workforce.

$sel:jwksUri:OidcConfigForResponse', oidcConfigForResponse_jwksUri - The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

$sel:userInfoEndpoint:OidcConfigForResponse', oidcConfigForResponse_userInfoEndpoint - The OIDC IdP user information endpoint used to configure your private workforce.

$sel:authorizationEndpoint:OidcConfigForResponse', oidcConfigForResponse_authorizationEndpoint - The OIDC IdP authorization endpoint used to configure your private workforce.

$sel:tokenEndpoint:OidcConfigForResponse', oidcConfigForResponse_tokenEndpoint - The OIDC IdP token endpoint used to configure your private workforce.

$sel:issuer:OidcConfigForResponse', oidcConfigForResponse_issuer - The OIDC IdP issuer used to configure your private workforce.

$sel:logoutEndpoint:OidcConfigForResponse', oidcConfigForResponse_logoutEndpoint - The OIDC IdP logout endpoint used to configure your private workforce.

OidcMemberDefinition

data OidcMemberDefinition Source #

A list of user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

See: newOidcMemberDefinition smart constructor.

Instances

Instances details
Eq OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Read OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Show OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Generic OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Associated Types

type Rep OidcMemberDefinition :: Type -> Type #

NFData OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Methods

rnf :: OidcMemberDefinition -> () #

Hashable OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

ToJSON OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

FromJSON OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

type Rep OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

type Rep OidcMemberDefinition = D1 ('MetaData "OidcMemberDefinition" "Amazonka.SageMaker.Types.OidcMemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OidcMemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newOidcMemberDefinition Source #

Create a value of OidcMemberDefinition 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:groups:OidcMemberDefinition', oidcMemberDefinition_groups - A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

OnlineStoreConfig

data OnlineStoreConfig Source #

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly; the default value is False.

See: newOnlineStoreConfig smart constructor.

Instances

Instances details
Eq OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Read OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Show OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Generic OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Associated Types

type Rep OnlineStoreConfig :: Type -> Type #

NFData OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Methods

rnf :: OnlineStoreConfig -> () #

Hashable OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

ToJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

FromJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

type Rep OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

type Rep OnlineStoreConfig = D1 ('MetaData "OnlineStoreConfig" "Amazonka.SageMaker.Types.OnlineStoreConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OnlineStoreConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreSecurityConfig)) :*: S1 ('MetaSel ('Just "enableOnlineStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newOnlineStoreConfig :: OnlineStoreConfig Source #

Create a value of OnlineStoreConfig 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:securityConfig:OnlineStoreConfig', onlineStoreConfig_securityConfig - Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

$sel:enableOnlineStore:OnlineStoreConfig', onlineStoreConfig_enableOnlineStore - Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

The default value is False.

OnlineStoreSecurityConfig

data OnlineStoreSecurityConfig Source #

The security configuration for OnlineStore.

See: newOnlineStoreSecurityConfig smart constructor.

Instances

Instances details
Eq OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Read OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Show OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Generic OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Associated Types

type Rep OnlineStoreSecurityConfig :: Type -> Type #

NFData OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Hashable OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

ToJSON OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

FromJSON OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

type Rep OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

type Rep OnlineStoreSecurityConfig = D1 ('MetaData "OnlineStoreSecurityConfig" "Amazonka.SageMaker.Types.OnlineStoreSecurityConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OnlineStoreSecurityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOnlineStoreSecurityConfig :: OnlineStoreSecurityConfig Source #

Create a value of OnlineStoreSecurityConfig 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:kmsKeyId:OnlineStoreSecurityConfig', onlineStoreSecurityConfig_kmsKeyId - The ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

The caller (either IAM user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId:

  • "kms:Encrypt"
  • "kms:Decrypt"
  • "kms:DescribeKey"
  • "kms:CreateGrant"
  • "kms:RetireGrant"
  • "kms:ReEncryptFrom"
  • "kms:ReEncryptTo"
  • "kms:GenerateDataKey"
  • "kms:ListAliases"
  • "kms:ListGrants"
  • "kms:RevokeGrant"

The caller (either IAM user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:

  • "kms:Decrypt"

OutputConfig

data OutputConfig Source #

Contains information about the output location for the compiled model and the target device that the model runs on. TargetDevice and TargetPlatform are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the TargetDevice list, use TargetPlatform to describe the platform of your edge device and CompilerOptions if there are specific settings that are required or recommended to use for particular TargetPlatform.

See: newOutputConfig smart constructor.

Instances

Instances details
Eq OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Read OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Show OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Generic OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Associated Types

type Rep OutputConfig :: Type -> Type #

NFData OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Methods

rnf :: OutputConfig -> () #

Hashable OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

ToJSON OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

FromJSON OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

type Rep OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

type Rep OutputConfig = D1 ('MetaData "OutputConfig" "Amazonka.SageMaker.Types.OutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OutputConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetPlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatform)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compilerOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDevice)) :*: S1 ('MetaSel ('Just "s3OutputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOutputConfig Source #

Create a value of OutputConfig 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:targetPlatform:OutputConfig', outputConfig_targetPlatform - Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

The following examples show how to configure the TargetPlatform and CompilerOptions JSON strings for popular target platforms:

  • Raspberry Pi 3 Model B+

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},
     "CompilerOptions": {'mattr': ['+neon']}
  • Jetson TX2

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "NVIDIA"},
     "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1', 'cuda-ver': '10.0'}
  • EC2 m5.2xlarge instance OS

    "TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator": "NVIDIA"},
     "CompilerOptions": {'mcpu': 'skylake-avx512'}
  • RK3399

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "MALI"}
  • ARMv7 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},
     "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr': ['+neon']}
  • ARMv8 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},
     "CompilerOptions": {'ANDROID_PLATFORM': 29}

$sel:kmsKeyId:OutputConfig', outputConfig_kmsKeyId - The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

$sel:compilerOptions:OutputConfig', outputConfig_compilerOptions - Specifies additional parameters for compiler options in JSON format. The compiler options are TargetPlatform specific. It is required for NVIDIA accelerators and highly recommended for CPU compilations. For any other cases, it is optional to specify CompilerOptions.

  • DTYPE: Specifies the data type for the input. When compiling for ml_* (except for ml_inf) instances using PyTorch framework, provide the data type (dtype) of the model's input. "float32" is used if "DTYPE" is not specified. Options for data type are:

    • float32: Use either "float" or "float32".
    • int64: Use either "int64" or "long".

    For example, {"dtype" : "float32"}.

  • CPU: Compilation for CPU supports the following compiler options.

    • mcpu: CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'}
    • mattr: CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
  • ARM: Details of ARM CPU compilations.

    • NEON: NEON is an implementation of the Advanced SIMD extension used in ARMv7 processors.

      For example, add {'mattr': ['+neon']} to the compiler options if compiling for ARM 32-bit platform with the NEON support.

  • NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.

    • gpu_code: Specifies the targeted architecture.
    • trt-ver: Specifies the TensorRT versions in x.y.z. format.
    • cuda-ver: Specifies the CUDA version in x.y format.

    For example, {'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver': '10.1'}

  • ANDROID: Compilation for the Android OS supports the following compiler options:

    • ANDROID_PLATFORM: Specifies the Android API levels. Available levels range from 21 to 29. For example, {'ANDROID_PLATFORM': 28}.
    • mattr: Add {'mattr': ['+neon']} to compiler options if compiling for ARM 32-bit platform with NEON support.
  • INFERENTIA: Compilation for target ml_inf1 uses compiler options passed in as a JSON string. For example, "CompilerOptions": "\"--verbose 1 --num-neuroncores 2 -O2\"".

    For information about supported compiler options, see Neuron Compiler CLI.

  • CoreML: Compilation for the CoreML OutputConfig$TargetDevice supports the following compiler options:

    • class_labels: Specifies the classification labels file name inside input tar.gz file. For example, {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file should be separated by newlines.
  • EIA: Compilation for the Elastic Inference Accelerator supports the following compiler options:

    • precision_mode: Specifies the precision of compiled artifacts. Supported values are "FP16" and "FP32". Default is "FP32".
    • signature_def_key: Specifies the signature to use for models in SavedModel format. Defaults is TensorFlow's default signature def key.
    • output_names: Specifies a list of output tensor names for models in FrozenGraph format. Set at most one API field, either: signature_def_key or output_names.

    For example: {"precision_mode": "FP32", "output_names": ["output:0"]}

$sel:targetDevice:OutputConfig', outputConfig_targetDevice - Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed. Alternatively, you can specify OS, architecture, and accelerator using TargetPlatform fields. It can be used instead of TargetPlatform.

$sel:s3OutputLocation:OutputConfig', outputConfig_s3OutputLocation - Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

OutputDataConfig

data OutputDataConfig Source #

Provides information about how to store model training results (model artifacts).

See: newOutputDataConfig smart constructor.

Instances

Instances details
Eq OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Read OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Show OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Generic OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Associated Types

type Rep OutputDataConfig :: Type -> Type #

NFData OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Methods

rnf :: OutputDataConfig -> () #

Hashable OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

ToJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

FromJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

type Rep OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

type Rep OutputDataConfig = D1 ('MetaData "OutputDataConfig" "Amazonka.SageMaker.Types.OutputDataConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputDataConfig Source #

Create a value of OutputDataConfig 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:kmsKeyId:OutputDataConfig', outputDataConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • // KMS Key Alias

    "alias/ExampleAlias"
  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

$sel:s3OutputPath:OutputDataConfig', outputDataConfig_s3OutputPath - Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

OutputParameter

data OutputParameter Source #

An output parameter of a pipeline step.

See: newOutputParameter smart constructor.

Constructors

OutputParameter' Text Text 

Instances

Instances details
Eq OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Read OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Show OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Generic OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Associated Types

type Rep OutputParameter :: Type -> Type #

NFData OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Methods

rnf :: OutputParameter -> () #

Hashable OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

ToJSON OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

FromJSON OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

type Rep OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

type Rep OutputParameter = D1 ('MetaData "OutputParameter" "Amazonka.SageMaker.Types.OutputParameter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OutputParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputParameter Source #

Create a value of OutputParameter 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:name:OutputParameter', outputParameter_name - The name of the output parameter.

$sel:value:OutputParameter', outputParameter_value - The value of the output parameter.

Parameter

data Parameter Source #

Assigns a value to a named Pipeline parameter.

See: newParameter smart constructor.

Constructors

Parameter' Text Text 

Instances

Instances details
Eq Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Read Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Show Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Generic Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Associated Types

type Rep Parameter :: Type -> Type #

NFData Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Methods

rnf :: Parameter -> () #

Hashable Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

ToJSON Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

FromJSON Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

type Rep Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

type Rep Parameter = D1 ('MetaData "Parameter" "Amazonka.SageMaker.Types.Parameter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Parameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newParameter Source #

Create a value of Parameter 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:name:Parameter', parameter_name - The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

$sel:value:Parameter', parameter_value - The literal value for the parameter.

ParameterRange

data ParameterRange Source #

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

See: newParameterRange smart constructor.

Instances

Instances details
Eq ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Read ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Show ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Generic ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Associated Types

type Rep ParameterRange :: Type -> Type #

NFData ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Methods

rnf :: ParameterRange -> () #

Hashable ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

ToJSON ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

FromJSON ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

type Rep ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

type Rep ParameterRange = D1 ('MetaData "ParameterRange" "Amazonka.SageMaker.Types.ParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalParameterRangeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalParameterRangeSpecification)) :*: (S1 ('MetaSel ('Just "integerParameterRangeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerParameterRangeSpecification)) :*: S1 ('MetaSel ('Just "continuousParameterRangeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinuousParameterRangeSpecification)))))

newParameterRange :: ParameterRange Source #

Create a value of ParameterRange 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:categoricalParameterRangeSpecification:ParameterRange', parameterRange_categoricalParameterRangeSpecification - A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.

$sel:integerParameterRangeSpecification:ParameterRange', parameterRange_integerParameterRangeSpecification - A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.

$sel:continuousParameterRangeSpecification:ParameterRange', parameterRange_continuousParameterRangeSpecification - A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.

ParameterRanges

data ParameterRanges Source #

Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.

You can specify a maximum of 20 hyperparameters that a hyperparameter tuning job can search over. Every possible value of a categorical parameter range counts against this limit.

See: newParameterRanges smart constructor.

Instances

Instances details
Eq ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Read ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Show ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Generic ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Associated Types

type Rep ParameterRanges :: Type -> Type #

NFData ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Methods

rnf :: ParameterRanges -> () #

Hashable ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

ToJSON ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

FromJSON ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

type Rep ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

type Rep ParameterRanges = D1 ('MetaData "ParameterRanges" "Amazonka.SageMaker.Types.ParameterRanges" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ParameterRanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CategoricalParameterRange])) :*: (S1 ('MetaSel ('Just "integerParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IntegerParameterRange])) :*: S1 ('MetaSel ('Just "continuousParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContinuousParameterRange])))))

newParameterRanges :: ParameterRanges Source #

Create a value of ParameterRanges 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:categoricalParameterRanges:ParameterRanges', parameterRanges_categoricalParameterRanges - The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.

$sel:integerParameterRanges:ParameterRanges', parameterRanges_integerParameterRanges - The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.

$sel:continuousParameterRanges:ParameterRanges', parameterRanges_continuousParameterRanges - The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.

Parent

data Parent Source #

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

See: newParent smart constructor.

Constructors

Parent' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Methods

(==) :: Parent -> Parent -> Bool #

(/=) :: Parent -> Parent -> Bool #

Read Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Show Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Generic Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Associated Types

type Rep Parent :: Type -> Type #

Methods

from :: Parent -> Rep Parent x #

to :: Rep Parent x -> Parent #

NFData Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Methods

rnf :: Parent -> () #

Hashable Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Methods

hashWithSalt :: Int -> Parent -> Int #

hash :: Parent -> Int #

FromJSON Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

type Rep Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

type Rep Parent = D1 ('MetaData "Parent" "Amazonka.SageMaker.Types.Parent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Parent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParent :: Parent Source #

Create a value of Parent 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:experimentName:Parent', parent_experimentName - The name of the experiment.

$sel:trialName:Parent', parent_trialName - The name of the trial.

ParentHyperParameterTuningJob

data ParentHyperParameterTuningJob Source #

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

See: newParentHyperParameterTuningJob smart constructor.

Instances

Instances details
Eq ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Read ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Show ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Generic ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Associated Types

type Rep ParentHyperParameterTuningJob :: Type -> Type #

NFData ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Hashable ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

ToJSON ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

FromJSON ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

type Rep ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

type Rep ParentHyperParameterTuningJob = D1 ('MetaData "ParentHyperParameterTuningJob" "Amazonka.SageMaker.Types.ParentHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ParentHyperParameterTuningJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParentHyperParameterTuningJob :: ParentHyperParameterTuningJob Source #

Create a value of ParentHyperParameterTuningJob 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:hyperParameterTuningJobName:ParentHyperParameterTuningJob', parentHyperParameterTuningJob_hyperParameterTuningJobName - The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

Pipeline

data Pipeline Source #

A SageMaker Model Building Pipeline instance.

See: newPipeline smart constructor.

Instances

Instances details
Eq Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Read Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Show Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Generic Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Associated Types

type Rep Pipeline :: Type -> Type #

Methods

from :: Pipeline -> Rep Pipeline x #

to :: Rep Pipeline x -> Pipeline #

NFData Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Methods

rnf :: Pipeline -> () #

Hashable Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Methods

hashWithSalt :: Int -> Pipeline -> Int #

hash :: Pipeline -> Int #

FromJSON Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

type Rep Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

type Rep Pipeline = D1 ('MetaData "Pipeline" "Amazonka.SageMaker.Types.Pipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Pipeline'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastRunTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineStatus)) :*: (S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPipeline :: Pipeline Source #

Create a value of Pipeline 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:creationTime:Pipeline', pipeline_creationTime - The creation time of the pipeline.

$sel:pipelineDisplayName:Pipeline', pipeline_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineName:Pipeline', pipeline_pipelineName - The name of the pipeline.

$sel:createdBy:Pipeline', pipeline_createdBy - Undocumented member.

$sel:lastRunTime:Pipeline', pipeline_lastRunTime - The time when the pipeline was last run.

$sel:lastModifiedTime:Pipeline', pipeline_lastModifiedTime - The time that the pipeline was last modified.

$sel:pipelineStatus:Pipeline', pipeline_pipelineStatus - The status of the pipeline.

$sel:pipelineDescription:Pipeline', pipeline_pipelineDescription - The description of the pipeline.

$sel:pipelineArn:Pipeline', pipeline_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:lastModifiedBy:Pipeline', pipeline_lastModifiedBy - Undocumented member.

$sel:tags:Pipeline', pipeline_tags - A list of tags that apply to the pipeline.

$sel:roleArn:Pipeline', pipeline_roleArn - The Amazon Resource Name (ARN) of the role that created the pipeline.

PipelineExecution

data PipelineExecution Source #

An execution of a pipeline.

See: newPipelineExecution smart constructor.

Instances

Instances details
Eq PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Read PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Show PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Generic PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Associated Types

type Rep PipelineExecution :: Type -> Type #

NFData PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Methods

rnf :: PipelineExecution -> () #

Hashable PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

FromJSON PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

type Rep PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

type Rep PipelineExecution = D1 ('MetaData "PipelineExecution" "Amazonka.SageMaker.Types.PipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStatus)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExperimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExperimentConfig)))))))

newPipelineExecution :: PipelineExecution Source #

Create a value of PipelineExecution 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:creationTime:PipelineExecution', pipelineExecution_creationTime - The creation time of the pipeline execution.

$sel:pipelineExecutionStatus:PipelineExecution', pipelineExecution_pipelineExecutionStatus - The status of the pipeline status.

$sel:failureReason:PipelineExecution', pipelineExecution_failureReason - If the execution failed, a message describing why.

$sel:pipelineExecutionArn:PipelineExecution', pipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:pipelineParameters:PipelineExecution', pipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

$sel:createdBy:PipelineExecution', pipelineExecution_createdBy - Undocumented member.

$sel:lastModifiedTime:PipelineExecution', pipelineExecution_lastModifiedTime - The time that the pipeline execution was last modified.

$sel:pipelineArn:PipelineExecution', pipelineExecution_pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.

$sel:pipelineExecutionDisplayName:PipelineExecution', pipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:lastModifiedBy:PipelineExecution', pipelineExecution_lastModifiedBy - Undocumented member.

$sel:pipelineExecutionDescription:PipelineExecution', pipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExperimentConfig:PipelineExecution', pipelineExecution_pipelineExperimentConfig - Undocumented member.

PipelineExecutionStep

data PipelineExecutionStep Source #

An execution of a step in a pipeline.

See: newPipelineExecutionStep smart constructor.

Instances

Instances details
Eq PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Read PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Show PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Generic PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Associated Types

type Rep PipelineExecutionStep :: Type -> Type #

NFData PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Methods

rnf :: PipelineExecutionStep -> () #

Hashable PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

FromJSON PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep = D1 ('MetaData "PipelineExecutionStep" "Amazonka.SageMaker.Types.PipelineExecutionStep" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecutionStep'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "stepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "stepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStepMetadata)) :*: S1 ('MetaSel ('Just "cacheHitResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheHitResult))))))

newPipelineExecutionStep :: PipelineExecutionStep Source #

Create a value of PipelineExecutionStep 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:failureReason:PipelineExecutionStep', pipelineExecutionStep_failureReason - The reason why the step failed execution. This is only returned if the step failed its execution.

$sel:startTime:PipelineExecutionStep', pipelineExecutionStep_startTime - The time that the step started executing.

$sel:stepName:PipelineExecutionStep', pipelineExecutionStep_stepName - The name of the step that is executed.

$sel:stepStatus:PipelineExecutionStep', pipelineExecutionStep_stepStatus - The status of the step execution.

$sel:endTime:PipelineExecutionStep', pipelineExecutionStep_endTime - The time that the step stopped executing.

$sel:metadata:PipelineExecutionStep', pipelineExecutionStep_metadata - Metadata for the step execution.

$sel:cacheHitResult:PipelineExecutionStep', pipelineExecutionStep_cacheHitResult - If this pipeline execution step was cached, details on the cache hit.

PipelineExecutionStepMetadata

data PipelineExecutionStepMetadata Source #

Metadata for a step execution.

See: newPipelineExecutionStepMetadata smart constructor.

Instances

Instances details
Eq PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Read PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Show PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Generic PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Associated Types

type Rep PipelineExecutionStepMetadata :: Type -> Type #

NFData PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Hashable PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

FromJSON PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

type Rep PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

newPipelineExecutionStepMetadata :: PipelineExecutionStepMetadata Source #

Create a value of PipelineExecutionStepMetadata 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:trainingJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_trainingJob - The Amazon Resource Name (ARN) of the training job that was run by this step execution.

$sel:processingJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_processingJob - The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

$sel:model:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_model - The Amazon Resource Name (ARN) of the model that was created by this step execution.

$sel:lambda:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_lambda - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

$sel:tuningJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_tuningJob - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

$sel:condition:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_condition - The outcome of the condition evaluation that was run by this step execution.

$sel:transformJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_transformJob - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

$sel:registerModel:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_registerModel - The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.

$sel:callback:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_callback - The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

PipelineExecutionSummary

data PipelineExecutionSummary Source #

A pipeline execution summary.

See: newPipelineExecutionSummary smart constructor.

Instances

Instances details
Eq PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Read PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Show PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Generic PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Associated Types

type Rep PipelineExecutionSummary :: Type -> Type #

NFData PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Hashable PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

FromJSON PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

type Rep PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

type Rep PipelineExecutionSummary = D1 ('MetaData "PipelineExecutionSummary" "Amazonka.SageMaker.Types.PipelineExecutionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStatus)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPipelineExecutionSummary :: PipelineExecutionSummary Source #

Create a value of PipelineExecutionSummary 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:pipelineExecutionStatus:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionStatus - The status of the pipeline execution.

$sel:startTime:PipelineExecutionSummary', pipelineExecutionSummary_startTime - The start time of the pipeline execution.

$sel:pipelineExecutionArn:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:pipelineExecutionDisplayName:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:pipelineExecutionDescription:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionDescription - The description of the pipeline execution.

PipelineExperimentConfig

data PipelineExperimentConfig Source #

Specifies the names of the experiment and trial created by a pipeline.

See: newPipelineExperimentConfig smart constructor.

Instances

Instances details
Eq PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Read PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Show PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Generic PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Associated Types

type Rep PipelineExperimentConfig :: Type -> Type #

NFData PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Hashable PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

FromJSON PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

type Rep PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

type Rep PipelineExperimentConfig = D1 ('MetaData "PipelineExperimentConfig" "Amazonka.SageMaker.Types.PipelineExperimentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExperimentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPipelineExperimentConfig :: PipelineExperimentConfig Source #

Create a value of PipelineExperimentConfig 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:experimentName:PipelineExperimentConfig', pipelineExperimentConfig_experimentName - The name of the experiment.

$sel:trialName:PipelineExperimentConfig', pipelineExperimentConfig_trialName - The name of the trial.

PipelineSummary

data PipelineSummary Source #

A summary of a pipeline.

See: newPipelineSummary smart constructor.

Instances

Instances details
Eq PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Read PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Show PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Generic PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Associated Types

type Rep PipelineSummary :: Type -> Type #

NFData PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Methods

rnf :: PipelineSummary -> () #

Hashable PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

FromJSON PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

type Rep PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

type Rep PipelineSummary = D1 ('MetaData "PipelineSummary" "Amazonka.SageMaker.Types.PipelineSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastExecutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPipelineSummary :: PipelineSummary Source #

Create a value of PipelineSummary 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:creationTime:PipelineSummary', pipelineSummary_creationTime - The creation time of the pipeline.

$sel:pipelineDisplayName:PipelineSummary', pipelineSummary_pipelineDisplayName - The display name of the pipeline.

$sel:lastExecutionTime:PipelineSummary', pipelineSummary_lastExecutionTime - The last time that a pipeline execution began.

$sel:pipelineName:PipelineSummary', pipelineSummary_pipelineName - The name of the pipeline.

$sel:lastModifiedTime:PipelineSummary', pipelineSummary_lastModifiedTime - The time that the pipeline was last modified.

$sel:pipelineDescription:PipelineSummary', pipelineSummary_pipelineDescription - The description of the pipeline.

$sel:pipelineArn:PipelineSummary', pipelineSummary_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:roleArn:PipelineSummary', pipelineSummary_roleArn - The Amazon Resource Name (ARN) that the pipeline used to execute.

ProcessingClusterConfig

data ProcessingClusterConfig Source #

Configuration for the cluster used to run a processing job.

See: newProcessingClusterConfig smart constructor.

Instances

Instances details
Eq ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Read ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Show ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Generic ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Associated Types

type Rep ProcessingClusterConfig :: Type -> Type #

NFData ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Methods

rnf :: ProcessingClusterConfig -> () #

Hashable ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

ToJSON ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

FromJSON ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

type Rep ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

type Rep ProcessingClusterConfig = D1 ('MetaData "ProcessingClusterConfig" "Amazonka.SageMaker.Types.ProcessingClusterConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingClusterConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingInstanceType) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newProcessingClusterConfig Source #

Create a value of ProcessingClusterConfig 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:volumeKmsKeyId:ProcessingClusterConfig', processingClusterConfig_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

$sel:instanceCount:ProcessingClusterConfig', processingClusterConfig_instanceCount - The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

$sel:instanceType:ProcessingClusterConfig', processingClusterConfig_instanceType - The ML compute instance type for the processing job.

$sel:volumeSizeInGB:ProcessingClusterConfig', processingClusterConfig_volumeSizeInGB - The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

ProcessingFeatureStoreOutput

data ProcessingFeatureStoreOutput Source #

Configuration for processing job outputs in Amazon SageMaker Feature Store.

See: newProcessingFeatureStoreOutput smart constructor.

Instances

Instances details
Eq ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Read ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Show ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Generic ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Associated Types

type Rep ProcessingFeatureStoreOutput :: Type -> Type #

NFData ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Hashable ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

ToJSON ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

FromJSON ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

type Rep ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

type Rep ProcessingFeatureStoreOutput = D1 ('MetaData "ProcessingFeatureStoreOutput" "Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingFeatureStoreOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessingFeatureStoreOutput Source #

Create a value of ProcessingFeatureStoreOutput 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:featureGroupName:ProcessingFeatureStoreOutput', processingFeatureStoreOutput_featureGroupName - The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

ProcessingInput

data ProcessingInput Source #

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

See: newProcessingInput smart constructor.

Instances

Instances details
Eq ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Read ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Show ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Generic ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Associated Types

type Rep ProcessingInput :: Type -> Type #

NFData ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Methods

rnf :: ProcessingInput -> () #

Hashable ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

ToJSON ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

FromJSON ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

type Rep ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

type Rep ProcessingInput = D1 ('MetaData "ProcessingInput" "Amazonka.SageMaker.Types.ProcessingInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetDefinition)) :*: S1 ('MetaSel ('Just "appManaged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "s3Input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3Input)) :*: S1 ('MetaSel ('Just "inputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProcessingInput Source #

Create a value of ProcessingInput 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:datasetDefinition:ProcessingInput', processingInput_datasetDefinition - Configuration for a Dataset Definition input.

$sel:appManaged:ProcessingInput', processingInput_appManaged - When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.

$sel:s3Input:ProcessingInput', processingInput_s3Input - Configuration for downloading input data from Amazon S3 into the processing container.

$sel:inputName:ProcessingInput', processingInput_inputName - The name for the processing job input.

ProcessingJob

data ProcessingJob Source #

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

See: newProcessingJob smart constructor.

Instances

Instances details
Eq ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Read ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Show ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Generic ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Associated Types

type Rep ProcessingJob :: Type -> Type #

NFData ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Methods

rnf :: ProcessingJob -> () #

Hashable ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

FromJSON ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

type Rep ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

type Rep ProcessingJob = D1 ('MetaData "ProcessingJob" "Amazonka.SageMaker.Types.ProcessingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSpecification)) :*: S1 ('MetaSel ('Just "processingResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingResources))))) :*: ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingStoppingCondition)))) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "processingInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessingInput])))))) :*: (((S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfig)) :*: S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "processingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingJobStatus)) :*: S1 ('MetaSel ('Just "exitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "processingOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingOutputConfig)) :*: (S1 ('MetaSel ('Just "processingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "processingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newProcessingJob :: ProcessingJob Source #

Create a value of ProcessingJob 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:creationTime:ProcessingJob', processingJob_creationTime - The time the processing job was created.

$sel:failureReason:ProcessingJob', processingJob_failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

$sel:monitoringScheduleArn:ProcessingJob', processingJob_monitoringScheduleArn - The ARN of a monitoring schedule for an endpoint associated with this processing job.

$sel:appSpecification:ProcessingJob', processingJob_appSpecification - Undocumented member.

$sel:processingResources:ProcessingJob', processingJob_processingResources - Undocumented member.

$sel:environment:ProcessingJob', processingJob_environment - Sets the environment variables in the Docker container.

$sel:processingJobName:ProcessingJob', processingJob_processingJobName - The name of the processing job.

$sel:stoppingCondition:ProcessingJob', processingJob_stoppingCondition - Undocumented member.

$sel:experimentConfig:ProcessingJob', processingJob_experimentConfig - Undocumented member.

$sel:lastModifiedTime:ProcessingJob', processingJob_lastModifiedTime - The time the processing job was last modified.

$sel:processingInputs:ProcessingJob', processingJob_processingInputs - List of input configurations for the processing job.

$sel:networkConfig:ProcessingJob', processingJob_networkConfig - Undocumented member.

$sel:autoMLJobArn:ProcessingJob', processingJob_autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

$sel:trainingJobArn:ProcessingJob', processingJob_trainingJobArn - The ARN of the training job associated with this processing job.

$sel:processingJobStatus:ProcessingJob', processingJob_processingJobStatus - The status of the processing job.

$sel:exitMessage:ProcessingJob', processingJob_exitMessage - A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

$sel:processingOutputConfig:ProcessingJob', processingJob_processingOutputConfig - Undocumented member.

$sel:processingStartTime:ProcessingJob', processingJob_processingStartTime - The time that the processing job started.

$sel:processingEndTime:ProcessingJob', processingJob_processingEndTime - The time that the processing job ended.

$sel:tags:ProcessingJob', processingJob_tags - An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:processingJobArn:ProcessingJob', processingJob_processingJobArn - The ARN of the processing job.

$sel:roleArn:ProcessingJob', processingJob_roleArn - The ARN of the role used to create the processing job.

ProcessingJobStepMetadata

data ProcessingJobStepMetadata Source #

Metadata for a processing job step.

See: newProcessingJobStepMetadata smart constructor.

Instances

Instances details
Eq ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Read ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Show ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Generic ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Associated Types

type Rep ProcessingJobStepMetadata :: Type -> Type #

NFData ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Hashable ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

FromJSON ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

type Rep ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

type Rep ProcessingJobStepMetadata = D1 ('MetaData "ProcessingJobStepMetadata" "Amazonka.SageMaker.Types.ProcessingJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProcessingJobStepMetadata :: ProcessingJobStepMetadata Source #

Create a value of ProcessingJobStepMetadata 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:arn:ProcessingJobStepMetadata', processingJobStepMetadata_arn - The Amazon Resource Name (ARN) of the processing job.

ProcessingJobSummary

data ProcessingJobSummary Source #

Summary of information about a processing job.

See: newProcessingJobSummary smart constructor.

Instances

Instances details
Eq ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Read ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Show ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Generic ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Associated Types

type Rep ProcessingJobSummary :: Type -> Type #

NFData ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Methods

rnf :: ProcessingJobSummary -> () #

Hashable ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

FromJSON ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

type Rep ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

type Rep ProcessingJobSummary = D1 ('MetaData "ProcessingJobSummary" "Amazonka.SageMaker.Types.ProcessingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "exitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "processingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "processingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingJobStatus)))))

newProcessingJobSummary Source #

Create a value of ProcessingJobSummary 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:failureReason:ProcessingJobSummary', processingJobSummary_failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

$sel:lastModifiedTime:ProcessingJobSummary', processingJobSummary_lastModifiedTime - A timestamp that indicates the last time the processing job was modified.

$sel:exitMessage:ProcessingJobSummary', processingJobSummary_exitMessage - An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

$sel:processingEndTime:ProcessingJobSummary', processingJobSummary_processingEndTime - The time at which the processing job completed.

$sel:processingJobName:ProcessingJobSummary', processingJobSummary_processingJobName - The name of the processing job.

$sel:processingJobArn:ProcessingJobSummary', processingJobSummary_processingJobArn - The Amazon Resource Name (ARN) of the processing job..

$sel:creationTime:ProcessingJobSummary', processingJobSummary_creationTime - The time at which the processing job was created.

$sel:processingJobStatus:ProcessingJobSummary', processingJobSummary_processingJobStatus - The status of the processing job.

ProcessingOutput

data ProcessingOutput Source #

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

See: newProcessingOutput smart constructor.

Instances

Instances details
Eq ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Read ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Show ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Generic ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Associated Types

type Rep ProcessingOutput :: Type -> Type #

NFData ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Methods

rnf :: ProcessingOutput -> () #

Hashable ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

ToJSON ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

FromJSON ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

type Rep ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

type Rep ProcessingOutput = D1 ('MetaData "ProcessingOutput" "Amazonka.SageMaker.Types.ProcessingOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureStoreOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingFeatureStoreOutput)) :*: S1 ('MetaSel ('Just "s3Output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3Output))) :*: (S1 ('MetaSel ('Just "appManaged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "outputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProcessingOutput Source #

Create a value of ProcessingOutput 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:featureStoreOutput:ProcessingOutput', processingOutput_featureStoreOutput - Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

$sel:s3Output:ProcessingOutput', processingOutput_s3Output - Configuration for processing job outputs in Amazon S3.

$sel:appManaged:ProcessingOutput', processingOutput_appManaged - When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

$sel:outputName:ProcessingOutput', processingOutput_outputName - The name for the processing job output.

ProcessingOutputConfig

data ProcessingOutputConfig Source #

Configuration for uploading output from the processing container.

See: newProcessingOutputConfig smart constructor.

Instances

Instances details
Eq ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Read ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Show ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Generic ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Associated Types

type Rep ProcessingOutputConfig :: Type -> Type #

NFData ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Methods

rnf :: ProcessingOutputConfig -> () #

Hashable ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

ToJSON ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

FromJSON ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

type Rep ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

type Rep ProcessingOutputConfig = D1 ('MetaData "ProcessingOutputConfig" "Amazonka.SageMaker.Types.ProcessingOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProcessingOutput])))

newProcessingOutputConfig :: ProcessingOutputConfig Source #

Create a value of ProcessingOutputConfig 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:kmsKeyId:ProcessingOutputConfig', processingOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

$sel:outputs:ProcessingOutputConfig', processingOutputConfig_outputs - An array of outputs configuring the data to upload from the processing container.

ProcessingResources

data ProcessingResources Source #

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

See: newProcessingResources smart constructor.

Instances

Instances details
Eq ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Read ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Show ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Generic ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Associated Types

type Rep ProcessingResources :: Type -> Type #

NFData ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Methods

rnf :: ProcessingResources -> () #

Hashable ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

ToJSON ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

FromJSON ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

type Rep ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

type Rep ProcessingResources = D1 ('MetaData "ProcessingResources" "Amazonka.SageMaker.Types.ProcessingResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingClusterConfig)))

newProcessingResources Source #

Create a value of ProcessingResources 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:clusterConfig:ProcessingResources', processingResources_clusterConfig - The configuration for the resources in a cluster used to run the processing job.

ProcessingS3Input

data ProcessingS3Input Source #

Configuration for downloading input data from Amazon S3 into the processing container.

See: newProcessingS3Input smart constructor.

Instances

Instances details
Eq ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Read ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Show ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Generic ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Associated Types

type Rep ProcessingS3Input :: Type -> Type #

NFData ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Methods

rnf :: ProcessingS3Input -> () #

Hashable ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

ToJSON ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

FromJSON ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

type Rep ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

newProcessingS3Input Source #

Create a value of ProcessingS3Input 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:s3DataDistributionType:ProcessingS3Input', processingS3Input_s3DataDistributionType - Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.

$sel:s3InputMode:ProcessingS3Input', processingS3Input_s3InputMode - Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.

$sel:localPath:ProcessingS3Input', processingS3Input_localPath - The local path in your container where you want Amazon SageMaker to write input data to. LocalPath is an absolute path to the input data and must begin with /opt/ml/processing/. LocalPath is a required parameter when AppManaged is False (default).

$sel:s3CompressionType:ProcessingS3Input', processingS3Input_s3CompressionType - Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzip can only be used when Pipe mode is specified as the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.

$sel:s3Uri:ProcessingS3Input', processingS3Input_s3Uri - The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

$sel:s3DataType:ProcessingS3Input', processingS3Input_s3DataType - Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.

ProcessingS3Output

data ProcessingS3Output Source #

Configuration for uploading output data to Amazon S3 from the processing container.

See: newProcessingS3Output smart constructor.

Instances

Instances details
Eq ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Read ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Show ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Generic ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Associated Types

type Rep ProcessingS3Output :: Type -> Type #

NFData ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Methods

rnf :: ProcessingS3Output -> () #

Hashable ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

ToJSON ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

FromJSON ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

type Rep ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

type Rep ProcessingS3Output = D1 ('MetaData "ProcessingS3Output" "Amazonka.SageMaker.Types.ProcessingS3Output" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingS3Output'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3UploadMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingS3UploadMode))))

newProcessingS3Output Source #

Create a value of ProcessingS3Output 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:s3Uri:ProcessingS3Output', processingS3Output_s3Uri - A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

$sel:localPath:ProcessingS3Output', processingS3Output_localPath - The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.

$sel:s3UploadMode:ProcessingS3Output', processingS3Output_s3UploadMode - Whether to upload the results of the processing job continuously or after the job completes.

ProcessingStoppingCondition

data ProcessingStoppingCondition Source #

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

See: newProcessingStoppingCondition smart constructor.

Instances

Instances details
Eq ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Read ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Show ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Generic ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Associated Types

type Rep ProcessingStoppingCondition :: Type -> Type #

NFData ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Hashable ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

ToJSON ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

FromJSON ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

type Rep ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

type Rep ProcessingStoppingCondition = D1 ('MetaData "ProcessingStoppingCondition" "Amazonka.SageMaker.Types.ProcessingStoppingCondition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingStoppingCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newProcessingStoppingCondition Source #

Create a value of ProcessingStoppingCondition 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:maxRuntimeInSeconds:ProcessingStoppingCondition', processingStoppingCondition_maxRuntimeInSeconds - Specifies the maximum runtime in seconds.

ProductionVariant

data ProductionVariant Source #

Identifies a model that you want to host and the resources chosen to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights.

See: newProductionVariant smart constructor.

Instances

Instances details
Eq ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Read ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Show ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Generic ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Associated Types

type Rep ProductionVariant :: Type -> Type #

NFData ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Methods

rnf :: ProductionVariant -> () #

Hashable ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

ToJSON ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

FromJSON ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

type Rep ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

newProductionVariant Source #

Create a value of ProductionVariant 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:acceleratorType:ProductionVariant', productionVariant_acceleratorType - The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

$sel:coreDumpConfig:ProductionVariant', productionVariant_coreDumpConfig - Specifies configuration for a core dump from the model container when the process crashes.

$sel:initialVariantWeight:ProductionVariant', productionVariant_initialVariantWeight - Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. The traffic to a production variant is determined by the ratio of the VariantWeight to the sum of all VariantWeight values across all ProductionVariants. If unspecified, it defaults to 1.0.

$sel:variantName:ProductionVariant', productionVariant_variantName - The name of the production variant.

$sel:modelName:ProductionVariant', productionVariant_modelName - The name of the model that you want to host. This is the name that you specified when creating the model.

$sel:initialInstanceCount:ProductionVariant', productionVariant_initialInstanceCount - Number of instances to launch initially.

$sel:instanceType:ProductionVariant', productionVariant_instanceType - The ML compute instance type.

ProductionVariantCoreDumpConfig

data ProductionVariantCoreDumpConfig Source #

Specifies configuration for a core dump from the model container when the process crashes.

See: newProductionVariantCoreDumpConfig smart constructor.

Instances

Instances details
Eq ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Read ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Show ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Generic ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Associated Types

type Rep ProductionVariantCoreDumpConfig :: Type -> Type #

NFData ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Hashable ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

ToJSON ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

FromJSON ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

type Rep ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

type Rep ProductionVariantCoreDumpConfig = D1 ('MetaData "ProductionVariantCoreDumpConfig" "Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProductionVariantCoreDumpConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProductionVariantCoreDumpConfig Source #

Create a value of ProductionVariantCoreDumpConfig 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:kmsKeyId:ProductionVariantCoreDumpConfig', productionVariantCoreDumpConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • // KMS Key Alias

    "alias/ExampleAlias"
  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

$sel:destinationS3Uri:ProductionVariantCoreDumpConfig', productionVariantCoreDumpConfig_destinationS3Uri - The Amazon S3 bucket to send the core dump to.

ProductionVariantSummary

data ProductionVariantSummary Source #

Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the UpdateEndpointWeightsAndCapacities API and the endpoint status is Updating, you get different desired and current values.

See: newProductionVariantSummary smart constructor.

Instances

Instances details
Eq ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Read ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Show ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Generic ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Associated Types

type Rep ProductionVariantSummary :: Type -> Type #

NFData ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Hashable ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

FromJSON ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

type Rep ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

type Rep ProductionVariantSummary = D1 ('MetaData "ProductionVariantSummary" "Amazonka.SageMaker.Types.ProductionVariantSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProductionVariantSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "desiredInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "desiredWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "currentWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "currentInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "deployedImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeployedImage])) :*: S1 ('MetaSel ('Just "variantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newProductionVariantSummary Source #

Create a value of ProductionVariantSummary 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:desiredInstanceCount:ProductionVariantSummary', productionVariantSummary_desiredInstanceCount - The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

$sel:desiredWeight:ProductionVariantSummary', productionVariantSummary_desiredWeight - The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

$sel:currentWeight:ProductionVariantSummary', productionVariantSummary_currentWeight - The weight associated with the variant.

$sel:currentInstanceCount:ProductionVariantSummary', productionVariantSummary_currentInstanceCount - The number of instances associated with the variant.

$sel:deployedImages:ProductionVariantSummary', productionVariantSummary_deployedImages - An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

$sel:variantName:ProductionVariantSummary', productionVariantSummary_variantName - The name of the variant.

ProfilerConfig

data ProfilerConfig Source #

Configuration information for Debugger system monitoring, framework profiling, and storage paths.

See: newProfilerConfig smart constructor.

Instances

Instances details
Eq ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Read ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Show ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Generic ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Associated Types

type Rep ProfilerConfig :: Type -> Type #

NFData ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Methods

rnf :: ProfilerConfig -> () #

Hashable ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

ToJSON ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

FromJSON ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

type Rep ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

type Rep ProfilerConfig = D1 ('MetaData "ProfilerConfig" "Amazonka.SageMaker.Types.ProfilerConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "profilingIntervalInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProfilerConfig Source #

Create a value of ProfilerConfig 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:profilingParameters:ProfilerConfig', profilerConfig_profilingParameters - Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

$sel:profilingIntervalInMilliseconds:ProfilerConfig', profilerConfig_profilingIntervalInMilliseconds - A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

$sel:s3OutputPath:ProfilerConfig', profilerConfig_s3OutputPath - Path to Amazon S3 storage location for system and framework metrics.

ProfilerConfigForUpdate

data ProfilerConfigForUpdate Source #

Configuration information for updating the Debugger profile parameters, system and framework metrics configurations, and storage paths.

See: newProfilerConfigForUpdate smart constructor.

Instances

Instances details
Eq ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Read ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Show ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Generic ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Associated Types

type Rep ProfilerConfigForUpdate :: Type -> Type #

NFData ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Methods

rnf :: ProfilerConfigForUpdate -> () #

Hashable ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

ToJSON ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

type Rep ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

type Rep ProfilerConfigForUpdate = D1 ('MetaData "ProfilerConfigForUpdate" "Amazonka.SageMaker.Types.ProfilerConfigForUpdate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerConfigForUpdate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "profilingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "profilingIntervalInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "disableProfiler") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newProfilerConfigForUpdate :: ProfilerConfigForUpdate Source #

Create a value of ProfilerConfigForUpdate 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:profilingParameters:ProfilerConfigForUpdate', profilerConfigForUpdate_profilingParameters - Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

$sel:s3OutputPath:ProfilerConfigForUpdate', profilerConfigForUpdate_s3OutputPath - Path to Amazon S3 storage location for system and framework metrics.

$sel:profilingIntervalInMilliseconds:ProfilerConfigForUpdate', profilerConfigForUpdate_profilingIntervalInMilliseconds - A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

$sel:disableProfiler:ProfilerConfigForUpdate', profilerConfigForUpdate_disableProfiler - To disable Debugger monitoring and profiling, set to True.

ProfilerRuleConfiguration

data ProfilerRuleConfiguration Source #

Configuration information for profiling rules.

See: newProfilerRuleConfiguration smart constructor.

Instances

Instances details
Eq ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Read ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Show ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Generic ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Associated Types

type Rep ProfilerRuleConfiguration :: Type -> Type #

NFData ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Hashable ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

ToJSON ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

FromJSON ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

type Rep ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

type Rep ProfilerRuleConfiguration = D1 ('MetaData "ProfilerRuleConfiguration" "Amazonka.SageMaker.Types.ProfilerRuleConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerRuleConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ruleParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingInstanceType)) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ruleEvaluatorImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newProfilerRuleConfiguration Source #

Create a value of ProfilerRuleConfiguration 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:ruleParameters:ProfilerRuleConfiguration', profilerRuleConfiguration_ruleParameters - Runtime configuration for rule container.

$sel:s3OutputPath:ProfilerRuleConfiguration', profilerRuleConfiguration_s3OutputPath - Path to Amazon S3 storage location for rules.

$sel:localPath:ProfilerRuleConfiguration', profilerRuleConfiguration_localPath - Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

$sel:instanceType:ProfilerRuleConfiguration', profilerRuleConfiguration_instanceType - The instance type to deploy a Debugger custom rule for profiling a training job.

$sel:volumeSizeInGB:ProfilerRuleConfiguration', profilerRuleConfiguration_volumeSizeInGB - The size, in GB, of the ML storage volume attached to the processing instance.

$sel:ruleConfigurationName:ProfilerRuleConfiguration', profilerRuleConfiguration_ruleConfigurationName - The name of the rule configuration. It must be unique relative to other rule configuration names.

$sel:ruleEvaluatorImage:ProfilerRuleConfiguration', profilerRuleConfiguration_ruleEvaluatorImage - The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

ProfilerRuleEvaluationStatus

data ProfilerRuleEvaluationStatus Source #

Information about the status of the rule evaluation.

See: newProfilerRuleEvaluationStatus smart constructor.

Instances

Instances details
Eq ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Read ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Show ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Generic ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Associated Types

type Rep ProfilerRuleEvaluationStatus :: Type -> Type #

NFData ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Hashable ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

FromJSON ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

type Rep ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

type Rep ProfilerRuleEvaluationStatus = D1 ('MetaData "ProfilerRuleEvaluationStatus" "Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerRuleEvaluationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ruleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluationStatus)) :*: (S1 ('MetaSel ('Just "ruleEvaluationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProfilerRuleEvaluationStatus :: ProfilerRuleEvaluationStatus Source #

Create a value of ProfilerRuleEvaluationStatus 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:lastModifiedTime:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_lastModifiedTime - Timestamp when the rule evaluation status was last modified.

$sel:statusDetails:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_statusDetails - Details from the rule evaluation.

$sel:ruleEvaluationStatus:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.

$sel:ruleEvaluationJobArn:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.

$sel:ruleConfigurationName:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

Project

data Project Source #

The properties of a project as returned by the Search API.

See: newProject smart constructor.

Instances

Instances details
Eq Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

(==) :: Project -> Project -> Bool #

(/=) :: Project -> Project -> Bool #

Read Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

NFData Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

rnf :: Project -> () #

Hashable Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

type Rep Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

newProject :: Project Source #

Create a value of Project 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:creationTime:Project', project_creationTime - A timestamp specifying when the project was created.

$sel:serviceCatalogProvisionedProductDetails:Project', project_serviceCatalogProvisionedProductDetails - Undocumented member.

$sel:createdBy:Project', project_createdBy - Who created the project.

$sel:projectStatus:Project', project_projectStatus - The status of the project.

$sel:projectName:Project', project_projectName - The name of the project.

$sel:serviceCatalogProvisioningDetails:Project', project_serviceCatalogProvisioningDetails - Undocumented member.

$sel:projectId:Project', project_projectId - The ID of the project.

$sel:projectArn:Project', project_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectDescription:Project', project_projectDescription - The description of the project.

$sel:tags:Project', project_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

ProjectSummary

data ProjectSummary Source #

Information about a project.

See: newProjectSummary smart constructor.

Instances

Instances details
Eq ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Read ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Show ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Generic ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Associated Types

type Rep ProjectSummary :: Type -> Type #

NFData ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Methods

rnf :: ProjectSummary -> () #

Hashable ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

FromJSON ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

type Rep ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

type Rep ProjectSummary = D1 ('MetaData "ProjectSummary" "Amazonka.SageMaker.Types.ProjectSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProjectSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "projectDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "projectStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProjectStatus)))))

newProjectSummary Source #

Create a value of ProjectSummary 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:projectDescription:ProjectSummary', projectSummary_projectDescription - The description of the project.

$sel:projectName:ProjectSummary', projectSummary_projectName - The name of the project.

$sel:projectArn:ProjectSummary', projectSummary_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectId:ProjectSummary', projectSummary_projectId - The ID of the project.

$sel:creationTime:ProjectSummary', projectSummary_creationTime - The time that the project was created.

$sel:projectStatus:ProjectSummary', projectSummary_projectStatus - The status of the project.

PropertyNameQuery

data PropertyNameQuery Source #

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

See: newPropertyNameQuery smart constructor.

Constructors

PropertyNameQuery' Text 

Instances

Instances details
Eq PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Read PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Show PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Generic PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Associated Types

type Rep PropertyNameQuery :: Type -> Type #

NFData PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Methods

rnf :: PropertyNameQuery -> () #

Hashable PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

ToJSON PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

type Rep PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

type Rep PropertyNameQuery = D1 ('MetaData "PropertyNameQuery" "Amazonka.SageMaker.Types.PropertyNameQuery" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PropertyNameQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyNameHint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPropertyNameQuery Source #

Create a value of PropertyNameQuery 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:propertyNameHint:PropertyNameQuery', propertyNameQuery_propertyNameHint - Text that begins a property's name.

PropertyNameSuggestion

data PropertyNameSuggestion Source #

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

See: newPropertyNameSuggestion smart constructor.

Instances

Instances details
Eq PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Read PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Show PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Generic PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Associated Types

type Rep PropertyNameSuggestion :: Type -> Type #

NFData PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Methods

rnf :: PropertyNameSuggestion -> () #

Hashable PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

FromJSON PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

type Rep PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

type Rep PropertyNameSuggestion = D1 ('MetaData "PropertyNameSuggestion" "Amazonka.SageMaker.Types.PropertyNameSuggestion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PropertyNameSuggestion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPropertyNameSuggestion :: PropertyNameSuggestion Source #

Create a value of PropertyNameSuggestion 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:propertyName:PropertyNameSuggestion', propertyNameSuggestion_propertyName - A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

ProvisioningParameter

data ProvisioningParameter Source #

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.

See: newProvisioningParameter smart constructor.

Instances

Instances details
Eq ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Read ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Show ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Generic ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Associated Types

type Rep ProvisioningParameter :: Type -> Type #

NFData ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Methods

rnf :: ProvisioningParameter -> () #

Hashable ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

ToJSON ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

FromJSON ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

type Rep ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

type Rep ProvisioningParameter = D1 ('MetaData "ProvisioningParameter" "Amazonka.SageMaker.Types.ProvisioningParameter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProvisioningParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProvisioningParameter :: ProvisioningParameter Source #

Create a value of ProvisioningParameter 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:value:ProvisioningParameter', provisioningParameter_value - The value of the provisioning parameter.

$sel:key:ProvisioningParameter', provisioningParameter_key - The key that identifies a provisioning parameter.

PublicWorkforceTaskPrice

data PublicWorkforceTaskPrice Source #

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.

  • 0.036
  • 0.048
  • 0.060
  • 0.072
  • 0.120
  • 0.240
  • 0.360
  • 0.480
  • 0.600
  • 0.720
  • 0.840
  • 0.960
  • 1.080
  • 1.200

Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.

  • 0.012
  • 0.024
  • 0.036
  • 0.048
  • 0.060
  • 0.072
  • 0.120
  • 0.240
  • 0.360
  • 0.480
  • 0.600
  • 0.720
  • 0.840
  • 0.960
  • 1.080
  • 1.200

Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.

  • 0.840
  • 0.960
  • 1.080
  • 1.200

Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.

  • 2.400
  • 2.280
  • 2.160
  • 2.040
  • 1.920
  • 1.800
  • 1.680
  • 1.560
  • 1.440
  • 1.320
  • 1.200
  • 1.080
  • 0.960
  • 0.840
  • 0.720
  • 0.600
  • 0.480
  • 0.360
  • 0.240
  • 0.120
  • 0.072
  • 0.060
  • 0.048
  • 0.036
  • 0.024
  • 0.012

Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.

  • 1.200
  • 1.080
  • 0.960
  • 0.840
  • 0.720
  • 0.600
  • 0.480
  • 0.360
  • 0.240
  • 0.120
  • 0.072
  • 0.060
  • 0.048
  • 0.036
  • 0.024
  • 0.012

Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.

  • 1.200
  • 1.080
  • 0.960
  • 0.840
  • 0.720
  • 0.600
  • 0.480
  • 0.360
  • 0.240
  • 0.120
  • 0.072
  • 0.060
  • 0.048
  • 0.036
  • 0.024
  • 0.012

See: newPublicWorkforceTaskPrice smart constructor.

Instances

Instances details
Eq PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Read PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Show PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Generic PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Associated Types

type Rep PublicWorkforceTaskPrice :: Type -> Type #

NFData PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Hashable PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

ToJSON PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

FromJSON PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

type Rep PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

type Rep PublicWorkforceTaskPrice = D1 ('MetaData "PublicWorkforceTaskPrice" "Amazonka.SageMaker.Types.PublicWorkforceTaskPrice" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PublicWorkforceTaskPrice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amountInUsd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe USD))))

newPublicWorkforceTaskPrice :: PublicWorkforceTaskPrice Source #

Create a value of PublicWorkforceTaskPrice 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:amountInUsd:PublicWorkforceTaskPrice', publicWorkforceTaskPrice_amountInUsd - Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.

RedshiftDatasetDefinition

data RedshiftDatasetDefinition Source #

Configuration for Redshift Dataset Definition input.

See: newRedshiftDatasetDefinition smart constructor.

Instances

Instances details
Eq RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Read RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Show RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Generic RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Associated Types

type Rep RedshiftDatasetDefinition :: Type -> Type #

NFData RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Hashable RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

ToJSON RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

FromJSON RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

type Rep RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

newRedshiftDatasetDefinition Source #

Create a value of RedshiftDatasetDefinition 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:kmsKeyId:RedshiftDatasetDefinition', redshiftDatasetDefinition_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

$sel:outputCompression:RedshiftDatasetDefinition', redshiftDatasetDefinition_outputCompression - Undocumented member.

$sel:clusterId:RedshiftDatasetDefinition', redshiftDatasetDefinition_clusterId - Undocumented member.

$sel:database:RedshiftDatasetDefinition', redshiftDatasetDefinition_database - Undocumented member.

$sel:dbUser:RedshiftDatasetDefinition', redshiftDatasetDefinition_dbUser - Undocumented member.

$sel:queryString:RedshiftDatasetDefinition', redshiftDatasetDefinition_queryString - Undocumented member.

$sel:clusterRoleArn:RedshiftDatasetDefinition', redshiftDatasetDefinition_clusterRoleArn - The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

$sel:outputS3Uri:RedshiftDatasetDefinition', redshiftDatasetDefinition_outputS3Uri - The location in Amazon S3 where the Redshift query results are stored.

$sel:outputFormat:RedshiftDatasetDefinition', redshiftDatasetDefinition_outputFormat - Undocumented member.

RegisterModelStepMetadata

data RegisterModelStepMetadata Source #

Metadata for a register model job step.

See: newRegisterModelStepMetadata smart constructor.

Instances

Instances details
Eq RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Read RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Show RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Generic RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Associated Types

type Rep RegisterModelStepMetadata :: Type -> Type #

NFData RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Hashable RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

FromJSON RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

type Rep RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

type Rep RegisterModelStepMetadata = D1 ('MetaData "RegisterModelStepMetadata" "Amazonka.SageMaker.Types.RegisterModelStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RegisterModelStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegisterModelStepMetadata :: RegisterModelStepMetadata Source #

Create a value of RegisterModelStepMetadata 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:arn:RegisterModelStepMetadata', registerModelStepMetadata_arn - The Amazon Resource Name (ARN) of the model package.

RenderableTask

data RenderableTask Source #

Contains input values for a task.

See: newRenderableTask smart constructor.

Constructors

RenderableTask' Text 

Instances

Instances details
Eq RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Read RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Show RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Generic RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Associated Types

type Rep RenderableTask :: Type -> Type #

NFData RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Methods

rnf :: RenderableTask -> () #

Hashable RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

ToJSON RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

type Rep RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

type Rep RenderableTask = D1 ('MetaData "RenderableTask" "Amazonka.SageMaker.Types.RenderableTask" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderableTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenderableTask Source #

Create a value of RenderableTask 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:input:RenderableTask', renderableTask_input - A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

RenderingError

data RenderingError Source #

A description of an error that occurred while rendering the template.

See: newRenderingError smart constructor.

Constructors

RenderingError' Text Text 

Instances

Instances details
Eq RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Read RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Show RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Generic RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Associated Types

type Rep RenderingError :: Type -> Type #

NFData RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Methods

rnf :: RenderingError -> () #

Hashable RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

FromJSON RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

type Rep RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

type Rep RenderingError = D1 ('MetaData "RenderingError" "Amazonka.SageMaker.Types.RenderingError" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderingError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenderingError Source #

Create a value of RenderingError 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:code:RenderingError', renderingError_code - A unique identifier for a specific class of errors.

$sel:message:RenderingError', renderingError_message - A human-readable message describing the error.

RepositoryAuthConfig

data RepositoryAuthConfig Source #

Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field of the ImageConfig object that you passed to a call to CreateModel and the private Docker registry where the model image is hosted requires authentication.

See: newRepositoryAuthConfig smart constructor.

Instances

Instances details
Eq RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Read RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Show RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Generic RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Associated Types

type Rep RepositoryAuthConfig :: Type -> Type #

NFData RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Methods

rnf :: RepositoryAuthConfig -> () #

Hashable RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

ToJSON RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

FromJSON RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

type Rep RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

type Rep RepositoryAuthConfig = D1 ('MetaData "RepositoryAuthConfig" "Amazonka.SageMaker.Types.RepositoryAuthConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RepositoryAuthConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryCredentialsProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRepositoryAuthConfig Source #

Create a value of RepositoryAuthConfig 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:repositoryCredentialsProviderArn:RepositoryAuthConfig', repositoryAuthConfig_repositoryCredentialsProviderArn - The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.

ResolvedAttributes

data ResolvedAttributes Source #

The resolved attributes.

See: newResolvedAttributes smart constructor.

Instances

Instances details
Eq ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Read ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Show ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Generic ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Associated Types

type Rep ResolvedAttributes :: Type -> Type #

NFData ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Methods

rnf :: ResolvedAttributes -> () #

Hashable ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

FromJSON ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

type Rep ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

type Rep ResolvedAttributes = D1 ('MetaData "ResolvedAttributes" "Amazonka.SageMaker.Types.ResolvedAttributes" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResolvedAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "problemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProblemType)) :*: (S1 ('MetaSel ('Just "autoMLJobObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobObjective)) :*: S1 ('MetaSel ('Just "completionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobCompletionCriteria)))))

newResolvedAttributes :: ResolvedAttributes Source #

Create a value of ResolvedAttributes 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:problemType:ResolvedAttributes', resolvedAttributes_problemType - The problem type.

$sel:autoMLJobObjective:ResolvedAttributes', resolvedAttributes_autoMLJobObjective - Undocumented member.

$sel:completionCriteria:ResolvedAttributes', resolvedAttributes_completionCriteria - Undocumented member.

ResourceConfig

data ResourceConfig Source #

Describes the resources, including ML compute instances and ML storage volumes, to use for model training.

See: newResourceConfig smart constructor.

Instances

Instances details
Eq ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Read ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Show ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Generic ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Associated Types

type Rep ResourceConfig :: Type -> Type #

NFData ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Methods

rnf :: ResourceConfig -> () #

Hashable ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

ToJSON ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

FromJSON ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

type Rep ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

type Rep ResourceConfig = D1 ('MetaData "ResourceConfig" "Amazonka.SageMaker.Types.ResourceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInstanceType)) :*: (S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newResourceConfig Source #

Create a value of ResourceConfig 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:volumeKmsKeyId:ResourceConfig', resourceConfig_volumeKmsKeyId - The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be in any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

$sel:instanceType:ResourceConfig', resourceConfig_instanceType - The ML compute instance type.

$sel:instanceCount:ResourceConfig', resourceConfig_instanceCount - The number of ML compute instances to use. For distributed training, provide a value greater than 1.

$sel:volumeSizeInGB:ResourceConfig', resourceConfig_volumeSizeInGB - The size of the ML storage volume that you want to provision.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

You must specify sufficient ML storage for your scenario.

Amazon SageMaker supports only the General Purpose SSD (gp2) ML storage volume type.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for training, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

ResourceLimits

data ResourceLimits Source #

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

See: newResourceLimits smart constructor.

Instances

Instances details
Eq ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Read ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Show ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Generic ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Associated Types

type Rep ResourceLimits :: Type -> Type #

NFData ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Methods

rnf :: ResourceLimits -> () #

Hashable ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

ToJSON ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

FromJSON ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

type Rep ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

type Rep ResourceLimits = D1 ('MetaData "ResourceLimits" "Amazonka.SageMaker.Types.ResourceLimits" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResourceLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxNumberOfTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "maxParallelTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newResourceLimits Source #

Create a value of ResourceLimits 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:maxNumberOfTrainingJobs:ResourceLimits', resourceLimits_maxNumberOfTrainingJobs - The maximum number of training jobs that a hyperparameter tuning job can launch.

$sel:maxParallelTrainingJobs:ResourceLimits', resourceLimits_maxParallelTrainingJobs - The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

ResourceSpec

data ResourceSpec Source #

Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

See: newResourceSpec smart constructor.

Instances

Instances details
Eq ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Read ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Show ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Generic ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Associated Types

type Rep ResourceSpec :: Type -> Type #

NFData ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Methods

rnf :: ResourceSpec -> () #

Hashable ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

ToJSON ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

FromJSON ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

type Rep ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

type Rep ResourceSpec = D1 ('MetaData "ResourceSpec" "Amazonka.SageMaker.Types.ResourceSpec" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResourceSpec'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceType)) :*: S1 ('MetaSel ('Just "sageMakerImageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sageMakerImageVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceSpec :: ResourceSpec Source #

Create a value of ResourceSpec 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:instanceType:ResourceSpec', resourceSpec_instanceType - The instance type that the image version runs on.

$sel:sageMakerImageArn:ResourceSpec', resourceSpec_sageMakerImageArn - The ARN of the SageMaker image that the image version belongs to.

$sel:sageMakerImageVersionArn:ResourceSpec', resourceSpec_sageMakerImageVersionArn - The ARN of the image version created on the instance.

$sel:lifecycleConfigArn:ResourceSpec', resourceSpec_lifecycleConfigArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

RetentionPolicy

data RetentionPolicy Source #

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

See: newRetentionPolicy smart constructor.

Instances

Instances details
Eq RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Read RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Show RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Generic RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Associated Types

type Rep RetentionPolicy :: Type -> Type #

NFData RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Methods

rnf :: RetentionPolicy -> () #

Hashable RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

ToJSON RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

type Rep RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

type Rep RetentionPolicy = D1 ('MetaData "RetentionPolicy" "Amazonka.SageMaker.Types.RetentionPolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RetentionPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "homeEfsFileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionType))))

newRetentionPolicy :: RetentionPolicy Source #

Create a value of RetentionPolicy 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:homeEfsFileSystem:RetentionPolicy', retentionPolicy_homeEfsFileSystem - The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.

RetryStrategy

data RetryStrategy Source #

The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.

See: newRetryStrategy smart constructor.

Constructors

RetryStrategy' Natural 

Instances

Instances details
Eq RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Read RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Show RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Generic RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Associated Types

type Rep RetryStrategy :: Type -> Type #

NFData RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Methods

rnf :: RetryStrategy -> () #

Hashable RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

ToJSON RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

FromJSON RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

type Rep RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

type Rep RetryStrategy = D1 ('MetaData "RetryStrategy" "Amazonka.SageMaker.Types.RetryStrategy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RetryStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newRetryStrategy Source #

Create a value of RetryStrategy 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:maximumRetryAttempts:RetryStrategy', retryStrategy_maximumRetryAttempts - The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.

S3DataSource

data S3DataSource Source #

Describes the S3 data source.

See: newS3DataSource smart constructor.

Instances

Instances details
Eq S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Read S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Show S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Generic S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Associated Types

type Rep S3DataSource :: Type -> Type #

NFData S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Methods

rnf :: S3DataSource -> () #

Hashable S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

ToJSON S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

FromJSON S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

type Rep S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

type Rep S3DataSource = D1 ('MetaData "S3DataSource" "Amazonka.SageMaker.Types.S3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "S3DataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3DataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataDistribution)) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3DataSource Source #

Create a value of S3DataSource 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:s3DataDistributionType:S3DataSource', s3DataSource_s3DataDistributionType - If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

If you want Amazon SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data.

Don't choose more ML compute instances for training than available S3 objects. If you do, some nodes won't get any data and you will pay for nodes that aren't getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms.

In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.

$sel:attributeNames:S3DataSource', s3DataSource_attributeNames - A list of one or more attribute names to use that are found in a specified augmented manifest file.

$sel:s3DataType:S3DataSource', s3DataSource_s3DataType - If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects that match the specified key name prefix for model training.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for model training.

If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel's input mode is Pipe.

$sel:s3Uri:S3DataSource', s3DataSource_s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix
  • A manifest might look like this: s3://bucketname/example.manifest

    A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets.

    The following code example shows a valid manifest format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},
     "relative/path/to/custdata-1",
     "relative/path/custdata-2",
     ...
     "relative/path/custdata-N"
    ]

    This JSON is equivalent to the following S3Uri list:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1
    s3://customer_bucket/some/prefix/relative/path/custdata-2
    ...
    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

S3StorageConfig

data S3StorageConfig Source #

The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore.

See: newS3StorageConfig smart constructor.

Instances

Instances details
Eq S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Read S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Show S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Generic S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Associated Types

type Rep S3StorageConfig :: Type -> Type #

NFData S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Methods

rnf :: S3StorageConfig -> () #

Hashable S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

ToJSON S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

FromJSON S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

type Rep S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

type Rep S3StorageConfig = D1 ('MetaData "S3StorageConfig" "Amazonka.SageMaker.Types.S3StorageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "S3StorageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedOutputS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3StorageConfig Source #

Create a value of S3StorageConfig 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:resolvedOutputS3Uri:S3StorageConfig', s3StorageConfig_resolvedOutputS3Uri - The S3 path where offline records are written.

$sel:kmsKeyId:S3StorageConfig', s3StorageConfig_kmsKeyId - The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.

The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

  • "kms:GenerateDataKey"

$sel:s3Uri:S3StorageConfig', s3StorageConfig_s3Uri - The S3 URI, or location in Amazon S3, of OfflineStore.

S3 URIs have a format similar to the following: s3://example-bucket/prefix/.

ScheduleConfig

data ScheduleConfig Source #

Configuration details about the monitoring schedule.

See: newScheduleConfig smart constructor.

Constructors

ScheduleConfig' Text 

Instances

Instances details
Eq ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Read ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Show ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Generic ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Associated Types

type Rep ScheduleConfig :: Type -> Type #

NFData ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Methods

rnf :: ScheduleConfig -> () #

Hashable ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

ToJSON ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

FromJSON ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

type Rep ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

type Rep ScheduleConfig = D1 ('MetaData "ScheduleConfig" "Amazonka.SageMaker.Types.ScheduleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ScheduleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newScheduleConfig Source #

Create a value of ScheduleConfig 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:scheduleExpression:ScheduleConfig', scheduleConfig_scheduleExpression - A cron expression that describes details about the monitoring schedule.

Currently the only supported cron expressions are:

  • If you want to set the job to start every hour, please use the following:

    Hourly: cron(0 * ? * * *)
  • If you want to start the job daily:

    cron(0 [00-23] ? * * *)

For example, the following are valid cron expressions:

  • Daily at noon UTC: cron(0 12 ? * * *)
  • Daily at midnight UTC: cron(0 0 ? * * *)

To support running every 6, 12 hours, the following are also supported:

cron(0 [00-23]/[01-24] ? * * *)

For example, the following are valid cron expressions:

  • Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)
  • Every two hours starting at midnight: cron(0 0/2 ? * * *)
  • Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.
  • We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.

SearchExpression

data SearchExpression Source #

A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A SearchExpression can contain up to twenty elements.

A SearchExpression contains the following components:

  • A list of Filter objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.
  • A list of NestedFilter objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.
  • A list of SearchExpression objects. A search expression object can be nested in a list of search expression objects.
  • A Boolean operator: And or Or.

See: newSearchExpression smart constructor.

Instances

Instances details
Eq SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Read SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Show SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Generic SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Associated Types

type Rep SearchExpression :: Type -> Type #

NFData SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Methods

rnf :: SearchExpression -> () #

Hashable SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

ToJSON SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

type Rep SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

type Rep SearchExpression = D1 ('MetaData "SearchExpression" "Amazonka.SageMaker.Types.SearchExpression" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SearchExpression'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subExpressions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SearchExpression))) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BooleanOperator))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: S1 ('MetaSel ('Just "nestedFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty NestedFilters))))))

newSearchExpression :: SearchExpression Source #

Create a value of SearchExpression 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:subExpressions:SearchExpression', searchExpression_subExpressions - A list of search expression objects.

$sel:operator:SearchExpression', searchExpression_operator - A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify And. If only a single conditional statement needs to be true for the entire search expression to be true, specify Or. The default value is And.

$sel:filters:SearchExpression', searchExpression_filters - A list of filter objects.

$sel:nestedFilters:SearchExpression', searchExpression_nestedFilters - A list of nested filter objects.

SearchRecord

data SearchRecord Source #

A single resource returned as part of the Search API response.

See: newSearchRecord smart constructor.

Instances

Instances details
Eq SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Read SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Show SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Generic SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Associated Types

type Rep SearchRecord :: Type -> Type #

NFData SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Methods

rnf :: SearchRecord -> () #

Hashable SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

FromJSON SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

type Rep SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

type Rep SearchRecord = D1 ('MetaData "SearchRecord" "Amazonka.SageMaker.Types.SearchRecord" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SearchRecord'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob)) :*: S1 ('MetaSel ('Just "trial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Trial))) :*: (S1 ('MetaSel ('Just "modelPackageGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroup)) :*: (S1 ('MetaSel ('Just "trialComponent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponent)) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Project))))) :*: ((S1 ('MetaSel ('Just "pipelineExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecution)) :*: (S1 ('MetaSel ('Just "featureGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroup)) :*: S1 ('MetaSel ('Just "experiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Experiment)))) :*: (S1 ('MetaSel ('Just "pipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Pipeline)) :*: (S1 ('MetaSel ('Just "modelPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackage)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)))))))

newSearchRecord :: SearchRecord Source #

Create a value of SearchRecord 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:trainingJob:SearchRecord', searchRecord_trainingJob - The properties of a training job.

$sel:trial:SearchRecord', searchRecord_trial - The properties of a trial.

$sel:modelPackageGroup:SearchRecord', searchRecord_modelPackageGroup - Undocumented member.

$sel:trialComponent:SearchRecord', searchRecord_trialComponent - The properties of a trial component.

$sel:project:SearchRecord', searchRecord_project - The properties of a project.

$sel:pipelineExecution:SearchRecord', searchRecord_pipelineExecution - Undocumented member.

$sel:featureGroup:SearchRecord', searchRecord_featureGroup - Undocumented member.

$sel:experiment:SearchRecord', searchRecord_experiment - The properties of an experiment.

$sel:pipeline:SearchRecord', searchRecord_pipeline - Undocumented member.

$sel:modelPackage:SearchRecord', searchRecord_modelPackage - Undocumented member.

$sel:endpoint:SearchRecord', searchRecord_endpoint - Undocumented member.

SecondaryStatusTransition

data SecondaryStatusTransition Source #

An array element of DescribeTrainingJobResponse$SecondaryStatusTransitions. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, Amazon SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.

See: newSecondaryStatusTransition smart constructor.

Instances

Instances details
Eq SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Read SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Show SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Generic SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Associated Types

type Rep SecondaryStatusTransition :: Type -> Type #

NFData SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Hashable SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

FromJSON SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

type Rep SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

type Rep SecondaryStatusTransition = D1 ('MetaData "SecondaryStatusTransition" "Amazonka.SageMaker.Types.SecondaryStatusTransition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SecondaryStatusTransition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SecondaryStatus) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newSecondaryStatusTransition Source #

Create a value of SecondaryStatusTransition 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:statusMessage:SecondaryStatusTransition', secondaryStatusTransition_statusMessage - A detailed description of the progress within a secondary status.

Amazon SageMaker provides secondary statuses and status messages that apply to each of them:

Starting
- Starting the training job.
  • Launching requested ML instances.
  • Insufficient capacity error from EC2 while launching instances, retrying!
  • Launched instance was unhealthy, replacing it!
  • Preparing the instances for training.
Training
- Downloading the training image.
  • Training image download completed. Training in progress.

Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.

To have an overview of your training job's progress, view TrainingJobStatus and SecondaryStatus in DescribeTrainingJob, and StatusMessage together. For example, at the start of a training job, you might see the following:

  • TrainingJobStatus - InProgress
  • SecondaryStatus - Training
  • StatusMessage - Downloading the training image

$sel:endTime:SecondaryStatusTransition', secondaryStatusTransition_endTime - A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

$sel:status:SecondaryStatusTransition', secondaryStatusTransition_status - Contains a secondary status information from a training job.

Status might be one of the following secondary statuses:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTrainingStack
  • DownloadingTrainingImage

$sel:startTime:SecondaryStatusTransition', secondaryStatusTransition_startTime - A timestamp that shows when the training job transitioned to the current secondary status state.

ServiceCatalogProvisionedProductDetails

data ServiceCatalogProvisionedProductDetails Source #

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

See: newServiceCatalogProvisionedProductDetails smart constructor.

Instances

Instances details
Eq ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Read ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Show ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Generic ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

NFData ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Hashable ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

FromJSON ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

type Rep ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

type Rep ServiceCatalogProvisionedProductDetails = D1 ('MetaData "ServiceCatalogProvisionedProductDetails" "Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ServiceCatalogProvisionedProductDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "provisionedProductStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newServiceCatalogProvisionedProductDetails :: ServiceCatalogProvisionedProductDetails Source #

Create a value of ServiceCatalogProvisionedProductDetails 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:provisionedProductStatusMessage:ServiceCatalogProvisionedProductDetails', serviceCatalogProvisionedProductDetails_provisionedProductStatusMessage - The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

$sel:provisionedProductId:ServiceCatalogProvisionedProductDetails', serviceCatalogProvisionedProductDetails_provisionedProductId - The ID of the provisioned product.

ServiceCatalogProvisioningDetails

data ServiceCatalogProvisioningDetails Source #

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

See: newServiceCatalogProvisioningDetails smart constructor.

Instances

Instances details
Eq ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Read ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Show ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Generic ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Associated Types

type Rep ServiceCatalogProvisioningDetails :: Type -> Type #

NFData ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Hashable ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

ToJSON ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

FromJSON ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

type Rep ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

type Rep ServiceCatalogProvisioningDetails = D1 ('MetaData "ServiceCatalogProvisioningDetails" "Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ServiceCatalogProvisioningDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "provisioningParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningParameter])) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newServiceCatalogProvisioningDetails Source #

Create a value of ServiceCatalogProvisioningDetails 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:provisioningArtifactId:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_provisioningArtifactId - The ID of the provisioning artifact.

$sel:pathId:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

$sel:provisioningParameters:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_provisioningParameters - A list of key value pairs that you specify when you provision a product.

$sel:productId:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_productId - The ID of the product to provision.

SharingSettings

data SharingSettings Source #

Specifies options for sharing SageMaker Studio notebooks. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called. When SharingSettings is not specified, notebook sharing isn't allowed.

See: newSharingSettings smart constructor.

Instances

Instances details
Eq SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Read SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Show SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Generic SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Associated Types

type Rep SharingSettings :: Type -> Type #

NFData SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Methods

rnf :: SharingSettings -> () #

Hashable SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

ToJSON SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

FromJSON SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

type Rep SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

type Rep SharingSettings = D1 ('MetaData "SharingSettings" "Amazonka.SageMaker.Types.SharingSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SharingSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3KmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookOutputOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookOutputOption)))))

newSharingSettings :: SharingSettings Source #

Create a value of SharingSettings 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:s3KmsKeyId:SharingSettings', sharingSettings_s3KmsKeyId - When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

$sel:s3OutputPath:SharingSettings', sharingSettings_s3OutputPath - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

$sel:notebookOutputOption:SharingSettings', sharingSettings_notebookOutputOption - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

ShuffleConfig

data ShuffleConfig Source #

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, the results of the S3 key prefix matches are shuffled. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, when ShuffleConfig is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

See: newShuffleConfig smart constructor.

Constructors

ShuffleConfig' Integer 

Instances

Instances details
Eq ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Read ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Show ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Generic ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Associated Types

type Rep ShuffleConfig :: Type -> Type #

NFData ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Methods

rnf :: ShuffleConfig -> () #

Hashable ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

ToJSON ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

FromJSON ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

type Rep ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

type Rep ShuffleConfig = D1 ('MetaData "ShuffleConfig" "Amazonka.SageMaker.Types.ShuffleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ShuffleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "seed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newShuffleConfig Source #

Create a value of ShuffleConfig 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:seed:ShuffleConfig', shuffleConfig_seed - Determines the shuffling order in ShuffleConfig value.

SourceAlgorithm

data SourceAlgorithm Source #

Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

See: newSourceAlgorithm smart constructor.

Instances

Instances details
Eq SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Read SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Show SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Generic SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Associated Types

type Rep SourceAlgorithm :: Type -> Type #

NFData SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Methods

rnf :: SourceAlgorithm -> () #

Hashable SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

ToJSON SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

FromJSON SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

type Rep SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

type Rep SourceAlgorithm = D1 ('MetaData "SourceAlgorithm" "Amazonka.SageMaker.Types.SourceAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSourceAlgorithm Source #

Create a value of SourceAlgorithm 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:modelDataUrl:SourceAlgorithm', sourceAlgorithm_modelDataUrl - The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the algorithm.

$sel:algorithmName:SourceAlgorithm', sourceAlgorithm_algorithmName - The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

SourceAlgorithmSpecification

data SourceAlgorithmSpecification Source #

A list of algorithms that were used to create a model package.

See: newSourceAlgorithmSpecification smart constructor.

Instances

Instances details
Eq SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Read SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Show SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Generic SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Associated Types

type Rep SourceAlgorithmSpecification :: Type -> Type #

NFData SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Hashable SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

ToJSON SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

FromJSON SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

type Rep SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

type Rep SourceAlgorithmSpecification = D1 ('MetaData "SourceAlgorithmSpecification" "Amazonka.SageMaker.Types.SourceAlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceAlgorithmSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceAlgorithms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SourceAlgorithm))))

newSourceAlgorithmSpecification Source #

Create a value of SourceAlgorithmSpecification 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:sourceAlgorithms:SourceAlgorithmSpecification', sourceAlgorithmSpecification_sourceAlgorithms - A list of the algorithms that were used to create a model package.

SourceIpConfig

data SourceIpConfig Source #

A list of IP address ranges (CIDRs). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn't restricted to specific IP addresses.

See: newSourceIpConfig smart constructor.

Constructors

SourceIpConfig' [Text] 

Instances

Instances details
Eq SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Read SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Show SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Generic SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Associated Types

type Rep SourceIpConfig :: Type -> Type #

NFData SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Methods

rnf :: SourceIpConfig -> () #

Hashable SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

ToJSON SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

FromJSON SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

type Rep SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

type Rep SourceIpConfig = D1 ('MetaData "SourceIpConfig" "Amazonka.SageMaker.Types.SourceIpConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceIpConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newSourceIpConfig :: SourceIpConfig Source #

Create a value of SourceIpConfig 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:cidrs:SourceIpConfig', sourceIpConfig_cidrs - A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.

StoppingCondition

data StoppingCondition Source #

Specifies a limit to how long a model training job or model compilation job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training or compilation job. Use this API to cap model training costs.

To stop a training job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

The training algorithms provided by Amazon SageMaker automatically save the intermediate results of a model training job when possible. This attempt to save artifacts is only a best effort case as model might not be in a state from which it can be saved. For example, if training has just started, the model might not be ready to save. When saved, this intermediate data is a valid model artifact. You can use it to create a model with CreateModel.

The Neural Topic Model (NTM) currently does not support saving intermediate model artifacts. When training NTMs, make sure that the maximum runtime is sufficient for the training job to complete.

See: newStoppingCondition smart constructor.

Instances

Instances details
Eq StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Read StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Show StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Generic StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Associated Types

type Rep StoppingCondition :: Type -> Type #

NFData StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Methods

rnf :: StoppingCondition -> () #

Hashable StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

ToJSON StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

FromJSON StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

type Rep StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

type Rep StoppingCondition = D1 ('MetaData "StoppingCondition" "Amazonka.SageMaker.Types.StoppingCondition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StoppingCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxWaitTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newStoppingCondition :: StoppingCondition Source #

Create a value of StoppingCondition 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:maxWaitTimeInSeconds:StoppingCondition', stoppingCondition_maxWaitTimeInSeconds - The maximum length of time, in seconds, that a managed Spot training job has to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the job can run. It must be equal to or greater than MaxRuntimeInSeconds. If the job does not complete during this time, Amazon SageMaker ends the job.

When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt.

$sel:maxRuntimeInSeconds:StoppingCondition', stoppingCondition_maxRuntimeInSeconds - The maximum length of time, in seconds, that a training or compilation job can run.

For compilation jobs, if the job does not complete during this time, you will receive a TimeOut error. We recommend starting with 900 seconds and increase as necessary based on your model.

For all other jobs, if the job does not complete during this time, Amazon SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.

StudioLifecycleConfigDetails

data StudioLifecycleConfigDetails Source #

Details of the Studio Lifecycle Configuration.

See: newStudioLifecycleConfigDetails smart constructor.

Instances

Instances details
Eq StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Read StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Show StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Generic StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Associated Types

type Rep StudioLifecycleConfigDetails :: Type -> Type #

NFData StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Hashable StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

FromJSON StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

type Rep StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

type Rep StudioLifecycleConfigDetails = D1 ('MetaData "StudioLifecycleConfigDetails" "Amazonka.SageMaker.Types.StudioLifecycleConfigDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StudioLifecycleConfigDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StudioLifecycleConfigAppType)) :*: S1 ('MetaSel ('Just "studioLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newStudioLifecycleConfigDetails :: StudioLifecycleConfigDetails Source #

Create a value of StudioLifecycleConfigDetails 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:creationTime:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_creationTime - The creation time of the Studio Lifecycle Configuration.

$sel:lastModifiedTime:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_lastModifiedTime - This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

$sel:studioLifecycleConfigArn:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_studioLifecycleConfigArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.

$sel:studioLifecycleConfigAppType:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_studioLifecycleConfigAppType - The App type to which the Lifecycle Configuration is attached.

$sel:studioLifecycleConfigName:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_studioLifecycleConfigName - The name of the Studio Lifecycle Configuration.

SubscribedWorkteam

data SubscribedWorkteam Source #

Describes a work team of a vendor that does the a labelling job.

See: newSubscribedWorkteam smart constructor.

Instances

Instances details
Eq SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Read SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Show SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Generic SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Associated Types

type Rep SubscribedWorkteam :: Type -> Type #

NFData SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Methods

rnf :: SubscribedWorkteam -> () #

Hashable SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

FromJSON SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

type Rep SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

type Rep SubscribedWorkteam = D1 ('MetaData "SubscribedWorkteam" "Amazonka.SageMaker.Types.SubscribedWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SubscribedWorkteam'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marketplaceTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sellerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "listingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "marketplaceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSubscribedWorkteam Source #

Create a value of SubscribedWorkteam 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:marketplaceTitle:SubscribedWorkteam', subscribedWorkteam_marketplaceTitle - The title of the service provided by the vendor in the Amazon Marketplace.

$sel:sellerName:SubscribedWorkteam', subscribedWorkteam_sellerName - The name of the vendor in the Amazon Marketplace.

$sel:listingId:SubscribedWorkteam', subscribedWorkteam_listingId - Marketplace product listing ID.

$sel:marketplaceDescription:SubscribedWorkteam', subscribedWorkteam_marketplaceDescription - The description of the vendor from the Amazon Marketplace.

$sel:workteamArn:SubscribedWorkteam', subscribedWorkteam_workteamArn - The Amazon Resource Name (ARN) of the vendor that you have subscribed.

SuggestionQuery

data SuggestionQuery Source #

Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.

See: newSuggestionQuery smart constructor.

Instances

Instances details
Eq SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Read SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Show SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Generic SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Associated Types

type Rep SuggestionQuery :: Type -> Type #

NFData SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Methods

rnf :: SuggestionQuery -> () #

Hashable SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

ToJSON SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

type Rep SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

type Rep SuggestionQuery = D1 ('MetaData "SuggestionQuery" "Amazonka.SageMaker.Types.SuggestionQuery" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SuggestionQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyNameQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyNameQuery))))

newSuggestionQuery :: SuggestionQuery Source #

Create a value of SuggestionQuery 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:propertyNameQuery:SuggestionQuery', suggestionQuery_propertyNameQuery - Defines a property name hint. Only property names that begin with the specified hint are included in the response.

Tag

data Tag Source #

A tag object that consists of a key and an optional value, used to manage metadata for SageMaker Amazon Web Services resources.

You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags.

For more information on adding metadata to your Amazon Web Services resources with tagging, see Tagging Amazon Web Services resources. For advice on best practices for managing Amazon Web Services resources with tagging, see Tagging Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.SageMaker.Types.Tag" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The tag key. Tag keys must be unique per resource.

$sel:value:Tag', tag_value - The tag value.

TargetPlatform

data TargetPlatform Source #

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

See: newTargetPlatform smart constructor.

Instances

Instances details
Eq TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Read TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Show TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Generic TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Associated Types

type Rep TargetPlatform :: Type -> Type #

NFData TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Methods

rnf :: TargetPlatform -> () #

Hashable TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

ToJSON TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

FromJSON TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

type Rep TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

type Rep TargetPlatform = D1 ('MetaData "TargetPlatform" "Amazonka.SageMaker.Types.TargetPlatform" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TargetPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformAccelerator)) :*: (S1 ('MetaSel ('Just "os") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TargetPlatformOs) :*: S1 ('MetaSel ('Just "arch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TargetPlatformArch))))

newTargetPlatform Source #

Create a value of TargetPlatform 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:accelerator:TargetPlatform', targetPlatform_accelerator - Specifies a target platform accelerator (optional).

  • NVIDIA: Nvidia graphics processing unit. It also requires gpu-code, trt-ver, cuda-ver compiler options
  • MALI: ARM Mali graphics processor
  • INTEL_GRAPHICS: Integrated Intel graphics

$sel:os:TargetPlatform', targetPlatform_os - Specifies a target platform OS.

  • LINUX: Linux-based operating systems.
  • ANDROID: Android operating systems. Android API level can be specified using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions": {'ANDROID_PLATFORM': 28}

$sel:arch:TargetPlatform', targetPlatform_arch - Specifies a target platform architecture.

  • X86_64: 64-bit version of the x86 instruction set.
  • X86: 32-bit version of the x86 instruction set.
  • ARM64: ARMv8 64-bit CPU.
  • ARM_EABIHF: ARMv7 32-bit, Hard Float.
  • ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.

TensorBoardAppSettings

data TensorBoardAppSettings Source #

The TensorBoard app settings.

See: newTensorBoardAppSettings smart constructor.

Instances

Instances details
Eq TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Read TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Show TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Generic TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Associated Types

type Rep TensorBoardAppSettings :: Type -> Type #

NFData TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Methods

rnf :: TensorBoardAppSettings -> () #

Hashable TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

ToJSON TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

FromJSON TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

type Rep TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

type Rep TensorBoardAppSettings = D1 ('MetaData "TensorBoardAppSettings" "Amazonka.SageMaker.Types.TensorBoardAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TensorBoardAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec))))

newTensorBoardAppSettings :: TensorBoardAppSettings Source #

Create a value of TensorBoardAppSettings 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:defaultResourceSpec:TensorBoardAppSettings', tensorBoardAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

TensorBoardOutputConfig

data TensorBoardOutputConfig Source #

Configuration of storage locations for the Debugger TensorBoard output data.

See: newTensorBoardOutputConfig smart constructor.

Instances

Instances details
Eq TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Read TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Show TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Generic TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Associated Types

type Rep TensorBoardOutputConfig :: Type -> Type #

NFData TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Methods

rnf :: TensorBoardOutputConfig -> () #

Hashable TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

ToJSON TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

FromJSON TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

type Rep TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

type Rep TensorBoardOutputConfig = D1 ('MetaData "TensorBoardOutputConfig" "Amazonka.SageMaker.Types.TensorBoardOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TensorBoardOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTensorBoardOutputConfig Source #

Create a value of TensorBoardOutputConfig 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:localPath:TensorBoardOutputConfig', tensorBoardOutputConfig_localPath - Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

$sel:s3OutputPath:TensorBoardOutputConfig', tensorBoardOutputConfig_s3OutputPath - Path to Amazon S3 storage location for TensorBoard output.

TrafficRoutingConfig

data TrafficRoutingConfig Source #

Currently, the TrafficRoutingConfig API is not supported.

See: newTrafficRoutingConfig smart constructor.

Instances

Instances details
Eq TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Read TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Show TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Generic TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Associated Types

type Rep TrafficRoutingConfig :: Type -> Type #

NFData TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Methods

rnf :: TrafficRoutingConfig -> () #

Hashable TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

ToJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

FromJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig = D1 ('MetaData "TrafficRoutingConfig" "Amazonka.SageMaker.Types.TrafficRoutingConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrafficRoutingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canarySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CapacitySize)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrafficRoutingConfigType) :*: S1 ('MetaSel ('Just "waitIntervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

TrainingJob

data TrainingJob Source #

Contains information about a training job.

See: newTrainingJob smart constructor.

Instances

Instances details
Eq TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Read TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Show TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Generic TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Associated Types

type Rep TrainingJob :: Type -> Type #

NFData TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Methods

rnf :: TrainingJob -> () #

Hashable TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

FromJSON TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

type Rep TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

type Rep TrainingJob = D1 ('MetaData "TrainingJob" "Amazonka.SageMaker.Types.TrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJob'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secondaryStatusTransitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SecondaryStatusTransition])))) :*: ((S1 ('MetaSel ('Just "modelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelArtifacts)) :*: S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "billableTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "debugHookConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DebugHookConfig)))))) :*: (((S1 ('MetaSel ('Just "checkpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckpointConfig)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy))) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StoppingCondition)) :*: S1 ('MetaSel ('Just "debugRuleEvaluationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleEvaluationStatus])))) :*: ((S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobStatus)) :*: S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "debugRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleConfiguration]))))))) :*: ((((S1 ('MetaSel ('Just "enableManagedSpotTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Channel))))) :*: ((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "algorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmSpecification)) :*: (S1 ('MetaSel ('Just "finalMetricDataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricData])) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputDataConfig)))))) :*: (((S1 ('MetaSel ('Just "trainingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceConfig)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "tensorBoardOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TensorBoardOutputConfig)) :*: S1 ('MetaSel ('Just "secondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecondaryStatus))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "trainingTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))))

newTrainingJob :: TrainingJob Source #

Create a value of TrainingJob 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:creationTime:TrainingJob', trainingJob_creationTime - A timestamp that indicates when the training job was created.

$sel:labelingJobArn:TrainingJob', trainingJob_labelingJobArn - The Amazon Resource Name (ARN) of the labeling job.

$sel:failureReason:TrainingJob', trainingJob_failureReason - If the training job failed, the reason it failed.

$sel:secondaryStatusTransitions:TrainingJob', trainingJob_secondaryStatusTransitions - A history of all of the secondary statuses that the training job has transitioned through.

$sel:modelArtifacts:TrainingJob', trainingJob_modelArtifacts - Information about the Amazon S3 location that is configured for storing model artifacts.

$sel:trainingEndTime:TrainingJob', trainingJob_trainingEndTime - Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

$sel:environment:TrainingJob', trainingJob_environment - The environment variables to set in the Docker container.

$sel:billableTimeInSeconds:TrainingJob', trainingJob_billableTimeInSeconds - The billable time in seconds.

$sel:debugHookConfig:TrainingJob', trainingJob_debugHookConfig - Undocumented member.

$sel:checkpointConfig:TrainingJob', trainingJob_checkpointConfig - Undocumented member.

$sel:retryStrategy:TrainingJob', trainingJob_retryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

$sel:stoppingCondition:TrainingJob', trainingJob_stoppingCondition - Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

$sel:debugRuleEvaluationStatuses:TrainingJob', trainingJob_debugRuleEvaluationStatuses - Information about the evaluation status of the rules for the training job.

$sel:trainingJobStatus:TrainingJob', trainingJob_trainingJobStatus - The status of the training job.

Training job statuses are:

  • InProgress - The training is in progress.
  • Completed - The training job has completed.
  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
  • Stopping - The training job is stopping.
  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

$sel:enableNetworkIsolation:TrainingJob', trainingJob_enableNetworkIsolation - If the TrainingJob was created with network isolation, the value is set to true. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.

$sel:experimentConfig:TrainingJob', trainingJob_experimentConfig - Undocumented member.

$sel:lastModifiedTime:TrainingJob', trainingJob_lastModifiedTime - A timestamp that indicates when the status of the training job was last modified.

$sel:debugRuleConfigurations:TrainingJob', trainingJob_debugRuleConfigurations - Information about the debug rule configuration.

$sel:enableManagedSpotTraining:TrainingJob', trainingJob_enableManagedSpotTraining - When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.

$sel:autoMLJobArn:TrainingJob', trainingJob_autoMLJobArn - The Amazon Resource Name (ARN) of the job.

$sel:hyperParameters:TrainingJob', trainingJob_hyperParameters - Algorithm-specific parameters.

$sel:inputDataConfig:TrainingJob', trainingJob_inputDataConfig - An array of Channel objects that describes each data input channel.

$sel:vpcConfig:TrainingJob', trainingJob_vpcConfig - A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

$sel:trainingJobArn:TrainingJob', trainingJob_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:algorithmSpecification:TrainingJob', trainingJob_algorithmSpecification - Information about the algorithm used for training, and algorithm metadata.

$sel:finalMetricDataList:TrainingJob', trainingJob_finalMetricDataList - A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.

$sel:outputDataConfig:TrainingJob', trainingJob_outputDataConfig - The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.

$sel:trainingStartTime:TrainingJob', trainingJob_trainingStartTime - Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

$sel:tuningJobArn:TrainingJob', trainingJob_tuningJobArn - The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

$sel:trainingJobName:TrainingJob', trainingJob_trainingJobName - The name of the training job.

$sel:resourceConfig:TrainingJob', trainingJob_resourceConfig - Resources, including ML compute instances and ML storage volumes, that are configured for model training.

$sel:enableInterContainerTrafficEncryption:TrainingJob', trainingJob_enableInterContainerTrafficEncryption - To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

$sel:tensorBoardOutputConfig:TrainingJob', trainingJob_tensorBoardOutputConfig - Undocumented member.

$sel:secondaryStatus:TrainingJob', trainingJob_secondaryStatus - Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTrainingStack
  • DownloadingTrainingImage

$sel:tags:TrainingJob', trainingJob_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:trainingTimeInSeconds:TrainingJob', trainingJob_trainingTimeInSeconds - The training time in seconds.

$sel:roleArn:TrainingJob', trainingJob_roleArn - The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

TrainingJobDefinition

data TrainingJobDefinition Source #

Defines the input needed to run a training job using the algorithm.

See: newTrainingJobDefinition smart constructor.

Instances

Instances details
Eq TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Read TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Show TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Generic TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Associated Types

type Rep TrainingJobDefinition :: Type -> Type #

NFData TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Methods

rnf :: TrainingJobDefinition -> () #

Hashable TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

ToJSON TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

FromJSON TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

type Rep TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

type Rep TrainingJobDefinition = D1 ('MetaData "TrainingJobDefinition" "Amazonka.SageMaker.Types.TrainingJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "trainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInputMode) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Channel)))) :*: (S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceConfig) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition)))))

newTrainingJobDefinition Source #

Create a value of TrainingJobDefinition 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:hyperParameters:TrainingJobDefinition', trainingJobDefinition_hyperParameters - The hyperparameters used for the training job.

$sel:trainingInputMode:TrainingJobDefinition', trainingJobDefinition_trainingInputMode - Undocumented member.

$sel:inputDataConfig:TrainingJobDefinition', trainingJobDefinition_inputDataConfig - An array of Channel objects, each of which specifies an input source.

$sel:outputDataConfig:TrainingJobDefinition', trainingJobDefinition_outputDataConfig - the path to the S3 bucket where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts.

$sel:resourceConfig:TrainingJobDefinition', trainingJobDefinition_resourceConfig - The resources, including the ML compute instances and ML storage volumes, to use for model training.

$sel:stoppingCondition:TrainingJobDefinition', trainingJobDefinition_stoppingCondition - Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.

TrainingJobStatusCounters

data TrainingJobStatusCounters Source #

The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

See: newTrainingJobStatusCounters smart constructor.

Instances

Instances details
Eq TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Read TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Show TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Generic TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Associated Types

type Rep TrainingJobStatusCounters :: Type -> Type #

NFData TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Hashable TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

FromJSON TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

type Rep TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

type Rep TrainingJobStatusCounters = D1 ('MetaData "TrainingJobStatusCounters" "Amazonka.SageMaker.Types.TrainingJobStatusCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobStatusCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stopped") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "retryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "inProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nonRetryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "completed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newTrainingJobStatusCounters :: TrainingJobStatusCounters Source #

Create a value of TrainingJobStatusCounters 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:stopped:TrainingJobStatusCounters', trainingJobStatusCounters_stopped - The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

$sel:retryableError:TrainingJobStatusCounters', trainingJobStatusCounters_retryableError - The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

$sel:inProgress:TrainingJobStatusCounters', trainingJobStatusCounters_inProgress - The number of in-progress training jobs launched by a hyperparameter tuning job.

$sel:nonRetryableError:TrainingJobStatusCounters', trainingJobStatusCounters_nonRetryableError - The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.

$sel:completed:TrainingJobStatusCounters', trainingJobStatusCounters_completed - The number of completed training jobs launched by the hyperparameter tuning job.

TrainingJobStepMetadata

data TrainingJobStepMetadata Source #

Metadata for a training job step.

See: newTrainingJobStepMetadata smart constructor.

Instances

Instances details
Eq TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Read TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Show TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Generic TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Associated Types

type Rep TrainingJobStepMetadata :: Type -> Type #

NFData TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Methods

rnf :: TrainingJobStepMetadata -> () #

Hashable TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

FromJSON TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

type Rep TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

type Rep TrainingJobStepMetadata = D1 ('MetaData "TrainingJobStepMetadata" "Amazonka.SageMaker.Types.TrainingJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrainingJobStepMetadata :: TrainingJobStepMetadata Source #

Create a value of TrainingJobStepMetadata 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:arn:TrainingJobStepMetadata', trainingJobStepMetadata_arn - The Amazon Resource Name (ARN) of the training job that was run by this step execution.

TrainingJobSummary

data TrainingJobSummary Source #

Provides summary information about a training job.

See: newTrainingJobSummary smart constructor.

Instances

Instances details
Eq TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Read TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Show TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Generic TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Associated Types

type Rep TrainingJobSummary :: Type -> Type #

NFData TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Methods

rnf :: TrainingJobSummary -> () #

Hashable TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

FromJSON TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

type Rep TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

type Rep TrainingJobSummary = D1 ('MetaData "TrainingJobSummary" "Amazonka.SageMaker.Types.TrainingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatus)))))

newTrainingJobSummary Source #

Create a value of TrainingJobSummary 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:trainingEndTime:TrainingJobSummary', trainingJobSummary_trainingEndTime - A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

$sel:lastModifiedTime:TrainingJobSummary', trainingJobSummary_lastModifiedTime - Timestamp when the training job was last modified.

$sel:trainingJobName:TrainingJobSummary', trainingJobSummary_trainingJobName - The name of the training job that you want a summary for.

$sel:trainingJobArn:TrainingJobSummary', trainingJobSummary_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:creationTime:TrainingJobSummary', trainingJobSummary_creationTime - A timestamp that shows when the training job was created.

$sel:trainingJobStatus:TrainingJobSummary', trainingJobSummary_trainingJobStatus - The status of the training job.

TrainingSpecification

data TrainingSpecification Source #

Defines how the algorithm is used for a training job.

See: newTrainingSpecification smart constructor.

Instances

Instances details
Eq TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Read TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Show TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Generic TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Associated Types

type Rep TrainingSpecification :: Type -> Type #

NFData TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Methods

rnf :: TrainingSpecification -> () #

Hashable TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

ToJSON TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

FromJSON TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

type Rep TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

type Rep TrainingSpecification = D1 ('MetaData "TrainingSpecification" "Amazonka.SageMaker.Types.TrainingSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingSpecification'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "trainingImageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportsDistributedTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportedHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HyperParameterSpecification])) :*: S1 ('MetaSel ('Just "supportedTuningJobObjectiveMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HyperParameterTuningJobObjective])))) :*: ((S1 ('MetaSel ('Just "metricDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDefinition])) :*: S1 ('MetaSel ('Just "trainingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "supportedTrainingInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TrainingInstanceType]) :*: S1 ('MetaSel ('Just "trainingChannels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ChannelSpecification))))))

newTrainingSpecification Source #

Create a value of TrainingSpecification 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:trainingImageDigest:TrainingSpecification', trainingSpecification_trainingImageDigest - An MD5 hash of the training algorithm that identifies the Docker image used for training.

$sel:supportsDistributedTraining:TrainingSpecification', trainingSpecification_supportsDistributedTraining - Indicates whether the algorithm supports distributed training. If set to false, buyers can't request more than one instance during training.

$sel:supportedHyperParameters:TrainingSpecification', trainingSpecification_supportedHyperParameters - A list of the HyperParameterSpecification objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.>

$sel:supportedTuningJobObjectiveMetrics:TrainingSpecification', trainingSpecification_supportedTuningJobObjectiveMetrics - A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.

$sel:metricDefinitions:TrainingSpecification', trainingSpecification_metricDefinitions - A list of MetricDefinition objects, which are used for parsing metrics generated by the algorithm.

$sel:trainingImage:TrainingSpecification', trainingSpecification_trainingImage - The Amazon ECR registry path of the Docker image that contains the training algorithm.

$sel:supportedTrainingInstanceTypes:TrainingSpecification', trainingSpecification_supportedTrainingInstanceTypes - A list of the instance types that this algorithm can use for training.

$sel:trainingChannels:TrainingSpecification', trainingSpecification_trainingChannels - A list of ChannelSpecification objects, which specify the input sources to be used by the algorithm.

TransformDataSource

data TransformDataSource Source #

Describes the location of the channel data.

See: newTransformDataSource smart constructor.

Instances

Instances details
Eq TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Read TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Show TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Generic TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Associated Types

type Rep TransformDataSource :: Type -> Type #

NFData TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Methods

rnf :: TransformDataSource -> () #

Hashable TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

ToJSON TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

FromJSON TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

type Rep TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

type Rep TransformDataSource = D1 ('MetaData "TransformDataSource" "Amazonka.SageMaker.Types.TransformDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformS3DataSource)))

newTransformDataSource Source #

Create a value of TransformDataSource 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:s3DataSource:TransformDataSource', transformDataSource_s3DataSource - The S3 location of the data source that is associated with a channel.

TransformInput

data TransformInput Source #

Describes the input source of a transform job and the way the transform job consumes it.

See: newTransformInput smart constructor.

Instances

Instances details
Eq TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Read TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Show TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Generic TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Associated Types

type Rep TransformInput :: Type -> Type #

NFData TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Methods

rnf :: TransformInput -> () #

Hashable TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

ToJSON TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

FromJSON TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

type Rep TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

type Rep TransformInput = D1 ('MetaData "TransformInput" "Amazonka.SageMaker.Types.TransformInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "splitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplitType)) :*: S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionType))) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformDataSource))))

newTransformInput Source #

Create a value of TransformInput 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:splitType:TransformInput', transformInput_splitType - The method to use to split the transform job's data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are:

  • RecordIO
  • TFRecord

When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request.

Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord.

For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.

$sel:compressionType:TransformInput', transformInput_compressionType - If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

$sel:contentType:TransformInput', transformInput_contentType - The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

$sel:dataSource:TransformInput', transformInput_dataSource - Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

TransformJob

data TransformJob Source #

A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.

See: newTransformJob smart constructor.

Instances

Instances details
Eq TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Read TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Show TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Generic TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Associated Types

type Rep TransformJob :: Type -> Type #

NFData TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Methods

rnf :: TransformJob -> () #

Hashable TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

FromJSON TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

type Rep TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

type Rep TransformJob = D1 ('MetaData "TransformJob" "Amazonka.SageMaker.Types.TransformJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelClientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelClientConfig))))) :*: ((S1 ('MetaSel ('Just "batchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchStrategy)) :*: S1 ('MetaSel ('Just "maxPayloadInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "transformResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformResources)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: S1 ('MetaSel ('Just "transformEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "transformStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJobStatus))))) :*: ((S1 ('MetaSel ('Just "transformInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformInput)) :*: (S1 ('MetaSel ('Just "maxConcurrentTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transformOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformOutput)))) :*: (S1 ('MetaSel ('Just "dataProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataProcessing)) :*: (S1 ('MetaSel ('Just "transformJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))))

newTransformJob :: TransformJob Source #

Create a value of TransformJob 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:creationTime:TransformJob', transformJob_creationTime - A timestamp that shows when the transform Job was created.

$sel:labelingJobArn:TransformJob', transformJob_labelingJobArn - The Amazon Resource Name (ARN) of the labeling job that created the transform job.

$sel:transformJobName:TransformJob', transformJob_transformJobName - The name of the transform job.

$sel:failureReason:TransformJob', transformJob_failureReason - If the transform job failed, the reason it failed.

$sel:modelClientConfig:TransformJob', transformJob_modelClientConfig - Undocumented member.

$sel:batchStrategy:TransformJob', transformJob_batchStrategy - Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

$sel:maxPayloadInMB:TransformJob', transformJob_maxPayloadInMB - The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.

$sel:environment:TransformJob', transformJob_environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

$sel:transformResources:TransformJob', transformJob_transformResources - Undocumented member.

$sel:modelName:TransformJob', transformJob_modelName - The name of the model associated with the transform job.

$sel:experimentConfig:TransformJob', transformJob_experimentConfig - Undocumented member.

$sel:transformEndTime:TransformJob', transformJob_transformEndTime - Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

$sel:transformStartTime:TransformJob', transformJob_transformStartTime - Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

$sel:autoMLJobArn:TransformJob', transformJob_autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML job that created the transform job.

$sel:transformJobStatus:TransformJob', transformJob_transformJobStatus - The status of the transform job.

Transform job statuses are:

  • InProgress - The job is in progress.
  • Completed - The job has completed.
  • Failed - The transform job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTransformJob call.
  • Stopping - The transform job is stopping.
  • Stopped - The transform job has stopped.

$sel:transformInput:TransformJob', transformJob_transformInput - Undocumented member.

$sel:maxConcurrentTransforms:TransformJob', transformJob_maxConcurrentTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.

$sel:transformOutput:TransformJob', transformJob_transformOutput - Undocumented member.

$sel:dataProcessing:TransformJob', transformJob_dataProcessing - Undocumented member.

$sel:transformJobArn:TransformJob', transformJob_transformJobArn - The Amazon Resource Name (ARN) of the transform job.

$sel:tags:TransformJob', transformJob_tags - A list of tags associated with the transform job.

TransformJobDefinition

data TransformJobDefinition Source #

Defines the input needed to run a transform job using the inference specification specified in the algorithm.

See: newTransformJobDefinition smart constructor.

Instances

Instances details
Eq TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Read TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Show TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Generic TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Associated Types

type Rep TransformJobDefinition :: Type -> Type #

NFData TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Methods

rnf :: TransformJobDefinition -> () #

Hashable TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

ToJSON TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

FromJSON TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

type Rep TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

type Rep TransformJobDefinition = D1 ('MetaData "TransformJobDefinition" "Amazonka.SageMaker.Types.TransformJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJobDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchStrategy)) :*: (S1 ('MetaSel ('Just "maxPayloadInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "maxConcurrentTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transformInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformInput)) :*: (S1 ('MetaSel ('Just "transformOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformOutput) :*: S1 ('MetaSel ('Just "transformResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformResources)))))

newTransformJobDefinition Source #

Create a value of TransformJobDefinition 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:batchStrategy:TransformJobDefinition', transformJobDefinition_batchStrategy - A string that determines the number of records included in a single mini-batch.

SingleRecord means only one record is used per mini-batch. MultiRecord means a mini-batch is set to contain as many records that can fit within the MaxPayloadInMB limit.

$sel:maxPayloadInMB:TransformJobDefinition', transformJobDefinition_maxPayloadInMB - The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).

$sel:environment:TransformJobDefinition', transformJobDefinition_environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

$sel:maxConcurrentTransforms:TransformJobDefinition', transformJobDefinition_maxConcurrentTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.

$sel:transformInput:TransformJobDefinition', transformJobDefinition_transformInput - A description of the input source and the way the transform job consumes it.

$sel:transformOutput:TransformJobDefinition', transformJobDefinition_transformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

$sel:transformResources:TransformJobDefinition', transformJobDefinition_transformResources - Identifies the ML compute instances for the transform job.

TransformJobStepMetadata

data TransformJobStepMetadata Source #

Metadata for a transform job step.

See: newTransformJobStepMetadata smart constructor.

Instances

Instances details
Eq TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Read TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Show TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Generic TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Associated Types

type Rep TransformJobStepMetadata :: Type -> Type #

NFData TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Hashable TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

FromJSON TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

type Rep TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

type Rep TransformJobStepMetadata = D1 ('MetaData "TransformJobStepMetadata" "Amazonka.SageMaker.Types.TransformJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTransformJobStepMetadata :: TransformJobStepMetadata Source #

Create a value of TransformJobStepMetadata 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:arn:TransformJobStepMetadata', transformJobStepMetadata_arn - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

TransformJobSummary

data TransformJobSummary Source #

Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after in response to a ListTransformJobs call.

See: newTransformJobSummary smart constructor.

Instances

Instances details
Eq TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Read TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Show TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Generic TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Associated Types

type Rep TransformJobSummary :: Type -> Type #

NFData TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Methods

rnf :: TransformJobSummary -> () #

Hashable TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

FromJSON TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

type Rep TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

type Rep TransformJobSummary = D1 ('MetaData "TransformJobSummary" "Amazonka.SageMaker.Types.TransformJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transformEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "transformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformJobStatus)))))

newTransformJobSummary Source #

Create a value of TransformJobSummary 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:failureReason:TransformJobSummary', transformJobSummary_failureReason - If the transform job failed, the reason it failed.

$sel:lastModifiedTime:TransformJobSummary', transformJobSummary_lastModifiedTime - Indicates when the transform job was last modified.

$sel:transformEndTime:TransformJobSummary', transformJobSummary_transformEndTime - Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.

$sel:transformJobName:TransformJobSummary', transformJobSummary_transformJobName - The name of the transform job.

$sel:transformJobArn:TransformJobSummary', transformJobSummary_transformJobArn - The Amazon Resource Name (ARN) of the transform job.

$sel:creationTime:TransformJobSummary', transformJobSummary_creationTime - A timestamp that shows when the transform Job was created.

$sel:transformJobStatus:TransformJobSummary', transformJobSummary_transformJobStatus - The status of the transform job.

TransformOutput

data TransformOutput Source #

Describes the results of a transform job.

See: newTransformOutput smart constructor.

Instances

Instances details
Eq TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Read TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Show TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Generic TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Associated Types

type Rep TransformOutput :: Type -> Type #

NFData TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Methods

rnf :: TransformOutput -> () #

Hashable TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

ToJSON TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

FromJSON TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

type Rep TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

type Rep TransformOutput = D1 ('MetaData "TransformOutput" "Amazonka.SageMaker.Types.TransformOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assembleWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssemblyType)) :*: S1 ('MetaSel ('Just "accept") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTransformOutput Source #

Create a value of TransformOutput 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:assembleWith:TransformOutput', transformOutput_assembleWith - Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.

$sel:accept:TransformOutput', transformOutput_accept - The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

$sel:kmsKeyId:TransformOutput', transformOutput_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

$sel:s3OutputPath:TransformOutput', transformOutput_s3OutputPath - The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix.

For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn't upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.

TransformResources

data TransformResources Source #

Describes the resources, including ML instance types and ML instance count, to use for transform job.

See: newTransformResources smart constructor.

Instances

Instances details
Eq TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Read TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Show TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Generic TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Associated Types

type Rep TransformResources :: Type -> Type #

NFData TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Methods

rnf :: TransformResources -> () #

Hashable TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

ToJSON TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

FromJSON TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

type Rep TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

type Rep TransformResources = D1 ('MetaData "TransformResources" "Amazonka.SageMaker.Types.TransformResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformInstanceType) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newTransformResources Source #

Create a value of TransformResources 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:volumeKmsKeyId:TransformResources', transformResources_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

$sel:instanceType:TransformResources', transformResources_instanceType - The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.

$sel:instanceCount:TransformResources', transformResources_instanceCount - The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.

TransformS3DataSource

data TransformS3DataSource Source #

Describes the S3 data source.

See: newTransformS3DataSource smart constructor.

Instances

Instances details
Eq TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Read TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Show TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Generic TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Associated Types

type Rep TransformS3DataSource :: Type -> Type #

NFData TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Methods

rnf :: TransformS3DataSource -> () #

Hashable TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

ToJSON TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

FromJSON TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

type Rep TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

type Rep TransformS3DataSource = D1 ('MetaData "TransformS3DataSource" "Amazonka.SageMaker.Types.TransformS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTransformS3DataSource Source #

Create a value of TransformS3DataSource 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:s3DataType:TransformS3DataSource', transformS3DataSource_s3DataType - If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform.

The following values are compatible: ManifestFile, S3Prefix

The following value is not compatible: AugmentedManifestFile

$sel:s3Uri:TransformS3DataSource', transformS3DataSource_s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix.
  • A manifest might look like this: s3://bucketname/example.manifest

    The manifest is an S3 object which is a JSON file with the following format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},
    "relative/path/to/custdata-1",
    "relative/path/custdata-2",
    ...
    "relative/path/custdata-N"
    ]

    The preceding JSON matches the following S3Uris:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1
    s3://customer_bucket/some/prefix/relative/path/custdata-2
    ...
    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

Trial

data Trial Source #

The properties of a trial as returned by the Search API.

See: newTrial smart constructor.

Instances

Instances details
Eq Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

(==) :: Trial -> Trial -> Bool #

(/=) :: Trial -> Trial -> Bool #

Read Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Show Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

showsPrec :: Int -> Trial -> ShowS #

show :: Trial -> String #

showList :: [Trial] -> ShowS #

Generic Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Associated Types

type Rep Trial :: Type -> Type #

Methods

from :: Trial -> Rep Trial x #

to :: Rep Trial x -> Trial #

NFData Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

rnf :: Trial -> () #

Hashable Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

hashWithSalt :: Int -> Trial -> Int #

hash :: Trial -> Int #

FromJSON Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

type Rep Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

type Rep Trial = D1 ('MetaData "Trial" "Amazonka.SageMaker.Types.Trial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Trial'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "trialComponentSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentSimpleSummary])))) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newTrial :: Trial Source #

Create a value of Trial 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:creationTime:Trial', trial_creationTime - When the trial was created.

$sel:metadataProperties:Trial', trial_metadataProperties - Undocumented member.

$sel:trialComponentSummaries:Trial', trial_trialComponentSummaries - A list of the components associated with the trial. For each component, a summary of the component's properties is included.

$sel:trialArn:Trial', trial_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:createdBy:Trial', trial_createdBy - Who created the trial.

$sel:lastModifiedTime:Trial', trial_lastModifiedTime - Who last modified the trial.

$sel:experimentName:Trial', trial_experimentName - The name of the experiment the trial is part of.

$sel:source:Trial', trial_source - Undocumented member.

$sel:displayName:Trial', trial_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:Trial', trial_trialName - The name of the trial.

$sel:lastModifiedBy:Trial', trial_lastModifiedBy - Undocumented member.

$sel:tags:Trial', trial_tags - The list of tags that are associated with the trial. You can use Search API to search on the tags.

TrialComponent

data TrialComponent Source #

The properties of a trial component as returned by the Search API.

See: newTrialComponent smart constructor.

Instances

Instances details
Eq TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Read TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Show TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Generic TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Associated Types

type Rep TrialComponent :: Type -> Type #

NFData TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Methods

rnf :: TrialComponent -> () #

Hashable TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

FromJSON TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

type Rep TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

type Rep TrialComponent = D1 ('MetaData "TrialComponent" "Amazonka.SageMaker.Types.TrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponent'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus)) :*: S1 ('MetaSel ('Just "sourceDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSourceDetail)))) :*: ((S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentMetricSummary])) :*: S1 ('MetaSel ('Just "outputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact)))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "parents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parent])) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentParameterValue))) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource))))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))))

newTrialComponent :: TrialComponent Source #

Create a value of TrialComponent 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:creationTime:TrialComponent', trialComponent_creationTime - When the component was created.

$sel:metadataProperties:TrialComponent', trialComponent_metadataProperties - Undocumented member.

$sel:status:TrialComponent', trialComponent_status - Undocumented member.

$sel:sourceDetail:TrialComponent', trialComponent_sourceDetail - Details of the source of the component.

$sel:metrics:TrialComponent', trialComponent_metrics - The metrics for the component.

$sel:outputArtifacts:TrialComponent', trialComponent_outputArtifacts - The output artifacts of the component.

$sel:startTime:TrialComponent', trialComponent_startTime - When the component started.

$sel:createdBy:TrialComponent', trialComponent_createdBy - Who created the trial component.

$sel:lastModifiedTime:TrialComponent', trialComponent_lastModifiedTime - When the component was last modified.

$sel:parents:TrialComponent', trialComponent_parents - An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

$sel:endTime:TrialComponent', trialComponent_endTime - When the component ended.

$sel:trialComponentName:TrialComponent', trialComponent_trialComponentName - The name of the trial component.

$sel:parameters:TrialComponent', trialComponent_parameters - The hyperparameters of the component.

$sel:source:TrialComponent', trialComponent_source - The Amazon Resource Name (ARN) and job type of the source of the component.

$sel:displayName:TrialComponent', trialComponent_displayName - The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:lastModifiedBy:TrialComponent', trialComponent_lastModifiedBy - Undocumented member.

$sel:trialComponentArn:TrialComponent', trialComponent_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:inputArtifacts:TrialComponent', trialComponent_inputArtifacts - The input artifacts of the component.

$sel:tags:TrialComponent', trialComponent_tags - The list of tags that are associated with the component. You can use Search API to search on the tags.

TrialComponentArtifact

data TrialComponentArtifact Source #

Represents an input or output artifact of a trial component. You specify TrialComponentArtifact as part of the InputArtifacts and OutputArtifacts parameters in the CreateTrialComponent request.

Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.

See: newTrialComponentArtifact smart constructor.

Instances

Instances details
Eq TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Read TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Show TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Generic TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Associated Types

type Rep TrialComponentArtifact :: Type -> Type #

NFData TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Methods

rnf :: TrialComponentArtifact -> () #

Hashable TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

ToJSON TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

FromJSON TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

type Rep TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

type Rep TrialComponentArtifact = D1 ('MetaData "TrialComponentArtifact" "Amazonka.SageMaker.Types.TrialComponentArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrialComponentArtifact Source #

Create a value of TrialComponentArtifact 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:mediaType:TrialComponentArtifact', trialComponentArtifact_mediaType - The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

$sel:value:TrialComponentArtifact', trialComponentArtifact_value - The location of the artifact.

TrialComponentMetricSummary

data TrialComponentMetricSummary Source #

A summary of the metrics of a trial component.

See: newTrialComponentMetricSummary smart constructor.

Instances

Instances details
Eq TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Read TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Show TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Generic TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Associated Types

type Rep TrialComponentMetricSummary :: Type -> Type #

NFData TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Hashable TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

FromJSON TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

type Rep TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

newTrialComponentMetricSummary :: TrialComponentMetricSummary Source #

Create a value of TrialComponentMetricSummary 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:max:TrialComponentMetricSummary', trialComponentMetricSummary_max - The maximum value of the metric.

$sel:sourceArn:TrialComponentMetricSummary', trialComponentMetricSummary_sourceArn - The Amazon Resource Name (ARN) of the source.

$sel:avg:TrialComponentMetricSummary', trialComponentMetricSummary_avg - The average value of the metric.

$sel:count:TrialComponentMetricSummary', trialComponentMetricSummary_count - The number of samples used to generate the metric.

$sel:metricName:TrialComponentMetricSummary', trialComponentMetricSummary_metricName - The name of the metric.

$sel:stdDev:TrialComponentMetricSummary', trialComponentMetricSummary_stdDev - The standard deviation of the metric.

$sel:min:TrialComponentMetricSummary', trialComponentMetricSummary_min - The minimum value of the metric.

$sel:last:TrialComponentMetricSummary', trialComponentMetricSummary_last - The most recent value of the metric.

$sel:timeStamp:TrialComponentMetricSummary', trialComponentMetricSummary_timeStamp - When the metric was last updated.

TrialComponentParameterValue

data TrialComponentParameterValue Source #

The value of a hyperparameter. Only one of NumberValue or StringValue can be specified.

This object is specified in the CreateTrialComponent request.

See: newTrialComponentParameterValue smart constructor.

Instances

Instances details
Eq TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Read TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Show TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Generic TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Associated Types

type Rep TrialComponentParameterValue :: Type -> Type #

NFData TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Hashable TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

ToJSON TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

FromJSON TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

type Rep TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

type Rep TrialComponentParameterValue = D1 ('MetaData "TrialComponentParameterValue" "Amazonka.SageMaker.Types.TrialComponentParameterValue" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentParameterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrialComponentParameterValue :: TrialComponentParameterValue Source #

Create a value of TrialComponentParameterValue 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:numberValue:TrialComponentParameterValue', trialComponentParameterValue_numberValue - The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValue parameter.

$sel:stringValue:TrialComponentParameterValue', trialComponentParameterValue_stringValue - The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValue parameter.

TrialComponentSimpleSummary

data TrialComponentSimpleSummary Source #

A short summary of a trial component.

See: newTrialComponentSimpleSummary smart constructor.

Instances

Instances details
Eq TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Read TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Show TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Generic TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Associated Types

type Rep TrialComponentSimpleSummary :: Type -> Type #

NFData TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Hashable TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

FromJSON TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

type Rep TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

type Rep TrialComponentSimpleSummary = D1 ('MetaData "TrialComponentSimpleSummary" "Amazonka.SageMaker.Types.TrialComponentSimpleSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSimpleSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialComponentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource))))))

newTrialComponentSimpleSummary :: TrialComponentSimpleSummary Source #

Create a value of TrialComponentSimpleSummary 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:creationTime:TrialComponentSimpleSummary', trialComponentSimpleSummary_creationTime - When the component was created.

$sel:createdBy:TrialComponentSimpleSummary', trialComponentSimpleSummary_createdBy - Undocumented member.

$sel:trialComponentName:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentName - The name of the trial component.

$sel:trialComponentArn:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:trialComponentSource:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentSource - Undocumented member.

TrialComponentSource

data TrialComponentSource Source #

The Amazon Resource Name (ARN) and job type of the source of a trial component.

See: newTrialComponentSource smart constructor.

Instances

Instances details
Eq TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Read TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Show TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Generic TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Associated Types

type Rep TrialComponentSource :: Type -> Type #

NFData TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Methods

rnf :: TrialComponentSource -> () #

Hashable TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

FromJSON TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

type Rep TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

type Rep TrialComponentSource = D1 ('MetaData "TrialComponentSource" "Amazonka.SageMaker.Types.TrialComponentSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrialComponentSource Source #

Create a value of TrialComponentSource 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:sourceType:TrialComponentSource', trialComponentSource_sourceType - The source job type.

$sel:sourceArn:TrialComponentSource', trialComponentSource_sourceArn - The source ARN.

TrialComponentSourceDetail

data TrialComponentSourceDetail Source #

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

See: newTrialComponentSourceDetail smart constructor.

Instances

Instances details
Eq TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Read TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Show TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Generic TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Associated Types

type Rep TrialComponentSourceDetail :: Type -> Type #

NFData TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Hashable TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

FromJSON TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

type Rep TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

type Rep TrialComponentSourceDetail = D1 ('MetaData "TrialComponentSourceDetail" "Amazonka.SageMaker.Types.TrialComponentSourceDetail" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSourceDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "processingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingJob)) :*: S1 ('MetaSel ('Just "transformJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJob)))))

newTrialComponentSourceDetail :: TrialComponentSourceDetail Source #

Create a value of TrialComponentSourceDetail 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:trainingJob:TrialComponentSourceDetail', trialComponentSourceDetail_trainingJob - Information about a training job that's the source of a trial component.

$sel:sourceArn:TrialComponentSourceDetail', trialComponentSourceDetail_sourceArn - The Amazon Resource Name (ARN) of the source.

$sel:processingJob:TrialComponentSourceDetail', trialComponentSourceDetail_processingJob - Information about a processing job that's the source of a trial component.

$sel:transformJob:TrialComponentSourceDetail', trialComponentSourceDetail_transformJob - Information about a transform job that's the source of a trial component.

TrialComponentStatus

data TrialComponentStatus Source #

The status of the trial component.

See: newTrialComponentStatus smart constructor.

Instances

Instances details
Eq TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Read TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Show TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Generic TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Associated Types

type Rep TrialComponentStatus :: Type -> Type #

NFData TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Methods

rnf :: TrialComponentStatus -> () #

Hashable TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

ToJSON TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

FromJSON TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

type Rep TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

type Rep TrialComponentStatus = D1 ('MetaData "TrialComponentStatus" "Amazonka.SageMaker.Types.TrialComponentStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentPrimaryStatus)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrialComponentStatus :: TrialComponentStatus Source #

Create a value of TrialComponentStatus 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:primaryStatus:TrialComponentStatus', trialComponentStatus_primaryStatus - The status of the trial component.

$sel:message:TrialComponentStatus', trialComponentStatus_message - If the component failed, a message describing why.

TrialComponentSummary

data TrialComponentSummary Source #

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

See: newTrialComponentSummary smart constructor.

Instances

Instances details
Eq TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Read TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Show TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Generic TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Associated Types

type Rep TrialComponentSummary :: Type -> Type #

NFData TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Methods

rnf :: TrialComponentSummary -> () #

Hashable TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

FromJSON TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

type Rep TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

type Rep TrialComponentSummary = D1 ('MetaData "TrialComponentSummary" "Amazonka.SageMaker.Types.TrialComponentSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialComponentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource)))))))

newTrialComponentSummary :: TrialComponentSummary Source #

Create a value of TrialComponentSummary 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:creationTime:TrialComponentSummary', trialComponentSummary_creationTime - When the component was created.

$sel:status:TrialComponentSummary', trialComponentSummary_status - The status of the component. States include:

  • InProgress
  • Completed
  • Failed

$sel:startTime:TrialComponentSummary', trialComponentSummary_startTime - When the component started.

$sel:createdBy:TrialComponentSummary', trialComponentSummary_createdBy - Who created the trial component.

$sel:lastModifiedTime:TrialComponentSummary', trialComponentSummary_lastModifiedTime - When the component was last modified.

$sel:endTime:TrialComponentSummary', trialComponentSummary_endTime - When the component ended.

$sel:trialComponentName:TrialComponentSummary', trialComponentSummary_trialComponentName - The name of the trial component.

$sel:displayName:TrialComponentSummary', trialComponentSummary_displayName - The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:lastModifiedBy:TrialComponentSummary', trialComponentSummary_lastModifiedBy - Who last modified the component.

$sel:trialComponentArn:TrialComponentSummary', trialComponentSummary_trialComponentArn - The ARN of the trial component.

$sel:trialComponentSource:TrialComponentSummary', trialComponentSummary_trialComponentSource - Undocumented member.

TrialSource

data TrialSource Source #

The source of the trial.

See: newTrialSource smart constructor.

Constructors

TrialSource' (Maybe Text) Text 

Instances

Instances details
Eq TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Read TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Show TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Generic TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Associated Types

type Rep TrialSource :: Type -> Type #

NFData TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Methods

rnf :: TrialSource -> () #

Hashable TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

FromJSON TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

type Rep TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

type Rep TrialSource = D1 ('MetaData "TrialSource" "Amazonka.SageMaker.Types.TrialSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrialSource Source #

Create a value of TrialSource 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:sourceType:TrialSource', trialSource_sourceType - The source job type.

$sel:sourceArn:TrialSource', trialSource_sourceArn - The Amazon Resource Name (ARN) of the source.

TrialSummary

data TrialSummary Source #

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

See: newTrialSummary smart constructor.

Instances

Instances details
Eq TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Read TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Show TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Generic TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Associated Types

type Rep TrialSummary :: Type -> Type #

NFData TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Methods

rnf :: TrialSummary -> () #

Hashable TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

FromJSON TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

type Rep TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

type Rep TrialSummary = D1 ('MetaData "TrialSummary" "Amazonka.SageMaker.Types.TrialSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "trialSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTrialSummary :: TrialSummary Source #

Create a value of TrialSummary 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:creationTime:TrialSummary', trialSummary_creationTime - When the trial was created.

$sel:trialArn:TrialSummary', trialSummary_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:lastModifiedTime:TrialSummary', trialSummary_lastModifiedTime - When the trial was last modified.

$sel:trialSource:TrialSummary', trialSummary_trialSource - Undocumented member.

$sel:displayName:TrialSummary', trialSummary_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:TrialSummary', trialSummary_trialName - The name of the trial.

TuningJobCompletionCriteria

data TuningJobCompletionCriteria Source #

The job completion criteria.

See: newTuningJobCompletionCriteria smart constructor.

Instances

Instances details
Eq TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Read TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Show TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Generic TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Associated Types

type Rep TuningJobCompletionCriteria :: Type -> Type #

NFData TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Hashable TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

ToJSON TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

FromJSON TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

type Rep TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

type Rep TuningJobCompletionCriteria = D1 ('MetaData "TuningJobCompletionCriteria" "Amazonka.SageMaker.Types.TuningJobCompletionCriteria" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TuningJobCompletionCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetObjectiveMetricValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newTuningJobCompletionCriteria Source #

Create a value of TuningJobCompletionCriteria 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:targetObjectiveMetricValue:TuningJobCompletionCriteria', tuningJobCompletionCriteria_targetObjectiveMetricValue - The value of the objective metric.

TuningJobStepMetaData

data TuningJobStepMetaData Source #

Metadata for a tuning step.

See: newTuningJobStepMetaData smart constructor.

Instances

Instances details
Eq TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Read TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Show TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Generic TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Associated Types

type Rep TuningJobStepMetaData :: Type -> Type #

NFData TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Methods

rnf :: TuningJobStepMetaData -> () #

Hashable TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

FromJSON TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

type Rep TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

type Rep TuningJobStepMetaData = D1 ('MetaData "TuningJobStepMetaData" "Amazonka.SageMaker.Types.TuningJobStepMetaData" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TuningJobStepMetaData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTuningJobStepMetaData :: TuningJobStepMetaData Source #

Create a value of TuningJobStepMetaData 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:arn:TuningJobStepMetaData', tuningJobStepMetaData_arn - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

USD

data USD Source #

Represents an amount of money in United States dollars.

See: newUSD smart constructor.

Instances

Instances details
Eq USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

(==) :: USD -> USD -> Bool #

(/=) :: USD -> USD -> Bool #

Read USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Show USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

showsPrec :: Int -> USD -> ShowS #

show :: USD -> String #

showList :: [USD] -> ShowS #

Generic USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Associated Types

type Rep USD :: Type -> Type #

Methods

from :: USD -> Rep USD x #

to :: Rep USD x -> USD #

NFData USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

rnf :: USD -> () #

Hashable USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

hashWithSalt :: Int -> USD -> Int #

hash :: USD -> Int #

ToJSON USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

FromJSON USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

type Rep USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

type Rep USD = D1 ('MetaData "USD" "Amazonka.SageMaker.Types.USD" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "USD'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "dollars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tenthFractionsOfACent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newUSD :: USD Source #

Create a value of USD 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:cents:USD', usd_cents - The fractional portion, in cents, of the amount.

$sel:dollars:USD', usd_dollars - The whole number of dollars in the amount.

$sel:tenthFractionsOfACent:USD', usd_tenthFractionsOfACent - Fractions of a cent, in tenths.

UiConfig

data UiConfig Source #

Provided configuration information for the worker UI for a labeling job. Provide either HumanTaskUiArn or UiTemplateS3Uri.

For named entity recognition, 3D point cloud and video frame labeling jobs, use HumanTaskUiArn.

For all other Ground Truth built-in task types and custom task types, use UiTemplateS3Uri to specify the location of a worker task template in Amazon S3.

See: newUiConfig smart constructor.

Constructors

UiConfig' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Read UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Show UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Generic UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Associated Types

type Rep UiConfig :: Type -> Type #

Methods

from :: UiConfig -> Rep UiConfig x #

to :: Rep UiConfig x -> UiConfig #

NFData UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Methods

rnf :: UiConfig -> () #

Hashable UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Methods

hashWithSalt :: Int -> UiConfig -> Int #

hash :: UiConfig -> Int #

ToJSON UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

FromJSON UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

type Rep UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

type Rep UiConfig = D1 ('MetaData "UiConfig" "Amazonka.SageMaker.Types.UiConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uiTemplateS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUiConfig :: UiConfig Source #

Create a value of UiConfig 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:uiTemplateS3Uri:UiConfig', uiConfig_uiTemplateS3Uri - The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.

$sel:humanTaskUiArn:UiConfig', uiConfig_humanTaskUiArn - The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.

Use this parameter when you are creating a labeling job for named entity recognition, 3D point cloud and video frame labeling jobs. Use your labeling job task type to select one of the following ARNs and use it with this parameter when you create a labeling job. Replace aws-region with the Amazon Web Services Region you are creating your labeling job in. For example, replace aws-region with us-west-1 if you create a labeling job in US West (N. California).

Named Entity Recognition

Use the following HumanTaskUiArn for named entity recognition labeling jobs:

arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition

3D Point Cloud HumanTaskUiArns

Use this HumanTaskUiArn for 3D point cloud object detection and 3D point cloud object detection adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection

Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking

Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point cloud semantic segmentation adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation

Video Frame HumanTaskUiArns

Use this HumanTaskUiArn for video frame object detection and video frame object detection adjustment labeling jobs.

  • arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection

Use this HumanTaskUiArn for video frame object tracking and video frame object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking

UiTemplate

data UiTemplate Source #

The Liquid template for the worker user interface.

See: newUiTemplate smart constructor.

Constructors

UiTemplate' Text 

Instances

Instances details
Eq UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Read UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Show UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Generic UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Associated Types

type Rep UiTemplate :: Type -> Type #

NFData UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Methods

rnf :: UiTemplate -> () #

Hashable UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

ToJSON UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

type Rep UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

type Rep UiTemplate = D1 ('MetaData "UiTemplate" "Amazonka.SageMaker.Types.UiTemplate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUiTemplate Source #

Create a value of UiTemplate 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:content:UiTemplate', uiTemplate_content - The content of the Liquid template for the worker user interface.

UiTemplateInfo

data UiTemplateInfo Source #

Container for user interface template information.

See: newUiTemplateInfo smart constructor.

Constructors

UiTemplateInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Read UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Show UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Generic UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Associated Types

type Rep UiTemplateInfo :: Type -> Type #

NFData UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Methods

rnf :: UiTemplateInfo -> () #

Hashable UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

FromJSON UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

type Rep UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

type Rep UiTemplateInfo = D1 ('MetaData "UiTemplateInfo" "Amazonka.SageMaker.Types.UiTemplateInfo" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiTemplateInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUiTemplateInfo :: UiTemplateInfo Source #

Create a value of UiTemplateInfo 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:url:UiTemplateInfo', uiTemplateInfo_url - The URL for the user interface template.

$sel:contentSha256:UiTemplateInfo', uiTemplateInfo_contentSha256 - The SHA-256 digest of the contents of the template.

UserContext

data UserContext Source #

Information about the user who created or modified an experiment, trial, trial component, or project.

See: newUserContext smart constructor.

Constructors

UserContext' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Read UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Show UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Generic UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Associated Types

type Rep UserContext :: Type -> Type #

NFData UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Methods

rnf :: UserContext -> () #

Hashable UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

FromJSON UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

type Rep UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

type Rep UserContext = D1 ('MetaData "UserContext" "Amazonka.SageMaker.Types.UserContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UserContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUserContext :: UserContext Source #

Create a value of UserContext 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:userProfileName:UserContext', userContext_userProfileName - The name of the user's profile.

$sel:userProfileArn:UserContext', userContext_userProfileArn - The Amazon Resource Name (ARN) of the user's profile.

$sel:domainId:UserContext', userContext_domainId - The domain associated with the user.

UserProfileDetails

data UserProfileDetails Source #

The user profile details.

See: newUserProfileDetails smart constructor.

Instances

Instances details
Eq UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Read UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Show UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Generic UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Associated Types

type Rep UserProfileDetails :: Type -> Type #

NFData UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Methods

rnf :: UserProfileDetails -> () #

Hashable UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

FromJSON UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

type Rep UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

type Rep UserProfileDetails = D1 ('MetaData "UserProfileDetails" "Amazonka.SageMaker.Types.UserProfileDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UserProfileDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserProfileStatus))) :*: (S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUserProfileDetails :: UserProfileDetails Source #

Create a value of UserProfileDetails 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:creationTime:UserProfileDetails', userProfileDetails_creationTime - The creation time.

$sel:status:UserProfileDetails', userProfileDetails_status - The status.

$sel:userProfileName:UserProfileDetails', userProfileDetails_userProfileName - The user profile name.

$sel:lastModifiedTime:UserProfileDetails', userProfileDetails_lastModifiedTime - The last modified time.

$sel:domainId:UserProfileDetails', userProfileDetails_domainId - The domain ID.

UserSettings

data UserSettings Source #

A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

See: newUserSettings smart constructor.

Instances

Instances details
Eq UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Read UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Generic UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Associated Types

type Rep UserSettings :: Type -> Type #

NFData UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

ToJSON UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

type Rep UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

type Rep UserSettings = D1 ('MetaData "UserSettings" "Amazonka.SageMaker.Types.UserSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UserSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tensorBoardAppSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TensorBoardAppSettings)) :*: (S1 ('MetaSel ('Just "kernelGatewayAppSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayAppSettings)) :*: S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "jupyterServerAppSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JupyterServerAppSettings)) :*: (S1 ('MetaSel ('Just "sharingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SharingSettings)) :*: S1 ('MetaSel ('Just "executionRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUserSettings :: UserSettings Source #

Create a value of UserSettings 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:tensorBoardAppSettings:UserSettings', userSettings_tensorBoardAppSettings - The TensorBoard app settings.

$sel:kernelGatewayAppSettings:UserSettings', userSettings_kernelGatewayAppSettings - The kernel gateway app settings.

$sel:securityGroups:UserSettings', userSettings_securityGroups - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

$sel:jupyterServerAppSettings:UserSettings', userSettings_jupyterServerAppSettings - The Jupyter server's app settings.

$sel:sharingSettings:UserSettings', userSettings_sharingSettings - Specifies options for sharing SageMaker Studio notebooks.

$sel:executionRole:UserSettings', userSettings_executionRole - The execution role for the user.

VariantProperty

data VariantProperty Source #

Specifies a production variant property type for an Endpoint.

If you are updating an endpoint with the UpdateEndpointInput$RetainAllVariantProperties option set to true, the VariantProperty objects listed in UpdateEndpointInput$ExcludeRetainedVariantProperties override the existing variant properties of the endpoint.

See: newVariantProperty smart constructor.

Instances

Instances details
Eq VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Read VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Show VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Generic VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Associated Types

type Rep VariantProperty :: Type -> Type #

NFData VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Methods

rnf :: VariantProperty -> () #

Hashable VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

ToJSON VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

type Rep VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

type Rep VariantProperty = D1 ('MetaData "VariantProperty" "Amazonka.SageMaker.Types.VariantProperty" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "VariantProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "variantPropertyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VariantPropertyType)))

newVariantProperty Source #

Create a value of VariantProperty 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:variantPropertyType:VariantProperty', variantProperty_variantPropertyType - The type of variant property. The supported values are:

  • DesiredInstanceCount: Overrides the existing variant instance counts using the ProductionVariant$InitialInstanceCount values in the CreateEndpointConfigInput$ProductionVariants.
  • DesiredWeight: Overrides the existing variant weights using the ProductionVariant$InitialVariantWeight values in the CreateEndpointConfigInput$ProductionVariants.
  • DataCaptureConfig: (Not currently supported.)

VpcConfig

data VpcConfig Source #

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud.

See: newVpcConfig smart constructor.

Instances

Instances details
Eq VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Read VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.SageMaker.Types.VpcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newVpcConfig Source #

Create a value of VpcConfig 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:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

$sel:subnets:VpcConfig', vpcConfig_subnets - The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.

Workforce

data Workforce Source #

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

See: newWorkforce smart constructor.

Instances

Instances details
Eq Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Read Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Show Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Generic Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Associated Types

type Rep Workforce :: Type -> Type #

NFData Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Methods

rnf :: Workforce -> () #

Hashable Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

FromJSON Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

type Rep Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

newWorkforce Source #

Create a value of Workforce 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:subDomain:Workforce', workforce_subDomain - The subdomain for your OIDC Identity Provider.

$sel:createDate:Workforce', workforce_createDate - The date that the workforce is created.

$sel:sourceIpConfig:Workforce', workforce_sourceIpConfig - A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.

$sel:cognitoConfig:Workforce', workforce_cognitoConfig - The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

$sel:lastUpdatedDate:Workforce', workforce_lastUpdatedDate - The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.

$sel:oidcConfig:Workforce', workforce_oidcConfig - The configuration of an OIDC Identity Provider (IdP) private workforce.

$sel:workforceName:Workforce', workforce_workforceName - The name of the private workforce.

$sel:workforceArn:Workforce', workforce_workforceArn - The Amazon Resource Name (ARN) of the private workforce.

Workteam

data Workteam Source #

Provides details about a labeling work team.

See: newWorkteam smart constructor.

Instances

Instances details
Eq Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Read Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Show Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Generic Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Associated Types

type Rep Workteam :: Type -> Type #

Methods

from :: Workteam -> Rep Workteam x #

to :: Rep Workteam x -> Workteam #

NFData Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Methods

rnf :: Workteam -> () #

Hashable Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Methods

hashWithSalt :: Int -> Workteam -> Int #

hash :: Workteam -> Int #

FromJSON Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

type Rep Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

newWorkteam Source #

Create a value of Workteam 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:subDomain:Workteam', workteam_subDomain - The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.

$sel:productListingIds:Workteam', workteam_productListingIds - The Amazon Marketplace identifier for a vendor's work team.

$sel:notificationConfiguration:Workteam', workteam_notificationConfiguration - Configures SNS notifications of available or expiring work items for work teams.

$sel:createDate:Workteam', workteam_createDate - The date and time that the work team was created (timestamp).

$sel:workforceArn:Workteam', workteam_workforceArn - The Amazon Resource Name (ARN) of the workforce.

$sel:lastUpdatedDate:Workteam', workteam_lastUpdatedDate - The date and time that the work team was last updated (timestamp).

$sel:workteamName:Workteam', workteam_workteamName - The name of the work team.

$sel:memberDefinitions:Workteam', workteam_memberDefinitions - A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

$sel:workteamArn:Workteam', workteam_workteamArn - The Amazon Resource Name (ARN) that identifies the work team.

$sel:description:Workteam', workteam_description - A description of the work team.