Class CreateMilvusServiceScaleOptions
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateMilvusServiceScaleOptions
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateMilvusServiceScaleOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createMilvusServiceScale options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateMilvusServiceScaleOptions.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.CreateMilvusServiceScaleOptions.BuildernewBuilder()New builder.java.lang.StringserviceId()Gets the serviceId.java.lang.StringtshirtSize()Gets the tshirtSize. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public CreateMilvusServiceScaleOptions.Builder newBuilder()
New builder.- Returns:
 - a CreateMilvusServiceScaleOptions builder
 
 
- 
serviceId
public java.lang.String serviceId()
Gets the serviceId. service id.- Returns:
 - the serviceId
 
 
- 
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
 
 
 - 
 
 -