@Generated(value="OracleSDKGenerator", comments="API Version: 20231130") public class GenerativeAiClient extends BaseSyncClient implements GenerativeAi
Modifier and Type | Class and Description |
---|---|
static class |
GenerativeAiClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
static Service |
SERVICE
Service instance for GenerativeAi.
|
Constructor and Description |
---|
GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
Modifier and Type | Method and Description |
---|---|
static GenerativeAiClient.Builder |
builder()
Create a builder for this client.
|
ChangeDedicatedAiClusterCompartmentResponse |
changeDedicatedAiClusterCompartment(ChangeDedicatedAiClusterCompartmentRequest request)
Moves a dedicated AI cluster into a different compartment within the same tenancy.
|
ChangeEndpointCompartmentResponse |
changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
Moves an endpoint into a different compartment within the same tenancy.
|
ChangeModelCompartmentResponse |
changeModelCompartment(ChangeModelCompartmentRequest request)
Moves a custom model into a different compartment.
|
void |
close() |
CreateDedicatedAiClusterResponse |
createDedicatedAiCluster(CreateDedicatedAiClusterRequest request)
Creates a dedicated AI cluster.
|
CreateEndpointResponse |
createEndpoint(CreateEndpointRequest request)
Creates an endpoint.
|
CreateModelResponse |
createModel(CreateModelRequest request)
Creates a custom model by fine-tuning a base model with your own dataset.
|
DeleteDedicatedAiClusterResponse |
deleteDedicatedAiCluster(DeleteDedicatedAiClusterRequest request)
Deletes a dedicated AI cluster.
|
DeleteEndpointResponse |
deleteEndpoint(DeleteEndpointRequest request)
Deletes an endpoint.
|
DeleteModelResponse |
deleteModel(DeleteModelRequest request)
Deletes a custom model.
|
String |
getClientCommonLibraryVersion() |
GetDedicatedAiClusterResponse |
getDedicatedAiCluster(GetDedicatedAiClusterRequest request)
Gets information about a dedicated AI cluster.
|
protected ClientConfigurator |
getDefaultConfigurator() |
String |
getEndpoint() |
GetEndpointResponse |
getEndpoint(GetEndpointRequest request)
Gets information about an endpoint.
|
Optional<String> |
getMinimumClientCommonLibraryVersionFromClient() |
GetModelResponse |
getModel(GetModelRequest request)
Gets information about a custom model.
|
GenerativeAiPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
GenerativeAiWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Gets the details of a work request.
|
ListDedicatedAiClustersResponse |
listDedicatedAiClusters(ListDedicatedAiClustersRequest request)
Lists the dedicated AI clusters in a specific compartment.
|
ListEndpointsResponse |
listEndpoints(ListEndpointsRequest request)
Lists the endpoints of a specific compartment.
|
ListModelsResponse |
listModels(ListModelsRequest request)
Lists the models in a specific compartment.
|
ListWorkRequestErrorsResponse |
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Lists the errors for a work request.
|
ListWorkRequestLogsResponse |
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Lists the logs for a work request.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.
|
void |
populateServiceParametersInEndpoint(String endpoint,
Map<String,Object> requiredParametersMap)
Populate the parameters in the endpoint with its corresponding value and update the base
endpoint.
|
void |
refreshClient()
Rebuild the backing
HttpClient . |
void |
setEndpoint(String endpoint) |
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
void |
updateBaseEndpoint(String endpoint)
This method should be used for parameterized endpoint templates only.
|
UpdateDedicatedAiClusterResponse |
updateDedicatedAiCluster(UpdateDedicatedAiClusterRequest request)
Updates a dedicated AI cluster.
|
UpdateEndpointResponse |
updateEndpoint(UpdateEndpointRequest request)
Updates the properties of an endpoint.
|
UpdateModelResponse |
updateModel(UpdateModelRequest request)
Updates the properties of a custom model such as name, description, version, freeform tags,
and defined tags.
|
void |
useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
This method should be used to enable or disable the use of realm-specific endpoint template.
|
clientCall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for GenerativeAi.
public final String clientCommonLibraryVersion
@Deprecated public GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public GenerativeAiClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see GenerativeAiClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
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
@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
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
@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
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)
@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
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
@Deprecated public GenerativeAiClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
builder
instead.Create a new client instance.
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
public static GenerativeAiClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
GenerativeAi
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the
endpoint. If the service is not available in this Region, however, an
IllegalArgumentException will be raised.
setRegion
in interface GenerativeAi
region
- The region of the service.public void setRegion(String regionId)
GenerativeAi
Sets 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 call setEndpoint
.
setRegion
in interface GenerativeAi
regionId
- The public region ID.public ChangeDedicatedAiClusterCompartmentResponse changeDedicatedAiClusterCompartment(ChangeDedicatedAiClusterCompartmentRequest request)
GenerativeAi
Moves 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.
changeDedicatedAiClusterCompartment
in interface GenerativeAi
request
- The request object containing the details to sendpublic ChangeEndpointCompartmentResponse changeEndpointCompartment(ChangeEndpointCompartmentRequest request)
GenerativeAi
Moves an endpoint into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
changeEndpointCompartment
in interface GenerativeAi
request
- The request object containing the details to sendpublic ChangeModelCompartmentResponse changeModelCompartment(ChangeModelCompartmentRequest request)
GenerativeAi
Moves a custom model into a different compartment. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
changeModelCompartment
in interface GenerativeAi
request
- The request object containing the details to sendpublic CreateDedicatedAiClusterResponse createDedicatedAiCluster(CreateDedicatedAiClusterRequest request)
GenerativeAi
Creates a dedicated AI cluster.
createDedicatedAiCluster
in interface GenerativeAi
request
- The request object containing the details to sendpublic CreateEndpointResponse createEndpoint(CreateEndpointRequest request)
GenerativeAi
Creates an endpoint.
The header contains an opc-work-request-id, which is the id for the WorkRequest that tracks the endpoint creation progress.
createEndpoint
in interface GenerativeAi
request
- The request object containing the details to sendpublic CreateModelResponse createModel(CreateModelRequest request)
GenerativeAi
Creates 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.
createModel
in interface GenerativeAi
request
- The request object containing the details to sendpublic DeleteDedicatedAiClusterResponse deleteDedicatedAiCluster(DeleteDedicatedAiClusterRequest request)
GenerativeAi
Deletes 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.
deleteDedicatedAiCluster
in interface GenerativeAi
request
- The request object containing the details to sendpublic DeleteEndpointResponse deleteEndpoint(DeleteEndpointRequest request)
GenerativeAi
Deletes an endpoint.
deleteEndpoint
in interface GenerativeAi
request
- The request object containing the details to sendpublic DeleteModelResponse deleteModel(DeleteModelRequest request)
GenerativeAi
Deletes a custom model. A model shouldn’t be deleted if there’s one or more active endpoints associated with that model.
deleteModel
in interface GenerativeAi
request
- The request object containing the details to sendpublic GetDedicatedAiClusterResponse getDedicatedAiCluster(GetDedicatedAiClusterRequest request)
GenerativeAi
Gets information about a dedicated AI cluster.
getDedicatedAiCluster
in interface GenerativeAi
request
- The request object containing the details to sendpublic GetEndpointResponse getEndpoint(GetEndpointRequest request)
GenerativeAi
Gets information about an endpoint.
getEndpoint
in interface GenerativeAi
request
- The request object containing the details to sendpublic GetModelResponse getModel(GetModelRequest request)
GenerativeAi
Gets information about a custom model.
getModel
in interface GenerativeAi
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
GenerativeAi
Gets the details of a work request.
getWorkRequest
in interface GenerativeAi
request
- The request object containing the details to sendpublic ListDedicatedAiClustersResponse listDedicatedAiClusters(ListDedicatedAiClustersRequest request)
GenerativeAi
Lists the dedicated AI clusters in a specific compartment.
listDedicatedAiClusters
in interface GenerativeAi
request
- The request object containing the details to sendpublic ListEndpointsResponse listEndpoints(ListEndpointsRequest request)
GenerativeAi
Lists the endpoints of a specific compartment.
listEndpoints
in interface GenerativeAi
request
- The request object containing the details to sendpublic ListModelsResponse listModels(ListModelsRequest request)
GenerativeAi
Lists the models in a specific compartment. Includes pretrained base models and fine-tuned custom models.
listModels
in interface GenerativeAi
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
GenerativeAi
Lists the errors for a work request.
listWorkRequestErrors
in interface GenerativeAi
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
GenerativeAi
Lists the logs for a work request.
listWorkRequestLogs
in interface GenerativeAi
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
GenerativeAi
Lists the work requests in a compartment.
listWorkRequests
in interface GenerativeAi
request
- The request object containing the details to sendpublic UpdateDedicatedAiClusterResponse updateDedicatedAiCluster(UpdateDedicatedAiClusterRequest request)
GenerativeAi
Updates a dedicated AI cluster.
updateDedicatedAiCluster
in interface GenerativeAi
request
- The request object containing the details to sendpublic UpdateEndpointResponse updateEndpoint(UpdateEndpointRequest request)
GenerativeAi
Updates the properties of an endpoint.
updateEndpoint
in interface GenerativeAi
request
- The request object containing the details to sendpublic UpdateModelResponse updateModel(UpdateModelRequest request)
GenerativeAi
Updates the properties of a custom model such as name, description, version, freeform tags, and defined tags.
updateModel
in interface GenerativeAi
request
- The request object containing the details to sendpublic GenerativeAiWaiters getWaiters()
GenerativeAi
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface GenerativeAi
public GenerativeAiPaginators getPaginators()
GenerativeAi
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data. These paginators provide an Iterable
interface so that service responses, or resources/records, can be iterated through without
having to manually deal with pagination and page tokens.
getPaginators
in interface GenerativeAi
protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.public final void close()
close
in interface AutoCloseable
public String getClientCommonLibraryVersion()
Copyright © 2016–2024. All rights reserved.