Uses of Enum
com.google.cloud.aiplatform.v1.PipelineState
Packages that use PipelineState
-
Uses of PipelineState in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return PipelineStateModifier and TypeMethodDescriptionstatic PipelineStatePipelineState.forNumber(int value) PipelineJob.Builder.getState()Output only.PipelineJob.getState()Output only.PipelineJobOrBuilder.getState()Output only.TrainingPipeline.Builder.getState()Output only.TrainingPipeline.getState()Output only.TrainingPipelineOrBuilder.getState()Output only.static PipelineStatePipelineState.valueOf(int value) Deprecated.static PipelineStatePipelineState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PipelineStateReturns the enum constant of this type with the specified name.static PipelineState[]PipelineState.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 PipelineStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PipelineState>PipelineState.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type PipelineStateModifier and TypeMethodDescriptionPipelineJob.Builder.setState(PipelineState value) Output only.TrainingPipeline.Builder.setState(PipelineState value) Output only.