Class ProcessorVersionCreateRequest
- java.lang.Object
-
- ai.extend.resources.processorversion.requests.ProcessorVersionCreateRequest
-
public final class ProcessorVersionCreateRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProcessorVersionCreateRequest._FinalStagestatic classProcessorVersionCreateRequest.Builderstatic interfaceProcessorVersionCreateRequest.ReleaseTypeStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessorVersionCreateRequest.ReleaseTypeStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<ProcessorVersionCreateRequestConfig>getConfig()java.util.Optional<java.lang.String>getDescription()ProcessorVersionCreateRequestReleaseTypegetReleaseType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getReleaseType
public ProcessorVersionCreateRequestReleaseType getReleaseType()
- Returns:
- The type of release for this version. The two options are "major" and "minor", which will increment the version number accordingly.
-
getDescription
public java.util.Optional<java.lang.String> getDescription()
- Returns:
- A description of the changes in this version. This helps track the evolution of the processor over time.
-
getConfig
public java.util.Optional<ProcessorVersionCreateRequestConfig> getConfig()
- Returns:
- The configuration for this version of the processor. The type of configuration must match the processor type.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ProcessorVersionCreateRequest.ReleaseTypeStage builder()
-
-