Class GenerativeAiClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.generativeai.GenerativeAiClient
 
 
- 
- All Implemented Interfaces:
- GenerativeAi,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20231130") public class GenerativeAiClient extends BaseSyncClient implements GenerativeAi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGenerativeAiClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for GenerativeAi.
 - 
Constructor SummaryConstructors Constructor Description GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerativeAiClient.Builderbuilder()Create a builder for this client.ChangeDedicatedAiClusterCompartmentResponsechangeDedicatedAiClusterCompartment(ChangeDedicatedAiClusterCompartmentRequest request)Moves a dedicated AI cluster into a different compartment within the same tenancy.ChangeEndpointCompartmentResponsechangeEndpointCompartment(ChangeEndpointCompartmentRequest request)Moves an endpoint into a different compartment within the same tenancy.ChangeGenerativeAiPrivateEndpointCompartmentResponsechangeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request)Moves a Generative AI private endpoint into a different compartment.ChangeModelCompartmentResponsechangeModelCompartment(ChangeModelCompartmentRequest request)Moves a custom model into a different compartment.voidclose()CreateDedicatedAiClusterResponsecreateDedicatedAiCluster(CreateDedicatedAiClusterRequest request)Creates a dedicated AI cluster.CreateEndpointResponsecreateEndpoint(CreateEndpointRequest request)Creates an endpoint.CreateGenerativeAiPrivateEndpointResponsecreateGenerativeAiPrivateEndpoint(CreateGenerativeAiPrivateEndpointRequest request)Creates a Generative AI private endpoint.CreateModelResponsecreateModel(CreateModelRequest request)Creates a custom model by fine-tuning a base model with your own dataset.DeleteDedicatedAiClusterResponsedeleteDedicatedAiCluster(DeleteDedicatedAiClusterRequest request)Deletes a dedicated AI cluster.DeleteEndpointResponsedeleteEndpoint(DeleteEndpointRequest request)Deletes an endpoint.DeleteGenerativeAiPrivateEndpointResponsedeleteGenerativeAiPrivateEndpoint(DeleteGenerativeAiPrivateEndpointRequest request)Deletes a Generative AI private endpoint usingprivateEndpointId.DeleteModelResponsedeleteModel(DeleteModelRequest request)Deletes a custom model.StringgetClientCommonLibraryVersion()GetDedicatedAiClusterResponsegetDedicatedAiCluster(GetDedicatedAiClusterRequest request)Gets information about a dedicated AI cluster.protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()GetEndpointResponsegetEndpoint(GetEndpointRequest request)Gets information about an endpoint.GetGenerativeAiPrivateEndpointResponsegetGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointRequest request)Retrieves an Generative AI private endpoint using aprivateEndpointId.Optional<String>getMinimumClientCommonLibraryVersionFromClient()GetModelResponsegetModel(GetModelRequest request)Gets information about a custom model.GenerativeAiPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GenerativeAiWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the details of a work request.ListDedicatedAiClustersResponselistDedicatedAiClusters(ListDedicatedAiClustersRequest request)Lists the dedicated AI clusters in a specific compartment.ListEndpointsResponselistEndpoints(ListEndpointsRequest request)Lists the endpoints of a specific compartment.ListGenerativeAiPrivateEndpointsResponselistGenerativeAiPrivateEndpoints(ListGenerativeAiPrivateEndpointsRequest request)Lists all Generative AI private endpoints in the specified compartment.ListModelsResponselistModels(ListModelsRequest request)Lists the models in a specific compartment.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Lists the errors for a work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Lists the logs for a work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.voidsetEndpoint(String endpoint)voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateDedicatedAiClusterResponseupdateDedicatedAiCluster(UpdateDedicatedAiClusterRequest request)Updates a dedicated AI cluster.UpdateEndpointResponseupdateEndpoint(UpdateEndpointRequest request)Updates the properties of an endpoint.UpdateGenerativeAiPrivateEndpointResponseupdateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request)Updates a Generative AI private endpoint using aprivateEndpointId.UpdateModelResponseupdateModel(UpdateModelRequest request)Updates the properties of a custom model such as name, description, version, freeform tags, and defined tags.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.generativeai.GenerativeAigetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
GenerativeAiClient@Deprecated public GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 - 
GenerativeAiClient@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
- executorService-- GenerativeAiClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static GenerativeAiClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:GenerativeAiSets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Specified by:
- setRegionin interface- GenerativeAi
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:GenerativeAiSets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Specified by:
- setRegionin interface- GenerativeAi
- Parameters:
- regionId- The public region ID.
 
 - 
