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-01-23T07:12:39.983-08:00")
public class ListInstanceTypeConfigurationRequest
extends Object
Request object for the ListInstanceTypeConfiguration method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudProvider.Getter for instanceCategory.Getter for instanceType.Getter for region.int
hashCode()
void
setCloudProvider
(String cloudProvider) Setter for cloudProvider.void
setInstanceCategory
(String instanceCategory) Setter for instanceCategory.void
setInstanceType
(String instanceType) Setter for instanceType.void
Setter for region.toString()
-
Constructor Details
-
ListInstanceTypeConfigurationRequest
public ListInstanceTypeConfigurationRequest()
-
-
Method Details
-
getRegion
Getter for region. Specifies the name of the region for which instance support details are requested. -
setRegion
Setter for region. Specifies the name of the region for which instance support details are requested. -
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. -
getCloudProvider
Getter for cloudProvider. Identifies the cloud provider (e.g., AWS, Azure) for which to list supported instances. -
setCloudProvider
Setter for cloudProvider. Identifies the cloud provider (e.g., AWS, Azure) for which to list supported instances. -
getInstanceType
Getter for instanceType. Identifies the instance type. -
setInstanceType
Setter for instanceType. Identifies the instance type. -
equals
-
hashCode
public int hashCode() -
toString
-