Interface ReasoningEngineSpec.ContainerSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReasoningEngineSpec.ContainerSpec, ReasoningEngineSpec.ContainerSpec.Builder
Enclosing class:
ReasoningEngineSpec

public static interface ReasoningEngineSpec.ContainerSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getImageUri

      String getImageUri()
       Required. The Artifact Registry Docker image URI (e.g.,
       us-central1-docker.pkg.dev/my-project/my-repo/my-image:tag) of the
       container image that is to be run on each worker replica.
       
      string image_uri = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The imageUri.
    • getImageUriBytes

      com.google.protobuf.ByteString getImageUriBytes()
       Required. The Artifact Registry Docker image URI (e.g.,
       us-central1-docker.pkg.dev/my-project/my-repo/my-image:tag) of the
       container image that is to be run on each worker replica.
       
      string image_uri = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for imageUri.