changeDedicatedAiClusterCompartmentpublic ChangeDedicatedAiClusterCompartmentResponse changeDedicatedAiClusterCompartment(ChangeDedicatedAiClusterCompartmentRequest request) Description copied from interface:GenerativeAiMoves a dedicated AI cluster into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. - Specified by:
- changeDedicatedAiClusterCompartmentin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeEndpointCompartmentpublic ChangeEndpointCompartmentResponse changeEndpointCompartment(ChangeEndpointCompartmentRequest request) Description copied from interface:GenerativeAiMoves an endpoint into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. - Specified by:
- changeEndpointCompartmentin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeGenerativeAiPrivateEndpointCompartmentpublic ChangeGenerativeAiPrivateEndpointCompartmentResponse changeGenerativeAiPrivateEndpointCompartment(ChangeGenerativeAiPrivateEndpointCompartmentRequest request) Description copied from interface:GenerativeAiMoves a Generative AI private endpoint into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeGenerativeAiPrivateEndpointCompartmentin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeModelCompartmentpublic ChangeModelCompartmentResponse changeModelCompartment(ChangeModelCompartmentRequest request) Description copied from interface:GenerativeAiMoves a custom model into a different compartment.For information about moving resources between compartments, see Moving Resources to a Different Compartment. - Specified by:
- changeModelCompartmentin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createDedicatedAiClusterpublic CreateDedicatedAiClusterResponse createDedicatedAiCluster(CreateDedicatedAiClusterRequest request) Description copied from interface:GenerativeAiCreates a dedicated AI cluster.- Specified by:
- createDedicatedAiClusterin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createEndpointpublic CreateEndpointResponse createEndpoint(CreateEndpointRequest request) Description copied from interface:GenerativeAiCreates an endpoint.The header contains an opc-work-request-id, which is the id for the WorkRequest that tracks the endpoint creation progress. - Specified by:
- createEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createGenerativeAiPrivateEndpointpublic CreateGenerativeAiPrivateEndpointResponse createGenerativeAiPrivateEndpoint(CreateGenerativeAiPrivateEndpointRequest request) Description copied from interface:GenerativeAiCreates a Generative AI private endpoint.- Specified by:
- createGenerativeAiPrivateEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelpublic CreateModelResponse createModel(CreateModelRequest request) Description copied from interface:GenerativeAiCreates a custom model by fine-tuning a base model with your own dataset.You can create a new custom models or create a new version of existing custom model.. The header contains an opc-work-request-id, which is the id for the WorkRequest that tracks the model creation progress. - Specified by:
- createModelin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteDedicatedAiClusterpublic DeleteDedicatedAiClusterResponse deleteDedicatedAiCluster(DeleteDedicatedAiClusterRequest request) Description copied from interface:GenerativeAiDeletes a dedicated AI cluster.You can only delete clusters without attached resources. Before you delete a hosting dedicated AI cluster, you must delete the endpoints associated to that cluster. Before you delete a fine-tuning dedicated AI cluster, you must delete the custom model on that cluster. The delete action permanently deletes the cluster. This action can't be undone. - Specified by:
- deleteDedicatedAiClusterin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteEndpointpublic DeleteEndpointResponse deleteEndpoint(DeleteEndpointRequest request) Description copied from interface:GenerativeAiDeletes an endpoint.- Specified by:
- deleteEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteGenerativeAiPrivateEndpointpublic DeleteGenerativeAiPrivateEndpointResponse deleteGenerativeAiPrivateEndpoint(DeleteGenerativeAiPrivateEndpointRequest request) Description copied from interface:GenerativeAiDeletes a Generative AI private endpoint usingprivateEndpointId.- Specified by:
- deleteGenerativeAiPrivateEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelpublic DeleteModelResponse deleteModel(DeleteModelRequest request) Description copied from interface:GenerativeAiDeletes a custom model.A model shouldn’t be deleted if there’s one or more active endpoints associated with that model. - Specified by:
- deleteModelin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getDedicatedAiClusterpublic GetDedicatedAiClusterResponse getDedicatedAiCluster(GetDedicatedAiClusterRequest request) Description copied from interface:GenerativeAiGets information about a dedicated AI cluster.- Specified by:
- getDedicatedAiClusterin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getEndpointpublic GetEndpointResponse getEndpoint(GetEndpointRequest request) Description copied from interface:GenerativeAiGets information about an endpoint.- Specified by:
- getEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getGenerativeAiPrivateEndpointpublic GetGenerativeAiPrivateEndpointResponse getGenerativeAiPrivateEndpoint(GetGenerativeAiPrivateEndpointRequest request) Description copied from interface:GenerativeAiRetrieves an Generative AI private endpoint using aprivateEndpointId.- Specified by:
- getGenerativeAiPrivateEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelpublic GetModelResponse getModel(GetModelRequest request) Description copied from interface:GenerativeAiGets information about a custom model.- Specified by:
- getModelin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWorkRequestpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Description copied from interface:GenerativeAiGets the details of a work request.- Specified by:
- getWorkRequestin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listDedicatedAiClusterspublic ListDedicatedAiClustersResponse listDedicatedAiClusters(ListDedicatedAiClustersRequest request) Description copied from interface:GenerativeAiLists the dedicated AI clusters in a specific compartment.- Specified by:
- listDedicatedAiClustersin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listEndpointspublic ListEndpointsResponse listEndpoints(ListEndpointsRequest request) Description copied from interface:GenerativeAiLists the endpoints of a specific compartment.- Specified by:
- listEndpointsin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listGenerativeAiPrivateEndpointspublic ListGenerativeAiPrivateEndpointsResponse listGenerativeAiPrivateEndpoints(ListGenerativeAiPrivateEndpointsRequest request) Description copied from interface:GenerativeAiLists all Generative AI private endpoints in the specified compartment.- Specified by:
- listGenerativeAiPrivateEndpointsin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelspublic ListModelsResponse listModels(ListModelsRequest request) Description copied from interface:GenerativeAiLists the models in a specific compartment.Includes pretrained base models and fine-tuned custom models. - Specified by:
- listModelsin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestErrorspublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Description copied from interface:GenerativeAiLists the errors for a work request.- Specified by:
- listWorkRequestErrorsin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestLogspublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Description copied from interface:GenerativeAiLists the logs for a work request.- Specified by:
- listWorkRequestLogsin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestspublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Description copied from interface:GenerativeAiLists the work requests in a compartment.- Specified by:
- listWorkRequestsin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateDedicatedAiClusterpublic UpdateDedicatedAiClusterResponse updateDedicatedAiCluster(UpdateDedicatedAiClusterRequest request) Description copied from interface:GenerativeAiUpdates a dedicated AI cluster.- Specified by:
- updateDedicatedAiClusterin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateEndpointpublic UpdateEndpointResponse updateEndpoint(UpdateEndpointRequest request) Description copied from interface:GenerativeAiUpdates the properties of an endpoint.- Specified by:
- updateEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateGenerativeAiPrivateEndpointpublic UpdateGenerativeAiPrivateEndpointResponse updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request) Description copied from interface:GenerativeAiUpdates a Generative AI private endpoint using aprivateEndpointId.- Specified by:
- updateGenerativeAiPrivateEndpointin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelpublic UpdateModelResponse updateModel(UpdateModelRequest request) Description copied from interface:GenerativeAiUpdates the properties of a custom model such as name, description, version, freeform tags, and defined tags.- Specified by:
- updateModelin interface- GenerativeAi
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic GenerativeAiWaiters getWaiters() Description copied from interface:GenerativeAiGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- GenerativeAi
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic GenerativeAiPaginators getPaginators() Description copied from interface:GenerativeAiGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- GenerativeAi
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-