Class UpdateDefaultModelDeploymentEnvironmentConfigurationDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datascience.model.UpdateModelDeploymentEnvironmentConfigurationDetails
-
- com.oracle.bmc.datascience.model.UpdateDefaultModelDeploymentEnvironmentConfigurationDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class UpdateDefaultModelDeploymentEnvironmentConfigurationDetails extends UpdateModelDeploymentEnvironmentConfigurationDetails
The update environment configuration details object for managed container
Note: Objects should always be created or deserialized using theUpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
, which maintain a set of all explicitly set fields calledUpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
-
Constructor Summary
Constructors Constructor Description UpdateDefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
Map<String,String>
getEnvironmentVariables()
Environment variables to set for the web server container.int
hashCode()
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
UpdateDefaultModelDeploymentEnvironmentConfigurationDetails
@Deprecated public UpdateDefaultModelDeploymentEnvironmentConfigurationDetails(Map<String,String> environmentVariables)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateDefaultModelDeploymentEnvironmentConfigurationDetails.Builder toBuilder()
-
getEnvironmentVariables
public Map<String,String> getEnvironmentVariables()
Environment variables to set for the web server container.The size of envVars must be less than 2048 bytes. Key should be under 32 characters. Key should contain only letters, digits and underscore () Key should start with a letter. Key should have at least 2 characters. Key should not end with underscore eg. TEST Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can’t be reserved Model Deployment environment variables.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classUpdateModelDeploymentEnvironmentConfigurationDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classUpdateModelDeploymentEnvironmentConfigurationDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classUpdateModelDeploymentEnvironmentConfigurationDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classUpdateModelDeploymentEnvironmentConfigurationDetails
-
-