summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php80
1 files changed, 80 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php b/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
index c93eb59..509ee9c 100644
--- a/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
+++ b/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php
@@ -25,6 +25,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createArtifactAsync(array $args = [])
* @method \Aws\Result createAutoMLJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAutoMLJobAsync(array $args = [])
+ * @method \Aws\Result createAutoMLJobV2(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAutoMLJobV2Async(array $args = [])
* @method \Aws\Result createCodeRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCodeRepositoryAsync(array $args = [])
* @method \Aws\Result createCompilationJob(array $args = [])
@@ -53,6 +55,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createFeatureGroupAsync(array $args = [])
* @method \Aws\Result createFlowDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFlowDefinitionAsync(array $args = [])
+ * @method \Aws\Result createHub(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createHubAsync(array $args = [])
* @method \Aws\Result createHumanTaskUi(array $args = [])
* @method \GuzzleHttp\Promise\Promise createHumanTaskUiAsync(array $args = [])
* @method \Aws\Result createHyperParameterTuningJob(array $args = [])
@@ -61,6 +65,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
* @method \Aws\Result createImageVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise createImageVersionAsync(array $args = [])
+ * @method \Aws\Result createInferenceExperiment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createInferenceExperimentAsync(array $args = [])
* @method \Aws\Result createInferenceRecommendationsJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createInferenceRecommendationsJobAsync(array $args = [])
* @method \Aws\Result createLabelingJob(array $args = [])
@@ -69,6 +75,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
* @method \Aws\Result createModelBiasJobDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createModelBiasJobDefinitionAsync(array $args = [])
+ * @method \Aws\Result createModelCard(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createModelCardAsync(array $args = [])
+ * @method \Aws\Result createModelCardExportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createModelCardExportJobAsync(array $args = [])
* @method \Aws\Result createModelExplainabilityJobDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise createModelExplainabilityJobDefinitionAsync(array $args = [])
* @method \Aws\Result createModelPackage(array $args = [])
@@ -93,6 +103,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createProcessingJobAsync(array $args = [])
* @method \Aws\Result createProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
+ * @method \Aws\Result createSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSpaceAsync(array $args = [])
* @method \Aws\Result createStudioLifecycleConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise createStudioLifecycleConfigAsync(array $args = [])
* @method \Aws\Result createTrainingJob(array $args = [])
@@ -145,16 +157,24 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteFeatureGroupAsync(array $args = [])
* @method \Aws\Result deleteFlowDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFlowDefinitionAsync(array $args = [])
+ * @method \Aws\Result deleteHub(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteHubAsync(array $args = [])
+ * @method \Aws\Result deleteHubContent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteHubContentAsync(array $args = [])
* @method \Aws\Result deleteHumanTaskUi(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteHumanTaskUiAsync(array $args = [])
* @method \Aws\Result deleteImage(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
* @method \Aws\Result deleteImageVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteImageVersionAsync(array $args = [])
+ * @method \Aws\Result deleteInferenceExperiment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteInferenceExperimentAsync(array $args = [])
* @method \Aws\Result deleteModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
* @method \Aws\Result deleteModelBiasJobDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteModelBiasJobDefinitionAsync(array $args = [])
+ * @method \Aws\Result deleteModelCard(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteModelCardAsync(array $args = [])
* @method \Aws\Result deleteModelExplainabilityJobDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteModelExplainabilityJobDefinitionAsync(array $args = [])
* @method \Aws\Result deleteModelPackage(array $args = [])
@@ -175,6 +195,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
* @method \Aws\Result deleteProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
+ * @method \Aws\Result deleteSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSpaceAsync(array $args = [])
* @method \Aws\Result deleteStudioLifecycleConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteStudioLifecycleConfigAsync(array $args = [])
* @method \Aws\Result deleteTags(array $args = [])
@@ -203,6 +225,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeArtifactAsync(array $args = [])
* @method \Aws\Result describeAutoMLJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAutoMLJobAsync(array $args = [])
+ * @method \Aws\Result describeAutoMLJobV2(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAutoMLJobV2Async(array $args = [])
* @method \Aws\Result describeCodeRepository(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCodeRepositoryAsync(array $args = [])
* @method \Aws\Result describeCompilationJob(array $args = [])
@@ -233,6 +257,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeFeatureMetadataAsync(array $args = [])
* @method \Aws\Result describeFlowDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFlowDefinitionAsync(array $args = [])
+ * @method \Aws\Result describeHub(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeHubAsync(array $args = [])
+ * @method \Aws\Result describeHubContent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeHubContentAsync(array $args = [])
* @method \Aws\Result describeHumanTaskUi(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeHumanTaskUiAsync(array $args = [])
* @method \Aws\Result describeHyperParameterTuningJob(array $args = [])
@@ -241,6 +269,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeImageAsync(array $args = [])
* @method \Aws\Result describeImageVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeImageVersionAsync(array $args = [])
+ * @method \Aws\Result describeInferenceExperiment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeInferenceExperimentAsync(array $args = [])
* @method \Aws\Result describeInferenceRecommendationsJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeInferenceRecommendationsJobAsync(array $args = [])
* @method \Aws\Result describeLabelingJob(array $args = [])
@@ -251,6 +281,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeModelAsync(array $args = [])
* @method \Aws\Result describeModelBiasJobDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeModelBiasJobDefinitionAsync(array $args = [])
+ * @method \Aws\Result describeModelCard(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeModelCardAsync(array $args = [])
+ * @method \Aws\Result describeModelCardExportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeModelCardExportJobAsync(array $args = [])
* @method \Aws\Result describeModelExplainabilityJobDefinition(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeModelExplainabilityJobDefinitionAsync(array $args = [])
* @method \Aws\Result describeModelPackage(array $args = [])
@@ -275,6 +309,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeProcessingJobAsync(array $args = [])
* @method \Aws\Result describeProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
+ * @method \Aws\Result describeSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeSpaceAsync(array $args = [])
* @method \Aws\Result describeStudioLifecycleConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeStudioLifecycleConfigAsync(array $args = [])
* @method \Aws\Result describeSubscribedWorkteam(array $args = [])
@@ -307,12 +343,18 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getModelPackageGroupPolicyAsync(array $args = [])
* @method \Aws\Result getSagemakerServicecatalogPortfolioStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSagemakerServicecatalogPortfolioStatusAsync(array $args = [])
+ * @method \Aws\Result getScalingConfigurationRecommendation(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getScalingConfigurationRecommendationAsync(array $args = [])
* @method \Aws\Result getSearchSuggestions(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSearchSuggestionsAsync(array $args = [])
+ * @method \Aws\Result importHubContent(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importHubContentAsync(array $args = [])
* @method \Aws\Result listActions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listActionsAsync(array $args = [])
* @method \Aws\Result listAlgorithms(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAlgorithmsAsync(array $args = [])
+ * @method \Aws\Result listAliases(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
* @method \Aws\Result listAppImageConfigs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAppImageConfigsAsync(array $args = [])
* @method \Aws\Result listApps(array $args = [])
@@ -353,6 +395,12 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listFeatureGroupsAsync(array $args = [])
* @method \Aws\Result listFlowDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFlowDefinitionsAsync(array $args = [])
+ * @method \Aws\Result listHubContentVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listHubContentVersionsAsync(array $args = [])
+ * @method \Aws\Result listHubContents(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listHubContentsAsync(array $args = [])
+ * @method \Aws\Result listHubs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listHubsAsync(array $args = [])
* @method \Aws\Result listHumanTaskUis(array $args = [])
* @method \GuzzleHttp\Promise\Promise listHumanTaskUisAsync(array $args = [])
* @method \Aws\Result listHyperParameterTuningJobs(array $args = [])
@@ -361,6 +409,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listImageVersionsAsync(array $args = [])
* @method \Aws\Result listImages(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
+ * @method \Aws\Result listInferenceExperiments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listInferenceExperimentsAsync(array $args = [])
* @method \Aws\Result listInferenceRecommendationsJobSteps(array $args = [])
* @method \GuzzleHttp\Promise\Promise listInferenceRecommendationsJobStepsAsync(array $args = [])
* @method \Aws\Result listInferenceRecommendationsJobs(array $args = [])
@@ -373,6 +423,12 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listLineageGroupsAsync(array $args = [])
* @method \Aws\Result listModelBiasJobDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listModelBiasJobDefinitionsAsync(array $args = [])
+ * @method \Aws\Result listModelCardExportJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listModelCardExportJobsAsync(array $args = [])
+ * @method \Aws\Result listModelCardVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listModelCardVersionsAsync(array $args = [])
+ * @method \Aws\Result listModelCards(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listModelCardsAsync(array $args = [])
* @method \Aws\Result listModelExplainabilityJobDefinitions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listModelExplainabilityJobDefinitionsAsync(array $args = [])
* @method \Aws\Result listModelMetadata(array $args = [])
@@ -385,6 +441,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listModelQualityJobDefinitionsAsync(array $args = [])
* @method \Aws\Result listModels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listModelsAsync(array $args = [])
+ * @method \Aws\Result listMonitoringAlertHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listMonitoringAlertHistoryAsync(array $args = [])
+ * @method \Aws\Result listMonitoringAlerts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listMonitoringAlertsAsync(array $args = [])
* @method \Aws\Result listMonitoringExecutions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMonitoringExecutionsAsync(array $args = [])
* @method \Aws\Result listMonitoringSchedules(array $args = [])
@@ -405,6 +465,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listProcessingJobsAsync(array $args = [])
* @method \Aws\Result listProjects(array $args = [])
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
+ * @method \Aws\Result listResourceCatalogs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listResourceCatalogsAsync(array $args = [])
+ * @method \Aws\Result listSpaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSpacesAsync(array $args = [])
* @method \Aws\Result listStageDevices(array $args = [])
* @method \GuzzleHttp\Promise\Promise listStageDevicesAsync(array $args = [])
* @method \Aws\Result listStudioLifecycleConfigs(array $args = [])
@@ -447,6 +511,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise sendPipelineExecutionStepSuccessAsync(array $args = [])
* @method \Aws\Result startEdgeDeploymentStage(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEdgeDeploymentStageAsync(array $args = [])
+ * @method \Aws\Result startInferenceExperiment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startInferenceExperimentAsync(array $args = [])
* @method \Aws\Result startMonitoringSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMonitoringScheduleAsync(array $args = [])
* @method \Aws\Result startNotebookInstance(array $args = [])
@@ -463,6 +529,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise stopEdgePackagingJobAsync(array $args = [])
* @method \Aws\Result stopHyperParameterTuningJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopHyperParameterTuningJobAsync(array $args = [])
+ * @method \Aws\Result stopInferenceExperiment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopInferenceExperimentAsync(array $args = [])
* @method \Aws\Result stopInferenceRecommendationsJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopInferenceRecommendationsJobAsync(array $args = [])
* @method \Aws\Result stopLabelingJob(array $args = [])
@@ -505,10 +573,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateFeatureGroupAsync(array $args = [])
* @method \Aws\Result updateFeatureMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFeatureMetadataAsync(array $args = [])
+ * @method \Aws\Result updateHub(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateHubAsync(array $args = [])
* @method \Aws\Result updateImage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateImageAsync(array $args = [])
+ * @method \Aws\Result updateImageVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateImageVersionAsync(array $args = [])
+ * @method \Aws\Result updateInferenceExperiment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateInferenceExperimentAsync(array $args = [])
+ * @method \Aws\Result updateModelCard(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateModelCardAsync(array $args = [])
* @method \Aws\Result updateModelPackage(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateModelPackageAsync(array $args = [])
+ * @method \Aws\Result updateMonitoringAlert(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateMonitoringAlertAsync(array $args = [])
* @method \Aws\Result updateMonitoringSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateMonitoringScheduleAsync(array $args = [])
* @method \Aws\Result updateNotebookInstance(array $args = [])
@@ -521,6 +599,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updatePipelineExecutionAsync(array $args = [])
* @method \Aws\Result updateProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
+ * @method \Aws\Result updateSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSpaceAsync(array $args = [])
* @method \Aws\Result updateTrainingJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTrainingJobAsync(array $args = [])
* @method \Aws\Result updateTrial(array $args = [])