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.GenericModel
milvus service details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MilvusService.Status
milvus status.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAccessKey()
Gets the accessKey.java.util.List<java.lang.String>
getActions()
Gets the actions.java.lang.String
getBucketName()
Gets the bucketName.java.lang.String
getBucketType()
Gets the bucketType.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.Long
getCreatedOn()
Gets the createdOn.java.lang.String
getDescription()
Gets the description.java.lang.String
getEndpoint()
Gets the endpoint.java.lang.String
getGrpcHost()
Gets the grpcHost.java.lang.Long
getGrpcPort()
Gets the grpcPort.java.lang.String
getHostName()
Gets the hostName.java.lang.String
getHttpsHost()
Gets the httpsHost.java.lang.Long
getHttpsPort()
Gets the httpsPort.java.lang.String
getOrigin()
Gets the origin.java.lang.String
getRootPath()
Gets the rootPath.java.lang.String
getSecretKey()
Gets the secretKey.java.lang.String
getServiceDisplayName()
Gets the serviceDisplayName.java.lang.String
getServiceId()
Gets the serviceId.java.lang.String
getStatus()
Gets the status.java.lang.Long
getStatusCode()
Gets the statusCode.java.util.List<java.lang.String>
getTags()
Gets the tags.java.lang.String
getTshirtSize()
Gets the tshirtSize.java.lang.String
getType()
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
-
-