Package com.cloudera.cdp.ml.model
Class ListRelevantInstancesRequest
java.lang.Object
com.cloudera.cdp.ml.model.ListRelevantInstancesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class ListRelevantInstancesRequest
extends Object
Request object for the ListRelevantInstances method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Getter for environmentName.Getter for instanceCategory.Getter for productType.Deprecated.Getter for requestInfo.inthashCode()voidsetCloudProvider(String cloudProvider) Deprecated.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetInstanceCategory(String instanceCategory) Setter for instanceCategory.voidsetProductType(String productType) Setter for productType.voidDeprecated.voidsetRequestInfo(RequestResourceInfo requestInfo) Setter for requestInfo.toString()
-
Constructor Details
-
ListRelevantInstancesRequest
public ListRelevantInstancesRequest()
-
-
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. -
getRequestInfo
Getter for requestInfo. Specifies the requested resource inputs eg (CPU/GPU, model, memory etc). -
setRequestInfo
Setter for requestInfo. Specifies the requested resource inputs eg (CPU/GPU, model, memory etc). -
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
-