Class DataScienceClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.datascience.DataScienceClient
 
 
- 
- All Implemented Interfaces:
- DataScience,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public class DataScienceClient extends BaseSyncClient implements DataScience
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDataScienceClient.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 DataScience.
 - 
Constructor SummaryConstructors Constructor Description DataScienceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.DataScienceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.DataScienceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DataScienceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DataScienceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.DataScienceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.DataScienceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.DataScienceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method Summary- 
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.datascience.DataSciencegetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
DataScienceClient@Deprecated public DataScienceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DataScienceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
DataScienceClient@Deprecated public DataScienceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DataScienceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
DataScienceClient@Deprecated public DataScienceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DataScienceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
DataScienceClient@Deprecated public DataScienceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DataScienceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
DataScienceClient@Deprecated public DataScienceClient(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- DataScienceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
DataScienceClient@Deprecated public DataScienceClient(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- DataScienceClient.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)
 
 - 
DataScienceClient@Deprecated public DataScienceClient(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- DataScienceClient.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
 
 - 
DataScienceClient@Deprecated public DataScienceClient(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- DataScienceClient.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-- DataScienceClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static DataScienceClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:DataScienceSets 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- DataScience
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:DataScienceSets 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- DataScience
- Parameters:
- regionId- The public region ID.
 
 - 
activateModelpublic ActivateModelResponse activateModel(ActivateModelRequest request) Description copied from interface:DataScienceActivates the model.- Specified by:
- activateModelin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
activateModelDeploymentpublic ActivateModelDeploymentResponse activateModelDeployment(ActivateModelDeploymentRequest request) Description copied from interface:DataScienceActivates the model deployment.- Specified by:
- activateModelDeploymentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
activateModelGrouppublic ActivateModelGroupResponse activateModelGroup(ActivateModelGroupRequest request) Description copied from interface:DataScienceActivates the model group.- Specified by:
- activateModelGroupin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
activateNotebookSessionpublic ActivateNotebookSessionResponse activateNotebookSession(ActivateNotebookSessionRequest request) Description copied from interface:DataScienceActivates the notebook session.- Specified by:
- activateNotebookSessionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
activateSchedulepublic ActivateScheduleResponse activateSchedule(ActivateScheduleRequest request) Description copied from interface:DataScienceActivate schedule.- Specified by:
- activateSchedulein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
cancelJobRunpublic CancelJobRunResponse cancelJobRun(CancelJobRunRequest request) Description copied from interface:DataScienceCancels an IN_PROGRESS job run.- Specified by:
- cancelJobRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
cancelPipelineRunpublic CancelPipelineRunResponse cancelPipelineRun(CancelPipelineRunRequest request) Description copied from interface:DataScienceCancel a PipelineRun.- Specified by:
- cancelPipelineRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
cancelWorkRequestpublic CancelWorkRequestResponse cancelWorkRequest(CancelWorkRequestRequest request) Description copied from interface:DataScienceCancels a work request that has not started.- Specified by:
- cancelWorkRequestin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeDataSciencePrivateEndpointCompartmentpublic ChangeDataSciencePrivateEndpointCompartmentResponse changeDataSciencePrivateEndpointCompartment(ChangeDataSciencePrivateEndpointCompartmentRequest request) Description copied from interface:DataScienceMoves a private endpoint into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeDataSciencePrivateEndpointCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeJobCompartmentpublic ChangeJobCompartmentResponse changeJobCompartment(ChangeJobCompartmentRequest request) Description copied from interface:DataScienceChanges a job’s compartment- Specified by:
- changeJobCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeJobRunCompartmentpublic ChangeJobRunCompartmentResponse changeJobRunCompartment(ChangeJobRunCompartmentRequest request) Description copied from interface:DataScienceChanges a job run’s compartment- Specified by:
- changeJobRunCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeMlApplicationCompartmentpublic ChangeMlApplicationCompartmentResponse changeMlApplicationCompartment(ChangeMlApplicationCompartmentRequest request) Description copied from interface:DataScienceMoves a MlApplication resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeMlApplicationCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeMlApplicationImplementationCompartmentpublic ChangeMlApplicationImplementationCompartmentResponse changeMlApplicationImplementationCompartment(ChangeMlApplicationImplementationCompartmentRequest request) Description copied from interface:DataScienceMoves a MlApplicationImplementation resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeMlApplicationImplementationCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeMlApplicationInstanceCompartmentpublic ChangeMlApplicationInstanceCompartmentResponse changeMlApplicationInstanceCompartment(ChangeMlApplicationInstanceCompartmentRequest request) Description copied from interface:DataScienceMoves a MlApplicationInstance resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeMlApplicationInstanceCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeMlApplicationInstanceViewCompartmentpublic ChangeMlApplicationInstanceViewCompartmentResponse changeMlApplicationInstanceViewCompartment(ChangeMlApplicationInstanceViewCompartmentRequest request) Description copied from interface:DataScienceMoves a MlApplicationInstanceView resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeMlApplicationInstanceViewCompartmentin interface- DataScience
- 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:DataScienceMoves a model resource into a different compartment.- Specified by:
- changeModelCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeModelDeploymentCompartmentpublic ChangeModelDeploymentCompartmentResponse changeModelDeploymentCompartment(ChangeModelDeploymentCompartmentRequest request) Description copied from interface:DataScienceMoves a model deployment into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeModelDeploymentCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeModelGroupCompartmentpublic ChangeModelGroupCompartmentResponse changeModelGroupCompartment(ChangeModelGroupCompartmentRequest request) Description copied from interface:DataScienceMoves a model group resource into a different compartment.- Specified by:
- changeModelGroupCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeModelGroupVersionHistoryCompartmentpublic ChangeModelGroupVersionHistoryCompartmentResponse changeModelGroupVersionHistoryCompartment(ChangeModelGroupVersionHistoryCompartmentRequest request) Description copied from interface:DataScienceMoves a model Group Version History resource into a different compartment.- Specified by:
- changeModelGroupVersionHistoryCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeModelVersionSetCompartmentpublic ChangeModelVersionSetCompartmentResponse changeModelVersionSetCompartment(ChangeModelVersionSetCompartmentRequest request) Description copied from interface:DataScienceMoves a modelVersionSet resource into a different compartment.- Specified by:
- changeModelVersionSetCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeNotebookSessionCompartmentpublic ChangeNotebookSessionCompartmentResponse changeNotebookSessionCompartment(ChangeNotebookSessionCompartmentRequest request) Description copied from interface:DataScienceMoves a notebook session resource into a different compartment.- Specified by:
- changeNotebookSessionCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changePipelineCompartmentpublic ChangePipelineCompartmentResponse changePipelineCompartment(ChangePipelineCompartmentRequest request) Description copied from interface:DataScienceMoves a resource into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changePipelineCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changePipelineRunCompartmentpublic ChangePipelineRunCompartmentResponse changePipelineRunCompartment(ChangePipelineRunCompartmentRequest request) Description copied from interface:DataScienceMoves a resource into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changePipelineRunCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeProjectCompartmentpublic ChangeProjectCompartmentResponse changeProjectCompartment(ChangeProjectCompartmentRequest request) Description copied from interface:DataScienceMoves a project resource into a different compartment.- Specified by:
- changeProjectCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeScheduleCompartmentpublic ChangeScheduleCompartmentResponse changeScheduleCompartment(ChangeScheduleCompartmentRequest request) Description copied from interface:DataScienceMoves a Schedule resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeScheduleCompartmentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createDataSciencePrivateEndpointpublic CreateDataSciencePrivateEndpointResponse createDataSciencePrivateEndpoint(CreateDataSciencePrivateEndpointRequest request) Description copied from interface:DataScienceCreates a Data Science private endpoint to be used by a Data Science resource.- Specified by:
- createDataSciencePrivateEndpointin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createJobpublic CreateJobResponse createJob(CreateJobRequest request) Description copied from interface:DataScienceCreates a job.- Specified by:
- createJobin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createJobArtifactpublic CreateJobArtifactResponse createJobArtifact(CreateJobArtifactRequest request) Description copied from interface:DataScienceUploads a job artifact.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- createJobArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createJobRunpublic CreateJobRunResponse createJobRun(CreateJobRunRequest request) Description copied from interface:DataScienceCreates a job run.- Specified by:
- createJobRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createMlApplicationpublic CreateMlApplicationResponse createMlApplication(CreateMlApplicationRequest request) Description copied from interface:DataScienceCreates a new MlApplication.- Specified by:
- createMlApplicationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createMlApplicationImplementationpublic CreateMlApplicationImplementationResponse createMlApplicationImplementation(CreateMlApplicationImplementationRequest request) Description copied from interface:DataScienceCreates a new MlApplicationImplementation.- Specified by:
- createMlApplicationImplementationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createMlApplicationInstancepublic CreateMlApplicationInstanceResponse createMlApplicationInstance(CreateMlApplicationInstanceRequest request) Description copied from interface:DataScienceCreates a new MlApplicationInstance.- Specified by:
- createMlApplicationInstancein interface- DataScience
- 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:DataScienceCreates a new model.- Specified by:
- createModelin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelArtifactpublic CreateModelArtifactResponse createModelArtifact(CreateModelArtifactRequest request) Description copied from interface:DataScienceCreates model artifact for specified model.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- createModelArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelCustomMetadatumArtifactpublic CreateModelCustomMetadatumArtifactResponse createModelCustomMetadatumArtifact(CreateModelCustomMetadatumArtifactRequest request) Description copied from interface:DataScienceCreates model custom metadata artifact for specified model.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- createModelCustomMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelDefinedMetadatumArtifactpublic CreateModelDefinedMetadatumArtifactResponse createModelDefinedMetadatumArtifact(CreateModelDefinedMetadatumArtifactRequest request) Description copied from interface:DataScienceCreates model defined metadata artifact for specified model.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- createModelDefinedMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelDeploymentpublic CreateModelDeploymentResponse createModelDeployment(CreateModelDeploymentRequest request) Description copied from interface:DataScienceCreates a new model deployment.- Specified by:
- createModelDeploymentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelGrouppublic CreateModelGroupResponse createModelGroup(CreateModelGroupRequest request) Description copied from interface:DataScienceCreate a new Model Group resource.- Specified by:
- createModelGroupin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelGroupArtifactpublic CreateModelGroupArtifactResponse createModelGroupArtifact(CreateModelGroupArtifactRequest request) Description copied from interface:DataScienceCreates artifact for the Model Group.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- createModelGroupArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelGroupVersionHistorypublic CreateModelGroupVersionHistoryResponse createModelGroupVersionHistory(CreateModelGroupVersionHistoryRequest request) Description copied from interface:DataScienceCreates a new modelGroupVersionHistory.- Specified by:
- createModelGroupVersionHistoryin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelProvenancepublic CreateModelProvenanceResponse createModelProvenance(CreateModelProvenanceRequest request) Description copied from interface:DataScienceCreates provenance information for the specified model.- Specified by:
- createModelProvenancein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createModelVersionSetpublic CreateModelVersionSetResponse createModelVersionSet(CreateModelVersionSetRequest request) Description copied from interface:DataScienceCreates a new modelVersionSet.- Specified by:
- createModelVersionSetin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createNotebookSessionpublic CreateNotebookSessionResponse createNotebookSession(CreateNotebookSessionRequest request) Description copied from interface:DataScienceCreates a new notebook session.- Specified by:
- createNotebookSessionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createPipelinepublic CreatePipelineResponse createPipeline(CreatePipelineRequest request) Description copied from interface:DataScienceCreates a new Pipeline.- Specified by:
- createPipelinein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createPipelineRunpublic CreatePipelineRunResponse createPipelineRun(CreatePipelineRunRequest request) Description copied from interface:DataScienceCreates a new PipelineRun.- Specified by:
- createPipelineRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createProjectpublic CreateProjectResponse createProject(CreateProjectRequest request) Description copied from interface:DataScienceCreates a new project.- Specified by:
- createProjectin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createSchedulepublic CreateScheduleResponse createSchedule(CreateScheduleRequest request) Description copied from interface:DataScienceCreates a new Schedule.- Specified by:
- createSchedulein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createStepArtifactpublic CreateStepArtifactResponse createStepArtifact(CreateStepArtifactRequest request) Description copied from interface:DataScienceUpload the artifact for a step in the pipeline.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- createStepArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deactivateModelpublic DeactivateModelResponse deactivateModel(DeactivateModelRequest request) Description copied from interface:DataScienceDeactivates the model.- Specified by:
- deactivateModelin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deactivateModelDeploymentpublic DeactivateModelDeploymentResponse deactivateModelDeployment(DeactivateModelDeploymentRequest request) Description copied from interface:DataScienceDeactivates the model deployment.- Specified by:
- deactivateModelDeploymentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deactivateModelGrouppublic DeactivateModelGroupResponse deactivateModelGroup(DeactivateModelGroupRequest request) Description copied from interface:DataScienceDeactivates the model group.- Specified by:
- deactivateModelGroupin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deactivateNotebookSessionpublic DeactivateNotebookSessionResponse deactivateNotebookSession(DeactivateNotebookSessionRequest request) Description copied from interface:DataScienceDeactivates the notebook session.- Specified by:
- deactivateNotebookSessionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deactivateSchedulepublic DeactivateScheduleResponse deactivateSchedule(DeactivateScheduleRequest request) Description copied from interface:DataScienceDeactivate schedule.- Specified by:
- deactivateSchedulein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteDataSciencePrivateEndpointpublic DeleteDataSciencePrivateEndpointResponse deleteDataSciencePrivateEndpoint(DeleteDataSciencePrivateEndpointRequest request) Description copied from interface:DataScienceDeletes a private endpoint usingprivateEndpointId.- Specified by:
- deleteDataSciencePrivateEndpointin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteJobpublic DeleteJobResponse deleteJob(DeleteJobRequest request) Description copied from interface:DataScienceDeletes a job.- Specified by:
- deleteJobin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteJobRunpublic DeleteJobRunResponse deleteJobRun(DeleteJobRunRequest request) Description copied from interface:DataScienceDeletes a job run.- Specified by:
- deleteJobRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteMlApplicationpublic DeleteMlApplicationResponse deleteMlApplication(DeleteMlApplicationRequest request) Description copied from interface:DataScienceDeletes a MlApplication resource by identifier- Specified by:
- deleteMlApplicationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteMlApplicationImplementationpublic DeleteMlApplicationImplementationResponse deleteMlApplicationImplementation(DeleteMlApplicationImplementationRequest request) Description copied from interface:DataScienceDeletes a MlApplicationImplementation resource by identifier- Specified by:
- deleteMlApplicationImplementationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteMlApplicationInstancepublic DeleteMlApplicationInstanceResponse deleteMlApplicationInstance(DeleteMlApplicationInstanceRequest request) Description copied from interface:DataScienceDeletes a MlApplicationInstance resource by identifier- Specified by:
- deleteMlApplicationInstancein interface- DataScience
- 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:DataScienceDeletes the specified model.- Specified by:
- deleteModelin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelCustomMetadatumArtifactpublic DeleteModelCustomMetadatumArtifactResponse deleteModelCustomMetadatumArtifact(DeleteModelCustomMetadatumArtifactRequest request) Description copied from interface:DataScienceDeletes model custom metadata artifact for specified model metadata key.- Specified by:
- deleteModelCustomMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelDefinedMetadatumArtifactpublic DeleteModelDefinedMetadatumArtifactResponse deleteModelDefinedMetadatumArtifact(DeleteModelDefinedMetadatumArtifactRequest request) Description copied from interface:DataScienceDeletes model defined metadata artifact for specified model metadata key.- Specified by:
- deleteModelDefinedMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelDeploymentpublic DeleteModelDeploymentResponse deleteModelDeployment(DeleteModelDeploymentRequest request) Description copied from interface:DataScienceDeletes the specified model deployment.Any unsaved work in this model deployment is lost. - Specified by:
- deleteModelDeploymentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelGrouppublic DeleteModelGroupResponse deleteModelGroup(DeleteModelGroupRequest request) Description copied from interface:DataScienceDeletes the specified Model Group.- Specified by:
- deleteModelGroupin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelGroupVersionHistorypublic DeleteModelGroupVersionHistoryResponse deleteModelGroupVersionHistory(DeleteModelGroupVersionHistoryRequest request) Description copied from interface:DataScienceDeletes the specified modelGroupVersionHistory.- Specified by:
- deleteModelGroupVersionHistoryin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteModelVersionSetpublic DeleteModelVersionSetResponse deleteModelVersionSet(DeleteModelVersionSetRequest request) Description copied from interface:DataScienceDeletes the specified modelVersionSet.- Specified by:
- deleteModelVersionSetin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteNotebookSessionpublic DeleteNotebookSessionResponse deleteNotebookSession(DeleteNotebookSessionRequest request) Description copied from interface:DataScienceDeletes the specified notebook session.Any unsaved work in this notebook session are lost. - Specified by:
- deleteNotebookSessionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deletePipelinepublic DeletePipelineResponse deletePipeline(DeletePipelineRequest request) Description copied from interface:DataScienceDeletes a Pipeline resource by identifier.- Specified by:
- deletePipelinein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deletePipelineRunpublic DeletePipelineRunResponse deletePipelineRun(DeletePipelineRunRequest request) Description copied from interface:DataScienceDeletes a PipelineRun resource by identifier.- Specified by:
- deletePipelineRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteProjectpublic DeleteProjectResponse deleteProject(DeleteProjectRequest request) Description copied from interface:DataScienceDeletes the specified project.This operation fails unless all associated resources (notebook sessions or models) are in a DELETED state. You must delete all associated resources before deleting a project. - Specified by:
- deleteProjectin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteSchedulepublic DeleteScheduleResponse deleteSchedule(DeleteScheduleRequest request) Description copied from interface:DataScienceDeletes a Schedule resource by identifier- Specified by:
- deleteSchedulein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
disableMlApplicationInstanceViewTriggerpublic DisableMlApplicationInstanceViewTriggerResponse disableMlApplicationInstanceViewTrigger(DisableMlApplicationInstanceViewTriggerRequest request) Description copied from interface:DataScienceDisable trigger of given name for given ML Application Instance View flow- Specified by:
- disableMlApplicationInstanceViewTriggerin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
enableMlApplicationInstanceViewTriggerpublic EnableMlApplicationInstanceViewTriggerResponse enableMlApplicationInstanceViewTrigger(EnableMlApplicationInstanceViewTriggerRequest request) Description copied from interface:DataScienceEnable trigger of given name for given ML Application Instance View flow- Specified by:
- enableMlApplicationInstanceViewTriggerin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
exportModelArtifactpublic ExportModelArtifactResponse exportModelArtifact(ExportModelArtifactRequest request) Description copied from interface:DataScienceExport model artifact from source to the service bucket- Specified by:
- exportModelArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getDataSciencePrivateEndpointpublic GetDataSciencePrivateEndpointResponse getDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request) Description copied from interface:DataScienceRetrieves an private endpoint using aprivateEndpointId.- Specified by:
- getDataSciencePrivateEndpointin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getJobpublic GetJobResponse getJob(GetJobRequest request) Description copied from interface:DataScienceGets a job.- Specified by:
- getJobin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getJobArtifactContentpublic GetJobArtifactContentResponse getJobArtifactContent(GetJobArtifactContentRequest request) Description copied from interface:DataScienceDownloads job artifact content for specified job.- Specified by:
- getJobArtifactContentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getJobRunpublic GetJobRunResponse getJobRun(GetJobRunRequest request) Description copied from interface:DataScienceGets a job run.- Specified by:
- getJobRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationpublic GetMlApplicationResponse getMlApplication(GetMlApplicationRequest request) Description copied from interface:DataScienceGets a MlApplication by identifier- Specified by:
- getMlApplicationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationHistoricalPackageContentpublic GetMlApplicationHistoricalPackageContentResponse getMlApplicationHistoricalPackageContent(GetMlApplicationHistoricalPackageContentRequest request) Description copied from interface:DataScienceRetrieves ML Application package for MlApplicationImplementationVersion with given id.- Specified by:
- getMlApplicationHistoricalPackageContentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationImplementationpublic GetMlApplicationImplementationResponse getMlApplicationImplementation(GetMlApplicationImplementationRequest request) Description copied from interface:DataScienceGets a MlApplicationImplementation by identifier- Specified by:
- getMlApplicationImplementationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationImplementationVersionpublic GetMlApplicationImplementationVersionResponse getMlApplicationImplementationVersion(GetMlApplicationImplementationVersionRequest request) Description copied from interface:DataScienceGets a MlApplicationImplementationVersion by identifier- Specified by:
- getMlApplicationImplementationVersionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationInstancepublic GetMlApplicationInstanceResponse getMlApplicationInstance(GetMlApplicationInstanceRequest request) Description copied from interface:DataScienceGets a MlApplicationInstance by identifier- Specified by:
- getMlApplicationInstancein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationInstanceViewpublic GetMlApplicationInstanceViewResponse getMlApplicationInstanceView(GetMlApplicationInstanceViewRequest request) Description copied from interface:DataScienceGets a MlApplicationInstanceView by identifier- Specified by:
- getMlApplicationInstanceViewin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getMlApplicationPackageContentpublic GetMlApplicationPackageContentResponse getMlApplicationPackageContent(GetMlApplicationPackageContentRequest request) Description copied from interface:DataScienceRetrieves last ML Application package uploaded for given ML Application Implementation- Specified by:
- getMlApplicationPackageContentin interface- DataScience
- 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:DataScienceGets the specified model’s information.- Specified by:
- getModelin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelArtifactContentpublic GetModelArtifactContentResponse getModelArtifactContent(GetModelArtifactContentRequest request) Description copied from interface:DataScienceDownloads model artifact content for specified model.- Specified by:
- getModelArtifactContentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelCustomMetadatumArtifactContentpublic GetModelCustomMetadatumArtifactContentResponse getModelCustomMetadatumArtifactContent(GetModelCustomMetadatumArtifactContentRequest request) Description copied from interface:DataScienceDownloads model custom metadata artifact content for specified model metadata key.- Specified by:
- getModelCustomMetadatumArtifactContentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelDefinedMetadatumArtifactContentpublic GetModelDefinedMetadatumArtifactContentResponse getModelDefinedMetadatumArtifactContent(GetModelDefinedMetadatumArtifactContentRequest request) Description copied from interface:DataScienceDownloads model defined metadata artifact content for specified model metadata key.- Specified by:
- getModelDefinedMetadatumArtifactContentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelDeploymentpublic GetModelDeploymentResponse getModelDeployment(GetModelDeploymentRequest request) Description copied from interface:DataScienceRetrieves the model deployment for the specifiedmodelDeploymentId.- Specified by:
- getModelDeploymentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelGrouppublic GetModelGroupResponse getModelGroup(GetModelGroupRequest request) Description copied from interface:DataScienceRetrieves the Model Group resource based on the specified modelGroup id.- Specified by:
- getModelGroupin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelGroupArtifactContentpublic GetModelGroupArtifactContentResponse getModelGroupArtifactContent(GetModelGroupArtifactContentRequest request) Description copied from interface:DataScienceDownloads the model artifact for the specified model group.- Specified by:
- getModelGroupArtifactContentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelGroupVersionHistorypublic GetModelGroupVersionHistoryResponse getModelGroupVersionHistory(GetModelGroupVersionHistoryRequest request) Description copied from interface:DataScienceGets the specified modelGroupVersionHistory’s information.- Specified by:
- getModelGroupVersionHistoryin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelProvenancepublic GetModelProvenanceResponse getModelProvenance(GetModelProvenanceRequest request) Description copied from interface:DataScienceGets provenance information for specified model.- Specified by:
- getModelProvenancein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getModelVersionSetpublic GetModelVersionSetResponse getModelVersionSet(GetModelVersionSetRequest request) Description copied from interface:DataScienceGets the specified model version set information.- Specified by:
- getModelVersionSetin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getNotebookSessionpublic GetNotebookSessionResponse getNotebookSession(GetNotebookSessionRequest request) Description copied from interface:DataScienceGets the specified notebook session’s information.- Specified by:
- getNotebookSessionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPipelinepublic GetPipelineResponse getPipeline(GetPipelineRequest request) Description copied from interface:DataScienceGets a Pipeline by identifier.- Specified by:
- getPipelinein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPipelineRunpublic GetPipelineRunResponse getPipelineRun(GetPipelineRunRequest request) Description copied from interface:DataScienceGets a PipelineRun by identifier.- Specified by:
- getPipelineRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getProjectpublic GetProjectResponse getProject(GetProjectRequest request) Description copied from interface:DataScienceGets the specified project’s information.- Specified by:
- getProjectin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getSchedulepublic GetScheduleResponse getSchedule(GetScheduleRequest request) Description copied from interface:DataScienceGets a Schedule by identifier- Specified by:
- getSchedulein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getStepArtifactContentpublic GetStepArtifactContentResponse getStepArtifactContent(GetStepArtifactContentRequest request) Description copied from interface:DataScienceDownload the artifact for a step in the pipeline.- Specified by:
- getStepArtifactContentin interface- DataScience
- 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:DataScienceGets the specified work request’s information.- Specified by:
- getWorkRequestin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
headJobArtifactpublic HeadJobArtifactResponse headJobArtifact(HeadJobArtifactRequest request) Description copied from interface:DataScienceGets job artifact metadata.- Specified by:
- headJobArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
headModelArtifactpublic HeadModelArtifactResponse headModelArtifact(HeadModelArtifactRequest request) Description copied from interface:DataScienceGets model artifact metadata for specified model.- Specified by:
- headModelArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
headModelCustomMetadatumArtifactpublic HeadModelCustomMetadatumArtifactResponse headModelCustomMetadatumArtifact(HeadModelCustomMetadatumArtifactRequest request) Description copied from interface:DataScienceGets custom metadata artifact metadata for specified model metadata key.- Specified by:
- headModelCustomMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
headModelDefinedMetadatumArtifactpublic HeadModelDefinedMetadatumArtifactResponse headModelDefinedMetadatumArtifact(HeadModelDefinedMetadatumArtifactRequest request) Description copied from interface:DataScienceGets defined metadata artifact metadata for specified model metadata key.- Specified by:
- headModelDefinedMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
headModelGroupArtifactpublic HeadModelGroupArtifactResponse headModelGroupArtifact(HeadModelGroupArtifactRequest request) Description copied from interface:DataScienceGets model group artifact metadata for a specified model group.- Specified by:
- headModelGroupArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
headStepArtifactpublic HeadStepArtifactResponse headStepArtifact(HeadStepArtifactRequest request) Description copied from interface:DataScienceGet the artifact metadata for a step in the pipeline.- Specified by:
- headStepArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
importModelArtifactpublic ImportModelArtifactResponse importModelArtifact(ImportModelArtifactRequest request) Description copied from interface:DataScienceImport model artifact from service bucket- Specified by:
- importModelArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listContainerspublic ListContainersResponse listContainers(ListContainersRequest request) Description copied from interface:DataScienceList containers.- Specified by:
- listContainersin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listDataSciencePrivateEndpointspublic ListDataSciencePrivateEndpointsResponse listDataSciencePrivateEndpoints(ListDataSciencePrivateEndpointsRequest request) Description copied from interface:DataScienceLists all Data Science private endpoints in the specified compartment.The query must include compartmentId. The query can also include one other parameter. If the query doesn’t include compartmentId, or includes compartmentId with two or more other parameters, then an error is returned. - Specified by:
- listDataSciencePrivateEndpointsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listFastLaunchJobConfigspublic ListFastLaunchJobConfigsResponse listFastLaunchJobConfigs(ListFastLaunchJobConfigsRequest request) Description copied from interface:DataScienceList fast launch capable job configs in the specified compartment.- Specified by:
- listFastLaunchJobConfigsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listJobRunspublic ListJobRunsResponse listJobRuns(ListJobRunsRequest request) Description copied from interface:DataScienceList out job runs.- Specified by:
- listJobRunsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listJobShapespublic ListJobShapesResponse listJobShapes(ListJobShapesRequest request) Description copied from interface:DataScienceList job shapes available in the specified compartment.- Specified by:
- listJobShapesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listJobspublic ListJobsResponse listJobs(ListJobsRequest request) Description copied from interface:DataScienceList jobs in the specified compartment.- Specified by:
- listJobsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listMlApplicationImplementationVersionspublic ListMlApplicationImplementationVersionsResponse listMlApplicationImplementationVersions(ListMlApplicationImplementationVersionsRequest request) Description copied from interface:DataScienceReturns a list of MlApplicationImplementationVersions.- Specified by:
- listMlApplicationImplementationVersionsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listMlApplicationImplementationspublic ListMlApplicationImplementationsResponse listMlApplicationImplementations(ListMlApplicationImplementationsRequest request) Description copied from interface:DataScienceReturns a list of MlApplicationImplementations.- Specified by:
- listMlApplicationImplementationsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listMlApplicationInstanceViewspublic ListMlApplicationInstanceViewsResponse listMlApplicationInstanceViews(ListMlApplicationInstanceViewsRequest request) Description copied from interface:DataScienceReturns a list of MlApplicationInstanceViews.- Specified by:
- listMlApplicationInstanceViewsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listMlApplicationInstancespublic ListMlApplicationInstancesResponse listMlApplicationInstances(ListMlApplicationInstancesRequest request) Description copied from interface:DataScienceReturns a list of MlApplicationsInstances.- Specified by:
- listMlApplicationInstancesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listMlApplicationspublic ListMlApplicationsResponse listMlApplications(ListMlApplicationsRequest request) Description copied from interface:DataScienceReturns a list of MlApplications.- Specified by:
- listMlApplicationsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelDeploymentModelStatespublic ListModelDeploymentModelStatesResponse listModelDeploymentModelStates(ListModelDeploymentModelStatesRequest request) Description copied from interface:DataScienceLists the status of models in a model group deployment.- Specified by:
- listModelDeploymentModelStatesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelDeploymentShapespublic ListModelDeploymentShapesResponse listModelDeploymentShapes(ListModelDeploymentShapesRequest request) Description copied from interface:DataScienceLists the valid model deployment shapes.- Specified by:
- listModelDeploymentShapesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelDeploymentspublic ListModelDeploymentsResponse listModelDeployments(ListModelDeploymentsRequest request) Description copied from interface:DataScienceLists all model deployments in the specified compartment.Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned. - Specified by:
- listModelDeploymentsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelGroupModelspublic ListModelGroupModelsResponse listModelGroupModels(ListModelGroupModelsRequest request) Description copied from interface:DataScienceLists all models associated with the modelGroup in the specified compartment.- Specified by:
- listModelGroupModelsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelGroupVersionHistoriespublic ListModelGroupVersionHistoriesResponse listModelGroupVersionHistories(ListModelGroupVersionHistoriesRequest request) Description copied from interface:DataScienceList all modelGroupVersionHistories in the specified compartment.The query must include compartmentId. - Specified by:
- listModelGroupVersionHistoriesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelGroupspublic ListModelGroupsResponse listModelGroups(ListModelGroupsRequest request) Description copied from interface:DataScienceLists all the modelGroups in the specified compartment.The query must include compartmentId. - Specified by:
- listModelGroupsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listModelVersionSetspublic ListModelVersionSetsResponse listModelVersionSets(ListModelVersionSetsRequest request) Description copied from interface:DataScienceLists model version sets in the specified compartment.- Specified by:
- listModelVersionSetsin interface- DataScience
- 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:DataScienceLists models in the specified compartment.- Specified by:
- listModelsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listNotebookSessionShapespublic ListNotebookSessionShapesResponse listNotebookSessionShapes(ListNotebookSessionShapesRequest request) Description copied from interface:DataScienceLists the valid notebook session shapes.- Specified by:
- listNotebookSessionShapesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listNotebookSessionspublic ListNotebookSessionsResponse listNotebookSessions(ListNotebookSessionsRequest request) Description copied from interface:DataScienceLists the notebook sessions in the specified compartment.- Specified by:
- listNotebookSessionsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listPipelineRunspublic ListPipelineRunsResponse listPipelineRuns(ListPipelineRunsRequest request) Description copied from interface:DataScienceReturns a list of PipelineRuns.- Specified by:
- listPipelineRunsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listPipelinespublic ListPipelinesResponse listPipelines(ListPipelinesRequest request) Description copied from interface:DataScienceReturns a list of Pipelines.- Specified by:
- listPipelinesin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listProjectspublic ListProjectsResponse listProjects(ListProjectsRequest request) Description copied from interface:DataScienceLists projects in the specified compartment.- Specified by:
- listProjectsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSchedulespublic ListSchedulesResponse listSchedules(ListSchedulesRequest request) Description copied from interface:DataScienceReturns a list of Schedules.- Specified by:
- listSchedulesin interface- DataScience
- 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:DataScienceLists work request errors for the specified work request.- Specified by:
- listWorkRequestErrorsin interface- DataScience
- 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:DataScienceLists work request logs for the specified work request.- Specified by:
- listWorkRequestLogsin interface- DataScience
- 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:DataScienceLists work requests in the specified compartment.- Specified by:
- listWorkRequestsin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
putMlApplicationPackagepublic PutMlApplicationPackageResponse putMlApplicationPackage(PutMlApplicationPackageRequest request) Description copied from interface:DataScienceUpload ML Application PackageNote: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- putMlApplicationPackagein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
recoverMlApplicationInstanceViewpublic RecoverMlApplicationInstanceViewResponse recoverMlApplicationInstanceView(RecoverMlApplicationInstanceViewRequest request) Description copied from interface:DataScienceProvider can initiate recovery of the resource only if MlApplicationInstanceView is in one of the recoverable sub-states (RECOVERABLE_PROVIDER_ISSUE, RECOVERABLE_SERVICE_ISSUE).Provider should investigate (using MlApplicationInstanceView lifecycleDetails, relevant logs and metrics) and fix the issue before the recovery is initiated. - Specified by:
- recoverMlApplicationInstanceViewin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
registerModelArtifactReferencepublic RegisterModelArtifactReferenceResponse registerModelArtifactReference(RegisterModelArtifactReferenceRequest request) Description copied from interface:DataScienceRegisters model artifact reference metadata- Specified by:
- registerModelArtifactReferencein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
restoreArchivedModelArtifactpublic RestoreArchivedModelArtifactResponse restoreArchivedModelArtifact(RestoreArchivedModelArtifactRequest request) Description copied from interface:DataScienceRestore archived model artifact- Specified by:
- restoreArchivedModelArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
triggerMlApplicationInstanceFlowpublic TriggerMlApplicationInstanceFlowResponse triggerMlApplicationInstanceFlow(TriggerMlApplicationInstanceFlowRequest request) Description copied from interface:DataScienceTrigger ML Application Instance flow if possible- Specified by:
- triggerMlApplicationInstanceFlowin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
triggerMlApplicationInstanceViewFlowpublic TriggerMlApplicationInstanceViewFlowResponse triggerMlApplicationInstanceViewFlow(TriggerMlApplicationInstanceViewFlowRequest request) Description copied from interface:DataScienceTrigger ML Application Instance View flow if possible- Specified by:
- triggerMlApplicationInstanceViewFlowin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateDataSciencePrivateEndpointpublic UpdateDataSciencePrivateEndpointResponse updateDataSciencePrivateEndpoint(UpdateDataSciencePrivateEndpointRequest request) Description copied from interface:DataScienceUpdates a private endpoint using aprivateEndpointId.If changes to a private endpoint match a previously defined private endpoint, then a 409 status code is returned. This indicates that a conflict has been detected. - Specified by:
- updateDataSciencePrivateEndpointin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateJobpublic UpdateJobResponse updateJob(UpdateJobRequest request) Description copied from interface:DataScienceUpdates a job.- Specified by:
- updateJobin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateJobRunpublic UpdateJobRunResponse updateJobRun(UpdateJobRunRequest request) Description copied from interface:DataScienceUpdates a job run.- Specified by:
- updateJobRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateMlApplicationpublic UpdateMlApplicationResponse updateMlApplication(UpdateMlApplicationRequest request) Description copied from interface:DataScienceUpdates the MlApplication- Specified by:
- updateMlApplicationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateMlApplicationImplementationpublic UpdateMlApplicationImplementationResponse updateMlApplicationImplementation(UpdateMlApplicationImplementationRequest request) Description copied from interface:DataScienceUpdates the MlApplicationImplementation- Specified by:
- updateMlApplicationImplementationin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateMlApplicationImplementationVersionpublic UpdateMlApplicationImplementationVersionResponse updateMlApplicationImplementationVersion(UpdateMlApplicationImplementationVersionRequest request) Description copied from interface:DataScienceUpdates the MlApplicationImplementationVersion- Specified by:
- updateMlApplicationImplementationVersionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateMlApplicationInstancepublic UpdateMlApplicationInstanceResponse updateMlApplicationInstance(UpdateMlApplicationInstanceRequest request) Description copied from interface:DataScienceUpdates the MlApplicationInstance- Specified by:
- updateMlApplicationInstancein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateMlApplicationInstanceViewpublic UpdateMlApplicationInstanceViewResponse updateMlApplicationInstanceView(UpdateMlApplicationInstanceViewRequest request) Description copied from interface:DataScienceUpdates the MlApplicationInstanceView- Specified by:
- updateMlApplicationInstanceViewin interface- DataScience
- 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:DataScienceUpdates the properties of a model.You can update the displayName,description,freeformTags, anddefinedTagsproperties.- Specified by:
- updateModelin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelCustomMetadatumArtifactpublic UpdateModelCustomMetadatumArtifactResponse updateModelCustomMetadatumArtifact(UpdateModelCustomMetadatumArtifactRequest request) Description copied from interface:DataScienceUpdates model custom metadata artifact for specified model metadata key.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- updateModelCustomMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelDefinedMetadatumArtifactpublic UpdateModelDefinedMetadatumArtifactResponse updateModelDefinedMetadatumArtifact(UpdateModelDefinedMetadatumArtifactRequest request) Description copied from interface:DataScienceUpdates model defined metadata artifact for specified model metadata key.Note: This operation consumes a stream. If the stream supports InputStream.mark(int)andInputStream.reset(), when a retry is necessary, the stream is reset so it starts at the beginning (or whatever the stream's position was at the time this operation is called}.Note this means that if the caller has used InputStream.mark(int)before, then the mark will not be the same anymore after this operation, and a subsequent call toInputStream.reset()by the caller will reset the stream not to the caller's mark, but to the position the stream was in when this operation was called.If the stream is a FileInputStream, and the stream'sFileChannelposition can be changed (like for a regular file), the stream will be wrapped in such a way that it does provide support forInputStream.mark(int)andInputStream.reset(). Then the same procedure as above is followed. If the stream'sFileChannelposition cannot be changed (like for a named pipe), then the stream's contents will be buffered in memory, as described below.If the stream does not support InputStream.mark(int)andInputStream.reset(), then the stream is wrapped in aBufferedInputStream, which means the entire contents may be buffered in memory. Then the same procedure as above is followed.The contents of the stream, except when the stream is a FileInputStreamwhoseFileChannelposition can be changed, should be less than 2 GiB in size if retries are used. This is because streams 2 GiB in size or larger do no guarantee that mark-and-reset can be performed. If the stream is larger, do not use built-in retries and manage retries yourself.- Specified by:
- updateModelDefinedMetadatumArtifactin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelDeploymentpublic UpdateModelDeploymentResponse updateModelDeployment(UpdateModelDeploymentRequest request) Description copied from interface:DataScienceUpdates the properties of a model deployment.Some of the properties of modelDeploymentConfigurationDetailsorCategoryLogDetailscan also be updated with zero down time when the model deployment’s lifecycle state is ACTIVE or NEEDS_ATTENTION i.einstanceShapeName,instanceCountandmodelId, separatelyloadBalancerShapeorCategoryLogDetailscan also be updated independently. All of the fields can be updated when the deployment is in the INACTIVE lifecycle state. Changes will take effect the next time the model deployment is activated.- Specified by:
- updateModelDeploymentin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelGrouppublic UpdateModelGroupResponse updateModelGroup(UpdateModelGroupRequest request) Description copied from interface:DataScienceUpdates the properties of the Model Group.- Specified by:
- updateModelGroupin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelGroupVersionHistorypublic UpdateModelGroupVersionHistoryResponse updateModelGroupVersionHistory(UpdateModelGroupVersionHistoryRequest request) Description copied from interface:DataScienceUpdates the properties of a modelGroupVersionHistory.- Specified by:
- updateModelGroupVersionHistoryin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelProvenancepublic UpdateModelProvenanceResponse updateModelProvenance(UpdateModelProvenanceRequest request) Description copied from interface:DataScienceUpdates the provenance information for the specified model.- Specified by:
- updateModelProvenancein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateModelVersionSetpublic UpdateModelVersionSetResponse updateModelVersionSet(UpdateModelVersionSetRequest request) Description copied from interface:DataScienceUpdates the properties of a model version set.User can update the descriptionproperty.- Specified by:
- updateModelVersionSetin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateNotebookSessionpublic UpdateNotebookSessionResponse updateNotebookSession(UpdateNotebookSessionRequest request) Description copied from interface:DataScienceUpdates the properties of a notebook session.You can update the displayName,freeformTags, anddefinedTagsproperties. When the notebook session is in the INACTIVE lifecycle state, you can updatenotebookSessionConfigurationDetailsand changeshape,subnetId, andblockStorageSizeInGBs. Changes to thenotebookSessionConfigurationDetailstake effect the next time theActivateNotebookSessionaction is invoked on the notebook session resource.- Specified by:
- updateNotebookSessionin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updatePipelinepublic UpdatePipelineResponse updatePipeline(UpdatePipelineRequest request) Description copied from interface:DataScienceUpdates the Pipeline.- Specified by:
- updatePipelinein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updatePipelineRunpublic UpdatePipelineRunResponse updatePipelineRun(UpdatePipelineRunRequest request) Description copied from interface:DataScienceUpdates the PipelineRun.- Specified by:
- updatePipelineRunin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateProjectpublic UpdateProjectResponse updateProject(UpdateProjectRequest request) Description copied from interface:DataScienceUpdates the properties of a project.You can update the displayName,description,freeformTags, anddefinedTagsproperties.- Specified by:
- updateProjectin interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateSchedulepublic UpdateScheduleResponse updateSchedule(UpdateScheduleRequest request) Description copied from interface:DataScienceUpdates the Schedule- Specified by:
- updateSchedulein interface- DataScience
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic DataScienceWaiters getWaiters() Description copied from interface:DataScienceGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- DataScience
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic DataSciencePaginators getPaginators() Description copied from interface:DataScienceGets 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- DataScience
- 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() 
 
- 
 
-