Exemple #1
0
 internal ListSubscribedWorkteamsPaginator(IAmazonSageMaker client, ListSubscribedWorkteamsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListModelExplainabilityJobDefinitionsPaginator(IAmazonSageMaker client, ListModelExplainabilityJobDefinitionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #3
0
 private Amazon.SageMaker.Model.ListExperimentsResponse CallAWSServiceOperation(IAmazonSageMaker client, Amazon.SageMaker.Model.ListExperimentsRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon SageMaker Service", "ListExperiments");
     try
     {
         #if DESKTOP
         return(client.ListExperiments(request));
         #elif CORECLR
         return(client.ListExperimentsAsync(request).GetAwaiter().GetResult());
         #else
                 #error "Unknown build edition"
         #endif
     }
     catch (AmazonServiceException exc)
     {
         var webException = exc.InnerException as System.Net.WebException;
         if (webException != null)
         {
             throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException);
         }
         throw;
     }
 }
 internal ListPipelineParametersForExecutionPaginator(IAmazonSageMaker client, ListPipelineParametersForExecutionRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal SageMakerPaginatorFactory(IAmazonSageMaker client)
 {
     this.client = client;
 }
 internal ListTransformJobsPaginator(IAmazonSageMaker client, ListTransformJobsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal SearchPaginator(IAmazonSageMaker client, SearchRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #8
0
 internal ListCandidatesForAutoMLJobPaginator(IAmazonSageMaker client, ListCandidatesForAutoMLJobRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListModelMetadataPaginator(IAmazonSageMaker client, ListModelMetadataRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListUserProfilesPaginator(IAmazonSageMaker client, ListUserProfilesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListFlowDefinitionsPaginator(IAmazonSageMaker client, ListFlowDefinitionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListStudioLifecycleConfigsPaginator(IAmazonSageMaker client, ListStudioLifecycleConfigsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #13
0
 internal ListPipelineExecutionStepsPaginator(IAmazonSageMaker client, ListPipelineExecutionStepsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListMonitoringSchedulesPaginator(IAmazonSageMaker client, ListMonitoringSchedulesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListInferenceRecommendationsJobsPaginator(IAmazonSageMaker client, ListInferenceRecommendationsJobsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #16
0
 internal ListTrialComponentsPaginator(IAmazonSageMaker client, ListTrialComponentsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #17
0
 internal ListCompilationJobsPaginator(IAmazonSageMaker client, ListCompilationJobsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListEndpointConfigsPaginator(IAmazonSageMaker client, ListEndpointConfigsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #19
0
 internal ListTrainingJobsForHyperParameterTuningJobPaginator(IAmazonSageMaker client, ListTrainingJobsForHyperParameterTuningJobRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListCodeRepositoriesPaginator(IAmazonSageMaker client, ListCodeRepositoriesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #21
0
 internal ListNotebookInstanceLifecycleConfigsPaginator(IAmazonSageMaker client, ListNotebookInstanceLifecycleConfigsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #22
0
 internal ListMonitoringExecutionsPaginator(IAmazonSageMaker client, ListMonitoringExecutionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #23
0
 internal ListHumanTaskUisPaginator(IAmazonSageMaker client, ListHumanTaskUisRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListImageVersionsPaginator(IAmazonSageMaker client, ListImageVersionsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
 internal ListModelPackagesPaginator(IAmazonSageMaker client, ListModelPackagesRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #26
0
 public SageMakerSource(IAmazonSageMaker amazonSageMaker)
 {
     _amazonSageMaker = amazonSageMaker;
 }
 internal ListLabelingJobsForWorkteamPaginator(IAmazonSageMaker client, ListLabelingJobsForWorkteamRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #28
0
 internal ListProcessingJobsPaginator(IAmazonSageMaker client, ListProcessingJobsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
Exemple #29
0
 internal ListAppsPaginator(IAmazonSageMaker client, ListAppsRequest request)
 {
     this._client  = client;
     this._request = request;
 }
        protected override void ProcessRecord()
        {
            base.ProcessRecord();

            Client = CreateClient(_CurrentCredentials, _RegionEndpoint);
        }