Interface UnmanagedContainerModelOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UnmanagedContainerModel, UnmanagedContainerModel.Builder

    public interface UnmanagedContainerModelOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getArtifactUri

        String getArtifactUri()
         The path to the directory containing the Model artifact and any of its
         supporting files.
         
        string artifact_uri = 1;
        Returns:
        The artifactUri.
      • getArtifactUriBytes

        com.google.protobuf.ByteString getArtifactUriBytes()
         The path to the directory containing the Model artifact and any of its
         supporting files.
         
        string artifact_uri = 1;
        Returns:
        The bytes for artifactUri.
      • hasPredictSchemata

        boolean hasPredictSchemata()
         Contains the schemata used in Model's predictions and explanations
         
        .google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2;
        Returns:
        Whether the predictSchemata field is set.
      • getPredictSchemata

        PredictSchemata getPredictSchemata()
         Contains the schemata used in Model's predictions and explanations
         
        .google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2;
        Returns:
        The predictSchemata.
      • getPredictSchemataOrBuilder

        PredictSchemataOrBuilder getPredictSchemataOrBuilder()
         Contains the schemata used in Model's predictions and explanations
         
        .google.cloud.aiplatform.v1beta1.PredictSchemata predict_schemata = 2;
      • hasContainerSpec

        boolean hasContainerSpec()
         Input only. The specification of the container that is to be used when
         deploying this Model.
         
        .google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        Whether the containerSpec field is set.
      • getContainerSpec

        ModelContainerSpec getContainerSpec()
         Input only. The specification of the container that is to be used when
         deploying this Model.
         
        .google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        The containerSpec.
      • getContainerSpecOrBuilder

        ModelContainerSpecOrBuilder getContainerSpecOrBuilder()
         Input only. The specification of the container that is to be used when
         deploying this Model.
         
        .google.cloud.aiplatform.v1beta1.ModelContainerSpec container_spec = 3 [(.google.api.field_behavior) = INPUT_ONLY];