Package com.cloudera.cdp.ml.model
Class ListInstanceTypeConfigurationRequest
java.lang.Object
com.cloudera.cdp.ml.model.ListInstanceTypeConfigurationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:05.724-08:00")
public class ListInstanceTypeConfigurationRequest
extends Object
Request object for the ListInstanceTypeConfiguration method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Getter for environmentName.Getter for instanceCategory.Getter for instanceType.Getter for productType.Deprecated.inthashCode()voidsetCloudProvider(String cloudProvider) Deprecated.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetInstanceCategory(String instanceCategory) Setter for instanceCategory.voidsetInstanceType(String instanceType) Setter for instanceType.voidsetProductType(String productType) Setter for productType.voidDeprecated.toString()
-
Constructor Details
-
ListInstanceTypeConfigurationRequest
public ListInstanceTypeConfigurationRequest()
-
-
Method Details
-
getInstanceCategory
Getter for instanceCategory. Defines the category of the instance (e.g., CPU, GPU) relevant for the query in the specified region. -
setInstanceCategory
Setter for instanceCategory. Defines the category of the instance (e.g., CPU, GPU) relevant for the query in the specified region. -
getInstanceType
Getter for instanceType. Identifies the instance type. -
setInstanceType
Setter for instanceType. Identifies the instance type. -
getEnvironmentName
Getter for environmentName. Specifies the environment name of respective cloud provider for which instance support details are requested. -
setEnvironmentName
Setter for environmentName. Specifies the environment name of respective cloud provider for which instance support details are requested. -
getProductType
Getter for productType. Specifies the product type for which instance support details are requested. -
setProductType
Setter for productType. Specifies the product type for which instance support details are requested. -
getRegion
Deprecated.Getter for region. Deprecated. Please use environmentName instead, from which the region will be determined. -
setRegion
Deprecated.Setter for region. Deprecated. Please use environmentName instead, from which the region will be determined. -
getCloudProvider
Deprecated.Getter for cloudProvider. Deprecated. Please use environmentName instead, from which the cloud provider will be determined. -
setCloudProvider
Deprecated.Setter for cloudProvider. Deprecated. Please use environmentName instead, from which the cloud provider will be determined. -
equals
-
hashCode
public int hashCode() -
toString
-