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.GenericModel
Endpoints.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestissimoEndpoints.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
applicationsApi()
Gets the applicationsApi.java.lang.String
historyServerEndpoint()
Gets the historyServerEndpoint.PrestissimoEndpoints.Builder
newBuilder()
New builder.java.lang.String
sparkAccessEndpoint()
Gets the sparkAccessEndpoint.java.lang.String
sparkJobsV4Endpoint()
Gets the sparkJobsV4Endpoint.java.lang.String
sparkKernelEndpoint()
Gets the sparkKernelEndpoint.java.lang.String
viewHistoryServer()
Gets the viewHistoryServer.java.lang.String
wxdApplicationEndpoint()
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
-
-