Uses of Class
com.oracle.bmc.generativeai.model.Artifact.Status
-
Packages that use Artifact.Status Package Description com.oracle.bmc.generativeai.model -
-
Uses of Artifact.Status in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return Artifact.Status Modifier and Type Method Description static Artifact.StatusArtifact.Status. create(String key)Artifact.StatusArtifact. getStatus()The current status of the artifact.static Artifact.StatusArtifact.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Artifact.Status[]Artifact.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type Artifact.Status Modifier and Type Method Description SingleDockerArtifact.BuilderSingleDockerArtifact.Builder. status(Artifact.Status status)Constructors in com.oracle.bmc.generativeai.model with parameters of type Artifact.Status Constructor Description Artifact(String id, Date timeCreated, String hostedDeploymentId, Artifact.Status status)Deprecated.SingleDockerArtifact(String id, Date timeCreated, String hostedDeploymentId, Artifact.Status status, String containerUri, String tag)Deprecated.
-