Package com.cloudera.cdp.ml.model
Class ListInstanceTypeConfigurationResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.ml.model.ListInstanceTypeConfigurationResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:39.983-08:00")
public class ListInstanceTypeConfigurationResponse
extends CdpResponse
Response object for the ListInstanceTypeConfiguration method.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for instanceDetails.int
hashCode()
void
setInstanceDetails
(List<InstanceDetails> instanceDetails) Setter for instanceDetails.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListInstanceTypeConfigurationResponse
public ListInstanceTypeConfigurationResponse()
-
-
Method Details
-
getInstanceDetails
Getter for instanceDetails. Contains a list of instance details, including CPU, GPU, memory, and name, for queried supported instance type in the queried region. -
setInstanceDetails
Setter for instanceDetails. Contains a list of instance details, including CPU, GPU, memory, and name, for queried supported instance type in the queried region. -
equals
-
hashCode
public int hashCode() -
toString
-