Class CreateMilvusServiceOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateMilvusServiceOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateMilvusServiceOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createMilvusService options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateMilvusServiceOptions.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringbucketName()Gets the bucketName.java.lang.StringbucketType()Gets the bucketType.java.lang.Stringdescription()Gets the description.CreateMilvusServiceOptions.BuildernewBuilder()New builder.java.lang.Stringorigin()Gets the origin.java.lang.StringrootPath()Gets the rootPath.java.lang.StringserviceDisplayName()Gets the serviceDisplayName.java.util.List<java.lang.String>tags()Gets the tags.java.lang.StringtshirtSize()Gets the tshirtSize. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public CreateMilvusServiceOptions.Builder newBuilder()
New builder.- Returns:
 - a CreateMilvusServiceOptions builder
 
 
- 
bucketName
public java.lang.String bucketName()
Gets the bucketName. bucket name.- Returns:
 - the bucketName
 
 
- 
origin
public java.lang.String origin()
Gets the origin. Origin - place holder.- Returns:
 - the origin
 
 
- 
rootPath
public java.lang.String rootPath()
Gets the rootPath. root path.- Returns:
 - the rootPath
 
 
- 
serviceDisplayName
public java.lang.String serviceDisplayName()
Gets the serviceDisplayName. Service display name.- Returns:
 - the serviceDisplayName
 
 
- 
bucketType
public java.lang.String bucketType()
Gets the bucketType. bucket type.- Returns:
 - the bucketType
 
 
- 
description
public java.lang.String description()
Gets the description. Service description.- Returns:
 - the description
 
 
- 
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
 - the tags
 
 
- 
tshirtSize
public java.lang.String tshirtSize()
Gets the tshirtSize. tshirt size.- Returns:
 - the tshirtSize
 
 
- 
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
 - the authInstanceId
 
 
 - 
 
 -