python-aiplatform API reference
400 public APIs from python-aiplatform (googleapis/python-aiplatform) — 208 classes, 65 functions, 127 methods. Signatures extracted by static analysis of the actual source.
Repository: googleapis/python-aiplatform
| Kind | Count |
|---|---|
| Classes | 208 |
| Functions | 65 |
| Methods | 127 |
API list
class
agentplatform._genai._agent_engines_utils.CloneableProtocol for Agent Engines that can be cloned.
method
agentplatform._genai._agent_engines_utils.Cloneable.clone() -> AnyReturn a clone of the object.
class
agentplatform._genai._agent_engines_utils.ModuleAgentAgent that is defined by a module and an agent name.
method
agentplatform._genai._agent_engines_utils.ModuleAgent.clone() -> 'ModuleAgent'Return a clone of the agent.
class
agentplatform._genai._agent_engines_utils.QueryableProtocol for Agent Engines that can be queried.
func
agentplatform._genai._agent_engines_utils.dump_event_for_json(event:BaseModel) -> Dict[str, Any]Dumps an ADK event to a JSON-serializable dictionary.
class
agentplatform._genai._bigquery_utils.BigQueryUtilsHandles BigQuery operations.
func
agentplatform._genai._datasets_utils.create_from_response(model_type:Type[T], response:dict[str, Any], config:Any | None=None) -> TCreates a model from a response.
class
agentplatform._genai._evals_data_converters.EvalDatasetSchemaRepresents the schema of an evaluation dataset.
func
agentplatform._genai._evals_data_converters.auto_detect_dataset_schema(raw_dataset:list[dict[str, Any]]) -> Union[EvalDatasetSchema, str]Detects the schema of a raw dataset.
class
agentplatform._genai._evals_metric_handlers.ComputationMetricHandlerMetric handler for computation metrics.
class
agentplatform._genai._evals_metric_handlers.CustomMetricHandlerMetric handler for custom metrics.
class
agentplatform._genai._evals_metric_handlers.EvaluationRunConfigConfiguration for an evaluation run.
class
agentplatform._genai._evals_metric_handlers.LLMMetricHandlerMetric handler for LLM metrics.
class
agentplatform._genai._evals_metric_handlers.MetricHandlerAbstract base class for metric handlers.
class
agentplatform._genai._evals_metric_handlers.PredefinedMetricHandlerMetric handler for predefined metrics.
class
agentplatform._genai._evals_metric_handlers.RegisteredMetricHandlerMetric handler for registered metrics.
class
agentplatform._genai._evals_metric_handlers.TranslationMetricHandlerMetric handler for translation metrics.
func
agentplatform._genai._evals_metric_loaders.CodeExecutionMetric(name:str, custom_function:str, **kwargs:Any) -> 'types.Metric'Instantiates a code execution metric.
class
agentplatform._genai._evals_utils.BatchEvaluateRequestPreparerPrepares data for requests.
class
agentplatform._genai._evals_utils.EvalDataConverterAbstract base class for dataset converters.
func
agentplatform._genai._skills_utils.zip_directory(directory_path:pathlib.Path | str) -> bytesZips a directory into memory and returns the bytes.
func
agentplatform._genai._transformers.t_metric_sources(metrics:list[Any]) -> list[dict[str, Any]]Prepares the MetricSource payload.
class
agentplatform._genai.client.AsyncClientAsync Gen AI Client for the Vertex SDK.
method
agentplatform._genai.client.AsyncClient.aclose() -> NoneCloses the async client explicitly.
class
agentplatform._genai.client.ClientGen AI Client for the Vertex SDK.
method
agentplatform._genai.evals.AsyncEvals.create_evaluation_set(*evaluation_items:list[str], *display_name:Optional[str]=None, *config:Optional[types.CreateEvaluationSetConfigOrDict]=None) -> types.EvaluationSetCreates an EvaluationSet.
method
agentplatform._genai.evals.AsyncEvals.delete_evaluation_metric(*metric_resource_name:str, *config:Optional[types.DeleteEvaluationMetricConfigOrDict]=None) -> NoneDeletes an EvaluationMetric.
method
agentplatform._genai.evals.AsyncEvals.evaluate_instances(*metric_config:types._EvaluateInstancesRequestParameters) -> types.EvaluateInstancesResponseEvaluates an instance of a model.
method
agentplatform._genai.evals.AsyncEvals.list_evaluation_experiments(*config:Optional[types.ListEvaluationExperimentsConfigOrDict]=None) -> types.ListEvaluationExperimentsResponseLists EvaluationExperiments.
method
agentplatform._genai.evals.AsyncEvals.update_evaluation_experiment(*name:str, *config:Optional[types.UpdateEvaluationExperimentConfigOrDict]=None) -> types.EvaluationExperimentUpdates an EvaluationExperiment.
method
agentplatform._genai.evals.Evals.create_evaluation_set(*evaluation_items:list[str], *display_name:Optional[str]=None, *config:Optional[types.CreateEvaluationSetConfigOrDict]=None) -> types.EvaluationSetCreates an EvaluationSet.
method
agentplatform._genai.evals.Evals.delete_evaluation_metric(*metric_resource_name:str, *config:Optional[types.DeleteEvaluationMetricConfigOrDict]=None) -> NoneDeletes an EvaluationMetric.
method
agentplatform._genai.evals.Evals.evaluate_instances(*metric_config:types._EvaluateInstancesRequestParameters) -> types.EvaluateInstancesResponseEvaluates an instance of a model.
method
agentplatform._genai.evals.Evals.list_evaluation_experiments(*config:Optional[types.ListEvaluationExperimentsConfigOrDict]=None) -> types.ListEvaluationExperimentsResponseLists EvaluationExperiments.
method
agentplatform._genai.evals.Evals.update_evaluation_experiment(*name:str, *config:Optional[types.UpdateEvaluationExperimentConfigOrDict]=None) -> types.EvaluationExperimentUpdates an EvaluationExperiment.
class
agentplatform._genai.live.AsyncLive[Preview] AsyncLive.
class
agentplatform._genai.live_agent_engines.AsyncLiveAgentEngineSessionAsyncLiveAgentEngineSession.
method
agentplatform._genai.live_agent_engines.AsyncLiveAgentEngineSession.close() -> NoneClose the connection.
method
agentplatform._genai.live_agent_engines.AsyncLiveAgentEngineSession.receive() -> AnyReceive one response from the Agent.
method
agentplatform._genai.live_agent_engines.AsyncLiveAgentEngineSession.send(query_input:Dict[str, Any]) -> NoneSend a query input to the Agent.
class
agentplatform._genai.live_agent_engines.AsyncLiveAgentEnginesAsyncLiveAgentEngines.
class
agentplatform._genai.model_garden.AsyncModelGardenModel Garden module.
class
agentplatform._genai.model_garden.ModelGardenModel Garden module.
method
agentplatform._genai.model_garden.ModelGarden.list_models(config:Optional[types.ListModelGardenModelsConfigOrDict]=None) -> list[str]Lists all models available in Model Garden.
class
agentplatform._genai.prompt_optimizer.AsyncPromptOptimizerPrompt Optimizer
class
agentplatform._genai.prompt_optimizer.PromptOptimizerPrompt Optimizer
method
agentplatform._genai.prompt_optimizer.PromptOptimizer.optimize(method:types.PromptOptimizerMethod, config:types.PromptOptimizerConfigOrDict) -> types.CustomJobCall PO-Data optimizer.
method
agentplatform._genai.prompts.Prompts.delete(*prompt_id:str, *config:Optional[types.DeletePromptConfig]=None) -> NoneDeletes a prompt resource.
method
agentplatform._genai.prompts.Prompts.delete_version(*prompt_id:str, *version_id:str, *config:Optional[types.DeletePromptConfig]=None) -> NoneDeletes a prompt version resource.
method
agentplatform._genai.prompts.Prompts.get(*prompt_id:str, *config:Optional[types.GetPromptConfig]=None) -> types.PromptGets a prompt resource from a Vertex Dataset.
method
agentplatform._genai.prompts.Prompts.launch_optimization_job(method:types.PromptOptimizerMethod, config:types.PromptOptimizerConfigOrDict) -> types.CustomJobCall PO-Data optimizer.
method
agentplatform._genai.prompts.Prompts.list(*config:Optional[types.ListPromptsConfigOrDict]=None) -> Iterator[types.PromptRef]Lists prompt resources in a project.
class
agentplatform._genai.sandbox_snapshots.AsyncSandboxSnapshotsSandbox environment snapshot commands.
class
agentplatform._genai.sandbox_snapshots.SandboxSnapshotsSandbox environment snapshot commands.
class
agentplatform._genai.sandbox_templates.AsyncSandboxTemplatesSandbox environment templates commands.
class
agentplatform._genai.sandbox_templates.SandboxTemplatesSandbox environment templates commands.
method
agentplatform._genai.session_events.SessionEvents.list(*name:str, *config:Optional[types.ListAgentEngineSessionEventsConfigOrDict]=None) -> Iterator[types.SessionEvent]Lists Agent Engine session events.
class
agentplatform._genai.skill_revisions.SkillRevisionsClass for managing Skill Revisions in the Skill Registry.
method
agentplatform._genai.skill_revisions.SkillRevisions.get(*name:str, *config:Optional[types.GetSkillRevisionConfigOrDict]=None) -> types.SkillRevisionGets a Skill Revision.
method
agentplatform._genai.skill_revisions.SkillRevisions.list(*name:str, *config:Optional[types.ListSkillRevisionsConfigOrDict]=None) -> types.ListSkillRevisionsResponseLists Skill Revisions.
class
agentplatform._genai.skills.AsyncSkillsClass for managing Skills in the Skill Registry.
method
agentplatform._genai.skills.AsyncSkills.delete(*name:str, *config:Optional[types.DeleteSkillConfigOrDict]=None) -> Optional[types.DeleteSkillOperation]Deletes a Skill asynchronously.
method
agentplatform._genai.skills.AsyncSkills.get(*name:str, *config:Optional[types.GetSkillConfigOrDict]=None) -> types.SkillGets a Skill.
class
agentplatform._genai.skills.SkillsClass for managing Skills in the Skill Registry.
method
agentplatform._genai.skills.Skills.create(*skill_id:str, *display_name:str, *description:str, *config:Optional[types.CreateSkillConfigOrDict]=None) -> Union[types.Skill, types.SkillOperation]Creates a new Skill.
method
agentplatform._genai.skills.Skills.delete(*name:str, *config:Optional[types.DeleteSkillConfigOrDict]=None) -> Optional[types.DeleteSkillOperation]Deletes a Skill.
method
agentplatform._genai.skills.Skills.get(*name:str, *config:Optional[types.GetSkillConfigOrDict]=None) -> types.SkillGets a Skill.
method
agentplatform._genai.skills.Skills.list(*config:Optional[types.ListSkillsConfigOrDict]=None) -> Pager[types.Skill]Lists Skills in the Skill Registry.
method
agentplatform._genai.skills.Skills.revisions() -> 'skill_revisions_module.SkillRevisions'Returns the revisions sub-module.
method
agentplatform._genai.skills.Skills.update(*name:str, *config:Optional[types.UpdateSkillConfigOrDict]=None) -> Union[types.Skill, types.SkillOperation]Updates an existing Skill.
class
agentplatform._genai.types.evals.AgentConfigRepresents configuration for an Agent.
method
agentplatform._genai.types.evals.AgentConfig.from_agent(agent:Any) -> 'AgentConfig'Creates an AgentConfig from an ADK agent.
class
agentplatform._genai.types.evals.AgentConfigDictRepresents configuration for an Agent.
method
agentplatform._genai.types.evals.AgentData.from_session(agent:Any, session_history:list[Any]) -> 'AgentData'Creates an AgentData object from a session history.
class
agentplatform._genai.types.evals.AgentEventA single event in the execution trace.
class
agentplatform._genai.types.evals.AgentEventDictA single event in the execution trace.
method
agentplatform._genai.types.evals.AgentInfo.load_from_agent(agent:Any) -> 'AgentInfo'Loads agent info from an ADK agent.
class
agentplatform._genai.types.evals.CandidateResultResult for a single candidate.
class
agentplatform._genai.types.evals.CandidateResultDictResult for a single candidate.
class
agentplatform._genai.types.evals.ImportanceImportance level of the rubric.
class
agentplatform._genai.types.evals.MessageRepresents a single message turn in a conversation.
class
agentplatform._genai.types.evals.MessageDictRepresents a single message turn in a conversation.
class
agentplatform._genai.types.evals.RubricContentPropertyDefines criteria based on a specific property.
class
agentplatform._genai.types.evals.RubricContentPropertyDictDefines criteria based on a specific property.
class
agentplatform._genai.types.evals.UserScenarioGenerationConfigUser scenario generation configuration.
class
agentplatform._genai.types.evals.UserScenarioGenerationConfigDictUser scenario generation configuration.
class
agentplatform._genai.types.evals.UserSimulatorConfigConfiguration for a user simulator.
class
agentplatform._genai.types.evals.UserSimulatorConfigDictConfiguration for a user simulator.
class
agentplatform._genai.types.prompt_optimizer.ParsedResponseResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompt_optimizer.ParsedResponseDictResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompt_optimizer.ParsedResponseFewShotResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompt_optimizer.ParsedResponseFewShotDictResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompts.ParsedResponseResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompts.ParsedResponseDictResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompts.ParsedResponseFewShotResponse for the optimize_prompt method.
class
agentplatform._genai.types.prompts.ParsedResponseFewShotDictResponse for the optimize_prompt method.
class
agentplatform.agent_engines._agent_engines.AgentEngineRepresents a Vertex AI Agent Engine resource.
method
agentplatform.agent_engines._agent_engines.AgentEngine.delete(*force:bool=False, **kwargs) -> NoneDeletes the ReasoningEngine.
method
agentplatform.agent_engines._agent_engines.AgentEngine.resource_name() -> strFully-qualified resource name.
class
agentplatform.agent_engines._agent_engines.CloneableProtocol for Agent Engines that can be cloned.
method
agentplatform.agent_engines._agent_engines.Cloneable.clone() -> AnyReturn a clone of the object.
class
agentplatform.agent_engines._agent_engines.ModuleAgentAgent that is defined by a module and an agent name.
class
agentplatform.agent_engines._agent_engines.QueryableProtocol for Agent Engines that can be queried.
func
agentplatform.agent_engines.delete(resource_name:str, *force:bool=False, **kwargs) -> NoneDelete an Agent Engine resource.
func
agentplatform.agent_engines.get(resource_name:str) -> AgentEngineRetrieves an Agent Engine resource.
func
agentplatform.agent_engines.list(*filter:str='') -> Iterable[AgentEngine]List all instances of Agent Engine matching the filter.
class
agentplatform.agent_engines.templates.a2a.HelloWorldAgentExecutorHello World Agent Executor.
func
agentplatform.agent_engines.templates.a2a.default_a2a_agent() -> 'A2aAgent'Creates a default A2aAgent instance.
class
agentplatform.agent_engines.templates.adk.AdkAppAn ADK Application.
method
agentplatform.agent_engines.templates.adk.AdkApp.async_add_session_to_memory(*session:Dict[str, Any])Generates memories.
method
agentplatform.agent_engines.templates.adk.AdkApp.async_create_session(*user_id:str, *session_id:Optional[str]=None, *state:Optional[Dict[str, Any]]=None, **kwargs)Creates a new session.
method
agentplatform.agent_engines.templates.adk.AdkApp.async_delete_artifact(*user_id:str, *filename:str, *session_id:Optional[str]=None, **kwargs)Deletes an artifact.
method
agentplatform.agent_engines.templates.adk.AdkApp.async_get_session(*user_id:str, *session_id:str, **kwargs)Get a session for the given user.
method
agentplatform.agent_engines.templates.adk.AdkApp.async_list_sessions(*user_id:str, **kwargs)List sessions for the given user.
method
agentplatform.agent_engines.templates.adk.AdkApp.create_session(*user_id:str, *session_id:Optional[str]=None, *state:Optional[Dict[str, Any]]=None, **kwargs)Deprecated.
method
agentplatform.agent_engines.templates.adk.AdkApp.delete_session(*user_id:str, *session_id:str, **kwargs)Deprecated.
method
agentplatform.agent_engines.templates.adk.AdkApp.get_session(*user_id:str, *session_id:str, **kwargs)Deprecated.
method
agentplatform.agent_engines.templates.adk.AdkApp.list_sessions(*user_id:str, **kwargs)Deprecated.
method
agentplatform.agent_engines.templates.adk.AdkApp.set_up()Sets up the ADK application.
func
agentplatform.agent_engines.templates.adk.get_adk_version() -> Optional[str]Returns the version of the ADK package.
func
agentplatform.agent_engines.templates.adk.is_version_sufficient(version_to_check:str) -> boolCompares the existing version of ADK with the required version.
class
agentplatform.agent_engines.templates.ag2.AG2AgentAn AG2 Agent.
method
agentplatform.agent_engines.templates.ag2.AG2Agent.clone() -> 'AG2Agent'Returns a clone of the AG2Agent.
method
agentplatform.agent_engines.templates.ag2.AG2Agent.query(*input:Union[str, Mapping[str, Any]], *max_turns:Optional[int]=None, **kwargs:Any) -> Dict[str, Any]Queries the Agent with the given input.
class
agentplatform.agent_engines.templates.langchain.LangchainAgentA Langchain Agent.
method
agentplatform.agent_engines.templates.langchain.LangchainAgent.clone() -> 'LangchainAgent'Returns a clone of the LangchainAgent.
class
agentplatform.agent_engines.templates.langgraph.LanggraphAgentA LangGraph Agent.
method
agentplatform.agent_engines.templates.langgraph.LanggraphAgent.clone() -> 'LanggraphAgent'Returns a clone of the LanggraphAgent.
method
agentplatform.agent_engines.templates.langgraph.LanggraphAgent.get_state(config:Optional[dict[str, Any]]=None, **kwargs:Any) -> Dict[str, Any]Gets the current state of the Agent.
method
agentplatform.agent_engines.templates.langgraph.LanggraphAgent.get_state_history(config:Optional[dict[str, Any]]=None, **kwargs:Any) -> Iterable[Any]Gets the state history of the Agent.
method
agentplatform.agent_engines.templates.langgraph.LanggraphAgent.update_state(config:Optional[dict[str, Any]]=None, **kwargs:Any) -> Dict[str, Any]Updates the state of the Agent.
class
agentplatform.agent_engines.templates.llama_index.LlamaIndexQueryPipelineAgentA LlamaIndex Query Pipeline Agent.
class
agentplatform.model_garden._model_garden.CustomModelRepresents a Model Garden Custom model.
class
agentplatform.model_garden._model_garden.ModelRepresents a Model Garden model.
method
agentplatform.model_garden._model_garden.Model.deploy(**kwargs) -> aiplatform.EndpointDeploys the model to an endpoint.
class
agentplatform.model_garden._model_garden.OpenModelRepresents a Model Garden Open model.
class
agentplatform.model_garden._model_garden.PartnerModelRepresents a Model Garden Partner model.
func
agentplatform.model_garden._model_garden.list_models(*list_hf_models:bool=False, *model_filter:Optional[str]=None) -> List[str]Lists the models in Model Garden.
func
agentplatform.preview.rag.rag_data.batch_create_data_schemas(corpus_name:str, requests:Sequence[RagDataSchema], timeout:int=600) -> Sequence[RagDataSchema]Batch creates RagDataSchema resources.
func
agentplatform.preview.rag.rag_data.batch_create_metadata(corpus_name:str, file_name:str, requests:Sequence[RagMetadata], timeout:int=600) -> Sequence[RagMetadata]Batch creates RagMetadata resources.
func
agentplatform.preview.rag.rag_data.batch_delete_data_schemas(corpus_name:str, names:Sequence[str], timeout:int=600) -> NoneBatch deletes RagDataSchema resources.
func
agentplatform.preview.rag.rag_data.batch_delete_metadata(corpus_name:str, file_name:str, names:Sequence[str], timeout:int=600) -> NoneBatch deletes RagMetadata resources.
func
agentplatform.preview.rag.rag_data.delete_corpus(name:str) -> NoneDelete an existing RagCorpus.
func
agentplatform.preview.rag.rag_data.delete_file(name:str, corpus_name:Optional[str]=None) -> NoneDelete RagFile from an existing RagCorpus.
func
agentplatform.preview.rag.rag_data.get_corpus(name:str) -> RagCorpusGet an existing RagCorpus.
func
agentplatform.preview.rag.rag_data.get_file(name:str, corpus_name:Optional[str]=None) -> RagFileGet an existing RagFile.
func
agentplatform.preview.rag.rag_data.get_rag_engine_config(name:str) -> RagEngineConfigGet an existing RagEngineConfig.
func
agentplatform.preview.rag.rag_data.list_files(corpus_name:str, page_size:Optional[int]=None, page_token:Optional[str]=None) -> ListRagFilesPagerList all RagFiles in an existing RagCorpus.
func
agentplatform.preview.rag.rag_data.update_metadata(rag_metadata:RagMetadata) -> RagMetadataUpdates a RagMetadata resource.
func
agentplatform.preview.rag.rag_data.update_rag_engine_config(rag_engine_config:RagEngineConfig, timeout:int=600) -> RagEngineConfigUpdate RagEngineConfig.
class
agentplatform.preview.rag.rag_store.VertexRagStoreRetrieve from Vertex RAG Store.
func
agentplatform.preview.rag.utils._gapic_utils.convert_gapic_to_rag_corpus(gapic_rag_corpus:GapicRagCorpus) -> RagCorpusConvert GapicRagCorpus to RagCorpus.
func
agentplatform.preview.rag.utils._gapic_utils.convert_gapic_to_rag_file(gapic_rag_file:GapicRagFile) -> RagFileConvert GapicRagFile to RagFile.
func
agentplatform.preview.rag.utils._gapic_utils.convert_gapic_to_rag_metadata(gapic_rag_metadata:GapicRagDataTypes.RagMetadata) -> RagMetadataConvert Gapic RagMetadata to RagMetadata.
func
agentplatform.preview.rag.utils._gapic_utils.convert_json_to_rag_file(upload_rag_file_response:Dict[str, Any]) -> RagFileConverts a JSON response to a RagFile.
func
agentplatform.preview.rag.utils._gapic_utils.convert_rag_metadata_to_gapic(rag_metadata:RagMetadata) -> GapicRagDataTypes.RagMetadataConvert RagMetadata to Gapic RagMetadata.
func
agentplatform.preview.rag.utils._gapic_utils.get_data_schema_name(name:str, corpus_name:str) -> strGet the full resource name for a RagDataSchema.
func
agentplatform.preview.rag.utils._gapic_utils.get_metadata_name(name:str, corpus_name:str, file_name:str) -> strGet the full resource name for a RagMetadata.
func
agentplatform.preview.rag.utils._gapic_utils.set_corpus_type_config(corpus_type_config:RagCorpusTypeConfig, rag_corpus:GapicRagCorpus) -> NoneSet corpus type config in GapicRagCorpus.
func
agentplatform.preview.rag.utils._gapic_utils.set_encryption_spec(encryption_spec:EncryptionSpec, rag_corpus:GapicRagCorpus) -> NoneSets the encryption spec for the rag corpus.
class
agentplatform.preview.rag.utils.resources.ANNConfig for ANN search.
class
agentplatform.preview.rag.utils.resources.ChunkingConfigChunkingConfig.
class
agentplatform.preview.rag.utils.resources.DocumentCorpusDocumentCorpus.
class
agentplatform.preview.rag.utils.resources.EmbeddingModelConfigEmbeddingModelConfig.
class
agentplatform.preview.rag.utils.resources.FilterFilter.
class
agentplatform.preview.rag.utils.resources.HybridSearchHybridSearch.
class
agentplatform.preview.rag.utils.resources.JiraQueryJiraQuery.
class
agentplatform.preview.rag.utils.resources.JiraSourceJiraSource.
class
agentplatform.preview.rag.utils.resources.KNNConfig for KNN search.
class
agentplatform.preview.rag.utils.resources.LlmParserConfigConfiguration for the LLM Parser Processor.
class
agentplatform.preview.rag.utils.resources.LlmRankerLlmRanker.
class
agentplatform.preview.rag.utils.resources.MemoryCorpusMemoryCorpus.
class
agentplatform.preview.rag.utils.resources.MetadataValueThe value of metadata.
class
agentplatform.preview.rag.utils.resources.PineconePinecone.
class
agentplatform.preview.rag.utils.resources.RagCorpusRAG corpus(output only).
class
agentplatform.preview.rag.utils.resources.RagCorpusTypeConfigCorpusTypeConfig.
class
agentplatform.preview.rag.utils.resources.RagDataSchemaThe schema of the user specified metadata.
class
agentplatform.preview.rag.utils.resources.RagEmbeddingModelConfigRagEmbeddingModelConfig.
class
agentplatform.preview.rag.utils.resources.RagEngineConfigRagEngineConfig.
class
agentplatform.preview.rag.utils.resources.RagFileRAG file (output only).
class
agentplatform.preview.rag.utils.resources.RagManagedDbRagManagedDb.
class
agentplatform.preview.rag.utils.resources.RagManagedDbConfigRagManagedDbConfig.
class
agentplatform.preview.rag.utils.resources.RagManagedVertexVectorSearchRagManagedVertexVectorSearch.
class
agentplatform.preview.rag.utils.resources.RagMetadataMetadata for RagFile provided by users.
class
agentplatform.preview.rag.utils.resources.RagMetadataSchemaDetails.ListConfigConfig for List data type.
class
agentplatform.preview.rag.utils.resources.RagResourceRagResource.
class
agentplatform.preview.rag.utils.resources.RagRetrievalConfigRagRetrievalConfig.
class
agentplatform.preview.rag.utils.resources.RagVectorDbConfigRagVectorDbConfig.
class
agentplatform.preview.rag.utils.resources.RankServiceRankService.
class
agentplatform.preview.rag.utils.resources.RankingRanking.
class
agentplatform.preview.rag.utils.resources.SharePointSourceSharePointSource.
class
agentplatform.preview.rag.utils.resources.SharePointSourcesSharePointSources.
class
agentplatform.preview.rag.utils.resources.SlackChannelSlackChannel.
class
agentplatform.preview.rag.utils.resources.SlackChannelsSourceSlackChannelsSource.
class
agentplatform.preview.rag.utils.resources.TransformationConfigTransformationConfig.
class
agentplatform.preview.rag.utils.resources.UserSpecifiedMetadataMetadata provided by users.
class
agentplatform.preview.rag.utils.resources.VertexAiSearchConfigVertexAiSearchConfig.
class
agentplatform.preview.rag.utils.resources.VertexFeatureStoreVertexFeatureStore.
class
agentplatform.preview.rag.utils.resources.VertexPredictionEndpointVertexPredictionEndpoint.
class
agentplatform.preview.rag.utils.resources.VertexVectorSearchVertexVectorSearch.
class
agentplatform.preview.rag.utils.resources.WeaviateWeaviate.
func
agentplatform.rag.rag_data.delete_corpus(name:str) -> NoneDelete an existing RagCorpus.
func
agentplatform.rag.rag_data.delete_file(name:str, corpus_name:Optional[str]=None) -> NoneDelete RagFile from an existing RagCorpus.
func
agentplatform.rag.rag_data.get_corpus(name:str) -> RagCorpusGet an existing RagCorpus.
func
agentplatform.rag.rag_data.get_file(name:str, corpus_name:Optional[str]=None) -> RagFileGet an existing RagFile.
func
agentplatform.rag.rag_data.get_rag_engine_config(name:str) -> RagEngineConfigGet an existing RagEngineConfig.
func
agentplatform.rag.rag_data.list_files(corpus_name:str, page_size:Optional[int]=None, page_token:Optional[str]=None) -> ListRagFilesPagerList all RagFiles in an existing RagCorpus.
func
agentplatform.rag.rag_data.update_rag_engine_config(rag_engine_config:RagEngineConfig, timeout:int=600) -> RagEngineConfigUpdate RagEngineConfig.
class
agentplatform.rag.rag_store.VertexRagStoreRetrieve from Vertex RAG Store.
func
agentplatform.rag.utils._gapic_utils.convert_gapic_to_rag_corpus(gapic_rag_corpus:GapicRagCorpus) -> RagCorpusConvert GapicRagCorpus to RagCorpus.
func
agentplatform.rag.utils._gapic_utils.convert_gapic_to_rag_file(gapic_rag_file:GapicRagFile) -> RagFileConvert GapicRagFile to RagFile.
func
agentplatform.rag.utils._gapic_utils.convert_json_to_rag_file(upload_rag_file_response:Dict[str, Any]) -> RagFileConverts a JSON response to a RagFile.
func
agentplatform.rag.utils._gapic_utils.set_encryption_spec(encryption_spec:EncryptionSpec, rag_corpus:GapicRagCorpus) -> NoneSets the encryption spec for the rag corpus.
class
agentplatform.rag.utils.resources.ChunkingConfigChunkingConfig.
class
agentplatform.rag.utils.resources.FilterFilter.
class
agentplatform.rag.utils.resources.JiraQueryJiraQuery.
class
agentplatform.rag.utils.resources.JiraSourceJiraSource.
class
agentplatform.rag.utils.resources.LlmRankerLlmRanker.
class
agentplatform.rag.utils.resources.PineconePinecone.
class
agentplatform.rag.utils.resources.RagCitedGenerationResponseRagCitedGenerationResponse.
class
agentplatform.rag.utils.resources.RagCorpusRAG corpus(output only).
class
agentplatform.rag.utils.resources.RagEmbeddingModelConfigRagEmbeddingModelConfig.
class
agentplatform.rag.utils.resources.RagEngineConfigRagEngineConfig.
class
agentplatform.rag.utils.resources.RagFileRAG file (output only).
class
agentplatform.rag.utils.resources.RagManagedDbRagManagedDb.
class
agentplatform.rag.utils.resources.RagManagedDbConfigRagManagedDbConfig.
class
agentplatform.rag.utils.resources.RagResourceRagResource.
class
agentplatform.rag.utils.resources.RagRetrievalConfigRagRetrievalConfig.
class
agentplatform.rag.utils.resources.RagVectorDbConfigRagVectorDbConfig.
class
agentplatform.rag.utils.resources.RankServiceRankService.
class
agentplatform.rag.utils.resources.RankingRanking.
class
agentplatform.rag.utils.resources.SharePointSourceSharePointSource.
class
agentplatform.rag.utils.resources.SharePointSourcesSharePointSources.
class
agentplatform.rag.utils.resources.SlackChannelSlackChannel.
class
agentplatform.rag.utils.resources.SlackChannelsSourceSlackChannelsSource.
class
agentplatform.rag.utils.resources.TransformationConfigTransformationConfig.
class
agentplatform.rag.utils.resources.VertexAiSearchConfigVertexAiSearchConfig.
class
agentplatform.rag.utils.resources.VertexFeatureStoreVertexFeatureStore.
class
agentplatform.rag.utils.resources.VertexPredictionEndpointVertexPredictionEndpoint.
class
agentplatform.rag.utils.resources.VertexVectorSearchVertexVectorSearch.
class
agentplatform.rag.utils.resources.WeaviateWeaviate.
class
agentplatform.resources.preview.feature_store.feature.FeatureClass for managing Feature resources.
method
agentplatform.resources.preview.feature_store.feature.Feature.description() -> strThe description of the feature.
method
agentplatform.resources.preview.feature_store.feature.Feature.point_of_contact() -> strThe point of contact for the feature.
class
agentplatform.resources.preview.feature_store.feature_group.FeatureGroupClass for managing Feature Group resources.
method
agentplatform.resources.preview.feature_store.feature_group.FeatureGroup.delete(force:bool=False, sync:bool=True) -> NoneDeletes this feature group.
class
agentplatform.resources.preview.feature_store.feature_view.FeatureViewClass for managing Feature View resources.
method
agentplatform.resources.preview.feature_store.feature_view.FeatureView.delete(sync:bool=True) -> NoneDeletes this feature view.
class
agentplatform.resources.preview.feature_store.utils.FeatureGroupBigQuerySourceBigQuery source for the Feature Group.
class
agentplatform.resources.preview.feature_store.utils.PublicEndpointNotFoundErrorPublic endpoint has not been created yet.
class
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitorInitializer for ModelMonitor.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.delete(force:bool=False, sync:bool=True) -> NoneForce delete the model monitor.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.delete_model_monitoring_job(model_monitoring_job_name:str) -> NoneDelete a model monitoring job.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.delete_schedule(schedule_name:str) -> NoneDeletes an existing Schedule.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.get_schedule(schedule_name:str) -> 'gca_schedule.Schedule'Gets an existing Schedule.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.list_jobs(page_size:Optional[int]=None, page_token:Optional[str]=None) -> 'ListJobsResponse.list_jobs'List ModelMonitoringJobs.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.list_schedules(filter:Optional[str]=None, page_size:Optional[int]=None, page_token:Optional[str]=None) -> 'ListSchedulesResponse.list_schedules'List Schedules.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.pause_schedule(schedule_name:str) -> NonePauses an existing Schedule.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitor.resume_schedule(schedule_name:str) -> NoneResumes an existing Schedule.
class
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitoringJobInitializer for ModelMonitoringJob.
method
agentplatform.resources.preview.ml_monitoring.model_monitors.ModelMonitoringJob.delete() -> NoneDeletes an Model Monitoring Job.
class
agentplatform.resources.preview.ml_monitoring.spec.notification.NotificationSpecInitializer for NotificationSpec.
class
agentplatform.resources.preview.ml_monitoring.spec.objective.DataDriftSpecData drift monitoring spec.
class
agentplatform.resources.preview.ml_monitoring.spec.objective.FeatureAttributionSpecFeature attribution spec.
class
agentplatform.resources.preview.ml_monitoring.spec.objective.MonitoringInputModel monitoring data input spec.
class
agentplatform.resources.preview.ml_monitoring.spec.objective.ObjectiveSpecInitializer for ObjectiveSpec.
class
agentplatform.resources.preview.ml_monitoring.spec.objective.TabularObjectiveInitializer for TabularObjective.
class
agentplatform.resources.preview.ml_monitoring.spec.output.OutputSpecInitializer for OutputSpec.
class
agentplatform.resources.preview.ml_monitoring.spec.schema.FieldSchemaField Schema.
class
agentplatform.resources.preview.ml_monitoring.spec.schema.ModelMonitoringSchemaInitializer for ModelMonitoringSchema.
func
google.cloud.aiplatform._streaming_prediction.tensor_to_value(tensor_pb:aiplatform_types.Tensor) -> AnyConverts `Tensor` to a Python value.
func
google.cloud.aiplatform._streaming_prediction.value_to_tensor(value:Any) -> aiplatform_types.TensorConverts a Python value to `Tensor`.
class
google.cloud.aiplatform.base.FutureManagerTracks concurrent futures against this object.
class
google.cloud.aiplatform.base.VertexAiResourceNounBase class the Vertex AI resource nouns.
method
google.cloud.aiplatform.base.VertexAiResourceNoun.create_time() -> datetime.datetimeTime this resource was created.
method
google.cloud.aiplatform.base.VertexAiResourceNoun.display_name() -> strDisplay name of this resource.
method
google.cloud.aiplatform.base.VertexAiResourceNoun.name() -> strName of this resource.
method
google.cloud.aiplatform.base.VertexAiResourceNoun.resource_name() -> strFull qualified resource name.
method
google.cloud.aiplatform.base.VertexAiResourceNoun.to_dict() -> Dict[str, Any]Returns the resource proto as a dictionary.
method
google.cloud.aiplatform.base.VertexAiResourceNoun.update_time() -> datetime.datetimeTime this resource was last updated.
class
google.cloud.aiplatform.base.VertexLoggerLogging wrapper class with high level helper methods.
method
google.cloud.aiplatform.base.VertexLogger.log_create_with_lro(cls:Type['VertexAiResourceNoun'], lro:Optional[operation.Operation]=None)Logs create event with LRO.
method
google.cloud.aiplatform.base.VertexLogger.log_delete_complete(resource:Type['VertexAiResourceNoun'])Logs delete event is complete.
method
google.cloud.aiplatform.base.VertexLogger.log_delete_with_lro(resource:Type['VertexAiResourceNoun'], lro:Optional[operation.Operation]=None)Logs delete event with LRO.
func
google.cloud.aiplatform.base.get_annotation_class(annotation:type) -> typeHelper method to retrieve type annotation.
func
google.cloud.aiplatform.base.wrapper(*args, **kwargs)Wraps method.
class
google.cloud.aiplatform.datasets._datasources.DatasourceAn abstract class that sets dataset_metadata.
method
google.cloud.aiplatform.datasets._datasources.Datasource.dataset_metadata()Dataset Metadata.
class
google.cloud.aiplatform.datasets.image_dataset.ImageDatasetA managed image dataset resource for Vertex AI.
class
google.cloud.aiplatform.datasets.text_dataset.TextDatasetA managed text dataset resource for Vertex AI.
class
google.cloud.aiplatform.datasets.video_dataset.VideoDatasetA managed video dataset resource for Vertex AI.
class
google.cloud.aiplatform.docker_utils.errors.ErrorA base exception for all user recoverable errors.
func
google.cloud.aiplatform.docker_utils.local_util.execute_command(cmd:List[str], input_str:Optional[str]=None) -> intExecutes commands in subprocess.
func
google.cloud.aiplatform.docker_utils.run.print_container_logs(container:docker.models.containers.Container, start_index:Optional[int]=None, message:Optional[str]=None) -> intPrints container logs.
func
google.cloud.aiplatform.docker_utils.utils.check_image_exists_locally(image_name:str) -> boolChecks if an image exists locally.
func
google.cloud.aiplatform.explain.lit.create_lit_dataset(dataset:pd.DataFrame, column_types:'OrderedDict[str, lit_types.LitType]') -> lit_dataset.DatasetCreates a LIT Dataset object.
class
google.cloud.aiplatform.explain.metadata.metadata_builder.MetadataBuilderAbstract base class for metadata builders.
class
google.cloud.aiplatform.featurestore.feature.FeatureManaged feature resource for Vertex AI.
class
google.cloud.aiplatform.featurestore.featurestore.FeaturestoreManaged featurestore resource for Vertex AI.
method
google.cloud.aiplatform.featurestore.featurestore.Featurestore.delete(sync:bool=True, force:bool=False) -> NoneDeletes this Featurestore resource.
method
google.cloud.aiplatform.jobs.BatchPredictionJob.partial_failures() -> Optional[Sequence[status_pb2.Status]]Partial failures encountered.
method
google.cloud.aiplatform.jobs.BatchPredictionJob.wait_for_resource_creation() -> NoneWaits until resource has been created.
class
google.cloud.aiplatform.jobs.CustomJobVertex AI Custom Job.
class
google.cloud.aiplatform.jobs.HyperparameterTuningJobVertex AI Hyperparameter Tuning Job.
class
google.cloud.aiplatform.jobs.ModelDeploymentMonitoringJobVertex AI Model Deployment Monitoring Job.
method
google.cloud.aiplatform.jobs.ModelDeploymentMonitoringJob.delete() -> NoneDeletes an MDM job.
method
google.cloud.aiplatform.jobs.ModelDeploymentMonitoringJob.pause() -> 'ModelDeploymentMonitoringJob'Pause a running MDM job.
method
google.cloud.aiplatform.jobs.ModelDeploymentMonitoringJob.resume() -> 'ModelDeploymentMonitoringJob'Resumes a paused MDM job.
class
google.cloud.aiplatform.matching_engine.matching_engine_index_endpoint.HybridQueryHybrid query.
class
google.cloud.aiplatform.metadata.artifact.ArtifactMetadata Artifact resource for Vertex AI
method
google.cloud.aiplatform.metadata.artifact.Artifact.state() -> Optional[gca_artifact.Artifact.State]The State for this Artifact.
method
google.cloud.aiplatform.metadata.artifact.Artifact.uri() -> Optional[str]Uri for this Artifact.
class
google.cloud.aiplatform.metadata.context.ContextMetadata Context resource for Vertex AI
class
google.cloud.aiplatform.metadata.execution.ExecutionMetadata Execution resource for Vertex AI
method
google.cloud.aiplatform.metadata.execution.Execution.state() -> gca_execution.Execution.StateState of this Execution.
class
google.cloud.aiplatform.metadata.experiment_resources.ExperimentRepresents a Vertex AI Experiment resource.
func
google.cloud.aiplatform.metadata.experiment_resources.Experiment.column_sort_key(key:str) -> intHelper method to reorder columns.
method
google.cloud.aiplatform.metadata.experiment_resources.Experiment.dashboard_url() -> Optional[str]Cloud console URL for this resource.
method
google.cloud.aiplatform.metadata.experiment_resources.Experiment.name() -> strThe name of this experiment.
class
google.cloud.aiplatform.metadata.experiment_run_resource.ExperimentRunA Vertex AI Experiment run.
method
google.cloud.aiplatform.metadata.experiment_run_resource.ExperimentRun.get_state() -> gca_execution.Execution.StateThe state of this run.
method
google.cloud.aiplatform.metadata.experiment_run_resource.ExperimentRun.state() -> gca_execution.Execution.StateThe state of this run.
class
google.cloud.aiplatform.metadata.schema.base_artifact.BaseArtifactSchemaBase class for Metadata Artifact types.
class
google.cloud.aiplatform.metadata.schema.base_context.BaseContextSchemaBase class for Metadata Context schema.
class
google.cloud.aiplatform.metadata.schema.base_execution.BaseExecutionSchemaBase class for Metadata Execution schema.
class
google.cloud.aiplatform.metadata.schema.google.artifact_schema.VertexDatasetAn artifact representing a Vertex Dataset.
class
google.cloud.aiplatform.metadata.schema.google.artifact_schema.VertexModelAn artifact representing a Vertex Model.
class
google.cloud.aiplatform.metadata.schema.system.artifact_schema.ArtifactA generic artifact.
class
google.cloud.aiplatform.metadata.schema.system.artifact_schema.DatasetAn artifact representing a system Dataset.
class
google.cloud.aiplatform.metadata.schema.system.artifact_schema.MetricsArtifact schema for scalar metrics.
class
google.cloud.aiplatform.metadata.schema.system.artifact_schema.ModelArtifact type for model.
class
google.cloud.aiplatform.metadata.schema.system.context_schema.ExperimentContext schema for a Experiment context.
class
google.cloud.aiplatform.metadata.schema.system.context_schema.PipelineContext schema for a Pipeline context.
class
google.cloud.aiplatform.metadata.schema.system.context_schema.PipelineRunContext schema for a PipelineRun context.
class
google.cloud.aiplatform.metadata.schema.system.execution_schema.RunExecution schema for root run execution.
class
google.cloud.aiplatform.metadata.schema.utils.ConfidenceMetricA class that represents a Confidence Metric.
class
google.cloud.aiplatform.metadata.schema.utils.ConfusionMatrixA class that represents a Confusion Matrix.
class
google.cloud.aiplatform.metadata.schema.utils.ContainerSpecContainer configuration for the model.
func
google.cloud.aiplatform.metadata.schema.utils.create_uri_from_resource_name(resource_name:str) -> strConstruct the service URI for a given resource_name.
class
google.cloud.aiplatform.model_monitoring.objective.ExplanationConfigA class that enables Vertex Explainable AI.
method
google.cloud.aiplatform.persistent_resource.PersistentResource.reboot(sync:Optional[bool]=True) -> NoneReboots this Persistent Resource.
method
google.cloud.aiplatform.pipeline_jobs.PipelineJob.has_failed() -> boolReturns True if pipeline has failed.
method
google.cloud.aiplatform.pipeline_jobs.PipelineJob.state() -> Optional[gca_pipeline_state.PipelineState]Current pipeline state.
method
google.cloud.aiplatform.pipeline_jobs.PipelineJob.wait_for_resource_creation() -> NoneWaits until resource has been created.
method
google.cloud.aiplatform.prediction.handler.Handler.handle(request:Request) -> ResponseHandles a prediction request.
func
google.cloud.aiplatform.prediction.handler_utils.get_accept_from_headers(headers:Optional[starlette.datastructures.Headers]) -> strGets accept from headers.
func
google.cloud.aiplatform.prediction.handler_utils.get_content_type_from_headers(headers:Optional[starlette.datastructures.Headers]) -> Optional[str]Gets content type from headers.
func
google.cloud.aiplatform.prediction.handler_utils.parse_accept_header(accept_header:Optional[str]) -> Dict[str, float]Parses the accept header with quality factors.
class
google.cloud.aiplatform.prediction.local_endpoint.LocalEndpointClass that represents a local endpoint.
method
google.cloud.aiplatform.prediction.local_endpoint.LocalEndpoint.get_container_status() -> strGets the container status.
method
google.cloud.aiplatform.prediction.local_endpoint.LocalEndpoint.predict(request:Optional[Any]=None, request_file:Optional[str]=None, headers:Optional[Dict]=None, verbose:bool=True) -> requests.models.ResponseExecutes a prediction.
method
google.cloud.aiplatform.prediction.local_endpoint.LocalEndpoint.print_container_logs(show_all:bool=False, message:Optional[str]=None) -> NonePrints container logs.
method
google.cloud.aiplatform.prediction.local_endpoint.LocalEndpoint.run_health_check(verbose:bool=True) -> requests.models.ResponseRuns a health check.
method
google.cloud.aiplatform.prediction.local_endpoint.LocalEndpoint.stop() -> NoneExplicitly stops the container.
class
google.cloud.aiplatform.prediction.local_model.LocalModelClass that represents a local model.
method
google.cloud.aiplatform.prediction.local_model.LocalModel.copy_image(dst_image_uri:str) -> 'LocalModel'Copies the image to another image uri.
method
google.cloud.aiplatform.prediction.local_model.LocalModel.push_image() -> NonePushes the image to a registry.
class
google.cloud.aiplatform.prediction.model_server.CprModelServerModel server to do custom prediction routines.
method
google.cloud.aiplatform.prediction.model_server.CprModelServer.predict(request:Request) -> ResponseExecutes a prediction.
method
google.cloud.aiplatform.prediction.predictor.Predictor.load(artifacts_uri:str, **kwargs) -> NoneLoads the model artifact.
method
google.cloud.aiplatform.prediction.predictor.Predictor.postprocess(prediction_results:Any) -> AnyPostprocesses the prediction results.
method
google.cloud.aiplatform.prediction.predictor.Predictor.predict(instances:Any) -> AnyPerforms prediction.
method
google.cloud.aiplatform.prediction.serializer.Serializer.deserialize(data:Any, content_type:Optional[str]) -> AnyDeserializes the request data.
method
google.cloud.aiplatform.prediction.serializer.Serializer.serialize(prediction:Any, accept:Optional[str]) -> AnySerializes the prediction results.
class
google.cloud.aiplatform.preview.datasets.GeminiExampleA class representing a Gemini example.
method
google.cloud.aiplatform.preview.datasets.GeminiExample.cached_content() -> Optional[str]The cached content of the GeminiExample.
method
google.cloud.aiplatform.preview.datasets.GeminiExample.contents() -> Optional[List[Content]]The contents of the GeminiExample.
method
google.cloud.aiplatform.preview.datasets.GeminiExample.from_prompt(prompt:prompts.Prompt) -> 'GeminiExample'Creates a GeminiExample from a Prompt.
method
google.cloud.aiplatform.preview.datasets.GeminiExample.model() -> Optional[str]The model to use for the GeminiExample.
method
google.cloud.aiplatform.preview.datasets.GeminiExample.tool_config() -> Optional[ToolConfig]The tool config of the GeminiExample.
method
google.cloud.aiplatform.preview.datasets.GeminiExample.tools() -> Optional[List[Tool]]The tools of the GeminiExample.
class
google.cloud.aiplatform.preview.datasets.GeminiTemplateConfigA class representing a Gemini template config.
class
google.cloud.aiplatform.preview.featurestore.entity_type.EntityTypePreview EntityType resource for Vertex AI.
class
google.cloud.aiplatform.preview.jobs.BatchPredictionJobVertex AI Batch Prediction Job.
class
google.cloud.aiplatform.preview.jobs.CustomJobDeprecated.
class
google.cloud.aiplatform.preview.jobs.HyperparameterTuningJobDeprecated.
class
google.cloud.aiplatform.tensorboard.tensorboard_resource.TensorboardManaged tensorboard resource for Vertex AI.
class
google.cloud.aiplatform.tensorboard.tensorboard_resource.TensorboardRunManaged tensorboard resource for Vertex AI.
class
google.cloud.aiplatform.tensorboard.upload_tracker.UploadStatsStatistics of uploading.
method
google.cloud.aiplatform.tensorboard.upload_tracker.UploadStats.add_blob(blob_bytes, is_skipped)Add a blob.
method
google.cloud.aiplatform.tensorboard.upload_tracker.UploadStats.add_plugin(plugin_name)Add a plugin.
class
google.cloud.aiplatform.tensorboard.upload_tracker.UploadTrackerTracker for uploader progress and status.
class
google.cloud.aiplatform.training_utils.cloud_profiler.plugins.tensorflow.tf_profiler.TFProfilerHandler for Tensorflow Profiling.
class
google.cloud.aiplatform.training_utils.cloud_profiler.webserver.WebServerA basic web server for handling requests.
method
google.cloud.aiplatform.training_utils.cloud_profiler.webserver.WebServer.dispatch_request(environ:wsgi_types.Environment, start_response:wsgi_types.StartResponse) -> ResponseHandles the routing of requests.
method
google.cloud.aiplatform.training_utils.cloud_profiler.webserver.WebServer.wsgi_app(environ:wsgi_types.Environment, start_response:wsgi_types.StartResponse) -> ResponseEntrypoint for wsgi application.
func
google.cloud.aiplatform.utils.featurestore_utils.validate_feature_id(feature_id:str) -> NoneValidates feature ID.
func
google.cloud.aiplatform.utils.featurestore_utils.validate_id(resource_id:str) -> NoneValidates feature store resource ID pattern.
func
google.cloud.aiplatform.utils.featurestore_utils.validate_value_type(value_type:str) -> NoneValidates user provided feature value_type string.
func
google.cloud.aiplatform.utils.gcs_utils.blob_from_uri(uri:str, client:storage.Client) -> storage.BlobCreate a Blob from a GCS URI, compatible with v2 and v3.
func
google.cloud.aiplatform.utils.gcs_utils.validate_gcs_path(gcs_path:str) -> NoneValidates a GCS path.
func
google.cloud.aiplatform.utils.get_timestamp_proto(time:Optional[datetime.datetime]=None) -> timestamp_pb2.TimestampGets timestamp proto of a given time.
func
google.cloud.aiplatform.utils.mrep_endpoint(service_base_path:str, location:str) -> strReturns the mREP host for a jurisdiction.
class
google.cloud.aiplatform.utils.pipeline_utils.PipelineRuntimeConfigBuilderPipeline RuntimeConfig builder.
method
google.cloud.aiplatform.utils.pipeline_utils.PipelineRuntimeConfigBuilder.build() -> Dict[str, Any]Build a RuntimeConfig proto.
method
google.cloud.aiplatform.utils.pipeline_utils.PipelineRuntimeConfigBuilder.update_default_runtime(default_runtime:Dict[str, Any]) -> NoneMerges default runtime.
method
google.cloud.aiplatform.utils.pipeline_utils.PipelineRuntimeConfigBuilder.update_failure_policy(failure_policy:Optional[str]=None) -> NoneMerges runtime failure policy.
method
google.cloud.aiplatform.utils.pipeline_utils.PipelineRuntimeConfigBuilder.update_input_artifacts(input_artifacts:Optional[Mapping[str, str]]) -> NoneMerges runtime input artifacts.
method
google.cloud.aiplatform.utils.pipeline_utils.PipelineRuntimeConfigBuilder.update_pipeline_root(pipeline_root:Optional[str]) -> NoneUpdates pipeline_root value.
About this data
These signatures were extracted from the public source of googleapis/python-aiplatform
using Python's ast module. Argument names, default values,
type annotations and return types are taken verbatim from the code.
Implementation bodies are never stored. See
how it works for details.