Package com.sap.ai.sdk.core.model
Class MetaAiApiLimitsDeployments
java.lang.Object
com.sap.ai.sdk.core.model.MetaAiApiLimitsDeployments
MetaAiApiLimitsDeployments
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MetaAiApiLimitsDeployments. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetaAiApiLimitsDeploymentscreate()Create a newMetaAiApiLimitsDeploymentsinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMetaAiApiLimitsDeployments.Max nr of deployments allowed by this runtime per resource group.inthashCode()maxRunningCount(Integer maxRunningCount) Set the maxRunningCount of thisMetaAiApiLimitsDeploymentsinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMetaAiApiLimitsDeploymentsinstance.voidsetMaxRunningCount(Integer maxRunningCount) Set the maxRunningCount of thisMetaAiApiLimitsDeploymentsinstance.toMap()Get the value of all properties of thisMetaAiApiLimitsDeploymentsinstance including unrecognized properties.toString()
-
Constructor Details
-
MetaAiApiLimitsDeployments
protected MetaAiApiLimitsDeployments()Default constructor for MetaAiApiLimitsDeployments.
-
-
Method Details
-
maxRunningCount
Set the maxRunningCount of thisMetaAiApiLimitsDeploymentsinstance and return the same instance.- Parameters:
maxRunningCount- Max nr of deployments allowed by this runtime per resource group. <0 means unlimited.- Returns:
- The same instance of this
MetaAiApiLimitsDeploymentsclass
-
getMaxRunningCount
Max nr of deployments allowed by this runtime per resource group. <0 means unlimited.- Returns:
- maxRunningCount The maxRunningCount of this
MetaAiApiLimitsDeploymentsinstance.
-
setMaxRunningCount
Set the maxRunningCount of thisMetaAiApiLimitsDeploymentsinstance.- Parameters:
maxRunningCount- Max nr of deployments allowed by this runtime per resource group. <0 means unlimited.
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMetaAiApiLimitsDeployments.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisMetaAiApiLimitsDeploymentsinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisMetaAiApiLimitsDeploymentsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMetaAiApiLimitsDeploymentsinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a newMetaAiApiLimitsDeploymentsinstance. No arguments are required.
-
toMap()instead.