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.GenericModel
The createMilvusService options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateMilvusServiceOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
bucketName()
Gets the bucketName.java.lang.String
bucketType()
Gets the bucketType.java.lang.String
description()
Gets the description.CreateMilvusServiceOptions.Builder
newBuilder()
New builder.java.lang.String
origin()
Gets the origin.java.lang.String
rootPath()
Gets the rootPath.java.lang.String
serviceDisplayName()
Gets the serviceDisplayName.java.util.List<java.lang.String>
tags()
Gets the tags.java.lang.String
tshirtSize()
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
-
-