Vertex AI API

Instance Methods

batchPredictionJobs()

Returns the batchPredictionJobs Resource.

customJobs()

Returns the customJobs Resource.

dataLabelingJobs()

Returns the dataLabelingJobs Resource.

datasets()

Returns the datasets Resource.

deploymentResourcePools()

Returns the deploymentResourcePools Resource.

endpoints()

Returns the endpoints Resource.

featureGroups()

Returns the featureGroups Resource.

featureOnlineStores()

Returns the featureOnlineStores Resource.

featurestores()

Returns the featurestores Resource.

hyperparameterTuningJobs()

Returns the hyperparameterTuningJobs Resource.

indexEndpoints()

Returns the indexEndpoints Resource.

indexes()

Returns the indexes Resource.

media()

Returns the media Resource.

metadataStores()

Returns the metadataStores Resource.

migratableResources()

Returns the migratableResources Resource.

modelDeploymentMonitoringJobs()

Returns the modelDeploymentMonitoringJobs Resource.

models()

Returns the models Resource.

notebookExecutionJobs()

Returns the notebookExecutionJobs Resource.

notebookRuntimeTemplates()

Returns the notebookRuntimeTemplates Resource.

notebookRuntimes()

Returns the notebookRuntimes Resource.

operations()

Returns the operations Resource.

persistentResources()

Returns the persistentResources Resource.

pipelineJobs()

Returns the pipelineJobs Resource.

projects()

Returns the projects Resource.

publishers()

Returns the publishers Resource.

ragCorpora()

Returns the ragCorpora Resource.

ragEngineConfig()

Returns the ragEngineConfig Resource.

reasoningEngines()

Returns the reasoningEngines Resource.

schedules()

Returns the schedules Resource.

specialistPools()

Returns the specialistPools Resource.

studies()

Returns the studies Resource.

tensorboards()

Returns the tensorboards Resource.

trainingPipelines()

Returns the trainingPipelines Resource.

tuningJobs()

Returns the tuningJobs Resource.

close()

Close httplib2 connections.

new_batch_http_request()

Create a BatchHttpRequest object based on the discovery document.

Method Details

close()
Close httplib2 connections.
new_batch_http_request()
Create a BatchHttpRequest object based on the discovery document.

                Args:
                  callback: callable, A callback to be called for each response, of the
                    form callback(id, response, exception). The first parameter is the
                    request id, and the second is the deserialized response object. The
                    third is an apiclient.errors.HttpError exception object if an HTTP
                    error occurred while processing the request, or None if no error
                    occurred.

                Returns:
                  A BatchHttpRequest object based on the discovery document.