Class MilvusService
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.MilvusService
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MilvusService extends com.ibm.cloud.sdk.core.service.model.GenericModelmilvus service details. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMilvusService.Statusmilvus status. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccessKey()Gets the accessKey.java.util.List<java.lang.String>getActions()Gets the actions.java.lang.StringgetBucketName()Gets the bucketName.java.lang.StringgetBucketType()Gets the bucketType.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.LonggetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetEndpoint()Gets the endpoint.java.lang.StringgetGrpcHost()Gets the grpcHost.java.lang.LonggetGrpcPort()Gets the grpcPort.java.lang.StringgetHostName()Gets the hostName.java.lang.StringgetHttpsHost()Gets the httpsHost.java.lang.LonggetHttpsPort()Gets the httpsPort.java.lang.StringgetOrigin()Gets the origin.java.lang.StringgetRootPath()Gets the rootPath.java.lang.StringgetSecretKey()Gets the secretKey.java.lang.StringgetServiceDisplayName()Gets the serviceDisplayName.java.lang.StringgetServiceId()Gets the serviceId.java.lang.StringgetStatus()Gets the status.java.lang.LonggetStatusCode()Gets the statusCode.java.util.List<java.lang.String>getTags()Gets the tags.java.lang.StringgetTshirtSize()Gets the tshirtSize.java.lang.StringgetType()Gets the type. 
 - 
 
- 
- 
Method Detail
- 
getAccessKey
public java.lang.String getAccessKey()
Gets the accessKey. bucket access key.- Returns:
 - the accessKey
 
 
- 
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
 - the actions
 
 
- 
getBucketName
public java.lang.String getBucketName()
Gets the bucketName. bucket name.- Returns:
 - the bucketName
 
 
- 
getBucketType
public java.lang.String getBucketType()
Gets the bucketType. bucket type.- Returns:
 - the bucketType
 
 
- 
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Username of the user who created the watsonx.data instance.- Returns:
 - the createdBy
 
 
- 
getCreatedOn
public java.lang.Long getCreatedOn()
Gets the createdOn. Created time in epoch format.- Returns:
 - the createdOn
 
 
- 
getDescription
public java.lang.String getDescription()
Gets the description. Service description.- Returns:
 - the description
 
 
- 
getEndpoint
public java.lang.String getEndpoint()
Gets the endpoint. bucket endpoint.- Returns:
 - the endpoint
 
 
- 
getGrpcHost
public java.lang.String getGrpcHost()
Gets the grpcHost. milvus grpc_host.- Returns:
 - the grpcHost
 
 
- 
getGrpcPort
public java.lang.Long getGrpcPort()
Gets the grpcPort. milvus port.- Returns:
 - the grpcPort
 
 
- 
getHostName
public java.lang.String getHostName()
Gets the hostName. milvus display name.- Returns:
 - the hostName
 
 
- 
getHttpsHost
public java.lang.String getHttpsHost()
Gets the httpsHost. milvus https_host.- Returns:
 - the httpsHost
 
 
- 
getHttpsPort
public java.lang.Long getHttpsPort()
Gets the httpsPort. milvus port.- Returns:
 - the httpsPort
 
 
- 
getOrigin
public java.lang.String getOrigin()
Gets the origin. Origin - place holder.- Returns:
 - the origin
 
 
- 
getRootPath
public java.lang.String getRootPath()
Gets the rootPath. root path.- Returns:
 - the rootPath
 
 
- 
getSecretKey
public java.lang.String getSecretKey()
Gets the secretKey. bucket secret access key.- Returns:
 - the secretKey
 
 
- 
getServiceDisplayName
public java.lang.String getServiceDisplayName()
Gets the serviceDisplayName. Service display name.- Returns:
 - the serviceDisplayName
 
 
- 
getServiceId
public java.lang.String getServiceId()
Gets the serviceId. Service programmatic name.- Returns:
 - the serviceId
 
 
- 
getStatus
public java.lang.String getStatus()
Gets the status. milvus status.- Returns:
 - the status
 
 
- 
getStatusCode
public java.lang.Long getStatusCode()
Gets the statusCode. milvus status code.- Returns:
 - the statusCode
 
 
- 
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. Tags.- Returns:
 - the tags
 
 
- 
getTshirtSize
public java.lang.String getTshirtSize()
Gets the tshirtSize. tshirt size.- Returns:
 - the tshirtSize
 
 
- 
getType
public java.lang.String getType()
Gets the type. service type.- Returns:
 - the type
 
 
 - 
 
 -