public interface ReasoningEngineSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getClassMethods(int index)
Optional.
|
int |
getClassMethodsCount()
Optional.
|
List<com.google.protobuf.Struct> |
getClassMethodsList()
Optional.
|
com.google.protobuf.StructOrBuilder |
getClassMethodsOrBuilder(int index)
Optional.
|
List<? extends com.google.protobuf.StructOrBuilder> |
getClassMethodsOrBuilderList()
Optional.
|
ReasoningEngineSpec.PackageSpec |
getPackageSpec()
Required.
|
ReasoningEngineSpec.PackageSpecOrBuilder |
getPackageSpecOrBuilder()
Required.
|
boolean |
hasPackageSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPackageSpec()
Required. User provided package spec of the ReasoningEngine.
.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = REQUIRED];
ReasoningEngineSpec.PackageSpec getPackageSpec()
Required. User provided package spec of the ReasoningEngine.
.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = REQUIRED];
ReasoningEngineSpec.PackageSpecOrBuilder getPackageSpecOrBuilder()
Required. User provided package spec of the ReasoningEngine.
.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec.PackageSpec package_spec = 2 [(.google.api.field_behavior) = REQUIRED];
List<com.google.protobuf.Struct> getClassMethodsList()
Optional. Declarations for object class methods.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getClassMethods(int index)
Optional. Declarations for object class methods.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
int getClassMethodsCount()
Optional. Declarations for object class methods.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends com.google.protobuf.StructOrBuilder> getClassMethodsOrBuilderList()
Optional. Declarations for object class methods.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getClassMethodsOrBuilder(int index)
Optional. Declarations for object class methods.
repeated .google.protobuf.Struct class_methods = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.