public class AnnotatorForClinicalData
extends com.ibm.cloud.sdk.core.service.BaseService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEBUG |
static java.lang.String |
DEFAULT_SERVICE_NAME |
static java.lang.String |
DEFAULT_SERVICE_URL |
static java.lang.String |
RETURN_ANALYZED_TEXT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
AnnotatorForClinicalData(java.lang.String version,
java.lang.String serviceName,
com.ibm.cloud.sdk.core.security.Authenticator authenticator)
Constructs an instance of the `AnnotatorForClinicalDataAcd` client.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> |
analyze(AnalyzeOptions analyzeOptions)
Derive entities and relations from unstructured data.
|
ContainerGroup |
analyze(java.lang.String text,
Flow flow)
Method to analyze text with a manually defined annotator flow.
|
ContainerGroup |
analyze(java.lang.String text,
Flow flow,
boolean returnAnalyzedText)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeDebug(java.lang.String text,
Flow flow,
boolean returnAnalyzedText,
boolean debug)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeInclResponseDetails(java.lang.String text,
Flow flow)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeInclResponseDetails(java.lang.String text,
Flow flow,
boolean returnAnalyzedText)
Method to analyze text with a manually defined annotator flow.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> |
analyzeWithFlow(AnalyzeWithFlowOptions analyzeWithFlowOptions)
analyze with a persisted flow.
|
ContainerGroup |
analyzeWithFlow(java.lang.String flowId,
java.lang.String text)
Method to analyze text with an existing annotator flow.
|
ContainerGroup |
analyzeWithFlow(java.lang.String flowId,
java.lang.String text,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
ContainerGroup |
analyzeWithFlow(java.lang.String flowId,
UnstructuredContainer unstructuredContainer)
Method to analyze text with an existing annotator flow.
|
ContainerGroup |
analyzeWithFlow(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
ContainerGroup |
analyzeWithFlowDebug(java.lang.String flowId,
java.lang.String text,
boolean returnAnalyzedText,
boolean debug)
Method to analyze text with an existing annotator flow with analyze debug flag enabled.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeWithFlowDebug(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText,
boolean debug)
Method to analyze text with an existing annotator flow with analyze debug flag enabled.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeWithFlowInclResponseDetails(java.lang.String flowId,
java.lang.String text)
Method to analyze text with an existing annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeWithFlowInclResponseDetails(java.lang.String flowId,
java.lang.String text,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeWithFlowInclResponseDetails(java.lang.String flowId,
UnstructuredContainer unstructuredContainer)
Deprecated.
|
com.ibm.cloud.sdk.core.http.Response<ContainerGroup> |
analyzeWithFlowInclResponseDetails(java.lang.String flowId,
UnstructuredContainer unstructuredContainer,
boolean returnAnalyzedText)
Method to analyze text with an existing annotator flow.
|
com.ibm.cloud.sdk.core.http.ServiceCall<AcdCartridgesList> |
cartridgesGet()
Get list of available deployment status.
|
com.ibm.cloud.sdk.core.http.ServiceCall<AcdCartridgesList> |
cartridgesGet(CartridgesGetOptions cartridgesGetOptions)
Get list of available deployment status.
|
com.ibm.cloud.sdk.core.http.ServiceCall<AcdCartridges> |
cartridgesGetId(CartridgesGetIdOptions cartridgesGetIdOptions)
Get details of a specific deployment.
|
com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> |
cartridgesPostMultipart()
Create a cartridge deployment.
|
com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> |
cartridgesPostMultipart(CartridgesPostMultipartOptions cartridgesPostMultipartOptions)
Create a cartridge deployment.
|
com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> |
cartridgesPutMultipart()
Update an existing cartridge deployment.
|
com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> |
cartridgesPutMultipart(CartridgesPutMultipartOptions cartridgesPutMultipartOptions)
Update an existing a cartridge deployment.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
createFlows()
Persist a new flow definition.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
createFlows(CreateFlowsOptions createFlowsOptions)
Persist a new flow definition.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
createProfile()
Persist a new profile.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
createProfile(CreateProfileOptions createProfileOptions)
Persist a new profile.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
deleteFlows(DeleteFlowsOptions deleteFlowsOptions)
Delete a persisted flow.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
deleteProfile(DeleteProfileOptions deleteProfileOptions)
Delete a persisted profile.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
deleteUserSpecificArtifacts()
Delete tenant specific artifacts.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
deleteUserSpecificArtifacts(DeleteUserSpecificArtifactsOptions deleteUserSpecificArtifactsOptions)
Delete tenant specific artifacts.
|
com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> |
deployCartridge()
Deploy a cartridge.
|
com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> |
deployCartridge(DeployCartridgeOptions deployCartridgeOptions)
Deprecated.
Instead use cartridgesPostMultipart to create a new deployment or cartridgesPutMultipart to update existing deployment.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,ServiceApiBean>> |
getAnnotators()
Get list of available annotators.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,ServiceApiBean>> |
getAnnotators(GetAnnotatorsOptions getAnnotatorsOptions)
Get list of available annotators.
|
com.ibm.cloud.sdk.core.http.ServiceCall<Annotator> |
getAnnotatorsById(GetAnnotatorsByIdOptions getAnnotatorsByIdOptions)
Get details of a specific annotator.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdFlow>> |
getFlows()
Get list of available persisted flows.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdFlow>> |
getFlows(GetFlowsOptions getFlowsOptions)
Get list of available persisted flows.
|
com.ibm.cloud.sdk.core.http.ServiceCall<AcdFlow> |
getFlowsById(GetFlowsByIdOptions getFlowsByIdOptions)
Get details of a specific flow.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ServiceStatus> |
getHealthCheckStatus()
Determine if service is running correctly.
|
com.ibm.cloud.sdk.core.http.ServiceCall<ServiceStatus> |
getHealthCheckStatus(GetHealthCheckStatusOptions getHealthCheckStatusOptions)
Determine if service is running correctly.
|
com.ibm.cloud.sdk.core.http.ServiceCall<AcdProfile> |
getProfile(GetProfileOptions getProfileOptions)
Get details of a specific profile.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdProfile>> |
getProfiles()
Get list of available persisted profiles.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdProfile>> |
getProfiles(GetProfilesOptions getProfilesOptions)
Get list of available persisted profiles.
|
java.lang.String |
getVersion()
Gets the version.
|
static AnnotatorForClinicalData |
newInstance(java.lang.String version)
Class method which constructs an instance of the `AnnotatorForClinicalDataAcd` client.
|
static AnnotatorForClinicalData |
newInstance(java.lang.String version,
java.lang.String serviceName)
Class method which constructs an instance of the `AnnotatorForClinicalDataAcd` client.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
runPipeline()
Detect entities and relations from unstructured data.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
runPipeline(RunPipelineOptions runPipelineOptions)
Detect entities & relations from unstructured data.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
runPipelineWithFlow(RunPipelineWithFlowOptions runPipelineWithFlowOptions)
analyze with a pre-specified flow.
|
void |
setVersion(java.lang.String version)
Sets the version.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
updateFlows(UpdateFlowsOptions updateFlowsOptions)
Update a persisted flow definition.
|
com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> |
updateProfile(UpdateProfileOptions updateProfileOptions)
Update a persisted profile definition.
|
configureClient, configureService, constructServiceUrl, constructServiceURL, disableRetries, enableGzipCompression, enableRetries, getAuthenticator, getClient, getEndPoint, getName, getServiceUrl, isJsonMimeType, isJsonPatchMimeType, setClient, setDefaultHeaders, setEndPoint, setServiceUrl, toString
public static final java.lang.String DEFAULT_SERVICE_NAME
public static final java.lang.String DEFAULT_SERVICE_URL
public static final java.lang.String RETURN_ANALYZED_TEXT
public static final java.lang.String VERSION
public static final java.lang.String DEBUG
public AnnotatorForClinicalData(java.lang.String version, java.lang.String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator)
version
- The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format.serviceName
- the service name to be used when configuring the client instanceauthenticator
- the Authenticator
instance to be configured for this clientpublic static AnnotatorForClinicalData newInstance(java.lang.String version)
version
- The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format.public static AnnotatorForClinicalData newInstance(java.lang.String version, java.lang.String serviceName)
version
- The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format.serviceName
- the service name to be used when configuring the client instancepublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the new versionpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdProfile>> getProfiles(GetProfilesOptions getProfilesOptions)
getProfilesOptions
- the GetProfilesOptions
containing the options for the callServiceCall
with a result of type ListStringWrapper
public com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdProfile>> getProfiles()
ServiceCall
with a result of type ListStringWrapper
public com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> createProfile(CreateProfileOptions createProfileOptions)
createProfileOptions
- the CreateProfileOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> createProfile()
ServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<AcdProfile> getProfile(GetProfileOptions getProfileOptions)
getProfileOptions
- the GetProfileOptions
containing the options for the callServiceCall
with a result of type AcdProfile
public com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> updateProfile(UpdateProfileOptions updateProfileOptions)
updateProfileOptions
- the UpdateProfileOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteProfile(DeleteProfileOptions deleteProfileOptions)
deleteProfileOptions
- the DeleteProfileOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdFlow>> getFlows(GetFlowsOptions getFlowsOptions)
getFlowsOptions
- the GetFlowsOptions
containing the options for the callServiceCall
with a result of type ListStringWrapper
public com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdFlow>> getFlows()
ServiceCall
with a result of type ListStringWrapper
public com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> createFlows(CreateFlowsOptions createFlowsOptions)
createFlowsOptions
- the CreateFlowsOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> createFlows()
ServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<AcdFlow> getFlowsById(GetFlowsByIdOptions getFlowsByIdOptions)
getFlowsByIdOptions
- the GetFlowsByIdOptions
containing the options for the callServiceCall
with a result of type AcdFlow
public com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> updateFlows(UpdateFlowsOptions updateFlowsOptions)
updateFlowsOptions
- the UpdateFlowsOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteFlows(DeleteFlowsOptions deleteFlowsOptions)
deleteFlowsOptions
- the DeleteFlowsOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> runPipeline(RunPipelineOptions runPipelineOptions)
runPipelineOptions
- the RunPipelineOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> runPipeline()
ServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> runPipelineWithFlow(RunPipelineWithFlowOptions runPipelineWithFlowOptions)
runPipelineWithFlowOptions
- the RunPipelineWithFlowOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> analyze(AnalyzeOptions analyzeOptions)
analyzeOptions
- the AnalyzeOptions
containing the options for
the callpublic com.ibm.cloud.sdk.core.http.ServiceCall<ContainerGroup> analyzeWithFlow(AnalyzeWithFlowOptions analyzeWithFlowOptions)
analyzeWithFlowOptions
- the AnalyzeWithFlowOptions
containing
the options for the callpublic ContainerGroup analyze(java.lang.String text, Flow flow)
text
- data to be analyzedflow
- Flow
analytics to apply to the textContainerGroup
discovered cogntive artifactspublic com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeInclResponseDetails(java.lang.String text, Flow flow)
text
- data to be analyzedflow
- Flow
analytics to apply to the textContainerGroup
public ContainerGroup analyze(java.lang.String text, Flow flow, boolean returnAnalyzedText)
text
- data to be analyzedflow
- analytics to appply to the text Flow
returnAnalyzedText
- where to return the submitted dataContainerGroup
public com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeInclResponseDetails(java.lang.String text, Flow flow, boolean returnAnalyzedText)
text
- data to be analyzedflow
- analytics to appply to the text Flow
returnAnalyzedText
- where to return the submitted dataContainerGroup
public com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeDebug(java.lang.String text, Flow flow, boolean returnAnalyzedText, boolean debug)
text
- data to be analyzedflow
- analytics to appply to the text Flow
returnAnalyzedText
- where to return the submitted datadebug
- analyze debug flagContainerGroup
public ContainerGroup analyzeWithFlow(java.lang.String flowId, java.lang.String text)
flowId
- identifier of existing analytic flow to apply to the texttext
- data to be analyzedContainerGroup
public com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeWithFlowInclResponseDetails(java.lang.String flowId, java.lang.String text)
flowId
- identifier of existing analytic flow to apply to the texttext
- data to be analyzedContainerGroup
public ContainerGroup analyzeWithFlow(java.lang.String flowId, java.lang.String text, boolean returnAnalyzedText)
flowId
- identifier of existing analytic flow to apply to the texttext
- data to be analyzedreturnAnalyzedText
- where to return the submitted dataContainerGroup
public ContainerGroup analyzeWithFlowDebug(java.lang.String flowId, java.lang.String text, boolean returnAnalyzedText, boolean debug)
flowId
- identifier of existing analytic flow to apply to the texttext
- data to be analyzedreturnAnalyzedText
- where to return the submitted datadebug
- turn on analyze debug flagContainerGroup
public com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeWithFlowInclResponseDetails(java.lang.String flowId, java.lang.String text, boolean returnAnalyzedText)
flowId
- identifier of existing analytic flow to apply to the texttext
- data to be analyzedreturnAnalyzedText
- where to return the submitted dataContainerGroup
public ContainerGroup analyzeWithFlow(java.lang.String flowId, UnstructuredContainer unstructuredContainer)
flowId
- identifier of existing analytic flow to apply to the textunstructuredContainer
- UnstructuredContainer
discovered cognitive artifactsContainerGroup
@Deprecated public com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeWithFlowInclResponseDetails(java.lang.String flowId, UnstructuredContainer unstructuredContainer)
flowId
- identifier of existing analytic flow to apply to the textunstructuredContainer
- UnstructuredContainer
discovered cognitive artifactsContainerGroup
Note: This method is incorrectly named (see analyzeWithFlowInclResponseDetails(String, UnstructuredContainer,
boolean) since it does not accept a boolean. Will leave here for now to prevent a breaking a change and mark
it deprecated.public ContainerGroup analyzeWithFlow(java.lang.String flowId, UnstructuredContainer unstructuredContainer, boolean returnAnalyzedText)
flowId
- identifier of existing analytic flow to apply to the textunstructuredContainer
- UnstructuredContainer
returnAnalyzedText
- where to return the submitted dataContainerGroup
discovered cognitive artifactspublic com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeWithFlowInclResponseDetails(java.lang.String flowId, UnstructuredContainer unstructuredContainer, boolean returnAnalyzedText)
flowId
- identifier of existing analytic flow to apply to the textunstructuredContainer
- UnstructuredContainer
returnAnalyzedText
- where to return the submitted dataContainerGroup
public com.ibm.cloud.sdk.core.http.Response<ContainerGroup> analyzeWithFlowDebug(java.lang.String flowId, UnstructuredContainer unstructuredContainer, boolean returnAnalyzedText, boolean debug)
flowId
- identifier of existing analytic flow to apply to the textunstructuredContainer
- UnstructuredContainer
returnAnalyzedText
- where to return the submitted datadebug
- analyze debug flag enabledContainerGroup
public com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,ServiceApiBean>> getAnnotators(GetAnnotatorsOptions getAnnotatorsOptions)
getAnnotatorsOptions
- the GetAnnotatorsOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,ServiceApiBean>> getAnnotators()
ServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<Annotator> getAnnotatorsById(GetAnnotatorsByIdOptions getAnnotatorsByIdOptions)
getAnnotatorsByIdOptions
- the GetAnnotatorsByIdOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteUserSpecificArtifacts(DeleteUserSpecificArtifactsOptions deleteUserSpecificArtifactsOptions)
deleteUserSpecificArtifactsOptions
- the DeleteUserSpecificArtifactsOptions
containing the options for the callServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void> deleteUserSpecificArtifacts()
ServiceCall
with a void resultpublic com.ibm.cloud.sdk.core.http.ServiceCall<AcdCartridgesList> cartridgesGet(CartridgesGetOptions cartridgesGetOptions)
cartridgesGetOptions
- the CartridgesGetOptions
containing the options for the callServiceCall
with a result of type ListStringWrapper
public com.ibm.cloud.sdk.core.http.ServiceCall<AcdCartridgesList> cartridgesGet()
ServiceCall
with a result of type ListStringWrapper
public com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> cartridgesPostMultipart(CartridgesPostMultipartOptions cartridgesPostMultipartOptions)
cartridgesPostMultipartOptions
- the CartridgesPostMultipartOptions
containing the options for the callServiceCall
with a result of type DeployCartridgeResponse
public com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> cartridgesPostMultipart()
ServiceCall
with a result of type DeployCartridgeResponse
public com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> cartridgesPutMultipart(CartridgesPutMultipartOptions cartridgesPutMultipartOptions)
cartridgesPutMultipartOptions
- the CartridgesPutMultipartOptions
containing the options for the callServiceCall
with a result of type DeployCartridgeResponse
public com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> cartridgesPutMultipart()
ServiceCall
with a result of type DeployCartridgeResponse
public com.ibm.cloud.sdk.core.http.ServiceCall<AcdCartridges> cartridgesGetId(CartridgesGetIdOptions cartridgesGetIdOptions)
cartridgesGetIdOptions
- the CartridgesGetIdOptions
containing the options for the callServiceCall
with a result of type AcdCartridges
@Deprecated public com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> deployCartridge(DeployCartridgeOptions deployCartridgeOptions)
deployCartridgeOptions
- the DeployCartridgeOptions
containing the options for the callServiceCall
with a result of type DeployCartridgeResponse
public com.ibm.cloud.sdk.core.http.ServiceCall<DeployCartridgeResponse> deployCartridge()
ServiceCall
with a result of type DeployCartridgeResponse
public com.ibm.cloud.sdk.core.http.ServiceCall<ServiceStatus> getHealthCheckStatus(GetHealthCheckStatusOptions getHealthCheckStatusOptions)
getHealthCheckStatusOptions
- the GetHealthCheckStatusOptions
containing the options for the callServiceCall
with a result of type ServiceStatus
public com.ibm.cloud.sdk.core.http.ServiceCall<ServiceStatus> getHealthCheckStatus()
ServiceCall
with a result of type ServiceStatus
Copyright © 2022 IBM Cloud. All rights reserved.