Uses of Enum
com.google.cloud.aiplatform.v1.CodeExecutionResult.Outcome
Packages that use CodeExecutionResult.Outcome
-
Uses of CodeExecutionResult.Outcome in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CodeExecutionResult.OutcomeModifier and TypeMethodDescriptionstatic CodeExecutionResult.OutcomeCodeExecutionResult.Outcome.forNumber(int value) CodeExecutionResult.Builder.getOutcome()Required.CodeExecutionResult.getOutcome()Required.CodeExecutionResultOrBuilder.getOutcome()Required.static CodeExecutionResult.OutcomeCodeExecutionResult.Outcome.valueOf(int value) Deprecated.static CodeExecutionResult.OutcomeCodeExecutionResult.Outcome.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CodeExecutionResult.OutcomeReturns the enum constant of this type with the specified name.static CodeExecutionResult.Outcome[]CodeExecutionResult.Outcome.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CodeExecutionResult.OutcomeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CodeExecutionResult.Outcome>CodeExecutionResult.Outcome.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type CodeExecutionResult.OutcomeModifier and TypeMethodDescriptionCodeExecutionResult.Builder.setOutcome(CodeExecutionResult.Outcome value) Required.