- ChatSession - Class in com.google.cloud.vertexai.generativeai
-
Represents a conversation between the user and the model.
- ChatSession(GenerativeModel) - Constructor for class com.google.cloud.vertexai.generativeai.ChatSession
-
Creates a new chat session given a GenerativeModel instance.
- close() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
- close() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
- close() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
- close() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- close() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- close() - Method in class com.google.cloud.vertexai.VertexAI
-
Closes the VertexAI instance together with all its instantiated clients.
- com.google.cloud.vertexai - package com.google.cloud.vertexai
-
- com.google.cloud.vertexai.api - package com.google.cloud.vertexai.api
-
A client to Vertex AI API
The interfaces provided are listed below, along with usage samples.
- com.google.cloud.vertexai.api.stub - package com.google.cloud.vertexai.api.stub
-
- com.google.cloud.vertexai.generativeai - package com.google.cloud.vertexai.generativeai
-
- computeTokens(EndpointName, List<Value>) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Return a list of tokens based on the input text.
- computeTokens(String, List<Value>) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Return a list of tokens based on the input text.
- computeTokens(ComputeTokensRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Return a list of tokens based on the input text.
- computeTokensCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Return a list of tokens based on the input text.
- computeTokensCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- computeTokensCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- computeTokensCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- computeTokensSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to computeTokens.
- computeTokensSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to computeTokens.
- computeTokensSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to computeTokens.
- computeTokensSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to computeTokens.
- Constants - Class in com.google.cloud.vertexai
-
A class that holds all constants for vertexai.
- Constants - Class in com.google.cloud.vertexai.generativeai
-
A class that holds all constants for vertexai/generativeai.
- ContentMaker - Class in com.google.cloud.vertexai.generativeai
-
Helper class to create content.
- ContentMaker() - Constructor for class com.google.cloud.vertexai.generativeai.ContentMaker
-
- ContentMaker.ContentMakerForRole - Class in com.google.cloud.vertexai.generativeai
-
Helper class to create content for a given role.
- countTokens(EndpointName, List<Value>) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Perform a token counting.
- countTokens(String, List<Value>) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Perform a token counting.
- countTokens(CountTokensRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Perform a token counting.
- countTokens(String) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Counts tokens in a text message.
- countTokens(Content) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Counts tokens in a single content.
- countTokens(List<Content>) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Counts tokens in a list of contents.
- countTokensCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Perform a token counting.
- countTokensCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- countTokensCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- countTokensCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- countTokensSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to countTokens.
- countTokensSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to countTokens.
- countTokensSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to countTokens.
- countTokensSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to countTokens.
- create() - Static method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Constructs an instance of EndpointServiceClient with default settings.
- create(EndpointServiceSettings) - Static method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Constructs an instance of EndpointServiceClient, using the given settings.
- create(EndpointServiceStub) - Static method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Constructs an instance of EndpointServiceClient, using the given stub for making calls.
- create(EndpointServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
- create() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Constructs an instance of LlmUtilityServiceClient with default settings.
- create(LlmUtilityServiceSettings) - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Constructs an instance of LlmUtilityServiceClient, using the given settings.
- create(LlmUtilityServiceStub) - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Constructs an instance of LlmUtilityServiceClient, using the given stub for making calls.
- create(LlmUtilityServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
- create() - Static method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Constructs an instance of PredictionServiceClient with default settings.
- create(PredictionServiceSettings) - Static method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Constructs an instance of PredictionServiceClient, using the given settings.
- create(PredictionServiceStub) - Static method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Constructs an instance of PredictionServiceClient, using the given stub for making calls.
- create(PredictionServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
- create(EndpointServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- create(ClientContext) - Static method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- create(LlmUtilityServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- create(ClientContext) - Static method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- create(PredictionServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- create(ClientContext) - Static method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- create(EndpointServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- create(ClientContext) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- create(ClientContext, HttpJsonStubCallableFactory) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- create(LlmUtilityServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- create(ClientContext) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- create(ClientContext, HttpJsonStubCallableFactory) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- create(PredictionServiceStubSettings) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- create(ClientContext) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- create(ClientContext, HttpJsonStubCallableFactory) - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- createAsync(PageContext<ListEndpointsRequest, ListEndpointsResponse, Endpoint>, ApiFuture<ListEndpointsResponse>) - Static method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPagedResponse
-
- createAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Static method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPagedResponse
-
- createAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPagedResponse
-
- createAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Static method in class com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPagedResponse
-
- createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createBatchingCallable(HttpJsonCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceCallableFactory
-
- createBatchingCallable(HttpJsonCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceCallableFactory
-
- createBatchingCallable(HttpJsonCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceCallableFactory
-
- createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createCollection(List<EndpointServiceClient.ListEndpointsPage>, int) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsFixedSizeCollection
-
- createCollection(List<EndpointServiceClient.ListLocationsPage>, int) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsFixedSizeCollection
-
- createCollection(List<LlmUtilityServiceClient.ListLocationsPage>, int) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsFixedSizeCollection
-
- createCollection(List<PredictionServiceClient.ListLocationsPage>, int) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsFixedSizeCollection
-
- createEndpointAsync(LocationName, Endpoint) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointAsync(String, Endpoint) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointAsync(LocationName, Endpoint, String) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointAsync(String, Endpoint, String) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointAsync(CreateEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- createEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- createEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- createEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Creates an Endpoint.
- createEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- createEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- createEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- createEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to createEndpoint.
- createEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to createEndpoint.
- createEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to createEndpoint.
- createEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to createEndpoint.
- createEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to createEndpoint.
- createEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to createEndpoint.
- createEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to createEndpoint.
- createEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to createEndpoint.
- createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createOperationCallable(HttpJsonCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceCallableFactory
-
- createOperationCallable(HttpJsonCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceCallableFactory
-
- createOperationCallable(HttpJsonCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceCallableFactory
-
- createPage(PageContext<ListEndpointsRequest, ListEndpointsResponse, Endpoint>, ListEndpointsResponse) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPage
-
- createPage(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ListLocationsResponse) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPage
-
- createPage(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ListLocationsResponse) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPage
-
- createPage(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ListLocationsResponse) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPage
-
- createPageAsync(PageContext<ListEndpointsRequest, ListEndpointsResponse, Endpoint>, ApiFuture<ListEndpointsResponse>) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListEndpointsPage
-
- createPageAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient.ListLocationsPage
-
- createPageAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient.ListLocationsPage
-
- createPageAsync(PageContext<ListLocationsRequest, ListLocationsResponse, Location>, ApiFuture<ListLocationsResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient.ListLocationsPage
-
- createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createPagedCallable(HttpJsonCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceCallableFactory
-
- createPagedCallable(HttpJsonCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceCallableFactory
-
- createPagedCallable(HttpJsonCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceCallableFactory
-
- createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createServerStreamingCallable(HttpJsonCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceCallableFactory
-
- createServerStreamingCallable(HttpJsonCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceCallableFactory
-
- createServerStreamingCallable(HttpJsonCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceCallableFactory
-
- createStub() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
- createStub() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
- createStub() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
- createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- createUnaryCallable(HttpJsonCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceCallableFactory
-
- createUnaryCallable(HttpJsonCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceCallableFactory
-
- createUnaryCallable(HttpJsonCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceCallableFactory
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns a builder for the default credentials for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultGrpcApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
- defaultGrpcApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
- defaultGrpcApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns a builder for the default gRPC ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns a builder for the default gRPC ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns a builder for the default gRPC ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns a builder for the default gRPC ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns a builder for the default gRPC ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns a builder for the default gRPC ChannelProvider for this service.
- defaultHttpJsonApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
- defaultHttpJsonApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
- defaultHttpJsonApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
- defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns a builder for the default REST ChannelProvider for this service.
- defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns a builder for the default REST ChannelProvider for this service.
- defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns a builder for the default REST ChannelProvider for this service.
- defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns a builder for the default REST ChannelProvider for this service.
- defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns a builder for the default REST ChannelProvider for this service.
- defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns a builder for the default REST ChannelProvider for this service.
- defaultTransportChannelProvider() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
- deleteEndpointAsync(EndpointName) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deletes an Endpoint.
- deleteEndpointAsync(String) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deletes an Endpoint.
- deleteEndpointAsync(DeleteEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deletes an Endpoint.
- deleteEndpointCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deletes an Endpoint.
- deleteEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- deleteEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- deleteEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- deleteEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deletes an Endpoint.
- deleteEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- deleteEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- deleteEndpointOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- deleteEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to deleteEndpoint.
- deleteEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to deleteEndpoint.
- deleteEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteEndpoint.
- deleteEndpointOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to deleteEndpoint.
- deleteEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to deleteEndpoint.
- deleteEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to deleteEndpoint.
- deleteEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteEndpoint.
- deleteEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to deleteEndpoint.
- deployModelAsync(EndpointName, DeployedModel, Map<String, Integer>) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deploys a Model into this Endpoint, creating a DeployedModel within it.
- deployModelAsync(String, DeployedModel, Map<String, Integer>) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deploys a Model into this Endpoint, creating a DeployedModel within it.
- deployModelAsync(DeployModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deploys a Model into this Endpoint, creating a DeployedModel within it.
- deployModelCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deploys a Model into this Endpoint, creating a DeployedModel within it.
- deployModelCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- deployModelCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- deployModelCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- deployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Deploys a Model into this Endpoint, creating a DeployedModel within it.
- deployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- deployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- deployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- deployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to deployModel.
- deployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to deployModel.
- deployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to deployModel.
- deployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to deployModel.
- deployModelSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to deployModel.
- deployModelSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to deployModel.
- deployModelSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to deployModel.
- deployModelSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to deployModel.
- directPredict(DirectPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform an unary online prediction request to a gRPC model server for Vertex first-party
products and frameworks.
- directPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform an unary online prediction request to a gRPC model server for Vertex first-party
products and frameworks.
- directPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- directPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- directPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- directPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to directPredict.
- directPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to directPredict.
- directPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to directPredict.
- directPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to directPredict.
- directRawPredict(DirectRawPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform an unary online prediction request to a gRPC model server for custom containers.
- directRawPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform an unary online prediction request to a gRPC model server for custom containers.
- directRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- directRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- directRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- directRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to directRawPredict.
- directRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to directRawPredict.
- directRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to directRawPredict.
- directRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to directRawPredict.
- generateContent(String, List<Content>) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Generate content with multimodal inputs.
- generateContent(GenerateContentRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Generate content with multimodal inputs.
- generateContent(String) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Generates content from generative model given a text.
- generateContent(Content) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Generates content from this model given a single content.
- generateContent(List<Content>) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Generates content from this model given a list of contents.
- generateContentAsync(String) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Asynchronously generates content from generative model given a text.
- generateContentAsync(Content) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Asynchronously generates content from generative model given a single Content.
- generateContentAsync(List<Content>) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Asynchronously generates content from generative model given a list of contents.
- generateContentCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Generate content with multimodal inputs.
- generateContentCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- generateContentCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- generateContentCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- generateContentSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to generateContent.
- generateContentSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to generateContent.
- generateContentSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to generateContent.
- generateContentSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to generateContent.
- generateContentStream(String) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Generates content with streaming support from generative model given a text.
- generateContentStream(Content) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Generates content with streaming support from generative model given a single Content.
- generateContentStream(List<Content>) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Generates content with streaming support from generative model given a list of contents.
- GenerativeModel - Class in com.google.cloud.vertexai.generativeai
-
This class holds a generative model that can complete what you provided.
- GenerativeModel(String, VertexAI) - Constructor for class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Constructs a GenerativeModel instance.
- GenerativeModel.Builder - Class in com.google.cloud.vertexai.generativeai
-
- getApiEndpoint() - Method in class com.google.cloud.vertexai.VertexAI
-
Returns the default endpoint to use when making API calls.
- getContent(GenerateContentResponse) - Static method in class com.google.cloud.vertexai.generativeai.ResponseHandler
-
Gets the content in a GenerateContentResponse.
- getCredentials() - Method in class com.google.cloud.vertexai.VertexAI
-
Returns the default credentials to use when making API calls.
- getDefaultEndpoint() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the default service endpoint.
- getDefaultMtlsEndpoint() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the default mTLS service endpoint.
- getDefaultMtlsEndpoint() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the default mTLS service endpoint.
- getDefaultMtlsEndpoint() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the default mTLS service endpoint.
- getDefaultServiceScopes() - Static method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the default service scopes.
- getEndpoint(EndpointName) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets an Endpoint.
- getEndpoint(String) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets an Endpoint.
- getEndpoint(GetEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets an Endpoint.
- getEndpointCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets an Endpoint.
- getEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- getEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- getEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- getEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to getEndpoint.
- getEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to getEndpoint.
- getEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getEndpoint.
- getEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to getEndpoint.
- getFinishReason(GenerateContentResponse) - Static method in class com.google.cloud.vertexai.generativeai.ResponseHandler
-
Gets the finish reason in a GenerateContentResponse.
- getFunctionCalls(GenerateContentResponse) - Static method in class com.google.cloud.vertexai.generativeai.ResponseHandler
-
Gets the list of function calls in a GenerateContentResponse.
- getGenerationConfig() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
- getHeaders() - Method in class com.google.cloud.vertexai.VertexAI
-
Returns the headers to use when making API calls.
- getHistory() - Method in class com.google.cloud.vertexai.generativeai.ChatSession
-
Returns the history of the conversation.
- getHistory() - Method in class com.google.cloud.vertexai.generativeai.ResponseStreamIteratorWithHistory
-
Retrieves all the chunks in a stream of responses.
- getHttpJsonOperationsClient() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
- getHttpJsonOperationsStub() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- getHttpJsonOperationsStub() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets the access control policy for a resource.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Gets the access control policy for a resource.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Gets the access control policy for a resource.
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets the access control policy for a resource.
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Gets the access control policy for a resource.
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Gets the access control policy for a resource.
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getLlmUtilityClient() - Method in class com.google.cloud.vertexai.VertexAI
-
- getLocation(GetLocationRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets information about a location.
- getLocation(GetLocationRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Gets information about a location.
- getLocation(GetLocationRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Gets information about a location.
- getLocation() - Method in class com.google.cloud.vertexai.VertexAI
-
Returns the default location to use when making API calls.
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Gets information about a location.
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Gets information about a location.
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Gets information about a location.
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- getLocationCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to getLocation.
- getLocationSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to getLocation.
- getMaxFunctionCalls() - Method in class com.google.cloud.vertexai.generativeai.AutomaticFunctionCallingResponder
-
Gets the maximum number of function calls to make in a row.
- getMethodDescriptors() - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- getMethodDescriptors() - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- getMethodDescriptors() - Static method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- getModelName() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Returns the model name of this generative model.
- getOperationsClient() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
- getOperationsStub() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- getOperationsStub() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- getOperationsStub() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- getOperationsStub() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- getPredictionServiceClient() - Method in class com.google.cloud.vertexai.VertexAI
-
- getProjectId() - Method in class com.google.cloud.vertexai.VertexAI
-
Returns the default project to use when making API calls.
- getSafetySettings() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
- getServiceName() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the default service name.
- getServiceName() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the default service name.
- getServiceName() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the default service name.
- getSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
- getSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
- getSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
- getStub() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
- getStub() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
- getStub() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
- getStubSettingsBuilder() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
- getStubSettingsBuilder() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
- getStubSettingsBuilder() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
- getSystemInstruction() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Returns the optional system instruction of this generative model.
- getText(GenerateContentResponse) - Static method in class com.google.cloud.vertexai.generativeai.ResponseHandler
-
Gets the text message in a GenerateContentResponse.
- getToolConfig() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Returns the optional
ToolConfig of this generative model.
- getTools() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Returns a list of
Tool of this generative model.
- getTransport() - Method in class com.google.cloud.vertexai.VertexAI
-
Returns the default
Transport layer to use to send API requests.
- GrpcEndpointServiceCallableFactory - Class in com.google.cloud.vertexai.api.stub
-
gRPC callable factory implementation for the EndpointService service API.
- GrpcEndpointServiceCallableFactory() - Constructor for class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceCallableFactory
-
- GrpcEndpointServiceStub - Class in com.google.cloud.vertexai.api.stub
-
gRPC stub implementation for the EndpointService service API.
- GrpcEndpointServiceStub(EndpointServiceStubSettings, ClientContext) - Constructor for class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
Constructs an instance of GrpcEndpointServiceStub, using the given settings.
- GrpcEndpointServiceStub(EndpointServiceStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
Constructs an instance of GrpcEndpointServiceStub, using the given settings.
- GrpcLlmUtilityServiceCallableFactory - Class in com.google.cloud.vertexai.api.stub
-
gRPC callable factory implementation for the LlmUtilityService service API.
- GrpcLlmUtilityServiceCallableFactory() - Constructor for class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceCallableFactory
-
- GrpcLlmUtilityServiceStub - Class in com.google.cloud.vertexai.api.stub
-
gRPC stub implementation for the LlmUtilityService service API.
- GrpcLlmUtilityServiceStub(LlmUtilityServiceStubSettings, ClientContext) - Constructor for class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
Constructs an instance of GrpcLlmUtilityServiceStub, using the given settings.
- GrpcLlmUtilityServiceStub(LlmUtilityServiceStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
Constructs an instance of GrpcLlmUtilityServiceStub, using the given settings.
- GrpcPredictionServiceCallableFactory - Class in com.google.cloud.vertexai.api.stub
-
gRPC callable factory implementation for the PredictionService service API.
- GrpcPredictionServiceCallableFactory() - Constructor for class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceCallableFactory
-
- GrpcPredictionServiceStub - Class in com.google.cloud.vertexai.api.stub
-
gRPC stub implementation for the PredictionService service API.
- GrpcPredictionServiceStub(PredictionServiceStubSettings, ClientContext) - Constructor for class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
Constructs an instance of GrpcPredictionServiceStub, using the given settings.
- GrpcPredictionServiceStub(PredictionServiceStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
Constructs an instance of GrpcPredictionServiceStub, using the given settings.
- listEndpoints(LocationName) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists Endpoints in a Location.
- listEndpoints(String) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists Endpoints in a Location.
- listEndpoints(ListEndpointsRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists Endpoints in a Location.
- listEndpointsCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists Endpoints in a Location.
- listEndpointsCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- listEndpointsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- listEndpointsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- listEndpointsPagedCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists Endpoints in a Location.
- listEndpointsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- listEndpointsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- listEndpointsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- listEndpointsSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to listEndpoints.
- listEndpointsSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to listEndpoints.
- listEndpointsSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to listEndpoints.
- listEndpointsSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to listEndpoints.
- listLocations(ListLocationsRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists information about the supported locations for this service.
- listLocations(ListLocationsRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Lists information about the supported locations for this service.
- listLocations(ListLocationsRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Lists information about the supported locations for this service.
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists information about the supported locations for this service.
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Lists information about the supported locations for this service.
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Lists information about the supported locations for this service.
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- listLocationsCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Lists information about the supported locations for this service.
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Lists information about the supported locations for this service.
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Lists information about the supported locations for this service.
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- listLocationsPagedCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to listLocations.
- listLocationsSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to listLocations.
- LlmUtilityServiceClient - Class in com.google.cloud.vertexai.api
-
Service Description: Service for LLM related utility functions.
- LlmUtilityServiceClient(LlmUtilityServiceSettings) - Constructor for class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Constructs an instance of LlmUtilityServiceClient, using the given settings.
- LlmUtilityServiceClient(LlmUtilityServiceStub) - Constructor for class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
- LlmUtilityServiceClient.ListLocationsFixedSizeCollection - Class in com.google.cloud.vertexai.api
-
- LlmUtilityServiceClient.ListLocationsPage - Class in com.google.cloud.vertexai.api
-
- LlmUtilityServiceClient.ListLocationsPagedResponse - Class in com.google.cloud.vertexai.api
-
- LlmUtilityServiceSettings - Class in com.google.cloud.vertexai.api
-
- LlmUtilityServiceSettings(LlmUtilityServiceSettings.Builder) - Constructor for class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
- LlmUtilityServiceSettings.Builder - Class in com.google.cloud.vertexai.api
-
Builder for LlmUtilityServiceSettings.
- LlmUtilityServiceStub - Class in com.google.cloud.vertexai.api.stub
-
Base stub class for the LlmUtilityService service API.
- LlmUtilityServiceStub() - Constructor for class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- LlmUtilityServiceStubSettings - Class in com.google.cloud.vertexai.api.stub
-
- LlmUtilityServiceStubSettings(LlmUtilityServiceStubSettings.Builder) - Constructor for class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
- LlmUtilityServiceStubSettings.Builder - Class in com.google.cloud.vertexai.api.stub
-
Builder for LlmUtilityServiceStubSettings.
- SchemaMaker - Class in com.google.cloud.vertexai.generativeai
-
- sendMessage(String) - Method in class com.google.cloud.vertexai.generativeai.ChatSession
-
Sends a message to the model and returns a response.
- sendMessage(Content) - Method in class com.google.cloud.vertexai.generativeai.ChatSession
-
Sends a message to the model and returns a response.
- sendMessageStream(String) - Method in class com.google.cloud.vertexai.generativeai.ChatSession
-
Sends a message to the model and returns a stream of responses.
- sendMessageStream(Content) - Method in class com.google.cloud.vertexai.generativeai.ChatSession
-
Sends a message to the model and returns a stream of responses.
- serverStreamingPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform a server-side streaming online prediction request for Vertex LLM streaming.
- serverStreamingPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- serverStreamingPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- serverStreamingPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- serverStreamingPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to serverStreamingPredict.
- serverStreamingPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to serverStreamingPredict.
- serverStreamingPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to serverStreamingPredict.
- serverStreamingPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to serverStreamingPredict.
- setApiEndpoint(String) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setCredentials(Credentials) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setCustomHeaders(Map<String, String>) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setGenerationConfig(GenerationConfig) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets
GenerationConfig that will be used by default to
interact with the generative model.
- setHistory(List<Content>) - Method in class com.google.cloud.vertexai.generativeai.ChatSession
-
Sets the history to a list of Content.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Sets the access control policy on the specified resource.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Sets the access control policy on the specified resource.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Sets the access control policy on the specified resource.
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Sets the access control policy on the specified resource.
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Sets the access control policy on the specified resource.
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Sets the access control policy on the specified resource.
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setLlmClientSupplier(Supplier<LlmUtilityServiceClient>) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setLocation(String) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setMaxFunctionCalls(int) - Method in class com.google.cloud.vertexai.generativeai.AutomaticFunctionCallingResponder
-
Sets the maximum number of function calls to make in a row.
- setModelName(String) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets the name of the generative model.
- setPredictionClientSupplier(Supplier<PredictionServiceClient>) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setProjectId(String) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setSafetySettings(List<SafetySetting>) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets a list of
SafetySetting that will be used by
default to interact with the generative model.
- setScopes(List<String>) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setSystemInstruction(Content) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets a system instruction that will be used by default to interact with the generative model.
- setToolConfig(ToolConfig) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets a
ToolConfig that will be used by default to
interact with the generative model.
- setTools(List<Tool>) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets a list of
Tool that will be used by default to
interact with the generative model.
- setTransport(Transport) - Method in class com.google.cloud.vertexai.VertexAI.Builder
-
- setVertexAi(VertexAI) - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel.Builder
-
Sets
VertexAI that contains the default configs for the
generative model.
- shutdown() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
- shutdown() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
- shutdown() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
- shutdown() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- shutdown() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- shutdown() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- shutdown() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- shutdown() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- shutdown() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- shutdownNow() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- startChat() - Method in class com.google.cloud.vertexai.generativeai.GenerativeModel
-
Returns a new
ChatSession instance that can be used to start a chat with this model.
- stream() - Method in class com.google.cloud.vertexai.generativeai.ResponseStream
-
Makes a stream from the instance.
- streamDirectPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform a streaming online prediction request to a gRPC model server for Vertex first-party
products and frameworks.
- streamDirectPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- streamDirectPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- streamDirectPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- streamDirectPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to streamDirectPredict.
- streamDirectPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to streamDirectPredict.
- streamDirectPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to streamDirectPredict.
- streamDirectPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to streamDirectPredict.
- streamDirectRawPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform a streaming online prediction request to a gRPC model server for custom containers.
- streamDirectRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- streamDirectRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- streamDirectRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- streamDirectRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to streamDirectRawPredict.
- streamDirectRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to streamDirectRawPredict.
- streamDirectRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to streamDirectRawPredict.
- streamDirectRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to streamDirectRawPredict.
- streamGenerateContentCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Generate content with multimodal inputs with streaming support.
- streamGenerateContentCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- streamGenerateContentCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- streamGenerateContentCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- streamGenerateContentSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to streamGenerateContent.
- streamGenerateContentSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to streamGenerateContent.
- streamGenerateContentSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to streamGenerateContent.
- streamGenerateContentSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to streamGenerateContent.
- streamingPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform a streaming online prediction request for Vertex first-party products and frameworks.
- streamingPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- streamingPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- streamingPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- streamingPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to streamingPredict.
- streamingPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to streamingPredict.
- streamingPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to streamingPredict.
- streamingPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to streamingPredict.
- streamingRawPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform a streaming online prediction request through gRPC.
- streamingRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- streamingRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- streamingRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- streamingRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to streamingRawPredict.
- streamingRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to streamingRawPredict.
- streamingRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to streamingRawPredict.
- streamingRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to streamingRawPredict.
- streamRawPredictCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Perform a streaming online prediction with an arbitrary HTTP payload.
- streamRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- streamRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- streamRawPredictCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- streamRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to streamRawPredict.
- streamRawPredictSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to streamRawPredict.
- streamRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to streamRawPredict.
- streamRawPredictSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to streamRawPredict.
- testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Returns permissions that a caller has on the specified resource.
- testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Returns permissions that a caller has on the specified resource.
- testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Returns permissions that a caller has on the specified resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Returns permissions that a caller has on the specified resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceClient
-
Returns permissions that a caller has on the specified resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.PredictionServiceClient
-
Returns permissions that a caller has on the specified resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcLlmUtilityServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcPredictionServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonLlmUtilityServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonPredictionServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStub
-
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- toBuilder() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.vertexai.api.LlmUtilityServiceSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.vertexai.api.PredictionServiceSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings
-
Returns a builder containing all the values of this settings class.
- Transport - Enum in com.google.cloud.vertexai
-
Transport used for sending request.
- unaryMethodSettingsBuilders() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
- unaryMethodSettingsBuilders() - Method in class com.google.cloud.vertexai.api.stub.LlmUtilityServiceStubSettings.Builder
-
- unaryMethodSettingsBuilders() - Method in class com.google.cloud.vertexai.api.stub.PredictionServiceStubSettings.Builder
-
- undeployModelAsync(EndpointName, String, Map<String, Integer>) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources
it's using.
- undeployModelAsync(String, String, Map<String, Integer>) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources
it's using.
- undeployModelAsync(UndeployModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources
it's using.
- undeployModelCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources
it's using.
- undeployModelCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- undeployModelCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- undeployModelCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- undeployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources
it's using.
- undeployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- undeployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- undeployModelOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- undeployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to undeployModel.
- undeployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to undeployModel.
- undeployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to undeployModel.
- undeployModelOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to undeployModel.
- undeployModelSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to undeployModel.
- undeployModelSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to undeployModel.
- undeployModelSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to undeployModel.
- undeployModelSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to undeployModel.
- updateEndpoint(Endpoint, FieldMask) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint.
- updateEndpoint(UpdateEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint.
- updateEndpointCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint.
- updateEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- updateEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- updateEndpointCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- updateEndpointLongRunningAsync(Endpoint) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint with a long running operation.
- updateEndpointLongRunningAsync(UpdateEndpointLongRunningRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint with a long running operation.
- updateEndpointLongRunningCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint with a long running operation.
- updateEndpointLongRunningCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- updateEndpointLongRunningCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- updateEndpointLongRunningCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- updateEndpointLongRunningOperationCallable() - Method in class com.google.cloud.vertexai.api.EndpointServiceClient
-
Updates an Endpoint with a long running operation.
- updateEndpointLongRunningOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStub
-
- updateEndpointLongRunningOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.GrpcEndpointServiceStub
-
- updateEndpointLongRunningOperationCallable() - Method in class com.google.cloud.vertexai.api.stub.HttpJsonEndpointServiceStub
-
- updateEndpointLongRunningOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningOperationSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningOperationSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to updateEndpointLongRunning.
- updateEndpointLongRunningSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to updateEndpointLongRunning.
- updateEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings.Builder
-
Returns the builder for the settings used for calls to updateEndpoint.
- updateEndpointSettings() - Method in class com.google.cloud.vertexai.api.EndpointServiceSettings
-
Returns the object with the settings used for calls to updateEndpoint.
- updateEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings.Builder
-
Returns the builder for the settings used for calls to updateEndpoint.
- updateEndpointSettings() - Method in class com.google.cloud.vertexai.api.stub.EndpointServiceStubSettings
-
Returns the object with the settings used for calls to updateEndpoint.
- USER_AGENT_HEADER - Static variable in class com.google.cloud.vertexai.Constants
-