ProjectsLocationsResource class
Constructors
- ProjectsLocationsResource.new(ApiRequester client)
Properties
- batchPredictionJobs → ProjectsLocationsBatchPredictionJobsResource
-
no setter
- cachedContents → ProjectsLocationsCachedContentsResource
-
no setter
- customJobs → ProjectsLocationsCustomJobsResource
-
no setter
- dataLabelingJobs → ProjectsLocationsDataLabelingJobsResource
-
no setter
- datasets → ProjectsLocationsDatasetsResource
-
no setter
- deploymentResourcePools → ProjectsLocationsDeploymentResourcePoolsResource
-
no setter
- endpoints → ProjectsLocationsEndpointsResource
-
no setter
- featureGroups → ProjectsLocationsFeatureGroupsResource
-
no setter
- featureOnlineStores → ProjectsLocationsFeatureOnlineStoresResource
-
no setter
- featurestores → ProjectsLocationsFeaturestoresResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hyperparameterTuningJobs → ProjectsLocationsHyperparameterTuningJobsResource
-
no setter
- indexEndpoints → ProjectsLocationsIndexEndpointsResource
-
no setter
- indexes → ProjectsLocationsIndexesResource
-
no setter
- metadataStores → ProjectsLocationsMetadataStoresResource
-
no setter
- migratableResources → ProjectsLocationsMigratableResourcesResource
-
no setter
- modelDeploymentMonitoringJobs → ProjectsLocationsModelDeploymentMonitoringJobsResource
-
no setter
- models → ProjectsLocationsModelsResource
-
no setter
- nasJobs → ProjectsLocationsNasJobsResource
-
no setter
- notebookExecutionJobs → ProjectsLocationsNotebookExecutionJobsResource
-
no setter
- notebookRuntimes → ProjectsLocationsNotebookRuntimesResource
-
no setter
- notebookRuntimeTemplates → ProjectsLocationsNotebookRuntimeTemplatesResource
-
no setter
- operations → ProjectsLocationsOperationsResource
-
no setter
- persistentResources → ProjectsLocationsPersistentResourcesResource
-
no setter
- pipelineJobs → ProjectsLocationsPipelineJobsResource
-
no setter
- publishers → ProjectsLocationsPublishersResource
-
no setter
- ragCorpora → ProjectsLocationsRagCorporaResource
-
no setter
- reasoningEngines → ProjectsLocationsReasoningEnginesResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedules → ProjectsLocationsSchedulesResource
-
no setter
- specialistPools → ProjectsLocationsSpecialistPoolsResource
-
no setter
- studies → ProjectsLocationsStudiesResource
-
no setter
- tensorboards → ProjectsLocationsTensorboardsResource
-
no setter
- trainingPipelines → ProjectsLocationsTrainingPipelinesResource
-
no setter
- tuningJobs → ProjectsLocationsTuningJobsResource
-
no setter
Methods
-
augmentPrompt(
GoogleCloudAiplatformV1AugmentPromptRequest request, String parent, {String? $fields}) → Future< GoogleCloudAiplatformV1AugmentPromptResponse> - Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating grounded responses.
-
corroborateContent(
GoogleCloudAiplatformV1CorroborateContentRequest request, String parent, {String? $fields}) → Future< GoogleCloudAiplatformV1CorroborateContentResponse> - Given an input text, it returns a score that evaluates the factuality of the text.
-
evaluateDataset(
GoogleCloudAiplatformV1EvaluateDatasetRequest request, String location, {String? $fields}) → Future< GoogleLongrunningOperation> - Evaluates a dataset based on a set of given metrics.
-
evaluateInstances(
GoogleCloudAiplatformV1EvaluateInstancesRequest request, String location, {String? $fields}) → Future< GoogleCloudAiplatformV1EvaluateInstancesResponse> - Evaluates instances based on a given metric.
-
get(
String name, {String? $fields}) → Future< GoogleCloudLocationLocation> - Gets information about a location.
-
list(
String name, {String? filter, int? pageSize, String? pageToken, String? $fields}) → Future< GoogleCloudLocationListLocationsResponse> - Lists information about the supported locations for this service.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieveContexts(
GoogleCloudAiplatformV1RetrieveContextsRequest request, String parent, {String? $fields}) → Future< GoogleCloudAiplatformV1RetrieveContextsResponse> - Retrieves relevant contexts for a query.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited