Interface ExportModelOperationMetadata.ExportModelOutputInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGcsOutputDirectory()
      The full path of the Google Cloud Storage directory created, into which the model will be exported.
      com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
      The full path of the Google Cloud Storage directory created, into which the model will be exported.
      • 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 Detail

      • getGcsOutputDirectory

        String getGcsOutputDirectory()
         The full path of the Google Cloud Storage directory created, into which
         the model will be exported.
         
        string gcs_output_directory = 1;
        Returns:
        The gcsOutputDirectory.
      • getGcsOutputDirectoryBytes

        com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
         The full path of the Google Cloud Storage directory created, into which
         the model will be exported.
         
        string gcs_output_directory = 1;
        Returns:
        The bytes for gcsOutputDirectory.