Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/SageMaker/SageMakerClient.php
Строк: 444
<?php
namespace AwsSageMaker;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon SageMaker Service** service.
* @method AwsResult addTags(array $args = [])
* @method GuzzleHttpPromisePromise addTagsAsync(array $args = [])
* @method AwsResult associateTrialComponent(array $args = [])
* @method GuzzleHttpPromisePromise associateTrialComponentAsync(array $args = [])
* @method AwsResult createAlgorithm(array $args = [])
* @method GuzzleHttpPromisePromise createAlgorithmAsync(array $args = [])
* @method AwsResult createApp(array $args = [])
* @method GuzzleHttpPromisePromise createAppAsync(array $args = [])
* @method AwsResult createAutoMLJob(array $args = [])
* @method GuzzleHttpPromisePromise createAutoMLJobAsync(array $args = [])
* @method AwsResult createCodeRepository(array $args = [])
* @method GuzzleHttpPromisePromise createCodeRepositoryAsync(array $args = [])
* @method AwsResult createCompilationJob(array $args = [])
* @method GuzzleHttpPromisePromise createCompilationJobAsync(array $args = [])
* @method AwsResult createDomain(array $args = [])
* @method GuzzleHttpPromisePromise createDomainAsync(array $args = [])
* @method AwsResult createEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise createEndpointAsync(array $args = [])
* @method AwsResult createEndpointConfig(array $args = [])
* @method GuzzleHttpPromisePromise createEndpointConfigAsync(array $args = [])
* @method AwsResult createExperiment(array $args = [])
* @method GuzzleHttpPromisePromise createExperimentAsync(array $args = [])
* @method AwsResult createFlowDefinition(array $args = [])
* @method GuzzleHttpPromisePromise createFlowDefinitionAsync(array $args = [])
* @method AwsResult createHumanTaskUi(array $args = [])
* @method GuzzleHttpPromisePromise createHumanTaskUiAsync(array $args = [])
* @method AwsResult createHyperParameterTuningJob(array $args = [])
* @method GuzzleHttpPromisePromise createHyperParameterTuningJobAsync(array $args = [])
* @method AwsResult createLabelingJob(array $args = [])
* @method GuzzleHttpPromisePromise createLabelingJobAsync(array $args = [])
* @method AwsResult createModel(array $args = [])
* @method GuzzleHttpPromisePromise createModelAsync(array $args = [])
* @method AwsResult createModelPackage(array $args = [])
* @method GuzzleHttpPromisePromise createModelPackageAsync(array $args = [])
* @method AwsResult createMonitoringSchedule(array $args = [])
* @method GuzzleHttpPromisePromise createMonitoringScheduleAsync(array $args = [])
* @method AwsResult createNotebookInstance(array $args = [])
* @method GuzzleHttpPromisePromise createNotebookInstanceAsync(array $args = [])
* @method AwsResult createNotebookInstanceLifecycleConfig(array $args = [])
* @method GuzzleHttpPromisePromise createNotebookInstanceLifecycleConfigAsync(array $args = [])
* @method AwsResult createPresignedDomainUrl(array $args = [])
* @method GuzzleHttpPromisePromise createPresignedDomainUrlAsync(array $args = [])
* @method AwsResult createPresignedNotebookInstanceUrl(array $args = [])
* @method GuzzleHttpPromisePromise createPresignedNotebookInstanceUrlAsync(array $args = [])
* @method AwsResult createProcessingJob(array $args = [])
* @method GuzzleHttpPromisePromise createProcessingJobAsync(array $args = [])
* @method AwsResult createTrainingJob(array $args = [])
* @method GuzzleHttpPromisePromise createTrainingJobAsync(array $args = [])
* @method AwsResult createTransformJob(array $args = [])
* @method GuzzleHttpPromisePromise createTransformJobAsync(array $args = [])
* @method AwsResult createTrial(array $args = [])
* @method GuzzleHttpPromisePromise createTrialAsync(array $args = [])
* @method AwsResult createTrialComponent(array $args = [])
* @method GuzzleHttpPromisePromise createTrialComponentAsync(array $args = [])
* @method AwsResult createUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise createUserProfileAsync(array $args = [])
* @method AwsResult createWorkteam(array $args = [])
* @method GuzzleHttpPromisePromise createWorkteamAsync(array $args = [])
* @method AwsResult deleteAlgorithm(array $args = [])
* @method GuzzleHttpPromisePromise deleteAlgorithmAsync(array $args = [])
* @method AwsResult deleteApp(array $args = [])
* @method GuzzleHttpPromisePromise deleteAppAsync(array $args = [])
* @method AwsResult deleteCodeRepository(array $args = [])
* @method GuzzleHttpPromisePromise deleteCodeRepositoryAsync(array $args = [])
* @method AwsResult deleteDomain(array $args = [])
* @method GuzzleHttpPromisePromise deleteDomainAsync(array $args = [])
* @method AwsResult deleteEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise deleteEndpointAsync(array $args = [])
* @method AwsResult deleteEndpointConfig(array $args = [])
* @method GuzzleHttpPromisePromise deleteEndpointConfigAsync(array $args = [])
* @method AwsResult deleteExperiment(array $args = [])
* @method GuzzleHttpPromisePromise deleteExperimentAsync(array $args = [])
* @method AwsResult deleteFlowDefinition(array $args = [])
* @method GuzzleHttpPromisePromise deleteFlowDefinitionAsync(array $args = [])
* @method AwsResult deleteModel(array $args = [])
* @method GuzzleHttpPromisePromise deleteModelAsync(array $args = [])
* @method AwsResult deleteModelPackage(array $args = [])
* @method GuzzleHttpPromisePromise deleteModelPackageAsync(array $args = [])
* @method AwsResult deleteMonitoringSchedule(array $args = [])
* @method GuzzleHttpPromisePromise deleteMonitoringScheduleAsync(array $args = [])
* @method AwsResult deleteNotebookInstance(array $args = [])
* @method GuzzleHttpPromisePromise deleteNotebookInstanceAsync(array $args = [])
* @method AwsResult deleteNotebookInstanceLifecycleConfig(array $args = [])
* @method GuzzleHttpPromisePromise deleteNotebookInstanceLifecycleConfigAsync(array $args = [])
* @method AwsResult deleteTags(array $args = [])
* @method GuzzleHttpPromisePromise deleteTagsAsync(array $args = [])
* @method AwsResult deleteTrial(array $args = [])
* @method GuzzleHttpPromisePromise deleteTrialAsync(array $args = [])
* @method AwsResult deleteTrialComponent(array $args = [])
* @method GuzzleHttpPromisePromise deleteTrialComponentAsync(array $args = [])
* @method AwsResult deleteUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserProfileAsync(array $args = [])
* @method AwsResult deleteWorkteam(array $args = [])
* @method GuzzleHttpPromisePromise deleteWorkteamAsync(array $args = [])
* @method AwsResult describeAlgorithm(array $args = [])
* @method GuzzleHttpPromisePromise describeAlgorithmAsync(array $args = [])
* @method AwsResult describeApp(array $args = [])
* @method GuzzleHttpPromisePromise describeAppAsync(array $args = [])
* @method AwsResult describeAutoMLJob(array $args = [])
* @method GuzzleHttpPromisePromise describeAutoMLJobAsync(array $args = [])
* @method AwsResult describeCodeRepository(array $args = [])
* @method GuzzleHttpPromisePromise describeCodeRepositoryAsync(array $args = [])
* @method AwsResult describeCompilationJob(array $args = [])
* @method GuzzleHttpPromisePromise describeCompilationJobAsync(array $args = [])
* @method AwsResult describeDomain(array $args = [])
* @method GuzzleHttpPromisePromise describeDomainAsync(array $args = [])
* @method AwsResult describeEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise describeEndpointAsync(array $args = [])
* @method AwsResult describeEndpointConfig(array $args = [])
* @method GuzzleHttpPromisePromise describeEndpointConfigAsync(array $args = [])
* @method AwsResult describeExperiment(array $args = [])
* @method GuzzleHttpPromisePromise describeExperimentAsync(array $args = [])
* @method AwsResult describeFlowDefinition(array $args = [])
* @method GuzzleHttpPromisePromise describeFlowDefinitionAsync(array $args = [])
* @method AwsResult describeHumanTaskUi(array $args = [])
* @method GuzzleHttpPromisePromise describeHumanTaskUiAsync(array $args = [])
* @method AwsResult describeHyperParameterTuningJob(array $args = [])
* @method GuzzleHttpPromisePromise describeHyperParameterTuningJobAsync(array $args = [])
* @method AwsResult describeLabelingJob(array $args = [])
* @method GuzzleHttpPromisePromise describeLabelingJobAsync(array $args = [])
* @method AwsResult describeModel(array $args = [])
* @method GuzzleHttpPromisePromise describeModelAsync(array $args = [])
* @method AwsResult describeModelPackage(array $args = [])
* @method GuzzleHttpPromisePromise describeModelPackageAsync(array $args = [])
* @method AwsResult describeMonitoringSchedule(array $args = [])
* @method GuzzleHttpPromisePromise describeMonitoringScheduleAsync(array $args = [])
* @method AwsResult describeNotebookInstance(array $args = [])
* @method GuzzleHttpPromisePromise describeNotebookInstanceAsync(array $args = [])
* @method AwsResult describeNotebookInstanceLifecycleConfig(array $args = [])
* @method GuzzleHttpPromisePromise describeNotebookInstanceLifecycleConfigAsync(array $args = [])
* @method AwsResult describeProcessingJob(array $args = [])
* @method GuzzleHttpPromisePromise describeProcessingJobAsync(array $args = [])
* @method AwsResult describeSubscribedWorkteam(array $args = [])
* @method GuzzleHttpPromisePromise describeSubscribedWorkteamAsync(array $args = [])
* @method AwsResult describeTrainingJob(array $args = [])
* @method GuzzleHttpPromisePromise describeTrainingJobAsync(array $args = [])
* @method AwsResult describeTransformJob(array $args = [])
* @method GuzzleHttpPromisePromise describeTransformJobAsync(array $args = [])
* @method AwsResult describeTrial(array $args = [])
* @method GuzzleHttpPromisePromise describeTrialAsync(array $args = [])
* @method AwsResult describeTrialComponent(array $args = [])
* @method GuzzleHttpPromisePromise describeTrialComponentAsync(array $args = [])
* @method AwsResult describeUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise describeUserProfileAsync(array $args = [])
* @method AwsResult describeWorkforce(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkforceAsync(array $args = [])
* @method AwsResult describeWorkteam(array $args = [])
* @method GuzzleHttpPromisePromise describeWorkteamAsync(array $args = [])
* @method AwsResult disassociateTrialComponent(array $args = [])
* @method GuzzleHttpPromisePromise disassociateTrialComponentAsync(array $args = [])
* @method AwsResult getSearchSuggestions(array $args = [])
* @method GuzzleHttpPromisePromise getSearchSuggestionsAsync(array $args = [])
* @method AwsResult listAlgorithms(array $args = [])
* @method GuzzleHttpPromisePromise listAlgorithmsAsync(array $args = [])
* @method AwsResult listApps(array $args = [])
* @method GuzzleHttpPromisePromise listAppsAsync(array $args = [])
* @method AwsResult listAutoMLJobs(array $args = [])
* @method GuzzleHttpPromisePromise listAutoMLJobsAsync(array $args = [])
* @method AwsResult listCandidatesForAutoMLJob(array $args = [])
* @method GuzzleHttpPromisePromise listCandidatesForAutoMLJobAsync(array $args = [])
* @method AwsResult listCodeRepositories(array $args = [])
* @method GuzzleHttpPromisePromise listCodeRepositoriesAsync(array $args = [])
* @method AwsResult listCompilationJobs(array $args = [])
* @method GuzzleHttpPromisePromise listCompilationJobsAsync(array $args = [])
* @method AwsResult listDomains(array $args = [])
* @method GuzzleHttpPromisePromise listDomainsAsync(array $args = [])
* @method AwsResult listEndpointConfigs(array $args = [])
* @method GuzzleHttpPromisePromise listEndpointConfigsAsync(array $args = [])
* @method AwsResult listEndpoints(array $args = [])
* @method GuzzleHttpPromisePromise listEndpointsAsync(array $args = [])
* @method AwsResult listExperiments(array $args = [])
* @method GuzzleHttpPromisePromise listExperimentsAsync(array $args = [])
* @method AwsResult listFlowDefinitions(array $args = [])
* @method GuzzleHttpPromisePromise listFlowDefinitionsAsync(array $args = [])
* @method AwsResult listHumanTaskUis(array $args = [])
* @method GuzzleHttpPromisePromise listHumanTaskUisAsync(array $args = [])
* @method AwsResult listHyperParameterTuningJobs(array $args = [])
* @method GuzzleHttpPromisePromise listHyperParameterTuningJobsAsync(array $args = [])
* @method AwsResult listLabelingJobs(array $args = [])
* @method GuzzleHttpPromisePromise listLabelingJobsAsync(array $args = [])
* @method AwsResult listLabelingJobsForWorkteam(array $args = [])
* @method GuzzleHttpPromisePromise listLabelingJobsForWorkteamAsync(array $args = [])
* @method AwsResult listModelPackages(array $args = [])
* @method GuzzleHttpPromisePromise listModelPackagesAsync(array $args = [])
* @method AwsResult listModels(array $args = [])
* @method GuzzleHttpPromisePromise listModelsAsync(array $args = [])
* @method AwsResult listMonitoringExecutions(array $args = [])
* @method GuzzleHttpPromisePromise listMonitoringExecutionsAsync(array $args = [])
* @method AwsResult listMonitoringSchedules(array $args = [])
* @method GuzzleHttpPromisePromise listMonitoringSchedulesAsync(array $args = [])
* @method AwsResult listNotebookInstanceLifecycleConfigs(array $args = [])
* @method GuzzleHttpPromisePromise listNotebookInstanceLifecycleConfigsAsync(array $args = [])
* @method AwsResult listNotebookInstances(array $args = [])
* @method GuzzleHttpPromisePromise listNotebookInstancesAsync(array $args = [])
* @method AwsResult listProcessingJobs(array $args = [])
* @method GuzzleHttpPromisePromise listProcessingJobsAsync(array $args = [])
* @method AwsResult listSubscribedWorkteams(array $args = [])
* @method GuzzleHttpPromisePromise listSubscribedWorkteamsAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult listTrainingJobs(array $args = [])
* @method GuzzleHttpPromisePromise listTrainingJobsAsync(array $args = [])
* @method AwsResult listTrainingJobsForHyperParameterTuningJob(array $args = [])
* @method GuzzleHttpPromisePromise listTrainingJobsForHyperParameterTuningJobAsync(array $args = [])
* @method AwsResult listTransformJobs(array $args = [])
* @method GuzzleHttpPromisePromise listTransformJobsAsync(array $args = [])
* @method AwsResult listTrialComponents(array $args = [])
* @method GuzzleHttpPromisePromise listTrialComponentsAsync(array $args = [])
* @method AwsResult listTrials(array $args = [])
* @method GuzzleHttpPromisePromise listTrialsAsync(array $args = [])
* @method AwsResult listUserProfiles(array $args = [])
* @method GuzzleHttpPromisePromise listUserProfilesAsync(array $args = [])
* @method AwsResult listWorkteams(array $args = [])
* @method GuzzleHttpPromisePromise listWorkteamsAsync(array $args = [])
* @method AwsResult renderUiTemplate(array $args = [])
* @method GuzzleHttpPromisePromise renderUiTemplateAsync(array $args = [])
* @method AwsResult search(array $args = [])
* @method GuzzleHttpPromisePromise searchAsync(array $args = [])
* @method AwsResult startMonitoringSchedule(array $args = [])
* @method GuzzleHttpPromisePromise startMonitoringScheduleAsync(array $args = [])
* @method AwsResult startNotebookInstance(array $args = [])
* @method GuzzleHttpPromisePromise startNotebookInstanceAsync(array $args = [])
* @method AwsResult stopAutoMLJob(array $args = [])
* @method GuzzleHttpPromisePromise stopAutoMLJobAsync(array $args = [])
* @method AwsResult stopCompilationJob(array $args = [])
* @method GuzzleHttpPromisePromise stopCompilationJobAsync(array $args = [])
* @method AwsResult stopHyperParameterTuningJob(array $args = [])
* @method GuzzleHttpPromisePromise stopHyperParameterTuningJobAsync(array $args = [])
* @method AwsResult stopLabelingJob(array $args = [])
* @method GuzzleHttpPromisePromise stopLabelingJobAsync(array $args = [])
* @method AwsResult stopMonitoringSchedule(array $args = [])
* @method GuzzleHttpPromisePromise stopMonitoringScheduleAsync(array $args = [])
* @method AwsResult stopNotebookInstance(array $args = [])
* @method GuzzleHttpPromisePromise stopNotebookInstanceAsync(array $args = [])
* @method AwsResult stopProcessingJob(array $args = [])
* @method GuzzleHttpPromisePromise stopProcessingJobAsync(array $args = [])
* @method AwsResult stopTrainingJob(array $args = [])
* @method GuzzleHttpPromisePromise stopTrainingJobAsync(array $args = [])
* @method AwsResult stopTransformJob(array $args = [])
* @method GuzzleHttpPromisePromise stopTransformJobAsync(array $args = [])
* @method AwsResult updateCodeRepository(array $args = [])
* @method GuzzleHttpPromisePromise updateCodeRepositoryAsync(array $args = [])
* @method AwsResult updateDomain(array $args = [])
* @method GuzzleHttpPromisePromise updateDomainAsync(array $args = [])
* @method AwsResult updateEndpoint(array $args = [])
* @method GuzzleHttpPromisePromise updateEndpointAsync(array $args = [])
* @method AwsResult updateEndpointWeightsAndCapacities(array $args = [])
* @method GuzzleHttpPromisePromise updateEndpointWeightsAndCapacitiesAsync(array $args = [])
* @method AwsResult updateExperiment(array $args = [])
* @method GuzzleHttpPromisePromise updateExperimentAsync(array $args = [])
* @method AwsResult updateMonitoringSchedule(array $args = [])
* @method GuzzleHttpPromisePromise updateMonitoringScheduleAsync(array $args = [])
* @method AwsResult updateNotebookInstance(array $args = [])
* @method GuzzleHttpPromisePromise updateNotebookInstanceAsync(array $args = [])
* @method AwsResult updateNotebookInstanceLifecycleConfig(array $args = [])
* @method GuzzleHttpPromisePromise updateNotebookInstanceLifecycleConfigAsync(array $args = [])
* @method AwsResult updateTrial(array $args = [])
* @method GuzzleHttpPromisePromise updateTrialAsync(array $args = [])
* @method AwsResult updateTrialComponent(array $args = [])
* @method GuzzleHttpPromisePromise updateTrialComponentAsync(array $args = [])
* @method AwsResult updateUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateUserProfileAsync(array $args = [])
* @method AwsResult updateWorkforce(array $args = [])
* @method GuzzleHttpPromisePromise updateWorkforceAsync(array $args = [])
* @method AwsResult updateWorkteam(array $args = [])
* @method GuzzleHttpPromisePromise updateWorkteamAsync(array $args = [])
*/
class SageMakerClient extends AwsClient {}