| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default AddTagsResponse |
SageMakerClient.addTags(AddTagsRequest addTagsRequest)
Adds or overwrites one or more tags for the specified Amazon SageMaker resource.
|
default AddTagsResponse |
SageMakerClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Adds or overwrites one or more tags for the specified Amazon SageMaker resource.
|
default AssociateTrialComponentResponse |
SageMakerClient.associateTrialComponent(AssociateTrialComponentRequest associateTrialComponentRequest)
Associates a trial component with a trial.
|
default AssociateTrialComponentResponse |
SageMakerClient.associateTrialComponent(Consumer<AssociateTrialComponentRequest.Builder> associateTrialComponentRequest)
Associates a trial component with a trial.
|
default CreateAlgorithmResponse |
SageMakerClient.createAlgorithm(Consumer<CreateAlgorithmRequest.Builder> createAlgorithmRequest)
Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace.
|
default CreateAlgorithmResponse |
SageMakerClient.createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest)
Create a machine learning algorithm that you can use in Amazon SageMaker and list in the AWS Marketplace.
|
default CreateAppResponse |
SageMakerClient.createApp(Consumer<CreateAppRequest.Builder> createAppRequest)
Creates a running App for the specified UserProfile.
|
default CreateAppResponse |
SageMakerClient.createApp(CreateAppRequest createAppRequest)
Creates a running App for the specified UserProfile.
|
default CreateAutoMlJobResponse |
SageMakerClient.createAutoMLJob(Consumer<CreateAutoMlJobRequest.Builder> createAutoMlJobRequest)
Creates an AutoPilot job.
|
default CreateAutoMlJobResponse |
SageMakerClient.createAutoMLJob(CreateAutoMlJobRequest createAutoMlJobRequest)
Creates an AutoPilot job.
|
default CreateCodeRepositoryResponse |
SageMakerClient.createCodeRepository(Consumer<CreateCodeRepositoryRequest.Builder> createCodeRepositoryRequest)
Creates a Git repository as a resource in your Amazon SageMaker account.
|
default CreateCodeRepositoryResponse |
SageMakerClient.createCodeRepository(CreateCodeRepositoryRequest createCodeRepositoryRequest)
Creates a Git repository as a resource in your Amazon SageMaker account.
|
default CreateCompilationJobResponse |
SageMakerClient.createCompilationJob(Consumer<CreateCompilationJobRequest.Builder> createCompilationJobRequest)
Starts a model compilation job.
|
default CreateCompilationJobResponse |
SageMakerClient.createCompilationJob(CreateCompilationJobRequest createCompilationJobRequest)
Starts a model compilation job.
|
default CreateDomainResponse |
SageMakerClient.createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)
Creates a
Domain used by SageMaker Studio. |
default CreateDomainResponse |
SageMakerClient.createDomain(CreateDomainRequest createDomainRequest)
Creates a
Domain used by SageMaker Studio. |
default CreateEndpointResponse |
SageMakerClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
default CreateEndpointResponse |
SageMakerClient.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
default CreateEndpointConfigResponse |
SageMakerClient.createEndpointConfig(Consumer<CreateEndpointConfigRequest.Builder> createEndpointConfigRequest)
Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models.
|
default CreateEndpointConfigResponse |
SageMakerClient.createEndpointConfig(CreateEndpointConfigRequest createEndpointConfigRequest)
Creates an endpoint configuration that Amazon SageMaker hosting services uses to deploy models.
|
default CreateExperimentResponse |
SageMakerClient.createExperiment(Consumer<CreateExperimentRequest.Builder> createExperimentRequest)
Creates an Amazon SageMaker experiment.
|
default CreateExperimentResponse |
SageMakerClient.createExperiment(CreateExperimentRequest createExperimentRequest)
Creates an Amazon SageMaker experiment.
|
default CreateFlowDefinitionResponse |
SageMakerClient.createFlowDefinition(Consumer<CreateFlowDefinitionRequest.Builder> createFlowDefinitionRequest)
Creates a flow definition.
|
default CreateFlowDefinitionResponse |
SageMakerClient.createFlowDefinition(CreateFlowDefinitionRequest createFlowDefinitionRequest)
Creates a flow definition.
|
default CreateHumanTaskUiResponse |
SageMakerClient.createHumanTaskUi(Consumer<CreateHumanTaskUiRequest.Builder> createHumanTaskUiRequest)
Defines the settings you will use for the human review workflow user interface.
|
default CreateHumanTaskUiResponse |
SageMakerClient.createHumanTaskUi(CreateHumanTaskUiRequest createHumanTaskUiRequest)
Defines the settings you will use for the human review workflow user interface.
|
default CreateHyperParameterTuningJobResponse |
SageMakerClient.createHyperParameterTuningJob(Consumer<CreateHyperParameterTuningJobRequest.Builder> createHyperParameterTuningJobRequest)
Starts a hyperparameter tuning job.
|
default CreateHyperParameterTuningJobResponse |
SageMakerClient.createHyperParameterTuningJob(CreateHyperParameterTuningJobRequest createHyperParameterTuningJobRequest)
Starts a hyperparameter tuning job.
|
default CreateLabelingJobResponse |
SageMakerClient.createLabelingJob(Consumer<CreateLabelingJobRequest.Builder> createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
default CreateLabelingJobResponse |
SageMakerClient.createLabelingJob(CreateLabelingJobRequest createLabelingJobRequest)
Creates a job that uses workers to label the data objects in your input dataset.
|
default CreateModelResponse |
SageMakerClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest)
Creates a model in Amazon SageMaker.
|
default CreateModelResponse |
SageMakerClient.createModel(CreateModelRequest createModelRequest)
Creates a model in Amazon SageMaker.
|
default CreateModelPackageResponse |
SageMakerClient.createModelPackage(Consumer<CreateModelPackageRequest.Builder> createModelPackageRequest)
Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace.
|
default CreateModelPackageResponse |
SageMakerClient.createModelPackage(CreateModelPackageRequest createModelPackageRequest)
Creates a model package that you can use to create Amazon SageMaker models or list on AWS Marketplace.
|
default CreateMonitoringScheduleResponse |
SageMakerClient.createMonitoringSchedule(Consumer<CreateMonitoringScheduleRequest.Builder> createMonitoringScheduleRequest)
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an
Amazon SageMaker Endoint.
|
default CreateMonitoringScheduleResponse |
SageMakerClient.createMonitoringSchedule(CreateMonitoringScheduleRequest createMonitoringScheduleRequest)
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an
Amazon SageMaker Endoint.
|
default CreateNotebookInstanceResponse |
SageMakerClient.createNotebookInstance(Consumer<CreateNotebookInstanceRequest.Builder> createNotebookInstanceRequest)
Creates an Amazon SageMaker notebook instance.
|
default CreateNotebookInstanceResponse |
SageMakerClient.createNotebookInstance(CreateNotebookInstanceRequest createNotebookInstanceRequest)
Creates an Amazon SageMaker notebook instance.
|
default CreateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.createNotebookInstanceLifecycleConfig(Consumer<CreateNotebookInstanceLifecycleConfigRequest.Builder> createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
default CreateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
default CreatePresignedDomainUrlResponse |
SageMakerClient.createPresignedDomainUrl(Consumer<CreatePresignedDomainUrlRequest.Builder> createPresignedDomainUrlRequest)
Creates a URL for a specified UserProfile in a Domain.
|
default CreatePresignedDomainUrlResponse |
SageMakerClient.createPresignedDomainUrl(CreatePresignedDomainUrlRequest createPresignedDomainUrlRequest)
Creates a URL for a specified UserProfile in a Domain.
|
default CreatePresignedNotebookInstanceUrlResponse |
SageMakerClient.createPresignedNotebookInstanceUrl(Consumer<CreatePresignedNotebookInstanceUrlRequest.Builder> createPresignedNotebookInstanceUrlRequest)
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
|
default CreatePresignedNotebookInstanceUrlResponse |
SageMakerClient.createPresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest)
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(Consumer<CreateProcessingJobRequest.Builder> createProcessingJobRequest)
Creates a processing job.
|
default CreateProcessingJobResponse |
SageMakerClient.createProcessingJob(CreateProcessingJobRequest createProcessingJobRequest)
Creates a processing job.
|
default CreateTrainingJobResponse |
SageMakerClient.createTrainingJob(Consumer<CreateTrainingJobRequest.Builder> createTrainingJobRequest)
Starts a model training job.
|
default CreateTrainingJobResponse |
SageMakerClient.createTrainingJob(CreateTrainingJobRequest createTrainingJobRequest)
Starts a model training job.
|
default CreateTransformJobResponse |
SageMakerClient.createTransformJob(Consumer<CreateTransformJobRequest.Builder> createTransformJobRequest)
Starts a transform job.
|
default CreateTransformJobResponse |
SageMakerClient.createTransformJob(CreateTransformJobRequest createTransformJobRequest)
Starts a transform job.
|
default CreateTrialResponse |
SageMakerClient.createTrial(Consumer<CreateTrialRequest.Builder> createTrialRequest)
Creates an Amazon SageMaker trial.
|
default CreateTrialResponse |
SageMakerClient.createTrial(CreateTrialRequest createTrialRequest)
Creates an Amazon SageMaker trial.
|
default CreateTrialComponentResponse |
SageMakerClient.createTrialComponent(Consumer<CreateTrialComponentRequest.Builder> createTrialComponentRequest)
Creates a trial component, which is a stage of a machine learning trial.
|
default CreateTrialComponentResponse |
SageMakerClient.createTrialComponent(CreateTrialComponentRequest createTrialComponentRequest)
Creates a trial component, which is a stage of a machine learning trial.
|
default CreateUserProfileResponse |
SageMakerClient.createUserProfile(Consumer<CreateUserProfileRequest.Builder> createUserProfileRequest)
Creates a user profile.
|
default CreateUserProfileResponse |
SageMakerClient.createUserProfile(CreateUserProfileRequest createUserProfileRequest)
Creates a user profile.
|
default CreateWorkteamResponse |
SageMakerClient.createWorkteam(Consumer<CreateWorkteamRequest.Builder> createWorkteamRequest)
Creates a new work team for labeling your data.
|
default CreateWorkteamResponse |
SageMakerClient.createWorkteam(CreateWorkteamRequest createWorkteamRequest)
Creates a new work team for labeling your data.
|
default DeleteAlgorithmResponse |
SageMakerClient.deleteAlgorithm(Consumer<DeleteAlgorithmRequest.Builder> deleteAlgorithmRequest)
Removes the specified algorithm from your account.
|
default DeleteAlgorithmResponse |
SageMakerClient.deleteAlgorithm(DeleteAlgorithmRequest deleteAlgorithmRequest)
Removes the specified algorithm from your account.
|
default DeleteAppResponse |
SageMakerClient.deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
Used to stop and delete an app.
|
default DeleteAppResponse |
SageMakerClient.deleteApp(DeleteAppRequest deleteAppRequest)
Used to stop and delete an app.
|
default DeleteCodeRepositoryResponse |
SageMakerClient.deleteCodeRepository(Consumer<DeleteCodeRepositoryRequest.Builder> deleteCodeRepositoryRequest)
Deletes the specified Git repository from your account.
|
default DeleteCodeRepositoryResponse |
SageMakerClient.deleteCodeRepository(DeleteCodeRepositoryRequest deleteCodeRepositoryRequest)
Deletes the specified Git repository from your account.
|
default DeleteDomainResponse |
SageMakerClient.deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)
Used to delete a domain.
|
default DeleteDomainResponse |
SageMakerClient.deleteDomain(DeleteDomainRequest deleteDomainRequest)
Used to delete a domain.
|
default DeleteEndpointResponse |
SageMakerClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes an endpoint.
|
default DeleteEndpointResponse |
SageMakerClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint.
|
default DeleteEndpointConfigResponse |
SageMakerClient.deleteEndpointConfig(Consumer<DeleteEndpointConfigRequest.Builder> deleteEndpointConfigRequest)
Deletes an endpoint configuration.
|
default DeleteEndpointConfigResponse |
SageMakerClient.deleteEndpointConfig(DeleteEndpointConfigRequest deleteEndpointConfigRequest)
Deletes an endpoint configuration.
|
default DeleteExperimentResponse |
SageMakerClient.deleteExperiment(Consumer<DeleteExperimentRequest.Builder> deleteExperimentRequest)
Deletes an Amazon SageMaker experiment.
|
default DeleteExperimentResponse |
SageMakerClient.deleteExperiment(DeleteExperimentRequest deleteExperimentRequest)
Deletes an Amazon SageMaker experiment.
|
default DeleteFlowDefinitionResponse |
SageMakerClient.deleteFlowDefinition(Consumer<DeleteFlowDefinitionRequest.Builder> deleteFlowDefinitionRequest)
Deletes the specified flow definition.
|
default DeleteFlowDefinitionResponse |
SageMakerClient.deleteFlowDefinition(DeleteFlowDefinitionRequest deleteFlowDefinitionRequest)
Deletes the specified flow definition.
|
default DeleteHumanTaskUiResponse |
SageMakerClient.deleteHumanTaskUi(Consumer<DeleteHumanTaskUiRequest.Builder> deleteHumanTaskUiRequest)
Use this operation to delete a worker task template (
HumanTaskUi). |
default DeleteHumanTaskUiResponse |
SageMakerClient.deleteHumanTaskUi(DeleteHumanTaskUiRequest deleteHumanTaskUiRequest)
Use this operation to delete a worker task template (
HumanTaskUi). |
default DeleteModelResponse |
SageMakerClient.deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest)
Deletes a model.
|
default DeleteModelResponse |
SageMakerClient.deleteModel(DeleteModelRequest deleteModelRequest)
Deletes a model.
|
default DeleteModelPackageResponse |
SageMakerClient.deleteModelPackage(Consumer<DeleteModelPackageRequest.Builder> deleteModelPackageRequest)
Deletes a model package.
|
default DeleteModelPackageResponse |
SageMakerClient.deleteModelPackage(DeleteModelPackageRequest deleteModelPackageRequest)
Deletes a model package.
|
default DeleteMonitoringScheduleResponse |
SageMakerClient.deleteMonitoringSchedule(Consumer<DeleteMonitoringScheduleRequest.Builder> deleteMonitoringScheduleRequest)
Deletes a monitoring schedule.
|
default DeleteMonitoringScheduleResponse |
SageMakerClient.deleteMonitoringSchedule(DeleteMonitoringScheduleRequest deleteMonitoringScheduleRequest)
Deletes a monitoring schedule.
|
default DeleteNotebookInstanceResponse |
SageMakerClient.deleteNotebookInstance(Consumer<DeleteNotebookInstanceRequest.Builder> deleteNotebookInstanceRequest)
Deletes an Amazon SageMaker notebook instance.
|
default DeleteNotebookInstanceResponse |
SageMakerClient.deleteNotebookInstance(DeleteNotebookInstanceRequest deleteNotebookInstanceRequest)
Deletes an Amazon SageMaker notebook instance.
|
default DeleteNotebookInstanceLifecycleConfigResponse |
SageMakerClient.deleteNotebookInstanceLifecycleConfig(Consumer<DeleteNotebookInstanceLifecycleConfigRequest.Builder> deleteNotebookInstanceLifecycleConfigRequest)
Deletes a notebook instance lifecycle configuration.
|
default DeleteNotebookInstanceLifecycleConfigResponse |
SageMakerClient.deleteNotebookInstanceLifecycleConfig(DeleteNotebookInstanceLifecycleConfigRequest deleteNotebookInstanceLifecycleConfigRequest)
Deletes a notebook instance lifecycle configuration.
|
default DeleteTagsResponse |
SageMakerClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified tags from an Amazon SageMaker resource.
|
default DeleteTagsResponse |
SageMakerClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags from an Amazon SageMaker resource.
|
default DeleteTrialResponse |
SageMakerClient.deleteTrial(Consumer<DeleteTrialRequest.Builder> deleteTrialRequest)
Deletes the specified trial.
|
default DeleteTrialResponse |
SageMakerClient.deleteTrial(DeleteTrialRequest deleteTrialRequest)
Deletes the specified trial.
|
default DeleteTrialComponentResponse |
SageMakerClient.deleteTrialComponent(Consumer<DeleteTrialComponentRequest.Builder> deleteTrialComponentRequest)
Deletes the specified trial component.
|
default DeleteTrialComponentResponse |
SageMakerClient.deleteTrialComponent(DeleteTrialComponentRequest deleteTrialComponentRequest)
Deletes the specified trial component.
|
default DeleteUserProfileResponse |
SageMakerClient.deleteUserProfile(Consumer<DeleteUserProfileRequest.Builder> deleteUserProfileRequest)
Deletes a user profile.
|
default DeleteUserProfileResponse |
SageMakerClient.deleteUserProfile(DeleteUserProfileRequest deleteUserProfileRequest)
Deletes a user profile.
|
default DeleteWorkteamResponse |
SageMakerClient.deleteWorkteam(Consumer<DeleteWorkteamRequest.Builder> deleteWorkteamRequest)
Deletes an existing work team.
|
default DeleteWorkteamResponse |
SageMakerClient.deleteWorkteam(DeleteWorkteamRequest deleteWorkteamRequest)
Deletes an existing work team.
|
default DescribeAlgorithmResponse |
SageMakerClient.describeAlgorithm(Consumer<DescribeAlgorithmRequest.Builder> describeAlgorithmRequest)
Returns a description of the specified algorithm that is in your account.
|
default DescribeAlgorithmResponse |
SageMakerClient.describeAlgorithm(DescribeAlgorithmRequest describeAlgorithmRequest)
Returns a description of the specified algorithm that is in your account.
|
default DescribeAppResponse |
SageMakerClient.describeApp(Consumer<DescribeAppRequest.Builder> describeAppRequest)
Describes the app.
|
default DescribeAppResponse |
SageMakerClient.describeApp(DescribeAppRequest describeAppRequest)
Describes the app.
|
default DescribeAutoMlJobResponse |
SageMakerClient.describeAutoMLJob(Consumer<DescribeAutoMlJobRequest.Builder> describeAutoMlJobRequest)
Returns information about an Amazon SageMaker job.
|
default DescribeAutoMlJobResponse |
SageMakerClient.describeAutoMLJob(DescribeAutoMlJobRequest describeAutoMlJobRequest)
Returns information about an Amazon SageMaker job.
|
default DescribeCodeRepositoryResponse |
SageMakerClient.describeCodeRepository(Consumer<DescribeCodeRepositoryRequest.Builder> describeCodeRepositoryRequest)
Gets details about the specified Git repository.
|
default DescribeCodeRepositoryResponse |
SageMakerClient.describeCodeRepository(DescribeCodeRepositoryRequest describeCodeRepositoryRequest)
Gets details about the specified Git repository.
|
default DescribeCompilationJobResponse |
SageMakerClient.describeCompilationJob(Consumer<DescribeCompilationJobRequest.Builder> describeCompilationJobRequest)
Returns information about a model compilation job.
|
default DescribeCompilationJobResponse |
SageMakerClient.describeCompilationJob(DescribeCompilationJobRequest describeCompilationJobRequest)
Returns information about a model compilation job.
|
default DescribeDomainResponse |
SageMakerClient.describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)
The description of the domain.
|
default DescribeDomainResponse |
SageMakerClient.describeDomain(DescribeDomainRequest describeDomainRequest)
The description of the domain.
|
default DescribeEndpointResponse |
SageMakerClient.describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)
Returns the description of an endpoint.
|
default DescribeEndpointResponse |
SageMakerClient.describeEndpoint(DescribeEndpointRequest describeEndpointRequest)
Returns the description of an endpoint.
|
default DescribeEndpointConfigResponse |
SageMakerClient.describeEndpointConfig(Consumer<DescribeEndpointConfigRequest.Builder> describeEndpointConfigRequest)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
default DescribeEndpointConfigResponse |
SageMakerClient.describeEndpointConfig(DescribeEndpointConfigRequest describeEndpointConfigRequest)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
default DescribeExperimentResponse |
SageMakerClient.describeExperiment(Consumer<DescribeExperimentRequest.Builder> describeExperimentRequest)
Provides a list of an experiment's properties.
|
default DescribeExperimentResponse |
SageMakerClient.describeExperiment(DescribeExperimentRequest describeExperimentRequest)
Provides a list of an experiment's properties.
|
default DescribeFlowDefinitionResponse |
SageMakerClient.describeFlowDefinition(Consumer<DescribeFlowDefinitionRequest.Builder> describeFlowDefinitionRequest)
Returns information about the specified flow definition.
|
default DescribeFlowDefinitionResponse |
SageMakerClient.describeFlowDefinition(DescribeFlowDefinitionRequest describeFlowDefinitionRequest)
Returns information about the specified flow definition.
|
default DescribeHumanTaskUiResponse |
SageMakerClient.describeHumanTaskUi(Consumer<DescribeHumanTaskUiRequest.Builder> describeHumanTaskUiRequest)
Returns information about the requested human task user interface (worker task template).
|
default DescribeHumanTaskUiResponse |
SageMakerClient.describeHumanTaskUi(DescribeHumanTaskUiRequest describeHumanTaskUiRequest)
Returns information about the requested human task user interface (worker task template).
|
default DescribeHyperParameterTuningJobResponse |
SageMakerClient.describeHyperParameterTuningJob(Consumer<DescribeHyperParameterTuningJobRequest.Builder> describeHyperParameterTuningJobRequest)
Gets a description of a hyperparameter tuning job.
|
default DescribeHyperParameterTuningJobResponse |
SageMakerClient.describeHyperParameterTuningJob(DescribeHyperParameterTuningJobRequest describeHyperParameterTuningJobRequest)
Gets a description of a hyperparameter tuning job.
|
default DescribeLabelingJobResponse |
SageMakerClient.describeLabelingJob(Consumer<DescribeLabelingJobRequest.Builder> describeLabelingJobRequest)
Gets information about a labeling job.
|
default DescribeLabelingJobResponse |
SageMakerClient.describeLabelingJob(DescribeLabelingJobRequest describeLabelingJobRequest)
Gets information about a labeling job.
|
default DescribeModelResponse |
SageMakerClient.describeModel(Consumer<DescribeModelRequest.Builder> describeModelRequest)
Describes a model that you created using the
CreateModel API. |
default DescribeModelResponse |
SageMakerClient.describeModel(DescribeModelRequest describeModelRequest)
Describes a model that you created using the
CreateModel API. |
default DescribeModelPackageResponse |
SageMakerClient.describeModelPackage(Consumer<DescribeModelPackageRequest.Builder> describeModelPackageRequest)
Returns a description of the specified model package, which is used to create Amazon SageMaker models or list
them on AWS Marketplace.
|
default DescribeModelPackageResponse |
SageMakerClient.describeModelPackage(DescribeModelPackageRequest describeModelPackageRequest)
Returns a description of the specified model package, which is used to create Amazon SageMaker models or list
them on AWS Marketplace.
|
default DescribeMonitoringScheduleResponse |
SageMakerClient.describeMonitoringSchedule(Consumer<DescribeMonitoringScheduleRequest.Builder> describeMonitoringScheduleRequest)
Describes the schedule for a monitoring job.
|
default DescribeMonitoringScheduleResponse |
SageMakerClient.describeMonitoringSchedule(DescribeMonitoringScheduleRequest describeMonitoringScheduleRequest)
Describes the schedule for a monitoring job.
|
default DescribeNotebookInstanceResponse |
SageMakerClient.describeNotebookInstance(Consumer<DescribeNotebookInstanceRequest.Builder> describeNotebookInstanceRequest)
Returns information about a notebook instance.
|
default DescribeNotebookInstanceResponse |
SageMakerClient.describeNotebookInstance(DescribeNotebookInstanceRequest describeNotebookInstanceRequest)
Returns information about a notebook instance.
|
default DescribeNotebookInstanceLifecycleConfigResponse |
SageMakerClient.describeNotebookInstanceLifecycleConfig(Consumer<DescribeNotebookInstanceLifecycleConfigRequest.Builder> describeNotebookInstanceLifecycleConfigRequest)
Returns a description of a notebook instance lifecycle configuration.
|
default DescribeNotebookInstanceLifecycleConfigResponse |
SageMakerClient.describeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest describeNotebookInstanceLifecycleConfigRequest)
Returns a description of a notebook instance lifecycle configuration.
|
default DescribeProcessingJobResponse |
SageMakerClient.describeProcessingJob(Consumer<DescribeProcessingJobRequest.Builder> describeProcessingJobRequest)
Returns a description of a processing job.
|
default DescribeProcessingJobResponse |
SageMakerClient.describeProcessingJob(DescribeProcessingJobRequest describeProcessingJobRequest)
Returns a description of a processing job.
|
default DescribeSubscribedWorkteamResponse |
SageMakerClient.describeSubscribedWorkteam(Consumer<DescribeSubscribedWorkteamRequest.Builder> describeSubscribedWorkteamRequest)
Gets information about a work team provided by a vendor.
|
default DescribeSubscribedWorkteamResponse |
SageMakerClient.describeSubscribedWorkteam(DescribeSubscribedWorkteamRequest describeSubscribedWorkteamRequest)
Gets information about a work team provided by a vendor.
|
default DescribeTrainingJobResponse |
SageMakerClient.describeTrainingJob(Consumer<DescribeTrainingJobRequest.Builder> describeTrainingJobRequest)
Returns information about a training job.
|
default DescribeTrainingJobResponse |
SageMakerClient.describeTrainingJob(DescribeTrainingJobRequest describeTrainingJobRequest)
Returns information about a training job.
|
default DescribeTransformJobResponse |
SageMakerClient.describeTransformJob(Consumer<DescribeTransformJobRequest.Builder> describeTransformJobRequest)
Returns information about a transform job.
|
default DescribeTransformJobResponse |
SageMakerClient.describeTransformJob(DescribeTransformJobRequest describeTransformJobRequest)
Returns information about a transform job.
|
default DescribeTrialResponse |
SageMakerClient.describeTrial(Consumer<DescribeTrialRequest.Builder> describeTrialRequest)
Provides a list of a trial's properties.
|
default DescribeTrialResponse |
SageMakerClient.describeTrial(DescribeTrialRequest describeTrialRequest)
Provides a list of a trial's properties.
|
default DescribeTrialComponentResponse |
SageMakerClient.describeTrialComponent(Consumer<DescribeTrialComponentRequest.Builder> describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
default DescribeTrialComponentResponse |
SageMakerClient.describeTrialComponent(DescribeTrialComponentRequest describeTrialComponentRequest)
Provides a list of a trials component's properties.
|
default DescribeUserProfileResponse |
SageMakerClient.describeUserProfile(Consumer<DescribeUserProfileRequest.Builder> describeUserProfileRequest)
Describes a user profile.
|
default DescribeUserProfileResponse |
SageMakerClient.describeUserProfile(DescribeUserProfileRequest describeUserProfileRequest)
Describes a user profile.
|
default DescribeWorkforceResponse |
SageMakerClient.describeWorkforce(Consumer<DescribeWorkforceRequest.Builder> describeWorkforceRequest)
Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable,
allowed IP address ranges (CIDRs).
|
default DescribeWorkforceResponse |
SageMakerClient.describeWorkforce(DescribeWorkforceRequest describeWorkforceRequest)
Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable,
allowed IP address ranges (CIDRs).
|
default DescribeWorkteamResponse |
SageMakerClient.describeWorkteam(Consumer<DescribeWorkteamRequest.Builder> describeWorkteamRequest)
Gets information about a specific work team.
|
default DescribeWorkteamResponse |
SageMakerClient.describeWorkteam(DescribeWorkteamRequest describeWorkteamRequest)
Gets information about a specific work team.
|
default DisassociateTrialComponentResponse |
SageMakerClient.disassociateTrialComponent(Consumer<DisassociateTrialComponentRequest.Builder> disassociateTrialComponentRequest)
Disassociates a trial component from a trial.
|
default DisassociateTrialComponentResponse |
SageMakerClient.disassociateTrialComponent(DisassociateTrialComponentRequest disassociateTrialComponentRequest)
Disassociates a trial component from a trial.
|
default GetSearchSuggestionsResponse |
SageMakerClient.getSearchSuggestions(Consumer<GetSearchSuggestionsRequest.Builder> getSearchSuggestionsRequest)
An auto-complete API for the search functionality in the Amazon SageMaker console.
|
default GetSearchSuggestionsResponse |
SageMakerClient.getSearchSuggestions(GetSearchSuggestionsRequest getSearchSuggestionsRequest)
An auto-complete API for the search functionality in the Amazon SageMaker console.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms()
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms(Consumer<ListAlgorithmsRequest.Builder> listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsResponse |
SageMakerClient.listAlgorithms(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsIterable |
SageMakerClient.listAlgorithmsPaginator()
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsIterable |
SageMakerClient.listAlgorithmsPaginator(Consumer<ListAlgorithmsRequest.Builder> listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAlgorithmsIterable |
SageMakerClient.listAlgorithmsPaginator(ListAlgorithmsRequest listAlgorithmsRequest)
Lists the machine learning algorithms that have been created.
|
default ListAppsResponse |
SageMakerClient.listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)
Lists apps.
|
default ListAppsResponse |
SageMakerClient.listApps(ListAppsRequest listAppsRequest)
Lists apps.
|
default ListAppsIterable |
SageMakerClient.listAppsPaginator(Consumer<ListAppsRequest.Builder> listAppsRequest)
Lists apps.
|
default ListAppsIterable |
SageMakerClient.listAppsPaginator(ListAppsRequest listAppsRequest)
Lists apps.
|
default ListAutoMlJobsResponse |
SageMakerClient.listAutoMLJobs(Consumer<ListAutoMlJobsRequest.Builder> listAutoMlJobsRequest)
Request a list of jobs.
|
default ListAutoMlJobsResponse |
SageMakerClient.listAutoMLJobs(ListAutoMlJobsRequest listAutoMlJobsRequest)
Request a list of jobs.
|
default ListAutoMLJobsIterable |
SageMakerClient.listAutoMLJobsPaginator(Consumer<ListAutoMlJobsRequest.Builder> listAutoMlJobsRequest)
Request a list of jobs.
|
default ListAutoMLJobsIterable |
SageMakerClient.listAutoMLJobsPaginator(ListAutoMlJobsRequest listAutoMlJobsRequest)
Request a list of jobs.
|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCandidatesForAutoMlJobResponse |
SageMakerClient.listCandidatesForAutoMLJob(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCandidatesForAutoMLJobIterable |
SageMakerClient.listCandidatesForAutoMLJobPaginator(Consumer<ListCandidatesForAutoMlJobRequest.Builder> listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCandidatesForAutoMLJobIterable |
SageMakerClient.listCandidatesForAutoMLJobPaginator(ListCandidatesForAutoMlJobRequest listCandidatesForAutoMlJobRequest)
List the Candidates created for the job.
|
default ListCodeRepositoriesResponse |
SageMakerClient.listCodeRepositories()
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesResponse |
SageMakerClient.listCodeRepositories(Consumer<ListCodeRepositoriesRequest.Builder> listCodeRepositoriesRequest)
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesResponse |
SageMakerClient.listCodeRepositories(ListCodeRepositoriesRequest listCodeRepositoriesRequest)
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesIterable |
SageMakerClient.listCodeRepositoriesPaginator()
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesIterable |
SageMakerClient.listCodeRepositoriesPaginator(Consumer<ListCodeRepositoriesRequest.Builder> listCodeRepositoriesRequest)
Gets a list of the Git repositories in your account.
|
default ListCodeRepositoriesIterable |
SageMakerClient.listCodeRepositoriesPaginator(ListCodeRepositoriesRequest listCodeRepositoriesRequest)
Gets a list of the Git repositories in your account.
|
default ListCompilationJobsResponse |
SageMakerClient.listCompilationJobs()
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsResponse |
SageMakerClient.listCompilationJobs(Consumer<ListCompilationJobsRequest.Builder> listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsResponse |
SageMakerClient.listCompilationJobs(ListCompilationJobsRequest listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsIterable |
SageMakerClient.listCompilationJobsPaginator()
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsIterable |
SageMakerClient.listCompilationJobsPaginator(Consumer<ListCompilationJobsRequest.Builder> listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListCompilationJobsIterable |
SageMakerClient.listCompilationJobsPaginator(ListCompilationJobsRequest listCompilationJobsRequest)
Lists model compilation jobs that satisfy various filters.
|
default ListDomainsResponse |
SageMakerClient.listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Lists the domains.
|
default ListDomainsResponse |
SageMakerClient.listDomains(ListDomainsRequest listDomainsRequest)
Lists the domains.
|
default ListDomainsIterable |
SageMakerClient.listDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest)
Lists the domains.
|
default ListDomainsIterable |
SageMakerClient.listDomainsPaginator(ListDomainsRequest listDomainsRequest)
Lists the domains.
|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs()
Lists endpoint configurations.
|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs(Consumer<ListEndpointConfigsRequest.Builder> listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsResponse |
SageMakerClient.listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator()
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator(Consumer<ListEndpointConfigsRequest.Builder> listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointConfigsIterable |
SageMakerClient.listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest)
Lists endpoint configurations.
|
default ListEndpointsResponse |
SageMakerClient.listEndpoints()
Lists endpoints.
|
default ListEndpointsResponse |
SageMakerClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints.
|
default ListEndpointsResponse |
SageMakerClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists endpoints.
|
default ListEndpointsIterable |
SageMakerClient.listEndpointsPaginator()
Lists endpoints.
|
default ListEndpointsIterable |
SageMakerClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints.
|
default ListEndpointsIterable |
SageMakerClient.listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)
Lists endpoints.
|
default ListExperimentsResponse |
SageMakerClient.listExperiments(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)
Lists all the experiments in your account.
|
default ListExperimentsResponse |
SageMakerClient.listExperiments(ListExperimentsRequest listExperimentsRequest)
Lists all the experiments in your account.
|
default ListExperimentsIterable |
SageMakerClient.listExperimentsPaginator(Consumer<ListExperimentsRequest.Builder> listExperimentsRequest)
Lists all the experiments in your account.
|
default ListExperimentsIterable |
SageMakerClient.listExperimentsPaginator(ListExperimentsRequest listExperimentsRequest)
Lists all the experiments in your account.
|
default ListFlowDefinitionsResponse |
SageMakerClient.listFlowDefinitions(Consumer<ListFlowDefinitionsRequest.Builder> listFlowDefinitionsRequest)
Returns information about the flow definitions in your account.
|
default ListFlowDefinitionsResponse |
SageMakerClient.listFlowDefinitions(ListFlowDefinitionsRequest listFlowDefinitionsRequest)
Returns information about the flow definitions in your account.
|
default ListFlowDefinitionsIterable |
SageMakerClient.listFlowDefinitionsPaginator(Consumer<ListFlowDefinitionsRequest.Builder> listFlowDefinitionsRequest)
Returns information about the flow definitions in your account.
|
default ListFlowDefinitionsIterable |
SageMakerClient.listFlowDefinitionsPaginator(ListFlowDefinitionsRequest listFlowDefinitionsRequest)
Returns information about the flow definitions in your account.
|
default ListHumanTaskUisResponse |
SageMakerClient.listHumanTaskUis(Consumer<ListHumanTaskUisRequest.Builder> listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHumanTaskUisResponse |
SageMakerClient.listHumanTaskUis(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHumanTaskUisIterable |
SageMakerClient.listHumanTaskUisPaginator(Consumer<ListHumanTaskUisRequest.Builder> listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHumanTaskUisIterable |
SageMakerClient.listHumanTaskUisPaginator(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHyperParameterTuningJobsResponse |
SageMakerClient.listHyperParameterTuningJobs()
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsResponse |
SageMakerClient.listHyperParameterTuningJobs(Consumer<ListHyperParameterTuningJobsRequest.Builder> listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsResponse |
SageMakerClient.listHyperParameterTuningJobs(ListHyperParameterTuningJobsRequest listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsIterable |
SageMakerClient.listHyperParameterTuningJobsPaginator()
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsIterable |
SageMakerClient.listHyperParameterTuningJobsPaginator(Consumer<ListHyperParameterTuningJobsRequest.Builder> listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListHyperParameterTuningJobsIterable |
SageMakerClient.listHyperParameterTuningJobsPaginator(ListHyperParameterTuningJobsRequest listHyperParameterTuningJobsRequest)
Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs
launched in your account.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs()
Gets a list of labeling jobs.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsResponse |
SageMakerClient.listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsForWorkteamResponse |
SageMakerClient.listLabelingJobsForWorkteam(Consumer<ListLabelingJobsForWorkteamRequest.Builder> listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamResponse |
SageMakerClient.listLabelingJobsForWorkteam(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamIterable |
SageMakerClient.listLabelingJobsForWorkteamPaginator(Consumer<ListLabelingJobsForWorkteamRequest.Builder> listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsForWorkteamIterable |
SageMakerClient.listLabelingJobsForWorkteamPaginator(ListLabelingJobsForWorkteamRequest listLabelingJobsForWorkteamRequest)
Gets a list of labeling jobs assigned to a specified work team.
|
default ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator()
Gets a list of labeling jobs.
|
default ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListLabelingJobsIterable |
SageMakerClient.listLabelingJobsPaginator(ListLabelingJobsRequest listLabelingJobsRequest)
Gets a list of labeling jobs.
|
default ListModelPackagesResponse |
SageMakerClient.listModelPackages()
Lists the model packages that have been created.
|
default ListModelPackagesResponse |
SageMakerClient.listModelPackages(Consumer<ListModelPackagesRequest.Builder> listModelPackagesRequest)
Lists the model packages that have been created.
|
default ListModelPackagesResponse |
SageMakerClient.listModelPackages(ListModelPackagesRequest listModelPackagesRequest)
Lists the model packages that have been created.
|
default ListModelPackagesIterable |
SageMakerClient.listModelPackagesPaginator()
Lists the model packages that have been created.
|
default ListModelPackagesIterable |
SageMakerClient.listModelPackagesPaginator(Consumer<ListModelPackagesRequest.Builder> listModelPackagesRequest)
Lists the model packages that have been created.
|
default ListModelPackagesIterable |
SageMakerClient.listModelPackagesPaginator(ListModelPackagesRequest listModelPackagesRequest)
Lists the model packages that have been created.
|
default ListModelsResponse |
SageMakerClient.listModels()
Lists models created with the CreateModel API.
|
default ListModelsResponse |
SageMakerClient.listModels(Consumer<ListModelsRequest.Builder> listModelsRequest)
Lists models created with the CreateModel API.
|
default ListModelsResponse |
SageMakerClient.listModels(ListModelsRequest listModelsRequest)
Lists models created with the CreateModel API.
|
default ListModelsIterable |
SageMakerClient.listModelsPaginator()
Lists models created with the CreateModel API.
|
default ListModelsIterable |
SageMakerClient.listModelsPaginator(Consumer<ListModelsRequest.Builder> listModelsRequest)
Lists models created with the CreateModel API.
|
default ListModelsIterable |
SageMakerClient.listModelsPaginator(ListModelsRequest listModelsRequest)
Lists models created with the CreateModel API.
|
default ListMonitoringExecutionsResponse |
SageMakerClient.listMonitoringExecutions(Consumer<ListMonitoringExecutionsRequest.Builder> listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
default ListMonitoringExecutionsResponse |
SageMakerClient.listMonitoringExecutions(ListMonitoringExecutionsRequest listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
default ListMonitoringExecutionsIterable |
SageMakerClient.listMonitoringExecutionsPaginator(Consumer<ListMonitoringExecutionsRequest.Builder> listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
default ListMonitoringExecutionsIterable |
SageMakerClient.listMonitoringExecutionsPaginator(ListMonitoringExecutionsRequest listMonitoringExecutionsRequest)
Returns list of all monitoring job executions.
|
default ListMonitoringSchedulesResponse |
SageMakerClient.listMonitoringSchedules(Consumer<ListMonitoringSchedulesRequest.Builder> listMonitoringSchedulesRequest)
Returns list of all monitoring schedules.
|
default ListMonitoringSchedulesResponse |
SageMakerClient.listMonitoringSchedules(ListMonitoringSchedulesRequest listMonitoringSchedulesRequest)
Returns list of all monitoring schedules.
|
default ListMonitoringSchedulesIterable |
SageMakerClient.listMonitoringSchedulesPaginator(Consumer<ListMonitoringSchedulesRequest.Builder> listMonitoringSchedulesRequest)
Returns list of all monitoring schedules.
|
default ListMonitoringSchedulesIterable |
SageMakerClient.listMonitoringSchedulesPaginator(ListMonitoringSchedulesRequest listMonitoringSchedulesRequest)
Returns list of all monitoring schedules.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs()
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs(Consumer<ListNotebookInstanceLifecycleConfigsRequest.Builder> listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsResponse |
SageMakerClient.listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsIterable |
SageMakerClient.listNotebookInstanceLifecycleConfigsPaginator()
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsIterable |
SageMakerClient.listNotebookInstanceLifecycleConfigsPaginator(Consumer<ListNotebookInstanceLifecycleConfigsRequest.Builder> listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstanceLifecycleConfigsIterable |
SageMakerClient.listNotebookInstanceLifecycleConfigsPaginator(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig
API.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances()
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesResponse |
SageMakerClient.listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator()
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListNotebookInstancesIterable |
SageMakerClient.listNotebookInstancesPaginator(ListNotebookInstancesRequest listNotebookInstancesRequest)
Returns a list of the Amazon SageMaker notebook instances in the requester's account in an AWS Region.
|
default ListProcessingJobsResponse |
SageMakerClient.listProcessingJobs(Consumer<ListProcessingJobsRequest.Builder> listProcessingJobsRequest)
Lists processing jobs that satisfy various filters.
|
default ListProcessingJobsResponse |
SageMakerClient.listProcessingJobs(ListProcessingJobsRequest listProcessingJobsRequest)
Lists processing jobs that satisfy various filters.
|
default ListProcessingJobsIterable |
SageMakerClient.listProcessingJobsPaginator(Consumer<ListProcessingJobsRequest.Builder> listProcessingJobsRequest)
Lists processing jobs that satisfy various filters.
|
default ListProcessingJobsIterable |
SageMakerClient.listProcessingJobsPaginator(ListProcessingJobsRequest listProcessingJobsRequest)
Lists processing jobs that satisfy various filters.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams()
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams(Consumer<ListSubscribedWorkteamsRequest.Builder> listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams(ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsIterable |
SageMakerClient.listSubscribedWorkteamsPaginator()
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsIterable |
SageMakerClient.listSubscribedWorkteamsPaginator(Consumer<ListSubscribedWorkteamsRequest.Builder> listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListSubscribedWorkteamsIterable |
SageMakerClient.listSubscribedWorkteamsPaginator(ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the AWS Marketplace.
|
default ListTagsResponse |
SageMakerClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTagsResponse |
SageMakerClient.listTags(ListTagsRequest listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTagsIterable |
SageMakerClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTagsIterable |
SageMakerClient.listTagsPaginator(ListTagsRequest listTagsRequest)
Returns the tags for the specified Amazon SageMaker resource.
|
default ListTrainingJobsResponse |
SageMakerClient.listTrainingJobs()
Lists training jobs.
|
default ListTrainingJobsResponse |
SageMakerClient.listTrainingJobs(Consumer<ListTrainingJobsRequest.Builder> listTrainingJobsRequest)
Lists training jobs.
|
default ListTrainingJobsResponse |
SageMakerClient.listTrainingJobs(ListTrainingJobsRequest listTrainingJobsRequest)
Lists training jobs.
|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobIterable |
SageMakerClient.listTrainingJobsForHyperParameterTuningJobPaginator(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobIterable |
SageMakerClient.listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsIterable |
SageMakerClient.listTrainingJobsPaginator()
Lists training jobs.
|
default ListTrainingJobsIterable |
SageMakerClient.listTrainingJobsPaginator(Consumer<ListTrainingJobsRequest.Builder> listTrainingJobsRequest)
Lists training jobs.
|
default ListTrainingJobsIterable |
SageMakerClient.listTrainingJobsPaginator(ListTrainingJobsRequest listTrainingJobsRequest)
Lists training jobs.
|
default ListTransformJobsResponse |
SageMakerClient.listTransformJobs()
Lists transform jobs.
|
default ListTransformJobsResponse |
SageMakerClient.listTransformJobs(Consumer<ListTransformJobsRequest.Builder> listTransformJobsRequest)
Lists transform jobs.
|
default ListTransformJobsResponse |
SageMakerClient.listTransformJobs(ListTransformJobsRequest listTransformJobsRequest)
Lists transform jobs.
|
default ListTransformJobsIterable |
SageMakerClient.listTransformJobsPaginator()
Lists transform jobs.
|
default ListTransformJobsIterable |
SageMakerClient.listTransformJobsPaginator(Consumer<ListTransformJobsRequest.Builder> listTransformJobsRequest)
Lists transform jobs.
|
default ListTransformJobsIterable |
SageMakerClient.listTransformJobsPaginator(ListTransformJobsRequest listTransformJobsRequest)
Lists transform jobs.
|
default ListTrialComponentsResponse |
SageMakerClient.listTrialComponents(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsResponse |
SageMakerClient.listTrialComponents(ListTrialComponentsRequest listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsIterable |
SageMakerClient.listTrialComponentsPaginator(Consumer<ListTrialComponentsRequest.Builder> listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialComponentsIterable |
SageMakerClient.listTrialComponentsPaginator(ListTrialComponentsRequest listTrialComponentsRequest)
Lists the trial components in your account.
|
default ListTrialsResponse |
SageMakerClient.listTrials(Consumer<ListTrialsRequest.Builder> listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsResponse |
SageMakerClient.listTrials(ListTrialsRequest listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsIterable |
SageMakerClient.listTrialsPaginator(Consumer<ListTrialsRequest.Builder> listTrialsRequest)
Lists the trials in your account.
|
default ListTrialsIterable |
SageMakerClient.listTrialsPaginator(ListTrialsRequest listTrialsRequest)
Lists the trials in your account.
|
default ListUserProfilesResponse |
SageMakerClient.listUserProfiles(Consumer<ListUserProfilesRequest.Builder> listUserProfilesRequest)
Lists user profiles.
|
default ListUserProfilesResponse |
SageMakerClient.listUserProfiles(ListUserProfilesRequest listUserProfilesRequest)
Lists user profiles.
|
default ListUserProfilesIterable |
SageMakerClient.listUserProfilesPaginator(Consumer<ListUserProfilesRequest.Builder> listUserProfilesRequest)
Lists user profiles.
|
default ListUserProfilesIterable |
SageMakerClient.listUserProfilesPaginator(ListUserProfilesRequest listUserProfilesRequest)
Lists user profiles.
|
default ListWorkteamsResponse |
SageMakerClient.listWorkteams()
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsResponse |
SageMakerClient.listWorkteams(Consumer<ListWorkteamsRequest.Builder> listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsResponse |
SageMakerClient.listWorkteams(ListWorkteamsRequest listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsIterable |
SageMakerClient.listWorkteamsPaginator()
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsIterable |
SageMakerClient.listWorkteamsPaginator(Consumer<ListWorkteamsRequest.Builder> listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default ListWorkteamsIterable |
SageMakerClient.listWorkteamsPaginator(ListWorkteamsRequest listWorkteamsRequest)
Gets a list of work teams that you have defined in a region.
|
default RenderUiTemplateResponse |
SageMakerClient.renderUiTemplate(Consumer<RenderUiTemplateRequest.Builder> renderUiTemplateRequest)
Renders the UI template so that you can preview the worker's experience.
|
default RenderUiTemplateResponse |
SageMakerClient.renderUiTemplate(RenderUiTemplateRequest renderUiTemplateRequest)
Renders the UI template so that you can preview the worker's experience.
|
default SearchResponse |
SageMakerClient.search(Consumer<SearchRequest.Builder> searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default SearchResponse |
SageMakerClient.search(SearchRequest searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default SearchIterable |
SageMakerClient.searchPaginator(Consumer<SearchRequest.Builder> searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default SearchIterable |
SageMakerClient.searchPaginator(SearchRequest searchRequest)
Finds Amazon SageMaker resources that match a search query.
|
default StartMonitoringScheduleResponse |
SageMakerClient.startMonitoringSchedule(Consumer<StartMonitoringScheduleRequest.Builder> startMonitoringScheduleRequest)
Starts a previously stopped monitoring schedule.
|
default StartMonitoringScheduleResponse |
SageMakerClient.startMonitoringSchedule(StartMonitoringScheduleRequest startMonitoringScheduleRequest)
Starts a previously stopped monitoring schedule.
|
default StartNotebookInstanceResponse |
SageMakerClient.startNotebookInstance(Consumer<StartNotebookInstanceRequest.Builder> startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
default StartNotebookInstanceResponse |
SageMakerClient.startNotebookInstance(StartNotebookInstanceRequest startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
default StopAutoMlJobResponse |
SageMakerClient.stopAutoMLJob(Consumer<StopAutoMlJobRequest.Builder> stopAutoMlJobRequest)
A method for forcing the termination of a running job.
|
default StopAutoMlJobResponse |
SageMakerClient.stopAutoMLJob(StopAutoMlJobRequest stopAutoMlJobRequest)
A method for forcing the termination of a running job.
|
default StopCompilationJobResponse |
SageMakerClient.stopCompilationJob(Consumer<StopCompilationJobRequest.Builder> stopCompilationJobRequest)
Stops a model compilation job.
|
default StopCompilationJobResponse |
SageMakerClient.stopCompilationJob(StopCompilationJobRequest stopCompilationJobRequest)
Stops a model compilation job.
|
default StopHyperParameterTuningJobResponse |
SageMakerClient.stopHyperParameterTuningJob(Consumer<StopHyperParameterTuningJobRequest.Builder> stopHyperParameterTuningJobRequest)
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
|
default StopHyperParameterTuningJobResponse |
SageMakerClient.stopHyperParameterTuningJob(StopHyperParameterTuningJobRequest stopHyperParameterTuningJobRequest)
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)
Stops a running labeling job.
|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(StopLabelingJobRequest stopLabelingJobRequest)
Stops a running labeling job.
|
default StopMonitoringScheduleResponse |
SageMakerClient.stopMonitoringSchedule(Consumer<StopMonitoringScheduleRequest.Builder> stopMonitoringScheduleRequest)
Stops a previously started monitoring schedule.
|
default StopMonitoringScheduleResponse |
SageMakerClient.stopMonitoringSchedule(StopMonitoringScheduleRequest stopMonitoringScheduleRequest)
Stops a previously started monitoring schedule.
|
default StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
default StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
default StopProcessingJobResponse |
SageMakerClient.stopProcessingJob(Consumer<StopProcessingJobRequest.Builder> stopProcessingJobRequest)
Stops a processing job.
|
default StopProcessingJobResponse |
SageMakerClient.stopProcessingJob(StopProcessingJobRequest stopProcessingJobRequest)
Stops a processing job.
|
default StopTrainingJobResponse |
SageMakerClient.stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)
Stops a training job.
|
default StopTrainingJobResponse |
SageMakerClient.stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest)
Stops a training job.
|
default StopTransformJobResponse |
SageMakerClient.stopTransformJob(Consumer<StopTransformJobRequest.Builder> stopTransformJobRequest)
Stops a transform job.
|
default StopTransformJobResponse |
SageMakerClient.stopTransformJob(StopTransformJobRequest stopTransformJobRequest)
Stops a transform job.
|
default UpdateCodeRepositoryResponse |
SageMakerClient.updateCodeRepository(Consumer<UpdateCodeRepositoryRequest.Builder> updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.
|
default UpdateCodeRepositoryResponse |
SageMakerClient.updateCodeRepository(UpdateCodeRepositoryRequest updateCodeRepositoryRequest)
Updates the specified Git repository with the specified values.
|
default UpdateDomainResponse |
SageMakerClient.updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest)
Updates the default settings for new user profiles in the domain.
|
default UpdateDomainResponse |
SageMakerClient.updateDomain(UpdateDomainRequest updateDomainRequest)
Updates the default settings for new user profiles in the domain.
|
default UpdateEndpointResponse |
SageMakerClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Deploys the new
EndpointConfig specified in the request, switches to using newly created endpoint,
and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is
no availability loss). |
default UpdateEndpointResponse |
SageMakerClient.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Deploys the new
EndpointConfig specified in the request, switches to using newly created endpoint,
and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is
no availability loss). |
default UpdateEndpointWeightsAndCapacitiesResponse |
SageMakerClient.updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant
associated with an existing endpoint.
|
default UpdateEndpointWeightsAndCapacitiesResponse |
SageMakerClient.updateEndpointWeightsAndCapacities(UpdateEndpointWeightsAndCapacitiesRequest updateEndpointWeightsAndCapacitiesRequest)
Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant
associated with an existing endpoint.
|
default UpdateExperimentResponse |
SageMakerClient.updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)
Adds, updates, or removes the description of an experiment.
|
default UpdateExperimentResponse |
SageMakerClient.updateExperiment(UpdateExperimentRequest updateExperimentRequest)
Adds, updates, or removes the description of an experiment.
|
default UpdateMonitoringScheduleResponse |
SageMakerClient.updateMonitoringSchedule(Consumer<UpdateMonitoringScheduleRequest.Builder> updateMonitoringScheduleRequest)
Updates a previously created schedule.
|
default UpdateMonitoringScheduleResponse |
SageMakerClient.updateMonitoringSchedule(UpdateMonitoringScheduleRequest updateMonitoringScheduleRequest)
Updates a previously created schedule.
|
default UpdateNotebookInstanceResponse |
SageMakerClient.updateNotebookInstance(Consumer<UpdateNotebookInstanceRequest.Builder> updateNotebookInstanceRequest)
Updates a notebook instance.
|
default UpdateNotebookInstanceResponse |
SageMakerClient.updateNotebookInstance(UpdateNotebookInstanceRequest updateNotebookInstanceRequest)
Updates a notebook instance.
|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig
API.
|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig
API.
|
default UpdateTrialResponse |
SageMakerClient.updateTrial(Consumer<UpdateTrialRequest.Builder> updateTrialRequest)
Updates the display name of a trial.
|
default UpdateTrialResponse |
SageMakerClient.updateTrial(UpdateTrialRequest updateTrialRequest)
Updates the display name of a trial.
|
default UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(Consumer<UpdateTrialComponentRequest.Builder> updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(UpdateTrialComponentRequest updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default UpdateUserProfileResponse |
SageMakerClient.updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)
Updates a user profile.
|
default UpdateUserProfileResponse |
SageMakerClient.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)
Updates a user profile.
|
default UpdateWorkforceResponse |
SageMakerClient.updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
default UpdateWorkforceResponse |
SageMakerClient.updateWorkforce(UpdateWorkforceRequest updateWorkforceRequest)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
default UpdateWorkteamResponse |
SageMakerClient.updateWorkteam(Consumer<UpdateWorkteamRequest.Builder> updateWorkteamRequest)
Updates an existing work team with new member definitions or description.
|
default UpdateWorkteamResponse |
SageMakerClient.updateWorkteam(UpdateWorkteamRequest updateWorkteamRequest)
Updates an existing work team with new member definitions or description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConflictException
There was a conflict when you attempted to modify an experiment, trial, or trial component.
|
class |
ResourceInUseException
Resource being accessed is in use.
|
class |
ResourceLimitExceededException
You have exceeded an Amazon SageMaker resource limit.
|
class |
ResourceNotFoundException
Resource being access is not found.
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerException |
SageMakerException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SageMakerException ex) |
Copyright © 2020. All rights reserved.