Class PrestissimoEndpoints
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEndpoints
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEndpoints extends com.ibm.cloud.sdk.core.service.model.GenericModelEndpoints.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestissimoEndpoints.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringapplicationsApi()Gets the applicationsApi.java.lang.StringhistoryServerEndpoint()Gets the historyServerEndpoint.PrestissimoEndpoints.BuildernewBuilder()New builder.java.lang.StringsparkAccessEndpoint()Gets the sparkAccessEndpoint.java.lang.StringsparkJobsV4Endpoint()Gets the sparkJobsV4Endpoint.java.lang.StringsparkKernelEndpoint()Gets the sparkKernelEndpoint.java.lang.StringviewHistoryServer()Gets the viewHistoryServer.java.lang.StringwxdApplicationEndpoint()Gets the wxdApplicationEndpoint.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEndpoints.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEndpoints builder
-
applicationsApi
public java.lang.String applicationsApi()
Gets the applicationsApi. Application API.- Returns:
- the applicationsApi
-
historyServerEndpoint
public java.lang.String historyServerEndpoint()
Gets the historyServerEndpoint. History server endpoint.- Returns:
- the historyServerEndpoint
-
sparkAccessEndpoint
public java.lang.String sparkAccessEndpoint()
Gets the sparkAccessEndpoint. Spark kernel endpoint.- Returns:
- the sparkAccessEndpoint
-
sparkJobsV4Endpoint
public java.lang.String sparkJobsV4Endpoint()
Gets the sparkJobsV4Endpoint. Spark jobs V4 endpoint.- Returns:
- the sparkJobsV4Endpoint
-
sparkKernelEndpoint
public java.lang.String sparkKernelEndpoint()
Gets the sparkKernelEndpoint. Spark kernel endpoint.- Returns:
- the sparkKernelEndpoint
-
viewHistoryServer
public java.lang.String viewHistoryServer()
Gets the viewHistoryServer. View history server.- Returns:
- the viewHistoryServer
-
wxdApplicationEndpoint
public java.lang.String wxdApplicationEndpoint()
Gets the wxdApplicationEndpoint. Wxd application endpoint.- Returns:
- the wxdApplicationEndpoint
-
-