Class CreatePrestissimoEngineOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.CreatePrestissimoEngineOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreatePrestissimoEngineOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createPrestissimoEngine options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreatePrestissimoEngineOptions.BuilderBuilder.static interfaceCreatePrestissimoEngineOptions.OriginOrigin - created or registered.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>associatedCatalogs()Gets the associatedCatalogs.java.lang.StringauthInstanceId()Gets the authInstanceId.PrestissimoEngineDetailsconfiguration()Gets the configuration.java.lang.Stringdescription()Gets the description.java.lang.StringdisplayName()Gets the displayName.java.lang.Stringid()Gets the id.CreatePrestissimoEngineOptions.BuildernewBuilder()New builder.java.lang.Stringorigin()Gets the origin.java.util.List<java.lang.String>tags()Gets the tags.
-
-
-
Method Detail
-
newBuilder
public CreatePrestissimoEngineOptions.Builder newBuilder()
New builder.- Returns:
- a CreatePrestissimoEngineOptions builder
-
configuration
public PrestissimoEngineDetails configuration()
Gets the configuration. External engine details.- Returns:
- the configuration
-
displayName
public java.lang.String displayName()
Gets the displayName. Engine display name.- Returns:
- the displayName
-
origin
public java.lang.String origin()
Gets the origin. Origin - created or registered.- Returns:
- the origin
-
associatedCatalogs
public java.util.List<java.lang.String> associatedCatalogs()
Gets the associatedCatalogs. Associated catalogs.- Returns:
- the associatedCatalogs
-
description
public java.lang.String description()
Gets the description. Engine description.- Returns:
- the description
-
id
public java.lang.String id()
Gets the id. Engine id.- Returns:
- the id
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
- the tags
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-